Searched refs:compiled (Results 1 – 25 of 107) sorted by relevance
12345
/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/bt/build/ |
D | Android.bp | 109 // compiled with "clang_file_coverage" to be properly linked together in 112 // compiled in the binary. See //test/gen_coverage.py for more information
|
/system/sepolicy/tools/ |
D | check_seapp.c | 94 pcre2_code *compiled; member 326 int ret = pcre2_match(assert->regex.compiled, (PCRE2_SPTR) tomatch, in match_regex() 348 km->regex.compiled = pcre2_compile((PCRE2_SPTR) anchored, in compile_regex() 353 if (!km->regex.compiled) { in compile_regex() 358 km->regex.compiled, NULL); in compile_regex() 360 pcre2_code_free(km->regex.compiled); in compile_regex() 466 if (!m->regex.compiled) { in key_map_validate() 603 if (m->regex.compiled) { in rule_map_free() 604 pcre2_code_free(m->regex.compiled); in rule_map_free()
|
/system/bt/btcore/ |
D | Android.bp | 27 // Note: It's good to get the tests compiled both for the host and the target so
|
/system/extras/boottime_tools/bootio/ |
D | README.md | 4 To use bootio kernel must be compiled with this flags:
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | viewcompiler.te | 16 # compiled layout dex files
|
D | isolated_app.te | 138 # be compiled into the Android kernel.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | viewcompiler.te | 16 # compiled layout dex files
|
D | isolated_app.te | 137 # be compiled into the Android kernel.
|
/system/sepolicy/private/ |
D | viewcompiler.te | 16 # compiled layout dex files
|
D | isolated_app.te | 140 # be compiled into the Android kernel.
|
/system/apex/proto/ |
D | apex_build_info.proto | 34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
|
/system/netd/server/ |
D | Android.bp | 75 // of the compiled-in versions, and potentially crashing when code compiled against a newer version
|
/system/extras/simpleperf/doc/ |
D | README.md | 134 2. Behave normally well on both ARM and ARM64, for both fully compiled Java code and C++ code. 144 3. Also don't work well on fully compiled Java code on ARM64. Because the ART compiler doesn't 151 So if you need to profile code on ARM or profile fully compiled Java code, dwarf based call graphs 212 disassembly for C++ code and fully compiled Java code. Simpleperf supports two ways to do it:
|
D | android_application_profiling.md | 110 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything. 112 On Android O, simpleperf supports profiling Java code which is compiled into native instructions, 113 and it also needs wrap.sh to use the compiled Java code. To compile Java code, we can pass 116 On Android N, simpleperf supports profiling Java code that is compiled into native instructions.
|
D | inferno.md | 84 this may be because you compiled without frame pointers. Make sure there is no
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 42 * If only part of the stack needs to be compiled, configure it using the 50 * If the stack needs to be compiled using other build system, then the build
|
/system/core/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.
|
/system/core/libcutils/ |
D | Android.bp | 17 // some files must not be compiled when building against Mingw
|
/system/bt/gd/ |
D | Android.bp | 58 // compiled with "clang_file_coverage" to be properly linked together in 61 // compiled in the binary. See //test/gen_coverage.py for more information
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | service.te | 57 # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | service.te | 58 # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | service.te | 64 # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
|
12345