Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 66) sorted by relevance

123

/system/iorap/
DAndroid.mk23 iorap.cmd.compiler
31 iorap.cmd.compiler
DAndroid.bp187 // iorapd fork+execs into iorap.prefetcherd and iorap.cmd.compiler
190 "iorap.cmd.compiler",
241 "libiorap-compiler-default-dependencies",
250 "tests/src/compiler/testdata/*",
271 "libiorap-compiler-default-dependencies",
275 "tests/src/compiler/*.cc",
280 "tests/src/compiler/testdata/*",
290 "libiorap-compiler",
379 name: "libiorap-compiler-default-dependencies",
396 // libiorap-compiler.a into the main cc_binary rule.
[all …]
/system/iorap/src/compiler/
Dcompiler.h24 namespace iorap::compiler {
57 bool PerformCompilation(std::vector<iorap::compiler::CompilationInput> perfetto_traces,
Dmain.cc30 namespace iorap::compiler { namespace
255 return ::iorap::compiler::Main(argc, argv); in main()
/system/chre/apps/power_test/common/idl/
DREADME.md5 which requires that the FlatBuffers compiler `flatc` be available in $PATH.
7 FlatBuffers compiler version 1.6.0 must be used since some modifications are
/system/chre/chre_api/legacy/v1_4/chre/
Dtoolchain.h36 #error Need to add support for new compiler
/system/iorap/src/maintenance/
Dcontroller.cc96 CompilerForkParameters(const std::vector<compiler::CompilationInput>& perfetto_traces, in CompilerForkParameters()
100 for (compiler::CompilationInput perfetto_trace : perfetto_traces) { in CompilerForkParameters()
224 std::vector<compiler::CompilationInput> GetPerfettoTraceInfo( in GetPerfettoTraceInfo()
227 std::vector<compiler::CompilationInput> perfetto_traces; in GetPerfettoTraceInfo()
264 const struct compiler::CompilationInput& perfetto_trace) { in operator <<()
328 std::vector<compiler::CompilationInput> perfetto_traces = in CompileActivity()
350 << VectorPrinter<compiler::CompilationInput>{perfetto_traces}; in CompileActivity()
537 std::vector<compiler::CompilationInput> perfetto_traces = in DumpPackageActivity()
577 for (compiler::CompilationInput& compilation_input : perfetto_traces) { in DumpPackageActivity()
/system/chre/util/include/chre/util/
Dtoolchain.h80 #error Need to add support for new compiler
/system/chre/platform/shared/idl/
DREADME.md5 which requires that the FlatBuffers compiler `flatc` be available in $PATH.
/system/chre/chre_api/include/chre_api/chre/
Dtoolchain.h50 #error Need to add support for new compiler
/system/tools/hidl/
DREADME.md6 hidl-gen is a compiler for the HIDL (HAL Interface Design Language) which generates
8 compiler uses can be found at system/libhidl.
/system/chre/doc/
Dframework_build.md33 All variant-specific compiler and linker flags are held under variables that
35 build details between targets. This is important because not all compiler or
37 compiler that does not support `-Wdouble-promotion`, but this were to be
62 Architecture (ISA) and related compiler configuration to create a binary for the
91 specifically the compiler (`TARGET_CC`), archiver (`TARGET_AR`), and the linker
92 (`TARGET_LD`). Architecture specific compiler and linker flags are passed in via
/system/chre/external/flatbuffers/
DREADME.md6 The FlatBuffers IDL compiler (flatc) can be used without modification, but must
/system/bt/gd/rust/
DREADME.md12 * You must have the protobuf-compiler package installed
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te19 # Allow the view compiler to read resources from the apps APK.
/system/sepolicy/prebuilts/api/31.0/private/
Dviewcompiler.te19 # Allow the view compiler to read resources from the apps APK.
/system/bt/embdrv/sbc/decoder/include/
Doi_cpu_dep.h166 #error SH compiler endianness undefined
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te19 # Allow the view compiler to read resources from the apps APK.
/system/sepolicy/private/
Dviewcompiler.te19 # Allow the view compiler to read resources from the apps APK.
/system/extras/ioshark/
DREADME6 is a strace+ftrace compiler that takes straces and select ftraces fed
8 compiler runs on a Linux host. The second component (which runs on the
/system/chre/chpp/include/chpp/
Dmacros.h158 #error Unrecognized compiler
/system/extras/memtrack/
DAndroid.bp66 // updating compiler-rt to be a superset of libgcc will allow this WAR to be
/system/chre/chpp/api_parser/
DREADME.md26 to ensure there's no padding between fields (which is compiler-dependent)
58 assignment, which allows the compiler to generate the necessary instructions to
67 compiler can evaluate condition 1 and prune away code for the less-optimal path.
/system/chre/chpp/
DRELEASE_NOTES.md90 …- Improved compiler compatibility for MSVC, as well as when enabling additional compiler warning f…
118 …- Improved compiler compatibility for C99+ and pre-C99 systems (even though CHPP does not official…
/system/core/fs_mgr/libsnapshot/update_engine/
Dupdate_metadata.proto31 // system/update_engine/update_metadata.proto. Doing so will cause a compiler

123