Merge: Subtyping test with perfect hashing in the Nit vm
[nit.git] / c_src / android_platform.sep.0.h
1 #include "nit.common.h"
2 val* string__NativeString__to_s_with_length(char* self, long p0);
3 extern const int COLOR_kernel__Object___61d_61d;
4 val* NEW_android_platform__AndroidPlatform(const struct type* type);
5 extern const struct type type_android_platform__AndroidPlatform;
6 extern const int COLOR_android_platform__AndroidPlatform__init;
7 extern const int COLOR_android_platform__ToolContext__platform_from_name;
8 val* android_platform__ToolContext__platform_from_name(val* self, val* p0);
9 extern const int COLOR_abstract_collection__Collection__first;
10 extern const int COLOR_abstract_collection__Sequence__remove_at;
11 val* NEW_exec__IProcess(const struct type* type);
12 extern const struct type type_exec__IProcess;
13 val* NEW_array__Array(const struct type* type);
14 extern const struct type type_array__Arraystring__String;
15 extern const int COLOR_array__Array__with_capacity;
16 extern const int COLOR_abstract_collection__Sequence__push;
17 extern const int COLOR_exec__IProcess__from_a;
18 extern const int COLOR_exec__Process__wait;
19 extern const int COLOR_exec__Process__status;
20 extern const struct type type_array__Arraykernel__Object;
21 val* NEW_array__NativeArray(int length, const struct type* type);
22 extern const struct type type_array__NativeArraykernel__Object;
23 extern const int COLOR_array__Array__with_native;
24 extern const int COLOR_string__Object__to_s;
25 extern const int COLOR_file__Object__print;
26 extern const int COLOR_kernel__Object__exit;
27 val* NEW_exec__Process(const struct type* type);
28 extern const struct type type_exec__Process;
29 extern const int COLOR_exec__Process__from_a;
30 extern const int COLOR_string__Collection__join;
31 void android_platform__ToolContext__exec_and_check(val* self, val* p0);
32 short int android_platform__AndroidPlatform__supports_libunwind(val* self);
33 val* NEW_android_platform__AndroidToolchain(const struct type* type);
34 extern const struct type type_android_platform__AndroidToolchain;
35 extern const int COLOR_abstract_compiler__Toolchain__init;
36 val* android_platform__AndroidPlatform__toolchain(val* self, val* p0);
37 extern const int COLOR_platform__Platform__init;
38 void android_platform__AndroidPlatform__init(val* self);
39 extern const int COLOR_android_platform__AndroidToolchain___64dandroid_project_root;
40 val* android_platform__AndroidToolchain__android_project_root(val* self);
41 void android_platform__AndroidToolchain__android_project_root_61d(val* self, val* p0);
42 extern const int COLOR_android_platform__AndroidToolchain__compile_dir;
43 extern const int COLOR_android_platform__AndroidToolchain__android_project_root_61d;
44 extern const int COLOR_abstract_collection__SimpleCollection__add;
45 val* android_platform__AndroidToolchain__compile_dir(val* self);
46 extern const int COLOR_abstract_compiler__AbstractCompiler__mainmodule;
47 extern const int COLOR_mmodule__MModule__name;
48 extern const int COLOR_android_platform__AndroidToolchain__android_project_root;
49 extern const int COLOR_abstract_compiler__Toolchain__toolcontext;
50 extern const int COLOR_android_platform__ToolContext__exec_and_check;
51 extern const int COLOR_file__String__file_exists;
52 extern const int COLOR_file__String__mkdir;
53 extern const int COLOR_android_platform__AndroidToolchain__write_files;
54 extern const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies;
55 extern const int COLOR_abstract_collection__Collection__iterator;
56 extern const int COLOR_abstract_collection__Iterator__is_ok;
57 extern const int COLOR_abstract_collection__Iterator__item;
58 extern const struct type type_c__ExternCFile;
59 extern const int COLOR_ffi_base__ExternFile__filename;
60 extern const int COLOR_file__String__basename;
61 extern const int COLOR_abstract_collection__Iterator__next;
62 val* NEW_file__OFStream(const struct type* type);
63 extern const struct type type_file__OFStream;
64 extern const int COLOR_file__OFStream__open;
65 extern const int COLOR_stream__OStream__write;
66 extern const int COLOR_stream__IOS__close;
67 extern const int COLOR_environ__String__environ;
68 extern const int COLOR_abstract_collection__Collection__is_empty;
69 extern const int COLOR_kernel__Object__sys;
70 extern const int COLOR_string__Sys__program_name;
71 extern const int COLOR_file__String__dirname;
72 extern const int COLOR_file__String__realpath;
73 extern const struct type type_array__NativeArraystring__String;
74 extern const int COLOR_mmodule__MModule__location;
75 extern const int COLOR_location__Location__file;
76 extern const int COLOR_location__SourceFile__filename;
77 void android_platform__AndroidToolchain__write_files(val* self, val* p0, val* p1, val* p2);
78 void android_platform__AndroidToolchain__write_makefile(val* self, val* p0, val* p1, val* p2);
79 extern const int COLOR_string__String___43d;
80 extern const int COLOR_abstract_compiler__ToolContext__opt_output;
81 extern const int COLOR_opts__Option__value;
82 void android_platform__AndroidToolchain__compile_c_code(val* self, val* p0, val* p1);