Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 107) sorted by relevance

12345

/system/libufdt/tests/testdata/
Dsuffix_compress-base.dts4 /* these name could be suffix compressed in dtb after compiled */
/system/chre/host/msm/daemon/
DREADME.md6 is compiled from a device-specific directory in vendor/.
/system/chre/host/msm/daemon/idl/
DREADME.md1 This file contains Qualcomm IDL files used with FastRPC. It is compiled into
/system/bt/build/
DAndroid.bp109 // 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/
Dcheck_seapp.c94 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/
DAndroid.bp27 // Note: It's good to get the tests compiled both for the host and the target so
/system/extras/boottime_tools/bootio/
DREADME.md4 To use bootio kernel must be compiled with this flags:
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te16 # compiled layout dex files
Disolated_app.te138 # be compiled into the Android kernel.
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te16 # compiled layout dex files
Disolated_app.te137 # be compiled into the Android kernel.
/system/sepolicy/private/
Dviewcompiler.te16 # compiled layout dex files
Disolated_app.te140 # be compiled into the Android kernel.
/system/apex/proto/
Dapex_build_info.proto34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
/system/netd/server/
DAndroid.bp75 // of the compiled-in versions, and potentially crashing when code compiled against a newer version
/system/extras/simpleperf/doc/
DREADME.md134 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:
Dandroid_application_profiling.md110 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.
Dinferno.md84 this may be because you compiled without frame pointers. Make sure there is no
/system/bt/gd/docs/architecture/
Dstyle_guide.md42 * 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/
DAndroidVersions.md35 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/
DAndroid.bp17 // some files must not be compiled when building against Mingw
/system/bt/gd/
DAndroid.bp58 // 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/
Dservice.te57 # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
/system/sepolicy/prebuilts/api/27.0/public/
Dservice.te58 # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
/system/sepolicy/prebuilts/api/28.0/public/
Dservice.te64 # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled

12345