Home
last modified time | relevance | path

Searched refs:each (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/frameworks/base/test-base/src/junit/framework/
DTestSuite.java149 for (Method each : superClass.getDeclaredMethods())
150 addTestMethod(each, names, theClass);
178 for (Class<?> each : classes)
179 addTest(testCaseForClass(each));
182 private Test testCaseForClass(Class<?> each) {
183 if (TestCase.class.isAssignableFrom(each))
184 return new TestSuite(each.asSubclass(TestCase.class));
186 return warning(each.getCanonicalName() + " does not extend TestCase");
217 for (Test each : fTests)
218 count+= each.countTestCases();
[all …]
DTestResult.java42 for (TestListener each : cloneListeners()) in addError()
43 each.addError(test, t); in addError()
51 for (TestListener each : cloneListeners()) in addFailure()
52 each.addFailure(test, t); in addFailure()
78 for (TestListener each : cloneListeners()) in endTest()
79 each.endTest(test); in endTest()
159 for (TestListener each : cloneListeners()) in startTest()
160 each.startTest(test); in startTest()
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
DCamera2UtilsTest.java39 for (CaptureCallback each : terminals) { in captureListenerSplitterAllCallbacksReceived()
40 verify(each).onCaptureCompleted(null, null, null); in captureListenerSplitterAllCallbacksReceived()
43 for (CaptureCallback each : terminals) { in captureListenerSplitterAllCallbacksReceived()
44 verify(each).onCaptureFailed(null, null, null); in captureListenerSplitterAllCallbacksReceived()
47 for (CaptureCallback each : terminals) { in captureListenerSplitterAllCallbacksReceived()
48 verify(each).onCaptureProgressed(null, null, null); in captureListenerSplitterAllCallbacksReceived()
51 for (CaptureCallback each : terminals) { in captureListenerSplitterAllCallbacksReceived()
52 verify(each).onCaptureSequenceAborted(null, 0); in captureListenerSplitterAllCallbacksReceived()
55 for (CaptureCallback each : terminals) { in captureListenerSplitterAllCallbacksReceived()
56 verify(each).onCaptureSequenceCompleted(null, 0, 0L); in captureListenerSplitterAllCallbacksReceived()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh10 // 2. When processing each layer, we use its field (active) to mark
16 // 3. After each layer is processed from back-most layer to focal depth layer,
20 // 4. After each layer is processed from front-most layer to focal depth layer,
23 // 5. After each layer is processed in either of the two passes, the fields
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DWrappers.pbobjc.m58 // in +initialize for each subclass.
101 // in +initialize for each subclass.
144 // in +initialize for each subclass.
187 // in +initialize for each subclass.
230 // in +initialize for each subclass.
273 // in +initialize for each subclass.
315 // in +initialize for each subclass.
358 // in +initialize for each subclass.
401 // in +initialize for each subclass.
DStruct.pbobjc.m91 // in +initialize for each subclass.
144 // in +initialize for each subclass.
255 // in +initialize for each subclass.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/
DREADME.md8 For each released protobuf version we are testing compatibility with, there
39 To start a test, simply run the test.sh script in each version directory. For
44 For each version, the test script will test:
/frameworks/opt/gamesdk/test/tuningfork/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
66 // The APK contains hard-coded bucket ranges for each instrument_id.
/frameworks/opt/setupwizard/tools/gradle/
Ddist-library-instrumentation-tests.gradle24 variant.outputs.each { output ->
30 variant.outputs.each { output ->
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
66 // The APK contains hard-coded bucket ranges for each instrument_id.
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dmime_io.tab28 /* size of packed frame for each mode, excluding TOC byte */
32 /* number of unused speech bits in packed format for each mode */
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
66 // The APK contains hard-coded bucket ranges for each instrument_id.
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
66 // The APK contains hard-coded bucket ranges for each instrument_id.
/frameworks/base/core/proto/android/server/
Dbackup_chunks_metadata.proto38 // The chunk ordering contains a list of the start position of each chunk in the encrypted file,
43 // The chunk ordering does not contain any start positions, and instead each encrypted chunk in
44 // the backup file is prefixed with its length. This allows us to decrypt each chunk but does
58 // List of the chunks in the blob, along with the length of each chunk. From this is it possible to
80 // Fingerprint mixer salt used for content defined chunking. This is randomly generated for each
/frameworks/base/tests/FlickerTests/
DREADME.md7 …ions, captures Winscope traces and exposes common assertions that can be tested against each trace.
41 Run the transition to get a list of `TransitionResult` for each time the transition is repeated.
106 Monitors capture test artifacts for each transition run. They are started before each iteration of …
115 …disabled by default. Build a transition with `recordEachRun()` to capture each transition or build…
/frameworks/base/core/proto/android/service/
Dprocstats.proto82 // Stats for each process.
85 // Stats for each package.
267 // Stats for each process running with the package loaded in to it.
270 // Stats for each of the package's services.
273 // Stats for each association with the package.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/editors/
DREADME.txt4 See each file's header comment for directions on how to use it with the
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotobuf-module.cmake.in10 # Create an include path for each file specified
64 # Create an include path for each file specified
173 # for each directory where a proto file is referenced.
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt39 Often when rendering a sequence of images, there is some time at which each
41 this desired presentation time to be specified for each frame rendered to
87 The presentation time may be set multiple times, with each call to
/frameworks/layoutlib/bridge/resources/bars/
DREADME4 They are stored per API. However, to prevent duplication of resources, each API
/frameworks/rs/script_api/include/
Drs_matrix.rsh387 * This function creates a scaling matrix, where each component of a vector is multiplied
404 * This function creates a translation matrix, where a number is added to each element of
412 * x: Number to add to each x component.
413 * y: Number to add to each y component.
414 * z: Number to add to each z component.
539 * each component of a vector is multiplied by a number. This number can be negative.
581 * translating, a number is added to each component of a vector.
588 * x: Number to add to each x component.
589 * y: Number to add to each y component.
590 * z: Number to add to each z component.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md156 files. The final Java package for each file is the value
166 multiple files. The final Java outer class name for each
177 command line. The final value of this option for each
197 accompanying each optional or required field (not present for
222 When set to 'accessors', each optional field is encapsulated behind
230 translated to one public mutable Java field each, repeated fields are still
242 When set to 'reftypes', each proto field is generated as a public Java
310 generated for each enum, and every integer parameter and return
345 that, for each separate target, all proto files imported from any
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt2 address book. Two programs are provided, each with three different
3 implementations, one written in each of C++, Java, and Python. The add_person
/frameworks/av/media/libaudioclient/tests/
Drecord_test_input_v1.0_ref.txt3 # Add one line for each tested AudioRecord constructor with the following arguments:
/frameworks/base/services/
DAndroid.bp16 // The convention is to name each service module 'services.$(module_name)'

12345678910>>...12