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

/external/webkit/WebKit/android/plugins/
H A DPluginDebugAndroid.cpp63 void anp_logPluginEvent(void* npp, const ANPEvent* evt, int16 returnVal, int elapsedTime) { argument
74 npp, returnVal, elapsedTime, inputActions[evt->data.key.action],
79 PLUGIN_LOG("%p EVENT::KEY[%d] unknown action", npp, returnVal);
86 returnVal, elapsedTime, inputActions[evt->data.mouse.action],
89 anp_logPlugin("%p EVENT::MOUSE[%d] unknown action", npp, returnVal);
97 npp, returnVal, elapsedTime,
101 anp_logPlugin("%p EVENT::TOUCH[%d] unknown action", npp, returnVal);
H A DPluginDebugAndroid.h50 void anp_logPluginEvent(void* npp, const ANPEvent* event, int16 returnVal, int elapsedTime);
/external/chromium/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.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/chromium/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.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/chromium/third_party/icu/source/i18n/
H A Drematch.cpp1331 UBool returnVal = FALSE; local
1346 returnVal = TRUE; // With Unicode word rules, only positions within the interior of "real"
1350 returnVal = fWordBreakItr->isBoundary(pos);
1353 return returnVal;
H A Dregexcmp.cpp342 UBool returnVal = TRUE; local
383 returnVal = FALSE;
1220 returnVal = FALSE;
1737 returnVal = FALSE;
1740 return returnVal;
H A Ducol.cpp8687 UCollationResult returnVal; local
8693 returnVal = ucol_strcollRegular(&sColl, &tColl, &status);
8695 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8697 UTRACE_EXIT_VALUE(returnVal);
8698 return 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 Dregexcmp.cpp349 UBool returnVal = TRUE; local
390 returnVal = FALSE;
1227 returnVal = FALSE;
1744 returnVal = FALSE;
1747 return returnVal;
H A Drematch.cpp2502 UBool returnVal = FALSE; local
2517 returnVal = TRUE; // With Unicode word rules, only positions within the interior of "real"
2526 returnVal = fWordBreakItr->isBoundary((int32_t)pos);
2529 return returnVal;
H A Ducol.cpp8420 UCollationResult returnVal; local
8422 returnVal = ucol_strcollRegular(coll, source, sourceLength, target, targetLength, &status);
8424 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8426 UTRACE_EXIT_VALUE(returnVal);
8427 return returnVal;
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp2340 jstring returnVal = (jstring) env->CallObjectMethod(m_javaGlue->object(env).get(), m_javaGlue->m_jsPrompt, jUrlStr, jInputStr, jDefaultStr); local
2341 // If returnVal is null, it means that the user cancelled the dialog.
2342 if (!returnVal)
2345 result = to_string(env, returnVal);

Completed in 1071 milliseconds