Searched defs:intermediates (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/av/media/libstagefright/filters/
H A DAndroid.mk20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
21 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/av/cmds/stagefright/
H A DAndroid.mk205 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
206 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/base/data/keyboards/
H A DAndroid.mk25 intermediates := $(call intermediates-dir-for,ETC,$(LOCAL_MODULE),,COMMON) macro
26 LOCAL_BUILT_MODULE := $(intermediates)/stamp
/frameworks/compile/libbcc/
H A Dlibbcc.sha1.mk15 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore.bc,,,$(my_2nd_arch_prefix))/libclcore.bc \
16 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore_debug.bc,,,$(my_2nd_arch_prefix))/libclcore_debug.bc
21 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore_neon.bc,,,$(my_2nd_arch_prefix))/libclcore_neon.bc
26 intermediates := $(call local-intermediates-dir,,$(my_2nd_arch_prefix)) macro
28 libbcc_SHA1_ASM := $(intermediates)/libbcc.sha1.S
/frameworks/rs/tests/cppallocation/
H A DAndroid.mk21 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
25 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/cppbasic/
H A DAndroid.mk21 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
25 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/cppbasic-getpointer/
H A DAndroid.mk16 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
22 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/cppbasic-shared/
H A DAndroid.mk16 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
22 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/cppf16/
H A DAndroid.mk19 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
23 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/cppstrided/
H A DAndroid.mk21 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
25 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/latency/
H A DAndroid.mk21 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
25 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/rs/tests/typecheck/
H A DAndroid.mk21 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) macro
25 LOCAL_C_INCLUDES += $(intermediates)
/frameworks/base/core/java/android/test/
H A DPerformanceTestCase.java41 * Set up to begin performance tests. The 'intermediates' is a
48 * {@link Intermediates#startTiming intermediates.startTiming} and
49 * {@link Intermediates#finishTiming intermediates.endTiming} to report the
52 * @param intermediates Callback for sending intermediate results.
57 int startPerformance(Intermediates intermediates); argument
/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java33 public int startPerformance(Intermediates intermediates) { argument
H A DDatabaseCursorTest.java78 public int startPerformance(Intermediates intermediates) { argument
H A DDatabaseStatementTest.java67 public int startPerformance(Intermediates intermediates) { argument
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java147 public int startPerformance(PerformanceTestCase.Intermediates intermediates) { argument
148 intermediates.setInternalIterations(ITERATIONS * 10);
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java35 public int startPerformance(PerformanceTestCase.Intermediates intermediates) { argument
H A DInflateTest.java50 public int startPerformance(PerformanceTestCase.Intermediates intermediates) { argument
/frameworks/base/packages/InputDevices/
H A DAndroid.mk34 intermediates := $(call intermediates-dir-for,ETC,$(LOCAL_MODULE),,COMMON) macro
35 LOCAL_BUILT_MODULE := $(intermediates)/stamp
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk78 intermediates := $(call local-generated-sources-dir) macro
79 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc
80 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN)
109 intermediates := $(call local-generated-sources-dir) macro
110 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc
111 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN)
/frameworks/compile/slang/
H A DAndroid.mk190 intermediates := $(call local-generated-sources-dir) macro
191 LOCAL_GENERATED_SOURCES += $(intermediates)/RSCCOptions.inc
192 $(intermediates)/RSCCOptions.inc: $(LOCAL_PATH)/RSCCOptions.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN)
/frameworks/rs/
H A DAndroid.mk71 # here so that local-intermediates-dir works.
75 intermediates := $(local-intermediates-dir) macro
266 intermediates := $(call local-generated-sources-dir) macro
270 GEN := $(addprefix $(intermediates)/, \
278 $(GEN): $(intermediates)/%.h : $(LOCAL_PATH)/%.h.rsg
285 GEN := $(addprefix $(intermediates)/, \
293 $(GEN): $(intermediates)/%.cpp : $(LOCAL_PATH)/%.cpp.rsg
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java63 List<TestRunner.IntermediateTime> intermediates) {
66 if (intermediates != null && intermediates.size() > 0) {
67 int N = intermediates.size();
69 TestRunner.IntermediateTime time = intermediates.get(i);
61 performance(String className, long itemTimeNS, int iterations, List<TestRunner.IntermediateTime> intermediates) argument
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk20 # here so that local-intermediates-dir works.
24 intermediates := $(local-intermediates-dir) macro

Completed in 5505 milliseconds

12