HomeSort by relevance Sort by last modified time
    Searched full:successful (Results 501 - 525 of 2754) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 101 public virtual void EndBacktrack(int level, bool successful) {
102 _listener.EndBacktrack(level, successful);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 120 public virtual void EndBacktrack( int level, bool successful )
122 _listener.EndBacktrack( level, successful );
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 36 #define BTA_JV_SUCCESS 0 /* Successful operation. */
441 ** Returns BTA_JV_SUCCESS if successful.
480 ** Returns BTA_JV_SUCCESS if successful.
506 ** Returns BTA_JV_SUCCESS if successful.
520 ** Returns BTA_JV_SUCCESS if successful.
534 ** Returns BTA_JV_SUCCESS if successful.
548 ** BTA_JV_SUCCESS if successful.
573 ** Returns BTA_JV_SUCCESS if successful.
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_download.h 69 // |observer| - observer to notify on successful completion or error.
129 // the query. |query_data| is the successful data returned over the wire.
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.h 76 // Returns true if successful and sets |error| otherwise.
83 // to |out|. Returns true if successful and sets |error| otherwise.
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 28 // Binary representation of successful register response containing a token.
38 // Successful unregister response.
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 76 // for adds and subs in "chunks". Returns 'true' on successful parsing,
99 // servers. Returns true on successful parse, false on parse error.
  /external/chromium/chrome/browser/sync/util/
cryptographer.h 83 // successful.
86 // Creates a new Nigori instance using |params|. If successful, |params| will
  /external/chromium/net/spdy/
spdy_frame_builder.h 53 // start of the SpdyFrameBuilder, initialize *iter to NULL. If successful,
139 // the return result for true (i.e., successful resizing).
  /external/chromium/testing/gtest/test/
gtest_environment_test.cc 122 // Runs the tests. Return true iff successful.
146 // set-up is successful.
  /external/chromium/third_party/libjingle/source/talk/base/
sslstreamadapter.h 37 // After SSL has been started, the stream will only open on successful
86 // exposed stream will open after successful negotiation and
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_sign_hash.c 29 @return CRYPT_OK if successful
120 @return CRYPT_OK if successful
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_import.c 79 @return CRYPT_OK if successful, upon error all allocated memory will be freed
92 @return CRYPT_OK if successful, upon error all allocated memory will be freed
  /external/e2fsprogs/lib/ext2fs/
tst_bitops.c 124 printf("ext2fs_set_bit big_test successful\n");
170 printf("ext2fs_fast_set_bit big_test successful\n");
  /external/e2fsprogs/lib/ss/
execute_cmd.c 133 * Zero if successful, ss_et_command_not_found otherwise.
166 * Zero if successful, ss_et_command_not_found otherwise.
  /external/gtest/test/
gtest_environment_test.cc 122 // Runs the tests. Return true iff successful.
146 // set-up is successful.
  /external/icu4c/test/intltest/
punyref.h 70 /* can receive, and on successful return it will contain the */
98 /* on successful return it will contain the actual number of */
  /external/icu4c/tools/toolutil/
toolutil.h 83 * If successful, copies the directory name into the output buffer along with
91 * @return If successful, a pointer to the output buffer. If failure or bufLen is too small, NULL.
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 359 ** successful or not. If it was failed then application must select
470 ** An NFA_RF_DISCOVERY_STARTED_EVT indicates whether starting was successful or not.
500 ** An NFA_RF_DISCOVERY_STOPPED_EVT indicates whether stopping was successful or not.
575 ** An NFA_SELECT_RESULT_EVT indicates whether selection was successful or not.
622 ** was successful or not.
655 ** An NFA_DEACTIVATE_FAIL_EVT indicates that selection was not successful.
756 ** to indicate that registration was successful, and provide a
808 ** to indicate that registration was successful, and provide a
    [all...]
  /external/libnfc-nxp/src/
phOsalNfc.h 179 * \retval NULL: The operation was not successful, certainly because of insufficient resources.
202 * \retval Zero value: The comparison was successful,
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 29 /// and prepare for lazy deserialization of function bodies. If successful,
47 /// buffer and extract just the triple information. If successful,
  /external/protobuf/gtest/test/
gtest_environment_test.cc 118 // Runs the tests. Return true iff successful.
141 // set-up is successful.
  /external/qemu/android/
async-socket-connector.h 45 * Typically, when client's callback is called for a successful connection, the
138 * This routine should be called from the connection callback on successful
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsempost.html 140 > should be called after a semaphore is locked by a successful call to
165 > if successful or
sdlsemtrywait.html 150 > is successful, the semaphore
151 can be released and its count atomically incremented by a successful call to

Completed in 676 milliseconds

<<21222324252627282930>>