/external/mesa3d/src/glsl/ |
ralloc.c | 429 bool success; local 432 success = ralloc_vasprintf_append(str, fmt, args); 434 return success; 449 bool success; local 452 success = ralloc_vasprintf_rewrite_tail(str, start, fmt, args); 454 return success;
|
/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 203 bool success = false; local 208 success = true; 211 return success; 356 // Success! 523 bool success = false; local 529 success = true; 537 return success;
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 338 * @param bitmap On success, will have its bounds set to the bounds of the 371 * @param bitmap On success, will contain the decoded image, with its pixels stored 386 bool success = decoder->decode(stream, bitmap, SkImageDecoder::kDecodePixels_Mode); local 389 if (!success) { 456 bool success = false; local 460 success = codec->decode(stream, bm, pref, mode); 461 if (success && format) { 471 return success;
|
/frameworks/base/services/java/com/android/server/print/ |
RemotePrintSpooler.java | 511 public void onSetPrintJobStateResult(boolean success, int sequence) { 512 onRemoteMethodResult(success, sequence); 532 public void onSetPrintJobTagResult(boolean success, int sequence) { 533 onRemoteMethodResult(success, sequence); 564 public void onSetPrintJobStateResult(boolean success, int sequece) { 569 public void onSetPrintJobTagResult(boolean success, int sequence) {
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ImportNode.java | 500 boolean success = false; 504 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 506 assertTrue("throw_NOT_SUPPORTED_ERR", success); 517 boolean success = false; 521 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 523 assertTrue("throw_NOT_SUPPORTED_ERR", success);
|
/external/chromium_org/third_party/icu/source/i18n/ |
calendar.cpp | 642 Calendar::Calendar(UErrorCode& success) 656 success = U_MEMORY_ALLOCATION_ERROR; 658 setWeekData(Locale::getDefault(), NULL, success); local 663 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) 679 success = U_ILLEGAL_ARGUMENT_ERROR; 686 setWeekData(aLocale, NULL, success); 691 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) 705 success = U_MEMORY_ALLOCATION_ERROR; 707 setWeekData(aLocale, NULL, success); 762 Calendar::createInstance(UErrorCode& success) 881 c->setTimeInMillis(getNow(), success); \/\/ let the new calendar have the current time. local [all...] |
/external/icu4c/i18n/ |
calendar.cpp | 672 Calendar::Calendar(UErrorCode& success) 688 success = U_MEMORY_ALLOCATION_ERROR; 690 setWeekData(Locale::getDefault(), NULL, success); local 695 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) 713 success = U_ILLEGAL_ARGUMENT_ERROR; 720 setWeekData(aLocale, NULL, success); 725 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) 741 success = U_MEMORY_ALLOCATION_ERROR; 743 setWeekData(aLocale, NULL, success); 802 Calendar::createInstance(UErrorCode& success) 929 c->setTimeInMillis(getNow(), success); \/\/ let the new calendar have the current time. local [all...] |
/external/llvm/include/llvm/Object/ |
ELF.h | [all...] |
/external/chromium/base/ |
process_util_posix.cc | 52 bool* success) { 106 if (success) 107 *success = (ret_pid != -1); 678 bool success = (sigaction(SIGPIPE, &action, NULL) == 0); local 681 success &= (signal(SIGILL, handler) != SIG_ERR); 682 success &= (signal(SIGABRT, handler) != SIG_ERR); 683 success &= (signal(SIGFPE, handler) != SIG_ERR); 684 success &= (signal(SIGBUS, handler) != SIG_ERR); 685 success &= (signal(SIGSEGV, handler) != SIG_ERR); 686 success &= (signal(SIGSYS, handler) != SIG_ERR) 980 bool success = WaitForExitCode(pid, &exit_code); local [all...] |
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win.cc | 348 // On success, returns true and 'final_name' contains the full path of the file 696 bool success = false; local 699 success = RunSelectFolderDialog(params.title, 704 success = SaveFileAsWithFilter(params.run_state.owner, 707 if (success) 711 success = RunOpenFileDialog(params.title, filter, 726 if (success) { 877 bool success = !!GetOpenFileName(&ofn); local 909 bool success = !!GetOpenFileName(&ofn); local [all...] |
/external/chromium_org/base/ |
file_util_posix.cc | 169 // The Windows version defines this condition as success. 178 bool success = true; 184 for (FilePath current = traversal.Next(); success && !current.empty(); 189 success = (unlink(current.value().c_str()) == 0); 192 while (success && !directories.empty()) { 195 success = (rmdir(dir.value().c_str()) == 0); 197 return success; 247 bool success = true; 260 success = false; 275 while (success && !current.empty()) [all...] |
/external/chromium_org/ui/shell_dialogs/ |
select_file_dialog_win.cc | 386 // On success, returns true and 'final_name' contains the full path of the file 640 bool success = false; local 650 success = RunSelectFolderDialog(title, 655 success = SaveFileAsWithFilter(params.run_state.owner, 658 if (success) 662 success = RunOpenFileDialog(params.title, filter, 676 if (success) { 819 bool success = CallGetOpenFileName(&ofn); local 821 if (success) 823 return success; 852 bool success = CallGetOpenFileName(&ofn); local [all...] |
/external/chromium_org/win8/metro_driver/ |
chrome_app_view_ash.cc | 492 boolean success = FALSE; local 493 hr = view_statics->TryUnsnap(&success); 495 if (FAILED(hr) || !success) { 564 bool success) { 566 DVLOG(1) << "Success: " << success; 570 success, open_file_picker->filenames())); 573 success, base::FilePath(open_file_picker->result()))); 581 bool success) { 583 DVLOG(1) << "Success: " << success [all...] |
/external/chromium_org/webkit/browser/quota/ |
quota_manager.cc | 711 bool success) { 717 manager->DidDatabaseWork(success); 736 bool success) { 742 manager->DidDatabaseWork(success); 768 bool success) { 774 manager->DidDatabaseWork(success); [all...] |
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
com_android_cts_verifier_camera_analyzer_CameraTests.cpp | 64 bool success; local 162 bool success = false; local
|
/cts/suite/pts/deviceTests/opengl/src/com/android/pts/opengl/reference/ |
GLGameActivity.java | 129 boolean success = startBenchmark(getAssets(), 137 mHandler.sendEmptyMessage((success) ? 1 : 0);
|
/cts/tests/tests/holo/src/android/holo/cts/ |
ThemeTestActivity.java | 149 boolean success = data.getBooleanExtra(LayoutTestActivity.EXTRA_SUCCESS, false); 150 if (!success) {
|
/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSourceToDexUtil.java | 95 boolean success = compile.call(); 96 if(!success) {
|
/dalvik/vm/mterp/armv5te/ |
OP_SGET.S | 41 cmp r0, #0 @ success?
|
OP_SPUT.S | 42 cmp r0, #0 @ success?
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT.S | 25 cmp r0, #0 @ success?
|
/dalvik/vm/mterp/mips/ |
OP_IPUT.S | 25 # success?
|
OP_SGET.S | 32 # success?
|
OP_SGET_WIDE.S | 32 # success?
|
OP_SPUT.S | 30 beqz v0, common_exceptionThrown # success? no, handle exception
|