Searched defs:returnVal (Results 1 - 18 of 18) sorted by relevance

/external/icu/icu4c/source/common/
H A Drbbiscan.cpp203 UBool returnVal = TRUE; local
410 returnVal = FALSE;
536 returnVal = FALSE;
598 returnVal = FALSE;
607 returnVal = FALSE;
611 returnVal = FALSE;
620 returnVal = FALSE;
623 return returnVal && U_SUCCESS(*fRB->fStatus);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
H A Dutility.c68 double returnVal = defaultVal; local
77 returnVal = atof(argv[n]);
82 return returnVal;
92 int returnVal = defaultVal; local
101 returnVal = atoi(argv[n]);
106 return returnVal;
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp355 UBool returnVal = TRUE; local
396 returnVal = FALSE;
1261 returnVal = FALSE;
1848 returnVal = FALSE;
1851 return returnVal;
H A Ducol.cpp454 UCollationResult returnVal = Collator::fromUCollator(coll)-> local
456 UTRACE_EXIT_VALUE_STATUS(returnVal, status);
457 return returnVal;
482 UCollationResult returnVal = Collator::fromUCollator(coll)->internalCompareUTF8( local
484 UTRACE_EXIT_VALUE_STATUS(returnVal, *status);
485 return returnVal;
H A Drematch.cpp2617 UBool returnVal = FALSE; local
2632 returnVal = TRUE; // With Unicode word rules, only positions within the interior of "real"
2641 returnVal = fWordBreakItr->isBoundary((int32_t)pos);
2644 return returnVal;
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp870 UBool returnVal; local
873 returnVal = test1.padLeading(15);
875 if (returnVal == FALSE || test1 != expectedValue)
878 returnVal = test2.padTrailing(15);
880 if (returnVal == FALSE || test2 != expectedValue)
884 returnVal = test3.padTrailing(15);
885 if (returnVal == TRUE || test3 != expectedValue)
908 returnVal = test1.truncate(15);
910 if (returnVal == TRUE || test1 != expectedValue)
913 returnVal
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1678 int16_t returnVal; local
1688 returnVal = WebRtcIsac_UpdateUplinkBwImpl(
1692 if (returnVal < 0) {
1693 instISAC->errorCode = -returnVal;
/external/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp2194 bool returnVal = false; local
2197 returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp(), type, true);
2200 returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp(), type);
2202 if (returnVal)
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 7009 milliseconds