HomeSort by relevance Sort by last modified time
    Searched full:successful (Results 226 - 250 of 2890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugParser.java 90 public void endBacktrack(int level, boolean successful) {
91 dbg.endBacktrack(level,successful);
DebugTreeParser.java 106 public void endBacktrack(int level, boolean successful) {
107 dbg.endBacktrack(level,successful);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugParser.m 108 - (void)endBacktracking:(NSInteger)level wasSuccessful:(BOOL)successful
110 [debugListener endBacktrack:level wasSuccessful:successful];
ANTLRDebugTreeParser.m 106 - (void)endBacktracking:(NSInteger)level wasSuccessful:(BOOL)successful
108 [debugListener endBacktrack:level wasSuccessful:successful];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 87 def end_backtrack( level, successful )
89 listener.end_backtrack( level, successful )
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 45 * for successful (2xx) responses. If the response code was >= 300, the response
62 * Returns the response body as a String if the response was successful (a
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 71 // successful return code, passing the signaure blob in |payload|.
83 // successful return code, passing an empty string for |payload|.
  /external/chromium/chrome/common/
important_file_writer.h 34 // to a temporary file. Only after that write is successful, we rename the
47 // Should put serialized string in |data| and return true on successful
  /external/chromium/net/base/
host_resolver_proc.h 30 // in |address_family|. If successful returns OK and fills |addrlist| with
82 // (i.e. this calls out to getaddrinfo()). If successful returns OK and fills
  /external/chromium/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 56 // A successful assertion shouldn't throw.
60 Fail("A successful assertion wrongfully threw.");
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_verify_hash.c 29 @return CRYPT_OK if successful (even if the signature is invalid)
92 @return CRYPT_OK if successful (even if the signature is invalid)
  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 56 // A successful assertion shouldn't throw.
60 Fail("A successful assertion wrongfully threw.");
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_throw_on_failure_ex_test.cc 56 // A successful assertion shouldn't throw.
60 Fail("A successful assertion wrongfully threw.");
  /external/llvm/include/llvm/
GVMaterializer.h 46 /// information about the problem. If successful, this returns false.
59 /// information about the problem. If successful, this returns false.
  /external/llvm/include/llvm/Support/
MemoryObject.h 43 /// @result - 0 if successful; -1 if not. Failure may be due to a
59 /// @result - 0 if successful; -1 if not. Failure may be due to a
Regex.h 61 /// \param Matches - If given, on a successful match this will be filled in
65 /// This returns true on a successful match.
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 56 // A successful assertion shouldn't throw.
60 Fail("A successful assertion wrongfully threw.");
  /external/regex-re2/re2/testing/
string_generator.cc 42 // Increments the big number in digits_, returning true if successful.
61 // Generates random digits_, return true if successful.
  /external/svox/pico/tts/
svox_ssml_parser.h 47 Verifies that construction was successful
48 return 1 if successful, 0 otherwise
  /frameworks/native/include/utils/
Tokenizer.h 40 * Returns NO_ERROR and a tokenizer for the file, if successful.
48 * Returns NO_ERROR and a tokenizer for the string, if successful.
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 106 * @return 0 if successful, < 0 if an error.
124 * @return 0 if successful, < 0 if error.
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 30 * actions following a successful return from the corresponding {@code take()}.
53 * @param result the result to return upon successful completion
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicBoolean.java 66 * @return true if successful. False return indicates that
85 * @return true if successful.
AtomicReference.java 81 * @return true if successful. False return indicates that
98 * @return true if successful.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
resource.h 49 Returns 0 if successful, -1 if not (and sets errno). */
68 Return 0 if successful, -1 if not (and sets errno). */

Completed in 1748 milliseconds

1 2 3 4 5 6 7 8 91011>>