/external/llvm/include/llvm/Support/ |
system_error.h | 487 success = 0, enumerator in enum:llvm::errc::_ 730 static error_code success() { function in class:llvm::error_code 829 success = 0, enumerator in enum:llvm::windows_error::_
|
/external/openssh/ |
hostfile.c | 462 int success = 0; local 481 success = 1; 487 return success;
|
auth.h | 50 sig_atomic_t success; member in struct:Authctxt 92 * init_ctx returns: non NULL upon success 93 * query returns: 0 - success, otherwise failure 94 * respond returns: 0 - success, 1 - need further interaction,
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess32_64.cpp | 724 Jump success = jump(); local 788 Jump success = jump(); local 845 Jump success = jump(); local 914 Jump success = jump(); local 981 Jump success = jump(); local 1048 Jump success = jump(); local [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
TCSystemAlloc.cpp | 471 BOOL success = VirtualFree(ptr, decommitSize, MEM_DECOMMIT); local 472 ASSERT_UNUSED(success, success);
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ImageBufferCairo.cpp | 74 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success) 78 success = false; // Make early return mean error. 88 success = true;
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferCG.cpp | 100 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace imageColorSpace, RenderingMode renderingMode, bool& success) 105 success = false; // Make early return mean failure. 159 success = true;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageBufferQt.cpp | 98 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success) 102 success = m_data.m_painter && m_data.m_painter->isActive(); 103 if (!success)
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageBufferSkia.cpp | 65 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success) 71 success = false; 84 success = true;
|
/external/webkit/Source/WebCore/storage/ |
Database.cpp | 186 bool success = false; 187 OwnPtr<DatabaseOpenTask> task = DatabaseOpenTask::create(this, setVersionInNewDatabase, &synchronizer, e, success); 191 return success;
|
/external/webkit/Source/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 316 bool success = false; local 356 if ((success = saveResultToString(resultDoc, sheet, resultString))) { 368 return success;
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebRequest.cpp | 152 void WebRequest::finish(bool success) 166 android_printLog(ANDROID_LOG_DEBUG, "KM", "(%p) finish (%d) (%s) (%d) (%s)", this, --remaining, buffer, success, m_url.c_str()); 173 if (success) { 441 // request->status() will be set. On success, all redirects have been
|
/external/wpa_supplicant_8/src/p2p/ |
p2p.c | 623 * Returns: 0 on success, -1 on failure 3037 int success; local [all...] |
p2p_pd.c | 262 int success = 0; local 331 success = 1; 345 if (success && p2p->cfg->prov_disc_resp)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 143 boolean success = false; 189 // Success. we'll return that we generated code 191 success = true; 206 if (success) { 312 * @return true if the parsing failed, false if success. 346 // success, go to the next line
|
/tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/project/ |
NewAndroidProjectWizard.java | 122 boolean success = doSave.isSaved(); 124 if (success) 140 return success; 358 //update success flag
|
/external/chromium/base/ |
process_util_win.cc | 387 BOOL success = ReadFile(out_read, buffer, kBufferSize, &bytes_read, NULL); local 388 if (!success || bytes_read == 0) 467 bool success = WaitForExitCodeWithTimeout(handle, exit_code, INFINITE); local 469 return success; 696 break; // Success
|
/external/chromium/chrome/browser/automation/ |
automation_provider_observers_chromeos.cc | 66 if (auth_details->success()) 156 // success condition, so just continue waiting for more network events.
|
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 118 virtual void OnPrefsLoaded(PrefService* prefs, bool success) = 0; 155 // values while the importer process is running. Returns true on success.
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.h | 78 // until this is called. Returns true on success, false means that this 165 // Writes the entire table to disk, returning true on success. It will leave 177 // Returns true on success and places the size of the table in num_entries 245 // Returns true on success. On failure, the old table will be restored. The 275 // Returns true on success. Failure means we're not attempting to rebuild 280 // |success| is true if the fingerprint generation succeeded, in which case 283 void OnTableRebuildComplete(bool success,
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 535 * for `lastError` and sets a success message. 558 var success = document.createElement('div'); 559 success.classList.add('overlay'); 560 success.setAttribute('role', 'alert'); 561 success.textContent = msg; 562 document.body.appendChild(success); 564 setTimeout(function() { success.classList.add('visible'); }, 10); 567 success.classList.remove('visible');
|
/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/icu4c/i18n/unicode/ |
choicfmt.h | 174 * @param status Output param to receive success code. If the 261 * @param status Output param set to success/failure code on 274 * @param status Output param set to success/failure code on 410 * @param success Output param set to success/failure code on 419 UErrorCode& success) const; 429 * @param status Output param set to success/failure code on 445 * @param status Output param set to success/failure code on 557 * @param status Output param to receive success code. If the
|
/external/llvm/lib/Support/ |
LockFileManager.cpp | 118 if (EC == errc::success) 125 // unique file returns a link count of 2, then we can still declare success.
|