/cts/suite/audio_quality/lib/src/task/ |
D | TaskSave.cpp | 86 std::list<TaskCase::BufferPair>::iterator it = buffersp->begin(); in handleFile() local 88 for (; it != end; it++) { in handleFile() 90 fileName.appendPath(it->first); in handleFile() 91 if (!it->second->saveToFile(fileName)) { in handleFile() 124 std::list<TaskCase::ValuePair>::iterator it = values->begin(); in handleReport() local 127 for (; it != end; it++) { in handleReport() 128 if (it->second.getType() == TaskCase::Value::ETypeDouble) { in handleReport() 129 details.appendFormat(" %s: %f\n", it->first.string(), it->second.getDouble()); in handleReport() 131 details.appendFormat(" %s: %" PRId64 "\n", it->first.string(), in handleReport() 132 it->second.getInt64()); in handleReport()
|
D | TaskCase.cpp | 71 typename std::map<android::String8, T>::iterator it; in registerGeneric() local 72 it = map.find(name); in registerGeneric() 73 if (it != map.end()) { in registerGeneric() 86 typename std::map<android::String8, T>::iterator it; in findGeneric() local 87 it = map.find(name); in findGeneric() 88 if (it == map.end()) { in findGeneric() 91 data = it->second; in findGeneric() 99 typename std::map<android::String8, T>::iterator it; in updateGeneric() local 100 it = map.find(name); in updateGeneric() 101 if (it == map.end()) { in updateGeneric() [all …]
|
D | TaskGeneric.cpp | 127 auto it = mAllowedStringAttributes.find(key); in addStringAttribute() local 128 if (it == mAllowedStringAttributes.end()) { in addStringAttribute() 137 auto it = mStringAttributes.find(key); in findStringAttribute() local 138 if (it == mStringAttributes.end()) { in findStringAttribute() 141 value = it->second; in findStringAttribute()
|
D | TaskSequential.cpp | 94 std::list<TaskAsync*>::iterator it; in queueAsyncTask() local 95 it = std::find(mAsyncTasks.begin(), mAsyncTasks.end(), task); in queueAsyncTask() 96 if (it != mAsyncTasks.end()) { // already queued in queueAsyncTask()
|
/cts/suite/audio_quality/lib/src/ |
D | Report.cpp | 93 std::list<StringPair>::const_iterator it; in writeResult() local 94 for (it = begin; it != end; it++) { in writeResult() 96 printf(" <test title=\"%s\" result=\"pass\" >", it->first.string()); in writeResult() 98 printf(" <test title=\"%s\" result=\"fail\" >", it->first.string()); in writeResult() 100 printf(" <details>\n%s", it->second.string()); in writeResult()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | CtsTestHelper.java | 30 Intent it = new Intent(); in storeCtsTestResult() local 31 it.putExtra(REPORTED_FOV_EXTRA, reportedFOV); in storeCtsTestResult() 32 it.putExtra(MEASURED_FOV_EXTRA, measuredFOV); in storeCtsTestResult() 33 activity.setResult(Activity.RESULT_OK, it); in storeCtsTestResult()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaFormatTest.java | 330 Iterator<String> it = keySet.iterator(); in testKeySetContainsAndRemove() local 331 while (it.hasNext()) { in testKeySetContainsAndRemove() 332 String k = it.next(); in testKeySetContainsAndRemove() 372 Iterator<String> it = keySet.iterator(); in testKeySetContainsAndRemove() local 373 while (it.hasNext()) { in testKeySetContainsAndRemove() 374 String k = it.next(); in testKeySetContainsAndRemove() 377 it.remove(); in testKeySetContainsAndRemove() 433 Iterator<String> it = featureSet.iterator(); in testFeatureKeySetContainsAndRemove() local 434 while (it.hasNext()) { in testFeatureKeySetContainsAndRemove() 435 String k = it.next(); in testFeatureKeySetContainsAndRemove() [all …]
|
/cts/suite/audio_quality/lib/src/audio/ |
D | RemoteAudio.cpp | 222 std::map<android::String8, int>::iterator it; in getDataId() local 223 it = mIdMap.find(name); in getDataId() 224 if (it == mIdMap.end()) { in getDataId() 228 return it->second; in getDataId() 241 std::map<int, android::sp<Buffer> >::iterator it; in startPlayback() local 242 it = mBufferList.find(id); in startPlayback() 243 if (it == mBufferList.end()) { in startPlayback() 255 handler->getParam().mBuffer = it->second; in startPlayback()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiPackage.java | 82 Iterator<Entry<String, ApiClass>> it = mApiClassMap.entrySet().iterator(); in resolveSuperClasses() local 83 while (it.hasNext()) { in resolveSuperClasses() 84 Map.Entry<String, ApiClass> entry = it.next(); in resolveSuperClasses()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 15 satisfies a need for an easy-to-use integer benchmark; it gives a first 19 With the increasing use of the benchmark, it seems necessary to 20 reconsider the benchmark and to check whether it can still fulfill this 22 evaluation, it has been made for two reasons: 43 o As far as it is possible without changes to the Dhrystone statistics, 62 wouldn't give it the name "Dhrystone" since this denotes the program 80 Weicker have been different, it follows the version distributed by 93 However, it turned out that it is not enough just to inclose the main 107 role of some operands has been changed, and it was made sure that the 146 (This probably will not happen for the C version, but it did happen [all …]
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 7 Here "0005:0B05:4500.000F" is just an example, it will be different for each device. 8 Just print the /sys/kernel/debug/hid directory to see what it is for you.
|
/cts/tests/tests/os/jni/ |
D | Android.bp | 69 // Let's overwrite -mcpu in case it's set to some ARMv8 core by 73 // The ARM version of this library must be built using ARMv7 ISA (even if it
|
/cts/tests/libcore/wycheproof/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/wycheproof-bc/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/jsr166/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/okhttp/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/runner/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/ojluni/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/luni/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | AdbRootDependentCompilationTest.java | 362 Iterator<String> it = linesList.iterator(); in filterAdbLines() local 363 while (it.hasNext()) { in filterAdbLines() 364 String line = it.next(); in filterAdbLines() 367 it.remove(); in filterAdbLines()
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | PermissionPolicyTest.java | 263 Iterator<ExpectedPermissionInfo> it = permissions.iterator(); in loadExpectedPermissions() local 264 while (it.hasNext()) { in loadExpectedPermissions() 265 final ExpectedPermissionInfo pi = it.next(); in loadExpectedPermissions() 269 it.remove(); in loadExpectedPermissions()
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
D | README | 7 If a test requires that the camera be in any particular orientaion, it will
|
/cts/hostsidetests/compilation/assets/ |
D | README.txt | 10 # once the profile appears and is nonempty, grab it:
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 53 build up parts of the current production while it is being parsed. 425 /* if it wasn't declared, emit a message */ 461 and build a special start production for it. */ 561 /* build a production_part and put it in the table */ 586 /* put it in the non_terms table */ 589 /* build a production_part and put it in the symbols table */
|
/cts/tests/tests/util/src/android/util/cts/ |
D | StrictJarFileTest.java | 119 Iterator<ZipEntry> it = jarFile.iterator(); in checkIteration() local 121 while (it.hasNext()) { in checkIteration() 122 final ZipEntry ze = it.next(); in checkIteration()
|