Searched refs:returnVal (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dwin32prng.c12 PyObject* returnVal = NULL; local
38 returnVal = Py_BuildValue("s#", NULL, 0);
40 returnVal = Py_BuildValue("s#", bytes, howMany);
45 return returnVal;
H A Dentropy.c32 PyObject* returnVal = NULL; local
86 returnVal = Py_BuildValue("s#", bytes, howMany);
96 return returnVal;
109 PyObject* returnVal = NULL; local
138 returnVal = Py_BuildValue("s#", bytes, howMany);
144 return returnVal;
/external/chromium_org/third_party/tlslite/tlslite/
H A DX509.py129 returnVal = array.array('B', [0] * length)
130 cryptlib_py.cryptGetAttributeString(c, name, returnVal)
131 returnVal = returnVal.tostring()
134 returnVal = None
135 return returnVal
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLayoutUnit.h418 LayoutUnit returnVal; local
419 returnVal.setRawValue(static_cast<int>(result));
420 return returnVal;
500 LayoutUnit returnVal; local
502 returnVal.setRawValue(clampTo<int>(rawVal));
503 return returnVal;
578 LayoutUnit returnVal; local
579 returnVal.setRawValue(saturatedAddition(a.rawValue(), b.rawValue()));
580 return returnVal;
615 LayoutUnit returnVal; local
647 LayoutUnit returnVal; local
656 LayoutUnit returnVal; local
664 LayoutUnit returnVal; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Drbbiscan.cpp200 UBool returnVal = TRUE; local
372 returnVal = FALSE;
477 returnVal = FALSE;
539 returnVal = FALSE;
548 returnVal = FALSE;
552 returnVal = FALSE;
561 returnVal = FALSE;
564 return returnVal;
/external/icu4c/common/
H A Drbbiscan.cpp201 UBool returnVal = TRUE; local
373 returnVal = FALSE;
478 returnVal = FALSE;
540 returnVal = FALSE;
549 returnVal = FALSE;
553 returnVal = FALSE;
562 returnVal = FALSE;
565 return returnVal;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp869 UBool returnVal; local
872 returnVal = test1.padLeading(15);
874 if (returnVal == FALSE || test1 != expectedValue)
877 returnVal = test2.padTrailing(15);
879 if (returnVal == FALSE || test2 != expectedValue)
883 returnVal = test3.padTrailing(15);
884 if (returnVal == TRUE || test3 != expectedValue)
907 returnVal = test1.truncate(15);
909 if (returnVal == TRUE || test1 != expectedValue)
912 returnVal
[all...]
/external/icu4c/test/intltest/
H A Dustrtest.cpp878 UBool returnVal; local
881 returnVal = test1.padLeading(15);
883 if (returnVal == FALSE || test1 != expectedValue)
886 returnVal = test2.padTrailing(15);
888 if (returnVal == FALSE || test2 != expectedValue)
892 returnVal = test3.padTrailing(15);
893 if (returnVal == TRUE || test3 != expectedValue)
916 returnVal = test1.truncate(15);
918 if (returnVal == TRUE || test1 != expectedValue)
921 returnVal
[all...]
/external/chromium_org/third_party/angle/src/compiler/
H A DParseContext.cpp1136 bool returnVal = false; local
1139 returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp(), symbolTable, type, true);
1142 returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp(), symbolTable, type);
1144 if (returnVal)
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1659 WebRtc_Word16 returnVal; local
1669 returnVal = WebRtcIsac_UpdateUplinkBwImpl(
1673 if (returnVal < 0) {
1674 instISAC->errorCode = -returnVal;
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java874 int returnVal = fileChooser.showDialog(ProGuardGUI.this, msg("ok"));
875 if (returnVal == JFileChooser.APPROVE_OPTION)
1506 int returnVal = configurationChooser.showSaveDialog(ProGuardGUI.this);
1507 if (returnVal == JFileChooser.APPROVE_OPTION)
/external/icu4c/i18n/
H A Ducol.cpp8659 UCollationResult returnVal; local
8661 returnVal = ucol_strcollRegular(coll, source, sourceLength, target, targetLength, &status);
8663 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8665 UTRACE_EXIT_VALUE(returnVal);
8666 return returnVal;
8831 UCollationResult returnVal; local
8834 returnVal = ucol_strcollRegularUTF8(coll, source, sourceLength, target, targetLength, status);
8836 returnVal = ucol_strcollUseLatin1UTF8(coll, source, sourceLength, target, targetLength, status);
8838 UTRACE_EXIT_VALUE_STATUS(returnVal, *status);
8839 return returnVal;
[all...]
H A Dregexcmp.cpp358 UBool returnVal = TRUE; local
399 returnVal = FALSE;
1267 returnVal = FALSE;
1788 returnVal = FALSE;
1791 return returnVal;
H A Drematch.cpp2609 UBool returnVal = FALSE; local
2624 returnVal = TRUE; // With Unicode word rules, only positions within the interior of "real"
2633 returnVal = fWordBreakItr->isBoundary((int32_t)pos);
2636 return returnVal;
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp350 UBool returnVal = TRUE; local
391 returnVal = FALSE;
1228 returnVal = FALSE;
1745 returnVal = FALSE;
1748 return returnVal;
H A Drematch.cpp2562 UBool returnVal = FALSE; local
2577 returnVal = TRUE; // With Unicode word rules, only positions within the interior of "real"
2586 returnVal = fWordBreakItr->isBoundary((int32_t)pos);
2589 return returnVal;
H A Ducol.cpp8559 UCollationResult returnVal; local
8561 returnVal = ucol_strcollRegular(coll, source, sourceLength, target, targetLength, &status);
8563 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8565 UTRACE_EXIT_VALUE(returnVal);
8566 return returnVal;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1495 milliseconds