HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 476 - 500 of 4004) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild02.js 86 var success;
113 success = false;
118 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
120 assertTrue("throw_NOT_FOUND_ERR_1",success);
124 success = false;
129 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
131 assertTrue("throw_NOT_FOUND_ERR_2",success);
nodereplacechild21.js 98 var success;
133 success = false;
138 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
140 assertTrue("NO_MODIFICATION_ALLOWED_ERR1_nodereplacechild21",success);
144 success = false;
149 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
151 assertTrue("NO_MODIFICATION_ALLOWED_ERR2_nodereplacechild21",success);
nodereplacechild25.js 87 var success;
115 success = false;
120 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
122 assertTrue("throw_HIERARCHY_REQUEST_ERR_1",success);
126 success = false;
131 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
133 assertTrue("throw_HIERARCHY_REQUEST_ERR_2",success);
  /external/chromium/chrome/browser/automation/
testing_automation_provider_views.cc 119 bool* success,
121 *success = false;
131 *success = true;
173 int browser_handle, bool* success) {
181 *success = true;
  /external/chromium/testing/gtest/test/
gtest-test-part_test.cc 50 : r1_(TestPartResult::kSuccess, "foo/bar.cc", 10, "Success!"),
77 const TestPartResult success(TestPartResult::kSuccess,
81 EXPECT_TRUE(success.passed());
82 EXPECT_FALSE(success.failed());
83 EXPECT_FALSE(success.nonfatally_failed());
84 EXPECT_FALSE(success.fatally_failed());
126 EXPECT_STREQ("Success!", r1_.message());
  /external/gtest/test/
gtest-test-part_test.cc 50 : r1_(TestPartResult::kSuccess, "foo/bar.cc", 10, "Success!"),
77 const TestPartResult success(TestPartResult::kSuccess,
81 EXPECT_TRUE(success.passed());
82 EXPECT_FALSE(success.failed());
83 EXPECT_FALSE(success.nonfatally_failed());
84 EXPECT_FALSE(success.fatally_failed());
126 EXPECT_STREQ("Success!", r1_.message());
  /frameworks/base/core/tests/coretests/src/android/os/
BroadcasterTest.java 54 success();
104 success(); method
153 success();
188 success();
224 success();
  /bionic/libc/netbsd/resolv/
res_debug.c 504 sym_ston(const struct res_sym *syms, const char *name, int *success) {
507 if (success)
508 *success = 1;
512 if (success)
513 *success = 0;
518 sym_ntos(const struct res_sym *syms, int number, int *success) {
523 if (success)
524 *success = 1;
530 if (success)
531 *success = 0
557 int success; local
593 int success; local
1135 int success; local
1158 int success; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 73 } catch (NullPointerException success) {}
96 } catch (IndexOutOfBoundsException success) {}
108 } catch (IndexOutOfBoundsException success) {}
120 } catch (IndexOutOfBoundsException success) {}
124 } catch (IndexOutOfBoundsException success) {}
128 } catch (IndexOutOfBoundsException success) {}
132 } catch (IndexOutOfBoundsException success) {}
136 } catch (IndexOutOfBoundsException success) {}
140 } catch (IndexOutOfBoundsException success) {}
144 } catch (IndexOutOfBoundsException success) {}
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 122 Log.i(LOG_TAG, "[SimCmd] supplyIccPin: success!");
164 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: success!");
206 Log.i(LOG_TAG, "[SimCmd] supplyIccPin2: success!");
247 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk2: success!");
478 * ar.result is null on success and failure
495 * ar.result is null on success and failure
515 * ar.result is String containing IMSI on success
526 * ar.result is String containing IMEI on success
537 * ar.result is String containing IMEISV on success
549 * ar.result is null on success and failur
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 134 void OnImageDirCreated(bool success) {
136 handler_->OnImageDirCreatedOnUIThread(success);
150 void UnzipComplete(bool success) {
152 handler_->UnzipComplete(success);
285 void ImageBurnHandler::OnImageDirCreated(bool success,
292 success));
295 void ImageBurnHandler::OnDownloadStarted(bool success) {
296 if (success)
346 void ImageBurnHandler::DownloadCompleted(bool success) {
347 resource_manager_->SetDownloadFinished(success);
524 bool success = UnzipImageImpl(); local
635 bool success = true; local
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 83 bool success = evaluateScript(&script, result); local
84 if (success == false || result->fType != type) {
142 bool success = true; local
145 success = engine.evaluateScript(&script, value);
148 return success;
163 bool success = ids->find(token, len, &displayable); local
164 if (success == false) {
314 bool success = engine.evaluate(script, &value, SkType_Displayable); local
315 if (success)
317 return success;
323 bool success = engine.evaluate(script, &value, SkType_Int); local
332 bool success = engine.evaluate(script, &value, SkType_Float); local
341 bool success = engine.evaluate(script, &value, SkType_String); local
351 bool success = engine.evaluate(script, &value, SkType_String); local
469 bool success = maker->findKey(displayable, &id); local
568 bool success = engine.evaluateScript(&script, &value); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 64 * @return Activity.RESULT_OK on success; Intents.RESULT_SMS_GENERIC_ERROR on failure
165 boolean success;
168 success = true;
175 success = false;
178 success = false;
183 if (success) {
194 if (success) {
218 mCI.acknowledgeIncomingGsmSmsWithPdu(success,
  /external/llvm/lib/Object/
MachOObjectFile.cpp 110 return object_error::success;
124 return object_error::success;
149 return object_error::success;
163 return object_error::success;
184 return object_error::success;
212 return object_error::success;
236 return object_error::success;
271 return object_error::success;
311 return object_error::success;
332 return object_error::success;
    [all...]
  /external/v8/tools/
presubmit.py 345 success = True
352 success = False
357 return success
371 success = True
374 success = CppLintProcessor().Run(workspace) and success
376 success = SourceProcessor().Run(workspace) and success
377 if success:
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewTestActivity.java 56 Boolean success = false; local
59 success = mSemaphore.tryAcquire(timeout, TimeUnit.MILLISECONDS);
63 return success;
  /development/testrunner/test_defs/
native_test.py 91 success = output.endswith("exit code:0")
92 logger.Log("%s... %s" % (f, success and "ok" or "failed"))
94 if not success or options.verbose:
  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 133 void AudioHandler::OnMixerInitialized(bool success) {
134 connected_ = success;
135 DVLOG(1) << "OnMixerInitialized, success = " << success;
  /external/chromium/chrome/browser/web_applications/
web_app.cc 151 // when finished (either success or failure).
162 bool success)
164 success_(success) {
214 bool success = CreateShortcut(); local
218 new CreateShortcutCallbackTask(callback_, success));
233 return true; // assuming always success.
351 bool success = true;
358 success = false;
364 success &= file_util::CreateShortcutLink(chrome_exe.value().c_str(),
374 if (success && pin_to_taskbar && shortcut_to_pin.empty()
    [all...]
  /external/chromium/googleurl/src/
url_canon_mailtourl.cc 61 bool success = true; local
74 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
89 return success;
url_canon_pathurl.cc 47 bool success = CanonicalizeScheme(source.scheme, parsed.scheme, local
66 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
80 return success;
  /external/sqlite/android/
PhoneticStringUtilsTest.cpp 74 bool success = m_total_count == m_success_count; local
75 printf("\n%s\n", success ? "Success" : "Failure");
77 return success;
  /external/webkit/Source/WebCore/bindings/js/
JSClipboardCustom.cpp 92 bool success; local
93 String result = clipboard->getData(ustringToString(exec->argument(0).toString(exec)), success);
94 if (!success)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ClipboardCustom.cpp 91 bool success;
92 String result = clipboard->getData(toWebCoreString(args[0]), success);
93 if (success)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 133 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId); local
134 ASSERT(success == EGL_TRUE);
176 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId); local
177 ASSERT(success == EGL_TRUE);
257 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId); local
258 ASSERT(success == EGL_TRUE);
281 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId); local
282 ASSERT(success == EGL_TRUE);
299 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId); local
300 ASSERT(success == EGL_TRUE)
384 EGLBoolean success = eglQuerySurface(m_display, surface, EGL_CONFIG_ID, &surfaceConfigId); local
    [all...]

Completed in 607 milliseconds

<<11121314151617181920>>