/system/iorap/ |
D | Android.mk | 23 iorap.cmd.compiler 31 iorap.cmd.compiler
|
D | Android.bp | 178 // iorapd fork+execs into iorap.prefetcherd and iorap.cmd.compiler 181 "iorap.cmd.compiler", 232 "libiorap-compiler-default-dependencies", 241 "tests/src/compiler/testdata/*", 257 "libiorap-compiler-default-dependencies", 261 "tests/src/compiler/*.cc", 266 "tests/src/compiler/testdata/*", 276 "libiorap-compiler", 365 name: "libiorap-compiler-default-dependencies", 382 // libiorap-compiler.a into the main cc_binary rule. [all …]
|
/system/iorap/src/compiler/ |
D | compiler.h | 24 namespace iorap::compiler { 51 bool PerformCompilation(std::vector<iorap::compiler::CompilationInput> perfetto_traces,
|
D | main.cc | 30 namespace iorap::compiler { namespace 204 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/iorap/src/maintenance/ |
D | controller.cc | 94 CompilerForkParameters(const std::vector<compiler::CompilationInput>& perfetto_traces, in CompilerForkParameters() 98 for (compiler::CompilationInput perfetto_trace : perfetto_traces) { in CompilerForkParameters() 216 std::vector<compiler::CompilationInput> GetPerfettoTraceInfo( in GetPerfettoTraceInfo() 219 std::vector<compiler::CompilationInput> perfetto_traces; in GetPerfettoTraceInfo() 251 const struct compiler::CompilationInput& perfetto_trace) { in operator <<() 315 std::vector<compiler::CompilationInput> perfetto_traces = in CompileActivity() 337 << VectorPrinter<compiler::CompilationInput>{perfetto_traces}; in CompileActivity() 524 std::vector<compiler::CompilationInput> perfetto_traces = in DumpPackageActivity() 564 for (compiler::CompilationInput& compilation_input : perfetto_traces) { in DumpPackageActivity()
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | TestHelper.java | 123 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); in compile() local 128 compiler.getStandardFileManager(diagnostics, null, null))) { in compile() 129 JavaCompiler.CompilationTask task = compiler.getTask(null, fileManager, diagnostics, in compile()
|
/system/chre/util/include/chre/util/ |
D | toolchain.h | 46 #error Need to add support for new compiler
|
/system/chre/chre_api/include/chre_api/chre/ |
D | toolchain.h | 36 #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/iorap/tests/src/db/ |
D | app_component_name_test.cc | 22 namespace iorap::compiler { namespace
|
/system/chre/chpp/include/chpp/ |
D | macros.h | 61 #error Unrecognized compiler
|
/system/chre/platform/shared/idl/ |
D | README.md | 5 which requires that the FlatBuffers compiler `flatc` be available in $PATH.
|
/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/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/29.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/private/ |
D | viewcompiler.te | 19 # Allow the view compiler to read resources from the apps APK.
|
/system/extras/memtrack/ |
D | Android.bp | 49 // updating compiler-rt to be a superset of libgcc will allow this WAR to be
|
/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/iorap/tests/src/compiler/ |
D | compiler_test.cc | 29 namespace iorap::compiler { namespace
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | iorapd.te | 42 # Allow iorapd to execute compilation (iorap.cmd.compiler) in idle time.
|
/system/sepolicy/public/ |
D | iorapd.te | 42 # Allow iorapd to execute compilation (iorap.cmd.compiler) in idle time.
|
/system/nfc/src/fuzzers/ |
D | fuzz.sh | 46 adb logcat -d| $ANDROID_BUILD_TOP/external/compiler-rt/lib/asan/scripts/symbolize.py
|