/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
AtomicLongFieldUpdaterTest.java | 33 } catch (RuntimeException success) {} 45 } catch (RuntimeException success) {} 57 } catch (RuntimeException success) {}
|
ConcurrentSkipListSetTest.java | 70 } catch (NullPointerException success) {} 81 } catch (NullPointerException success) {} 94 } catch (NullPointerException success) {} 161 } catch (NullPointerException success) {} 192 } catch (ClassCastException success) {} 203 } catch (NullPointerException success) {} 214 } catch (NullPointerException success) {} 228 } catch (NullPointerException success) {} 742 } catch (IllegalArgumentException success) {} 942 } catch (NoSuchElementException success) {} [all...] |
ReentrantReadWriteLockTest.java | 183 } catch (IllegalMonitorStateException success) {} 743 } catch (IllegalMonitorStateException success) {} 755 } catch (IllegalMonitorStateException success) {} [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationToggle.java | 212 boolean success = false; 228 success = true; 237 return success;
|
/external/skia/src/animator/ |
SkAnimateMaker.cpp | 113 bool success = decodeStream(stream); local 116 return success; 285 bool success = computeID(original, NULL, &newID); local 286 if (success) 288 return success;
|
SkDisplayApply.cpp | 404 bool success = maker.computeID(scope, this, &newID); local 405 if (success == false) 435 bool success = SkAnimatorScript::EvaluateDisplayable(maker, this, dynamicScope.c_str(), local 437 if (success && scope != newScope) { 481 bool success = target->getProperty(info->propertyIndex(), &scriptValue); local 482 SkASSERT(success = true); 639 bool success = animate->fFieldInfo->setValue(maker, &formulaValues, 0, 0, NULL, local 641 SkASSERT(success); 771 bool success = target->getProperty(info->propertyIndex(), &scriptValue); local 772 SkASSERT(success == true) [all...] |
SkAnimatorScript2.cpp | 155 bool success = fEngine->getMaker().find(token, len, &displayable); local 156 if (success == false) { 329 bool success = fEngine->getMaker().findKey(displayable, &id); local 330 SkASSERT(success); 590 bool success = engine.evaluateScript(&script, &value); local 591 if (success == false) {
|
/external/chromium/third_party/icu/source/i18n/ |
nfrs.cpp | 616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); local 618 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex()); 620 if (success && workingPos.getIndex() > highWaterMark.getIndex()) { 636 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); local 637 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) { 676 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); local 677 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
|
hebrwcal.cpp | 154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) 155 : Calendar(TimeZone::createDefault(), aLocale, success) 158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
islamcal.cpp | 93 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECivil beCivil) 94 : Calendar(TimeZone::createDefault(), aLocale, success), 97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/icu4c/i18n/ |
nfrs.cpp | 616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); local 618 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex()); 620 if (success && workingPos.getIndex() > highWaterMark.getIndex()) { 636 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); local 637 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) { 676 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); local 677 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
|
hebrwcal.cpp | 154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) 155 : Calendar(TimeZone::createDefault(), aLocale, success) 158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/webkit/JavaScriptCore/ |
jsc.cpp | 380 bool success = true; local 395 success = success && completion.complType() != Throw; 414 return success; 529 bool success = runWithScripts(globalObject, options.scripts, options.dump); local 530 if (options.interactive && success) 533 return success ? 0 : 3;
|
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 274 goto success; 284 goto success; 297 goto success; 310 goto success; 326 goto success; 338 goto success; 350 goto success; 363 goto success; 376 goto success; 389 goto success; [all...] |
/frameworks/base/media/libstagefright/ |
OMXCodec.cpp | 475 bool success = meta->findCString(kKeyMIMEType, &mime); local 476 CHECK(success); 662 bool success = meta->findInt32(kKeyWidth, &width); local 663 success = success && meta->findInt32(kKeyHeight, &height); 664 CHECK(success); 683 bool success = meta->findInt32(kKeyWidth, &width); local 684 success = success && meta->findInt32(kKeyHeight, &height); 687 success = success && meta->findInt32 918 bool success = meta->findInt32(kKeyWidth, &width); local 1139 bool success = meta->findInt32(kKeyBitRate, &bitRate); local 1186 bool success = meta->findInt32(kKeyBitRate, &bitRate); local 1238 bool success = meta->findInt32(kKeyBitRate, &bitRate); local [all...] |
/external/v8/test/mjsunit/ |
debug-handle.js | 62 assertTrue(response.success, request + ' -> ' + response.message); 69 function lookupRequest(exec_state, arguments, success) { 85 if (success) { 86 assertTrue(response.success, request + ' -> ' + response.message); 88 assertFalse(response.success, request + ' -> ' + response.message);
|
debug-setbreakpoint.js | 52 function testArguments(dcp, arguments, success, is_script) { 56 if (success) { 57 assertTrue(response.success, request + ' -> ' + json_response); 64 assertFalse(response.success, request + ' -> ' + json_response); 77 assertFalse(response.success);
|
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 675 boolean success = false; 704 success = true; 724 if (!success) { 735 boolean success = false; 748 success = true; 754 success = true; 757 success = restoreNamedResourceLocked(); 759 if (DEBUG) Slog.v(TAG, "settingsRestored: success=" + success); 760 if (success) { [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_unittest.cc | 33 bool success = server_.Start(net::TestServerLauncher::ProtoHTTP, local 36 ASSERT_TRUE(success); 40 bool success = server_.Start(net::TestServerLauncher::ProtoHTTP, local 43 ASSERT_TRUE(success); 47 bool success = server_.Start(net::TestServerLauncher::ProtoHTTP, local 50 ASSERT_TRUE(success);
|
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 176 bool success = writeChangedAttributes(parser, current, changed); 177 if (success == false) 179 success = writeChangedElements(parser, current, changed); 180 if (success == false) 239 bool success = parser.fLastTransform.invert(&inverse); 240 SkASSERT(success == true);
|
/external/webkit/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 696 Jump success = jump(); local 705 // On success return back to the hot patch code, at a point it will perform the store to dest for us. 706 patchBuffer.link(success, stubInfo->hotPathBegin.labelAtOffset(patchOffsetGetByIdPutResult)); 743 Jump success = jump(); local 775 Jump success = jump(); local 822 Jump success = jump(); local 876 Jump success = jump(); local 931 Jump success = jump(); local [all...] |
/external/webkit/WebCore/inspector/ |
InspectorFrontend.cpp | 432 void InspectorFrontend::didApplyDomChange(int callId, bool success) 437 function.appendArgument(success); 532 void InspectorFrontend::didSetDOMStorageItem(int callId, bool success) 537 function.appendArgument(success); 541 void InspectorFrontend::didRemoveDOMStorageItem(int callId, bool success) 546 function.appendArgument(success);
|
/hardware/ril/reference-ril/ |
atchannel.c | 171 * returns 1 if line is a final response indicating success 193 * returns 1 if line is a final response, either error or success 249 sp_response->success = 1; 252 sp_response->success = 0; 487 * Returns AT_ERROR_* on error, 0 on success 585 * returns 0 on success, -1 on error 853 && (*pp_outResponse)->success > 0 875 && (*pp_outResponse)->success > 0 899 && (*pp_outResponse)->success > 0 993 if (p_response->success > 0) [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ImportNode.java | 572 boolean success = false; 576 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 578 assertTrue("throw_NOT_SUPPORTED_ERR", success); 595 boolean success = false; 599 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 601 assertTrue("throw_NOT_SUPPORTED_ERR", success);
|
/external/chromium/base/ |
directory_watcher_inotify.cc | 46 // Remove |watch|. Returns true on success. 400 bool success = true; local 413 success = false; 428 return success;
|