HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 1126 - 1150 of 4084) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 120 bool CreateRootTask::success() { function in class:CreateRootTask
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 132 bool success,
  /external/icu4c/i18n/unicode/
dcfmtsym.h 174 * @param status Input/output parameter, set to success or
186 * @param status Input/output parameter, set to success or
280 * @param status: Input/output parameter, set to success or
329 * @param success Input/output parameter, set to success or
333 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 124 return error_code::success();
  /external/openssh/contrib/redhat/
sshd.init.old 39 case "`type -type success`" in
41 success "$1"
  /external/openssh/
jpake.c 419 * Calculate and check confirmation hash from peer. Returns 1 on success
430 int success = 0; local
446 success = 1;
449 debug3("%s: success = %d", __func__, success);
450 return success;
  /external/srec/srec/include/
duk_args.h 91 int count, int override, int *success);
  /external/v8/test/mjsunit/
debug-suspend.js 57 assertTrue(backtrace_response.success);
66 assertTrue(suspend_response.success);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 429 bool success = false; local
431 success = painter.drawGlyphs(curLen, &glyphs[0], &advances[0], horizontalOffset - point.x() - currentWidth);
432 if (!success && executions == 0) {
440 if (!success)
  /external/webkit/Source/WebCore/platform/network/
BlobResourceHandle.cpp 397 bool success = m_stream->openForRead(item.path, item.offset + m_currentItemReadSize, bytesToRead); local
399 if (!success) {
473 void BlobResourceHandle::didOpen(bool success)
477 if (!success) {
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 83 static void rsn_preauth_eapol_cb(struct eapol_sm *eapol, int success,
89 if (success) {
113 success = 0;
119 success ? "completed successfully" : "failed");
168 * Returns: 0 on success, -1 on another pre-authentication is in progress,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 129 void stopWpsRun(bool success);
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 73 static void rsn_preauth_eapol_cb(struct eapol_sm *eapol, int success,
79 if (success) {
103 success = 0;
109 success ? "completed successfully" : "failed");
158 * Returns: 0 on success, -1 on another pre-authentication is in progress,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 126 void stopWpsRun(bool success);
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 292 bool success = meta->findCString(kKeyMIMEType, &mime); local
293 CHECK(success);
778 bool success = meta->findInt32(kKeyWidth, &width); local
779 success = success && meta->findInt32(kKeyHeight, &height);
780 success = success && meta->findInt32(kKeyFrameRate, &frameRate);
781 success = success && meta->findInt32(kKeyBitRate, &bitRate);
782 success = success && meta->findInt32(kKeyStride, &stride)
999 bool success = meta->findInt32(kKeyBitRate, &bitRate); local
1046 bool success = meta->findInt32(kKeyBitRate, &bitRate); local
1098 bool success = meta->findInt32(kKeyBitRate, &bitRate); local
1174 bool success = meta->findInt32(kKeyWidth, &width); local
    [all...]
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 120 boolean success = false;
122 success = (Libcore.os.fcntlFlock(fd, wait ? F_SETLKW64 : F_SETLK64, flock) != -1);
126 if (!success) {
130 return success ? pendingLock : null;
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ApktoolUtils.java     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 405 goto success;
415 goto success;
428 goto success;
441 goto success;
457 goto success;
469 goto success;
481 goto success;
493 goto success;
505 goto success;
517 goto success;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 201 def memoize(self, input, ruleIndex, ruleStartIndex, success):
204 super(<grammar.recognizerName>, self).memoize(input, ruleIndex, ruleStartIndex, success)
365 success = False
367 success = True
371 return success
384 success = True
427 success = False<\n>
439 success = True<\n>
553 self.memoize(self.input, <ruleDescriptor.index>, <ruleDescriptor.name>_StartIndex, success)
572 success = False<\n
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 626 * Returns: a dbus message containing a UINT32 indicating success (1) or
701 * Returns: TRUE on success, FALSE on failure
727 * Returns: TRUE on success, FALSE on failure
746 * Returns: TRUE on success, FALSE on failure
764 * Returns: TRUE on success, FALSE on failure
802 * Returns: TRUE on success, FALSE on failure
828 * Returns: TRUE on success, FALSE on failure
855 * Returns: TRUE on success, FALSE on failure
869 dbus_bool_t success; local
883 success = wpas_dbus_simple_array_property_getter(iter
907 dbus_bool_t success; local
2247 dbus_bool_t success = FALSE; local
2800 dbus_bool_t success = FALSE; local
2851 dbus_bool_t success = FALSE; local
3159 dbus_bool_t success = FALSE; local
3463 dbus_bool_t success = FALSE; local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 254 success(); method
309 public void success() { method in class:MessageQueueTest.OrderTestHelper
MessengerTest.java 249 success(); method
279 public void success() { method in class:MessengerTest.MessengerTestHelper
  /dalvik/vm/mterp/armv5te/
OP_IPUT.S 25 cmp r0, #0 @ success?
OP_IPUT_OBJECT.S 25 cmp r0, #0 @ success?

Completed in 1167 milliseconds

<<41424344454647484950>>