/external/gtest/test/ |
gtest-options_test.cc | 108 const bool success = local 116 const bool success = local 122 if (!success)
|
/external/icu4c/i18n/ |
buddhcal.cpp | 33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) 34 : GregorianCalendar(aLocale, success) 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
persncal.cpp | 79 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) 80 : Calendar(TimeZone::createDefault(), aLocale, success) 82 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
taiwncal.cpp | 33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) 34 : GregorianCalendar(aLocale, success) 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/icu4c/layout/ |
KernTable.cpp | 173 LEErrorCode success = LE_NO_ERROR; local 223 storage.adjustPosition(i, adjust, 0, success); 226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
|
LEFontInstance.cpp | 34 le_int32 script, LEErrorCode &success) const 36 if (LE_FAILURE(success)) { 41 success = LE_ILLEGAL_ARGUMENT_ERROR;
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest-options_test.cc | 108 const bool success = local 116 const bool success = local 122 if (!success)
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
MultiJITTest.cpp | 28 bool success = local 33 EXPECT_TRUE(success) << os.str(); 34 return success;
|
/external/skia/src/ports/ |
SkXMLParser_expat.cpp | 104 bool success = true; local 108 success = false; 111 return success;
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 120 $scope.flashStatus = function(success) { 121 var flashStyle = success ? "success-flash" : "failure-flash"; 122 var flashDurationMillis = success ? 500 : 800; 166 }).success(function(data) { 167 $scope.flashStatus(data.success);
|
/external/v8/test/mjsunit/ |
debug-scripts-request.js | 48 function testArguments(dcp, arguments, success) { 52 if (success) { 53 assertTrue(response.success, json_response); 55 assertFalse(response.success, json_response); 79 assertTrue(response.success); 87 assertTrue(response.success);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSimPinView.java | 138 abstract void onSimCheckResponse(boolean success); 192 void onSimCheckResponse(final boolean success) { 198 if (success) {
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-options_test.cc | 109 const bool success = local 117 const bool success = local 123 if (!success)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapUtils.java | 187 boolean success = true; 201 success = false; 205 return success;
|
/packages/apps/Camera2/src/com/android/camera/data/ |
RotationTask.java | 95 boolean success = false; 111 success = true; 123 if (success) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringInputPage.java | 325 boolean success = true; 337 success = false; 348 success = false; 353 // update the field in the refactoring object in case of success 354 if (success) { 360 if (success) { 363 success = false; 366 success = false; 372 if (success) { 386 success = false [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateWizard.java | 182 final AtomicBoolean success = new AtomicBoolean(); local 189 success.set(ok); 200 if (success.get()) {
|
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
run.js | 44 var success = true; variable 53 success = false; 58 if (success) {
|
/external/chromium_org/chrome/installer/util/ |
delete_after_reboot_helper.cc | 119 bool success = true; local 124 success = ScheduleFileSystemEntityForDeletion(file.value().c_str()); 125 if (!success) { 134 bool success = true; local 139 success = ScheduleDirectoryForDeletion(sub_dir.value().c_str()); 140 if (!success) { 160 // |value| is a pointer to an empty vector of wstrings. On success, this vector 162 // Returns S_OK on success, E_INVALIDARG if buffer does not meet tha above 340 // files or subdirectories. Returns true on success
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_requester.cc | 252 bool success = cloud_print_response_parser::ParseRegisterStartResponse( local 260 if (success) { 275 bool success = cloud_print_response_parser::ParseRegisterCompleteResponse( local 281 if (success) { 297 bool success = cloud_print_response_parser::ParseFetchResponse( local 302 if (success) {
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
test_projects.py | 148 # Success, stop retrying. 168 def WriteGtestFooter(success, test_name, elapsed): 171 if success: 232 success = RunTestWithGtestOutput(desc, toolchain, config, 234 if not success: 252 success = len(failed) != 0 253 return success
|
/external/chromium_org/net/cert/ |
nss_cert_database.cc | 168 bool success = psm::ImportCACerts(certificates, root, trust_bits, local 170 if (success) 173 return success; 285 bool success = psm::SetCertTrust(cert, type, trust_bits); local 286 if (success) 289 return success;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
HRTFElevation.cpp | 104 bool success = calculateKernelsForAzimuthElevation(azimuth, elevation, sampleRate, subjectName, kernelL1, kernelR1); local 105 if (!success) 113 success = calculateKernelsForAzimuthElevation(symmetricAzimuth, elevation, sampleRate, subjectName, kernelL2, kernelR2); 114 if (!success) 254 bool success = calculateKernelsForAzimuthElevation(rawIndex * AzimuthSpacing, actualElevation, sampleRate, subjectName, kernelListL->at(interpolatedIndex), kernelListR->at(interpolatedIndex)); local 255 if (!success)
|
/external/chromium_org/ui/gfx/ |
interpolated_transform.cc | 357 bool success = gfx::BlendDecomposedTransforms(&blended, local 361 DCHECK(success); 367 bool success = gfx::DecomposeTransform(&start_decomp_, start_transform); local 368 DCHECK(success); 369 success = gfx::DecomposeTransform(&end_decomp_, end_transform); 370 DCHECK(success);
|
/external/chromium_org/v8/benchmarks/ |
run.js | 39 var success = true; variable 48 success = false; 53 if (success) {
|