Searched refs:compiled (Results 1 – 25 of 102) sorted by relevance
12345
/system/chre/doc/ |
D | compatibility.md | 17 compiled against a particular version of the CHRE API can run on a CHRE 18 framework implementation which was compiled against a different version of the 20 *not* mean that a nanoapp compiled against one version of the CHRE API can be 21 compiled against a different version of the CHRE API without compiler errors - 48 Nanoapps should be compiled against the latest version to be able to use any 75 This is where we want a nanoapp compiled against e.g. v1.2 to run on a CHRE v1.1 91 which is compiled into the nanoapp binary to ensure this compatibility. For 92 example, a nanoapp compiled against v1.2 must be able to reference and call 120 device is v1.0, then a nanoapp compiled against API v1.4 must have NSL support 125 Conversely, this is where we want a nanoapp compiled against e.g. v1.1 to run [all …]
|
D | nanoapp_overview.md | 44 Static nanoapps are, as the name suggests, statically compiled into the CHRE 54 Static nanoapps are typically unconditionally compiled as part of the framework
|
D | porting_guide.md | 83 feature that the platform provides. These are selectively compiled into the 301 particularly on platforms where CHRE runs as part of a statically compiled
|
/system/sepolicy/private/compat/31.0/ |
D | 31.0.compat.cil | 2 ;; will be compiled along with other normal policy files, on 31.0 vendors.
|
/system/sepolicy/private/compat/32.0/ |
D | 32.0.compat.cil | 2 ;; will be compiled along with other normal policy files, on 32.0 vendors.
|
/system/sepolicy/private/compat/33.0/ |
D | 33.0.compat.cil | 2 ;; will be compiled along with other normal policy files, on 33.0 vendors.
|
/system/sepolicy/private/compat/202404/ |
D | 202404.compat.cil | 2 ;; will be compiled along with other normal policy files, on 202404 vendors.
|
/system/libufdt/tests/testdata/ |
D | suffix_compress-base.dts | 4 /* these name could be suffix compressed in dtb after compiled */
|
/system/chre/host/msm/daemon/ |
D | README.md | 6 is compiled from a device-specific directory in vendor/.
|
/system/chre/host/msm/daemon/idl/ |
D | README.md | 1 This file contains Qualcomm IDL files used with FastRPC. It is compiled into
|
/system/sepolicy/tools/ |
D | check_seapp.c | 98 pcre2_code *compiled; member 363 int ret = pcre2_match(assert->regex.compiled, (PCRE2_SPTR) tomatch, in match_regex() 385 km->regex.compiled = pcre2_compile((PCRE2_SPTR) anchored, in compile_regex() 390 if (!km->regex.compiled) { in compile_regex() 395 km->regex.compiled, NULL); in compile_regex() 397 pcre2_code_free(km->regex.compiled); in compile_regex() 571 if (!m->regex.compiled) { in key_map_validate() 708 if (m->regex.compiled) { in rule_map_free() 709 pcre2_code_free(m->regex.compiled); in rule_map_free()
|
/system/extras/boottime_tools/bootio/ |
D | README.md | 4 To use bootio kernel must be compiled with this flags:
|
/system/sepolicy/private/compat/34.0/ |
D | 34.0.compat.cil | 2 ;; will be compiled along with other normal policy files, on 34.0 vendors.
|
/system/linkerconfig/ |
D | README.md | 23 A linker configuration file(linker.config.json) is compiled into a protobuf at build time 24 by `conv_linker_config`. You can find the compiled file under `<base>/etc/linker.config.pb`.
|
/system/apex/proto/ |
D | apex_build_info.proto | 34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
|
/system/extras/simpleperf/doc/ |
D | jit_symbols.md | 8 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
|
D | android_application_profiling.md | 95 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything. 97 On Android O, simpleperf supports profiling Java code which is compiled into native instructions, 98 and it also needs wrap.sh to use the compiled Java code. To compile Java code, we can pass 101 On Android N, simpleperf supports profiling Java code that is compiled into native instructions.
|
D | inferno.md | 89 this may be because you compiled without frame pointers. Make sure there is no
|
/system/sepolicy/private/compat/30.0/ |
D | 30.0.compat.cil | 2 ;; will be compiled along with other normal policy files, on 30.0 vendors.
|
/system/sepolicy/private/compat/29.0/ |
D | 29.0.compat.cil | 2 ;; will be compiled along with other normal policy files, on 29.0 vendors.
|
/system/core/libcutils/ |
D | Android.bp | 119 // some files must not be compiled when building against Mingw
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 35 if it is being compiled with the llvm linker lld, it might be necessary 107 for host executables compiled for the x86\_64 architecture.
|
D | Android.bp | 235 // Make sure that the code can be compiled without Android Logging.
|
/system/sepolicy/private/ |
D | isolated_app_all.te | 110 # be compiled into the Android kernel.
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 53 // methods belong to native libraries, AOT compiled JVM code and ART methods not used near
|
12345