/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 172 bool Success = false; 177 Success = ::GetFileSizeEx(FileHandle, &FileSize); 179 if (!Success) 201 Success = ::GetMappedFileNameA(::GetCurrentProcess(), 206 if (!Success) 210 return windows_error::success; 218 /// @return If ec == errc::success, The absolute path to the program. Otherwise 249 ec = windows_error::success; 345 BOOL success = ::CreateProcessA(ProgramToRun.c_str(), local 355 if (!success) { [all...] |
/external/v8/test/mjsunit/ |
debug-clearbreakpoint.js | 48 function testArguments(dcp, arguments, success) { 52 if (success) { 53 assertTrue(response.success, json_response); 55 assertFalse(response.success, json_response); 68 assertFalse(response.success);
|
/external/chromium/chrome/browser/automation/ |
automation_provider.cc | 603 bool* success) { 604 *success = false; 619 *success = true; 818 bool* success) { 819 *success = false; 827 *success = observer.did_receive_unload_notification(); 852 bool* success) { 853 *success = false; 868 bool success = false; local [all...] |
testing_automation_provider.cc | 532 int handle, bool* success) { 535 automation_util::DeleteCookie(url, cookie_name, contents, success); 539 int handle, bool* success) { 540 *success = false; 545 *success = true; 1773 bool success = false; local [all...] |
automation_provider.h | 259 bool* success); 268 bool* success); 275 bool* success); 279 bool* success, 289 bool* success);
|
/external/qemu/android/camera/ |
camera-capture-mac.m | 95 * Pointer to initialized instance on success, or nil on failure. 106 * 0 on success, or !=0 on failure. 118 * 0 on success, or non-zero value on failure. There is a special vaule 1 132 BOOL success; 150 success = [capture_device open:&error]; 151 if (!success) { 170 success = [capture_session addInput:input_device error:&error]; 171 if (!success) { 183 success = [capture_session addOutput:output_device error:&error]; 184 if (!success) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
dbus_dict_helpers.c | 28 * @return TRUE on success, FALSE on failure 59 * @return TRUE on success, FALSE on failure 215 * @return TRUE on success, FALSE on failure 235 * @return TRUE on success, FALSE on failure 255 * @return TRUE on success, FALSE on failure 275 * @return TRUE on success, FALSE on failure 296 * @return TRUE on success, FALSE on failure 317 * @return TRUE on success, FALSE on failure 338 * @return TRUE on success, FALSE on failure 359 * @return TRUE on success, FALSE on failur 638 dbus_bool_t success = FALSE; local 695 dbus_bool_t success = FALSE; local 756 dbus_bool_t success = FALSE; local 786 dbus_bool_t success = TRUE; local [all...] |
/external/openssh/ |
auth2-pubkey.c | 439 u_int success, i; local 447 success = user_cert_trusted_ca(pw, key); 448 if (success) 449 return success; 451 for (i = 0; !success && i < options.num_authkeys_files; i++) { 454 success = user_key_allowed2(pw, key, file); 458 return success;
|
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 126 jboolean success = eglInitialize(dpy, NULL, NULL); local 127 if (success && major_minor) { 137 return success; 149 jboolean success = JNI_FALSE; local 153 success = eglQueryContext(dpy, ctx, attribute, base); 156 return success; 169 jboolean success = JNI_FALSE; local 173 success = eglQuerySurface(dpy, sur, attribute, base); 176 return success; 199 jboolean success = JNI_FALSE local 377 jboolean success = JNI_FALSE; local 394 jboolean success = JNI_FALSE; local [all...] |
/external/llvm/include/llvm/Object/ |
ELF.h | [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 162 bool success() { return success_; } function in class:browser_sync::CreateRootTask 173 ASSERT_TRUE(task.success()); 201 ASSERT_TRUE(task.success()); 253 ASSERT_TRUE(task.success()); 323 ASSERT_TRUE(task.success()); 341 ASSERT_TRUE(task.success()); 360 ASSERT_TRUE(task.success()); 378 ASSERT_TRUE(task.success()); 405 ASSERT_TRUE(task.success());
|
profile_sync_service_preference_unittest.cc | 209 bool success() { return success_; } function in class:AddPreferenceEntriesTask 221 ASSERT_TRUE(task.success()); 247 ASSERT_TRUE(task.success()); 264 ASSERT_TRUE(task.success()); 295 ASSERT_TRUE(task.success()); 337 ASSERT_TRUE(task.success()); 351 ASSERT_TRUE(task.success()); 365 ASSERT_TRUE(task.success()); 385 ASSERT_TRUE(task.success()); 407 ASSERT_TRUE(task.success()); [all...] |
/external/icu4c/test/intltest/ |
tmsgfmt.cpp | 129 UErrorCode success = U_ZERO_ERROR; local 130 // form = (DecimalFormat*)NumberFormat::createCurrencyInstance(locale[i], success); 131 form = (DecimalFormat*)NumberFormat::createInstance(locale[i], success); 132 if (U_FAILURE(success)) { 141 success = U_ZERO_ERROR; 145 if (U_FAILURE(success)) { 298 UErrorCode success = U_ZERO_ERROR; local 300 form = new MessageFormat(testCases[i], Locale::getUS(), success); 301 if (U_FAILURE(success)) { 302 dataerrln("MessageFormat creation failed.#1 - %s", u_errorName(success)); 373 UErrorCode success = U_ZERO_ERROR; local 856 UErrorCode success = U_ZERO_ERROR; local 886 UErrorCode success = U_ZERO_ERROR; local 915 UErrorCode success = U_ZERO_ERROR; local 944 UErrorCode success = U_ZERO_ERROR; local 956 UErrorCode success = U_ZERO_ERROR; local [all...] |
/external/chromium/chrome/browser/printing/ |
print_view_manager.cc | 352 void PrintViewManager::PrintingDone(bool success) { 358 success)); 423 bool success = true; local 427 success = false; 430 return success;
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
AbstractSyncService.java | 100 * functionality, success is indicated by a failure to throw an Exception 150 boolean success; field in class:AbstractSyncService.ValidationResult 156 success = _success; 162 success = _success; 166 success = false; 172 return success;
|
/bootable/recovery/updater/ |
install.c | 304 int success = 0; local 307 ++success; 313 sprintf(buffer, "%d", success); 370 bool success = mzExtractRecursive(za, zip_path, dest_path, local 375 return StringValue(strdup(success ? "t" : "")); 390 bool success = false; local 411 success = mzExtractZipEntryToFile(za, entry, fileno(f)); 417 return StringValue(strdup(success ? "t" : "")); 445 success = mzExtractZipEntryToBuffer(za, entry, 450 if (!success) { 772 bool success; local [all...] |
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 363 bool success = handleProperty(); local 364 if (success == false) { 382 bool success = true; local 384 success = handleMember(field, fieldLength, object); 388 success = functionParams(&script, ¶ms); 389 if (success) 390 success = handleMemberFunction(field, fieldLength, object, ¶ms); 392 return success; 397 bool success; local 402 success = innerScript(scriptPtr, value) 447 bool success = innerScript(scriptPtr, &value); local 476 bool success = true; local 780 bool success = innerScript(scriptPtr, &scriptValue); local 810 bool success = functionParams(scriptPtr, ¶ms); local 834 bool success = true; local 855 bool success = true; local 875 bool success = true; local 897 bool success = true; local 996 bool success = array->getIndex(index, &operand); local 1201 bool success = true; local [all...] |
/external/icu4c/i18n/ |
rematch.cpp | 2862 UBool success = FALSE; local 2911 UBool success = TRUE; local 3163 UBool success = isWordBoundary(fp->fInputIdx); local 3174 UBool success = isUWordBoundary(fp->fInputIdx); local 3195 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER); local 3333 UBool success = ((opValue & URX_NEG_SET) == URX_NEG_SET); local 3431 UBool success = FALSE; local 3501 UBool success = FALSE; local [all...] |
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
|
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/chromium/testing/gtest/test/ |
gtest-options_test.cc | 108 const bool success = local 116 const bool success = local 122 if (!success)
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/ |
ExecutionUtils.java | 168 final boolean[] success = new boolean[1]; 172 success[0] = ExecutionUtils.runLog(runnable); 175 return success[0];
|
/external/elfutils/libelf/ |
elf_getshstrndx.c | 120 goto success; 158 goto success; 194 success:
|
/external/gtest/test/ |
gtest-options_test.cc | 108 const bool success = local 116 const bool success = local 122 if (!success)
|
/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);
|