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

<<21222324252627282930>>

  /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);
LEFontInstance.cpp 34 le_int32 script, LEErrorCode &success) const
36 if (LE_FAILURE(success)) {
41 success = LE_ILLEGAL_ARGUMENT_ERROR;
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 25 bool success = local
30 EXPECT_TRUE(success) << os.str();
31 return success;
  /external/skia/src/ports/
SkXMLParser_expat.cpp 104 bool success = true; local
108 success = false;
111 return success;
  /external/v8/test/mjsunit/
debug-scripts-request.js 48 function testArguments(dcp, arguments, success) {
52 if (success) {
53 assertTrue(response.success, json_response);
55 assertFalse(response.success, json_response);
79 assertTrue(response.success);
87 assertTrue(response.success);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp 96 static bool success = true; local
98 success = initializeOpenGLShims();
101 if (!success)
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.cpp 78 String ClipboardHaiku::getData(const String& type, bool& success) const
81 success = false;
88 success = true;
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 79 BOOL success = ::DuplicateHandle(sourceProcess, sourceHandle, ::GetCurrentProcess(), &duplicatedHandle, 0, FALSE, DUPLICATE_SAME_ACCESS | DUPLICATE_CLOSE_SOURCE);
80 ASSERT_WITH_MESSAGE(success, "::DuplicateHandle failed with error %lu", ::GetLastError());
84 return success;
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 87 * @success: Whether the authentication was completed successfully
95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
135 * Returns: 0 on success, -1 on failure
146 * Returns: 0 on success, -1 on failure
237 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success);
297 Boolean success)
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 81 * @success: Whether the authentication was completed successfully
89 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
129 * Returns: 0 on success, -1 on failure
140 * Returns: 0 on success, -1 on failure
252 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success);
313 Boolean success)
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpContext.java 126 int success = 0; local
134 success++;
137 return success == children.size();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 326 boolean success = true;
338 success = false;
349 success = false;
354 // update the field in the refactoring object in case of success
355 if (success) {
361 if (success) {
364 success = false;
367 success = false;
373 if (success) {
387 success = false
    [all...]
  /external/v8/benchmarks/
run.js 39 var success = true; variable
48 success = false;
53 if (success) {
  /frameworks/base/media/mca/filterfw/jni/
jni_native_frame.cpp 62 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), local
66 return ToJBool(success);
106 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr), local
110 return ToJBool(success);
140 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(float_ptr), local
144 return ToJBool(success);
  /external/chromium/base/threading/
simple_thread.cc 31 bool success = PlatformThread::Create(options_.stack_size(), this, &thread_); local
32 CHECK(success);
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
js_modal_dialog.cc 153 void JavaScriptAppModalDialog::NotifyDelegate(bool success,
159 delegate_->OnMessageBoxClosed(reply_msg_, success, prompt_text);
  /external/clang/test/CodeGenCXX/
eh.cpp 306 goto success;
309 success:
  /external/icu4c/i18n/
coptccal.cpp 27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success)
28 : CECalendar(aLocale, success)
  /external/openssh/
session.c 300 int success, type, screen_flag; local
317 success = 0;
336 /* Enable compression after we have responded with SUCCESS. */
338 success = 1;
342 success = session_pty_req(s);
362 success = session_setup_x11fwd(s);
363 if (!success) {
378 success = auth_input_request_forwarding(s->pw);
396 success = 1;
401 success = 1
2085 int success = 0; local
2123 int success; local
2156 u_int len, success; local
2232 int success = 0; local
    [all...]
  /external/skia/src/animator/
SkDump.cpp 62 bool success = scriptEngine.evaluateScript(&cScript, &value); local
64 if (success == false) {
  /external/skia/src/core/
SkEdge.cpp 250 int success; local
274 success = this->updateLine(oldx, oldy, newx, newy);
277 } while (count > 0 && !success);
284 return success;
427 int success; local
454 success = this->updateLine(oldx, oldy, newx, newy);
457 } while (count < 0 && !success);
462 return success;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrappendchild2.js 85 var success;
110 success = false;
115 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
117 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
hc_attrappendchild5.js 92 var success;
124 success = false;
129 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
131 assertTrue("throw_WRONG_DOCUMENT_ERR",success);
hc_attrgetvalue2.js 85 var success;
116 success = false;
121 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
123 assertTrue("throw_NOT_SUPPORTED_ERR",success);
hc_attrinsertbefore6.js 92 var success;
125 success = false;
130 success = (typeof(ex.code) != 'undefined' && ex.code == 4);
132 assertTrue("throw_WRONG_DOCUMENT_ERR",success);

Completed in 844 milliseconds

<<21222324252627282930>>