/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentSkipListSubSetTest.java | 136 } catch (NullPointerException success) {} 166 } catch (ClassCastException success) {} 178 } catch (NullPointerException success) {} 189 } catch (NullPointerException success) {} 203 } catch (NullPointerException success) {} 638 } catch (NullPointerException success) {} 668 } catch (ClassCastException success) {} 680 } catch (NullPointerException success) {} 691 } catch (NullPointerException success) {} 705 } catch (NullPointerException success) {} [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_win.cc | [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 121 me->dUptime->success = 1; 260 if (dUptime->success && uptime && idletime) 269 dUptime->start_idletime = dUptime->start_uptime = dUptime->success = 0; 731 if (uptime > 0 && me->dUptime->success) 748 if (uptime > 0 && me->dUptime->success) 761 me->dUptime->success = 0; 828 if (me->dUptime->success && me->dUptime->start_uptime) [all...] |
/libcore/luni/src/main/native/ |
NativeBN.cpp | 148 jboolean success = (BN_bin2bn(reinterpret_cast<const unsigned char*>(bytes.get()), len, ret) != NULL); local 149 if (success && neg) { 152 return success; 258 jboolean success; local 264 success = (BN_bin2bn(s, bytesLen, ret) != NULL); 270 success = negBigEndianBytes2bn(env, cls, s, bytesLen, ret); 273 return success;
|
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 267 Label success; local 304 __ jmp(&success); 312 __ bind(&success); 356 // Check if function returned non-zero for success or zero for failure. 359 // On success, increment position by length of capture. 370 Label success; local 412 __ jmp(&success); 419 __ bind(&success); 488 Label success; 490 __ j(equal, &success); [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ConnPoolByRoute.java | 335 boolean success = false; 339 success = waitingThread.await(deadline); 342 // In case of 'success', we were woken up by the 351 if (!success && (deadline != null) &&
|
/external/bluetooth/bluez/test/ |
agent.c | 422 dbus_bool_t success; local 438 success = dbus_connection_send(conn, msg, NULL); 442 if (!success) {
|
/external/chromium/net/third_party/nss/ssl/ |
sslmutex.c | 450 BOOL success = FALSE; local 465 success = ReleaseMutex(hMutex); 466 if (!success) {
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 74 "which a success code may be sent, all separated by " 321 // its success), so it's okay to call this in the parent before 360 // Assesses the success or failure of a death test, using both private 390 bool success = false; local 406 success = true; 423 return success;
|
/external/icu4c/layout/ |
KhmerReordering.cpp | 155 LEErrorCode success = LE_NO_ERROR; local 159 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); 160 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
|
TibetanReordering.cpp | 157 LEErrorCode success = LE_NO_ERROR; local 161 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); 162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
|
/external/webkit/JavaScriptCore/wtf/ |
TCSystemAlloc.cpp | 470 BOOL success = VirtualFree(ptr, decommitSize, MEM_DECOMMIT); local 471 ASSERT_UNUSED(success, success);
|
/external/webkit/WebCore/inspector/ |
InspectorController.cpp | 424 bool success = true; local 425 int height = attachedHeight.toInt(&success); 426 unsigned preferredHeight = success ? height : defaultAttachedHeight; 626 bool success = true; local 627 int height = attachedHeight.toInt(&success); 628 unsigned preferredHeight = success ? height : defaultAttachedHeight; [all...] |
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
EntrySchema.java | 175 boolean success = false; 178 success = true; 181 return success;
|
/cts/tools/host/src/com/android/cts/ |
TestPackage.java | 682 boolean success = true; 689 success = false; 694 success = false; 698 return success; [all...] |
/external/chromium/net/http/ |
http_cache.h | 241 // Called when the transaction has finished writting to this entry. |success| 243 void DoneWritingToEntry(ActiveEntry* entry, bool success);
|
http_cache_transaction.h | 83 // success. 229 // Makes sure that a 206 response is expected. Returns true on success. 230 // On success, |partial_content| will be set to true if we are processing a 260 void DoneWritingToEntry(bool success);
|
/external/chromium/third_party/icu/public/common/unicode/ |
locid.h | 135 * UErrorCode success = U_ZERO_ERROR; 139 * nf = NumberFormat::createInstance( success ); delete nf; 140 * nf = NumberFormat::createCurrencyInstance( success ); delete nf; 141 * nf = NumberFormat::createPercentInstance( success ); delete nf; 148 * nf = NumberFormat::createInstance( myLocale, success ); delete nf; 149 * nf = NumberFormat::createCurrencyInstance( myLocale, success ); delete nf; 150 * nf = NumberFormat::createPercentInstance( myLocale, success ); delete nf; 347 * @param success The error code. 352 UErrorCode& success);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
spooftest.c | 69 UBool success; local 73 success = (strcmp((expected), buf_inside_macro) == 0); 77 success = (strncmp((expected), buf_inside_macro, len) == 0); 79 if (success == FALSE) {
|
/external/grub/lib/ |
device.c | 169 goto success; 206 goto success; 222 goto success; 257 success:
|
/external/icu4c/common/unicode/ |
locid.h | 135 * UErrorCode success = U_ZERO_ERROR; 139 * nf = NumberFormat::createInstance( success ); delete nf; 140 * nf = NumberFormat::createCurrencyInstance( success ); delete nf; 141 * nf = NumberFormat::createPercentInstance( success ); delete nf; 148 * nf = NumberFormat::createInstance( myLocale, success ); delete nf; 149 * nf = NumberFormat::createCurrencyInstance( myLocale, success ); delete nf; 150 * nf = NumberFormat::createPercentInstance( myLocale, success ); delete nf; 349 * @param success The error code. 354 UErrorCode& success);
|
/external/skia/src/animator/ |
SkAnimateActive.cpp | 180 bool success = animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL, local 182 SkASSERT(success); 218 bool success = animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL, local 220 SkASSERT(success);
|
/external/srec/srec/ca/ |
ann_api.c | 616 int success; local 627 success = detect_beep_by_shape(hPattern->data.prep, &hBeepUtterance->data, &hUtterance->data, 629 if (success >= 0) 646 if (success >= 0)
|
/external/webkit/JavaScriptCore/wrec/ |
WRECGenerator.cpp | 318 // handle unicode case sentitive characters - branch to success on upper 333 // on success consume the char 470 Jump success = jump(); local 476 success.link(this); 496 void Generator::generateParenthesesNonGreedy(JumpList& failures, Label start, Jump success, Jump fail) 499 success.link(this); 523 // begin of input == success 542 generateLoadCharacter(nextIsNewline); // end of input == success 576 // (3.0) link success in first match to here 615 // check if we're at the end of backref (if we are, success!) [all...] |
WRECGenerator.h | 113 void generateParenthesesNonGreedy(JumpList& failures, Label start, Jump success, Jump fail);
|