/frameworks/base/test-base/src/junit/framework/ |
D | TestSuite.java | 149 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 …]
|
D | TestResult.java | 42 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/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
D | ExportLicensesTask.groovy | 111 knownLicenses.each {license -> 112 license.libraries.each { 129 .getFirstLevelModuleDependencies().each { 131 it.getAllModuleArtifacts().each { add(it) } 143 artifacts.each { artifact -> 170 licenses.each { 176 license.notices.each { 180 license.licenses.each { 183 license.licenseText.each {
|
D | MavenDependencyCollectorTask.groovy | 50 project.configurations.each { conf -> 53 project.buildscript.configurations.each { conf -> 59 conf.getResolvedConfiguration().getResolvedArtifacts().each {
|
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
D | Camera2UtilsTest.java | 39 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/ |
D | pixel_format_f32.rsh | 10 // 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/setupwizard/tools/gradle/ |
D | dist-library-instrumentation-tests.gradle | 24 variant.outputs.each { output -> 30 variant.outputs.each { output ->
|
D | dist-unit-tests.gradle | 8 * failures, and will create a zip of the XML test reports for each test run, and copy them to 45 * For each unitTest task "fooUnitTest", a new target "fooUnitTestCoverage" will be generated for
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | mime_io.tab | 28 /* size of packed frame for each mode, excluding TOC byte */ 32 /* number of unused speech bits in packed format for each mode */
|
/frameworks/data-binding/ |
D | build.gradle | 83 file('integration-tests').listFiles().findAll { it.isDirectory() }.each { 117 subprojects.uploadArchives.each { it.shouldRunAfter deleteRepo } 118 subprojects.uploadArchives.each { it.shouldRunAfter deletePrebuildFolder } 192 project.configurations.compile.resolvedConfiguration.firstLevelModuleDependencies.each { 297 unwanted.each {
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 39 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/ |
D | README | 4 They are stored per API. However, to prevent duplication of resources, each API
|
/frameworks/base/services/ |
D | Android.bp | 15 // The convention is to name each service module 'services.$(module_name)'
|
/frameworks/rs/script_api/include/ |
D | rs_matrix.rsh | 387 * 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/av/media/libaudioclient/tests/ |
D | record_test_input_v1.0_ref.txt | 3 # Add one line for each tested AudioRecord constructor with the following arguments:
|
D | track_test_input_v1.0_ref.txt | 3 # Add one line for each tested AudioTrack constructor with the following arguments:
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 72 * For a NxM image each character glyph will be N/16 pixels wide and M/(12*2) pixels high 85 the trim output for each frame in its directory, so the frames may be properly positioned. 93 If the file is not present, each frame is assumed to be the same size as the animation.
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 28 array, and the pattern field in the tuple is the pattern for that node. Further, each edge 39 an array with a 3-tuple for each pattern (length, number of trailing 0's, and offset 110 straightforward tweak, where each node occupies a slot by itself (as opposed to sharing
|
/frameworks/native/libs/gui/tests/ |
D | Android.bp | 53 // Build a separate binary for each source file to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
|
/frameworks/base/data/sounds/ |
D | README.txt | 1 This README describes the audio assets, and how they relate to each other.
|
/frameworks/base/core/tests/SvcMonitor/ |
D | README | 27 --ei period: period between each measurement (frequency). Unit: ms, Default:1000, Min: 100
|
/frameworks/data-binding/extensions/library/ |
D | build.gradle | 154 inputs.each { transformInput -> 155 transformInput.getDirectoryInputs().each {
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 28 in between each benchmark sample run. Regardless of the scenario being 29 measured, each sample measurement runs for between 50 and 200 ms, so a sleep
|
/frameworks/support/ |
D | LICENSE.txt | 68 this License, each Contributor hereby grants to You a perpetual, 75 this License, each Contributor hereby grants to You a perpetual, 145 agreed to in writing, Licensor provides the Work (and each 173 defend, and hold each Contributor harmless for any liability
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 137 HelpText<"Print llvm IR after each pass">; 139 HelpText<"Print llvm IR before each pass">;
|