Home
last modified time | relevance | path

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

12345

/system/chre/doc/
Dcompatibility.md17 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 …]
Dnanoapp_overview.md44 Static nanoapps are, as the name suggests, statically compiled into the CHRE
54 Static nanoapps are typically unconditionally compiled as part of the framework
Dporting_guide.md83 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/
D31.0.compat.cil2 ;; will be compiled along with other normal policy files, on 31.0 vendors.
/system/sepolicy/private/compat/32.0/
D32.0.compat.cil2 ;; will be compiled along with other normal policy files, on 32.0 vendors.
/system/sepolicy/private/compat/33.0/
D33.0.compat.cil2 ;; will be compiled along with other normal policy files, on 33.0 vendors.
/system/sepolicy/private/compat/202404/
D202404.compat.cil2 ;; will be compiled along with other normal policy files, on 202404 vendors.
/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/sepolicy/tools/
Dcheck_seapp.c98 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/
DREADME.md4 To use bootio kernel must be compiled with this flags:
/system/sepolicy/private/compat/34.0/
D34.0.compat.cil2 ;; will be compiled along with other normal policy files, on 34.0 vendors.
/system/linkerconfig/
DREADME.md23 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/
Dapex_build_info.proto34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
/system/extras/simpleperf/doc/
Djit_symbols.md8 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything.
Dandroid_application_profiling.md95 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.
Dinferno.md89 this may be because you compiled without frame pointers. Make sure there is no
/system/sepolicy/private/compat/30.0/
D30.0.compat.cil2 ;; will be compiled along with other normal policy files, on 30.0 vendors.
/system/sepolicy/private/compat/29.0/
D29.0.compat.cil2 ;; will be compiled along with other normal policy files, on 29.0 vendors.
/system/core/libcutils/
DAndroid.bp119 // some files must not be compiled when building against Mingw
/system/unwinding/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.
DAndroid.bp235 // Make sure that the code can be compiled without Android Logging.
/system/sepolicy/private/
Disolated_app_all.te110 # be compiled into the Android kernel.
/system/extras/simpleperf/
Dcmd_report_sample.proto53 // methods belong to native libraries, AOT compiled JVM code and ART methods not used near

12345