HomeSort by relevance Sort by last modified time
    Searched full:encounters (Results 51 - 75 of 423) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/logging/
ErrorManager.java 33 * When processing logging output, if a Handler encounters problems
  /prebuilts/go/darwin-x86/src/os/
path.go 64 // it encounters. If the path does not exist, RemoveAll
  /prebuilts/go/linux-x86/src/os/
path.go 64 // it encounters. If the path does not exist, RemoveAll
  /external/autotest/client/site_tests/firmware_TouchMTB/
noise_summary.py 65 # Handler for HTMLParser for whenever it encounters text between tags
105 # Handler for HTMLParser for whenever it encounters text between tags
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
sax.md 118 `Null()` is called when the `Reader` encounters a JSON null value.
120 `Bool(bool)` is called when the `Reader` encounters a JSON true or false value.
122 When the `Reader` encounters a JSON number, it chooses a suitable C++ type mapping. And then it calls *one* function out of `Int(int)`, `Uint(unsigned)`, `Int64(int64_t)`, `Uint64(uint64_t)` and `Double(double)`.
124 `String(const char* str, SizeType length, bool copy)` is called when the `Reader` encounters a string. The first parameter is pointer to the string. The second parameter is the length of the string (excluding the null terminator). Note that RapidJSON supports null character `'\0'` inside a string. If such situation happens, `strlen(str) < length`. The last `copy` indicates whether the handler needs to make a copy of the string. For normal parsing, `copy = true`. Only when *insitu* parsing is used, `copy = false`. And beware that, the character type depends on the target encoding, which will be explained later.
126 When the `Reader` encounters the beginning of an object, it calls `StartObject()`. An object in JSON is a set of name-value pairs. If the object contains members it first calls `Key()` for the name of member, and then calls functions depending on the type of the value. These calls of name-value pairs repeats until calling `EndObject(SizeType memberCount)`. Note that the `memberCount` parameter is just an aid for the handler, user may not need this parameter.
130 Every handler functions returns a `bool`. Normally it should returns `true`. If the handler encounters an error, it can return `false` to notify event publisher to stop further processing.
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 327 * @param status The error code, set if this function encounters a problem.
429 * @param status The error code, set if this function encounters a problem.
445 * @param status The error code, set if this function encounters a problem.
456 * @param status The error code, set if this function encounters a problem.
527 * @param status The error code, set if this function encounters a problem.
547 * @param status The error code, set if this function encounters a problem.
573 * @param status The error code, set if this function encounters a problem.
595 * @param status The error code, set if this function encounters a problem.
620 * @param status The error code, set if this function encounters a problem.
642 * @param status The error code, set if this function encounters a problem
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 778 std::set<const TraceEvent*> encounters; local
779 encounters.insert(&raw_events_[i]);
780 while (other && encounters.find(other) == encounters.end()) {
781 encounters.insert(other);
  /external/guava/guava/src/com/google/common/cache/
CacheStats.java 36 * <li>When a cache lookup encounters an existing cache entry {@code hitCount} is incremented.
37 * <li>When a cache lookup first encounters a missing cache entry, a new entry is loaded.
  /developers/build/prebuilts/androidtv/leanback/app/src/main/res/values/
strings.xml 107 heroic dragon slayers. Hiccup\'s world is turned upside down when he encounters a dragon
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 80 RecognitionException are generated, when a recognizer encounters incorrect
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1StreamParser.java 8 * A parser for ASN.1 streams which also returns, where possible, parsers for the objects it encounters.
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
usingwebapp2.rst 84 encounters an error or raises an uncaught exception. You may wish to remove
  /external/libevent/include/event2/
listener.h 51 A callback that we invoke when a listener encounters a non-retriable error.
  /external/skia/src/core/
SkGlyph.h 128 encounters an error measuring a glyph). Note: this does not alter the
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
  /libcore/luni/src/main/java/org/xml/sax/
DTDHandler.java 40 * If the application encounters attributes of type "NOTATION",
  /libcore/luni/src/test/java/libcore/java/net/
ServerSocketConcurrentCloseTest.java 155 * When it encounters a SocketException, it counts down the CountDownLatch and exits.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
user.hpp 54 // with an #error if it encounters anything unknown --
  /prebuilts/gdb/darwin-x86/include/python2.7/
codecs.h 137 name. This function will be called by the codec when it encounters
  /prebuilts/gdb/linux-x86/include/python2.7/
codecs.h 137 name. This function will be called by the codec when it encounters
  /prebuilts/go/darwin-x86/test/bench/shootout/
chameneosredux.go 80 n int // current number of encounters.
  /prebuilts/go/linux-x86/test/bench/shootout/
chameneosredux.go 80 n int // current number of encounters.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
codecs.h 137 name. This function will be called by the codec when it encounters
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
codecs.h 137 name. This function will be called by the codec when it encounters

Completed in 1925 milliseconds

1 23 4 5 6 7 8 91011>>