Home
last modified time | relevance | path

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

123

/system/iorap/
DAndroid.mk23 iorap.cmd.compiler
31 iorap.cmd.compiler
DAndroid.bp178 // 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/
Dcompiler.h24 namespace iorap::compiler {
51 bool PerformCompilation(std::vector<iorap::compiler::CompilationInput> perfetto_traces,
Dmain.cc30 namespace iorap::compiler { namespace
204 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/iorap/src/maintenance/
Dcontroller.cc94 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/
DTestHelper.java123 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/
Dtoolchain.h46 #error Need to add support for new compiler
/system/chre/chre_api/include/chre_api/chre/
Dtoolchain.h36 #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/iorap/tests/src/db/
Dapp_component_name_test.cc22 namespace iorap::compiler { namespace
/system/chre/chpp/include/chpp/
Dmacros.h61 #error Unrecognized compiler
/system/chre/platform/shared/idl/
DREADME.md5 which requires that the FlatBuffers compiler `flatc` be available in $PATH.
/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/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te19 # Allow the view compiler to read resources from the apps APK.
/system/sepolicy/prebuilts/api/29.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/private/
Dviewcompiler.te19 # Allow the view compiler to read resources from the apps APK.
/system/extras/memtrack/
DAndroid.bp49 // updating compiler-rt to be a superset of libgcc will allow this WAR to be
/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/iorap/tests/src/compiler/
Dcompiler_test.cc29 namespace iorap::compiler { namespace
/system/sepolicy/prebuilts/api/30.0/public/
Diorapd.te42 # Allow iorapd to execute compilation (iorap.cmd.compiler) in idle time.
/system/sepolicy/public/
Diorapd.te42 # Allow iorapd to execute compilation (iorap.cmd.compiler) in idle time.
/system/nfc/src/fuzzers/
Dfuzz.sh46 adb logcat -d| $ANDROID_BUILD_TOP/external/compiler-rt/lib/asan/scripts/symbolize.py

123