/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
byte_reader.js | 351 * Adjusts the current position on success. Throws an exception if the 368 * Adjusts the current position on success. Throws an exception if the 395 * Adjusts the current position on success. Throws an exception if the 428 * Adjusts the current position on success. Throws an exception if the 452 * Adjusts the current position on success. Throws an exception if the 468 * Adjusts the current position on success. Throws an exception if the
|
/external/chromium_org/chrome/test/automation/ |
tab_proxy.cc | 356 bool success = false; 358 handle_, target_count, &success)) && success;
|
/external/chromium_org/chromeos/network/ |
network_configuration_handler.cc | 123 // |callback| on success or |error_callback| on failure, and calls 414 bool success = false; local 415 result.GetBoolean(i, &success); 416 if (!success) {
|
/external/chromium_org/content/browser/android/in_process/ |
synchronous_compositor_impl.cc | 312 bool success = output_surface_->InitializeHwDraw( local 315 if (success) 317 return success;
|
/external/chromium_org/content/browser/download/ |
save_file_manager.cc | 462 bool success = base::CopyFile(file_path, save_file->FullPath()); local 463 if (!success) 465 SaveFinished(save_id, original_file_url, render_process_id, success);
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils_unittest.cc | 261 bool success = GLES2Util::ParseUniformName( local 263 EXPECT_EQ(expected_success, success); 264 if (success) {
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslmutex.c | 422 BOOL success = FALSE; local 437 success = ReleaseMutex(hMutex); 438 if (!success) {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorCSSAgent.cpp | 125 bool success = pseudoClassValue->asString(&pseudoClass); local 126 if (!success) 1065 bool success = inspectorStyleSheet->fillObjectForStyleSheet(result); local 1116 bool success = m_domAgent->history()->perform(adoptPtr(new SetPropertyTextAction(inspectorStyleSheet, compoundId, propertyIndex, text, overwrite)), es); local 1132 bool success = m_domAgent->history()->perform(adoptPtr(new TogglePropertyAction(inspectorStyleSheet, compoundId, propertyIndex, disable)), es); local 1148 bool success = m_domAgent->history()->perform(adoptPtr(new SetRuleSelectorAction(inspectorStyleSheet, compoundId, selector)), es); local 1172 bool success = m_domAgent->history()->perform(action.release(), es); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 361 bool success = ToUtf8(cfpath, &path8); local 363 if (success) 365 return success;
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader_unittest.cc | 104 bool success = PathService::Get(base::DIR_SOURCE_ROOT, path); local 105 EXPECT_TRUE(success); 106 if (!success)
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_context.cc | 159 bool success = true; local 170 success = false; 174 return success;
|
/external/icu4c/layout/ |
KhmerReordering.cpp | 155 LEErrorCode success = LE_NO_ERROR; local 159 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); 160 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
|
TibetanReordering.cpp | 157 LEErrorCode success = LE_NO_ERROR; local 161 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); 162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
|
/external/libppp/src/ |
auth.c | 403 auth_func success, auth_func failure) 410 authp->fn.success = success;
|
/external/llvm/include/llvm/Support/ |
system_error.h | 489 success = 0, enumerator in enum:llvm::errc::_ 732 static error_code success() { function in class:llvm::error_code 831 success = 0, enumerator in enum:llvm::windows_error::_
|
/external/lzma/C/Util/SfxSetup/ |
SfxSetup.c | 524 BOOL success;
local 538 success = ShellExecuteEx(&ei);
540 if (!success || (executeRes <= 32 && executeRes != 0)) /* executeRes = 0 in Windows CE */
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpURLConnectionImpl.java | 87 boolean success; 89 success = execute(false); 90 } while (!success);
|
/external/openssh/ |
hostfile.c | 462 int success = 0; local 481 success = 1; 487 return success;
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_pd.c | 254 int success = 0; local 325 success = 1; 337 if (success && p2p->cfg->prov_disc_resp)
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RootsCache.java | 135 boolean success = false; 137 success = mFirstLoad.await(15, TimeUnit.SECONDS); 140 if (!success) {
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 597 bool success = true; local 663 success = false; 685 return success;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 273 public void acknowledgeLastIncomingGsmSms(boolean success, int cause, 278 public void acknowledgeLastIncomingCdmaSms(boolean success, int cause, 283 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu,
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverTransfer.java | 65 void onTransferComplete(HandoverTransfer transfer, boolean success); 171 public void finishTransfer(boolean success, Uri uri, String mimeType) { 175 if (success && uri != null) { 177 if (DBG) Log.d(TAG, "Transfer success, uri " + uri + " mimeType " + mimeType);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 258 success = [] 261 success.append(True) 265 if not success:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 258 success = [] 261 success.append(True) 265 if not success:
|