Searched refs:compiler (Results 1 – 25 of 66) sorted by relevance
123
/system/iorap/ |
D | Android.mk | 23 iorap.cmd.compiler 31 iorap.cmd.compiler
|
D | Android.bp | 187 // 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/ |
D | compiler.h | 24 namespace iorap::compiler { 57 bool PerformCompilation(std::vector<iorap::compiler::CompilationInput> perfetto_traces,
|
D | main.cc | 30 namespace iorap::compiler { namespace 255 return ::iorap::compiler::Main(argc, argv); in main()
|
/system/chre/apps/power_test/common/idl/ |
D | README.md | 5 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/ |
D | toolchain.h | 36 #error Need to add support for new compiler
|
/system/iorap/src/maintenance/ |
D | controller.cc | 96 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/ |
D | toolchain.h | 80 #error Need to add support for new compiler
|
/system/chre/platform/shared/idl/ |
D | README.md | 5 which requires that the FlatBuffers compiler `flatc` be available in $PATH.
|
/system/chre/chre_api/include/chre_api/chre/ |
D | toolchain.h | 50 #error Need to add support for new compiler
|
/system/tools/hidl/ |
D | README.md | 6 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/ |
D | framework_build.md | 33 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/ |
D | README.md | 6 The FlatBuffers IDL compiler (flatc) can be used without modification, but must
|
/system/bt/gd/rust/ |
D | README.md | 12 * You must have the protobuf-compiler package installed
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | viewcompiler.te | 19 # Allow the view compiler to read resources from the apps APK.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | viewcompiler.te | 19 # Allow the view compiler to read resources from the apps APK.
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_cpu_dep.h | 166 #error SH compiler endianness undefined
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | viewcompiler.te | 19 # Allow the view compiler to read resources from the apps APK.
|
/system/sepolicy/private/ |
D | viewcompiler.te | 19 # Allow the view compiler to read resources from the apps APK.
|
/system/extras/ioshark/ |
D | README | 6 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/ |
D | macros.h | 158 #error Unrecognized compiler
|
/system/extras/memtrack/ |
D | Android.bp | 66 // updating compiler-rt to be a superset of libgcc will allow this WAR to be
|
/system/chre/chpp/api_parser/ |
D | README.md | 26 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/ |
D | RELEASE_NOTES.md | 90 …- 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/ |
D | update_metadata.proto | 31 // system/update_engine/update_metadata.proto. Doing so will cause a compiler
|
123