/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | AsYouTypeFormatter.java | 313 // sign (accepted at the start of the number only). in inputDigitWithOptionToRememberPosition() 340 // We start to attempt to format only when at least MIN_LEADING_DIGITS_LENGTH digits (the plus in inputDigitWithOptionToRememberPosition() 494 // We start to attempt to format only when at least MIN_LEADING_DIGITS_LENGTH digits of national in attemptToChooseFormattingPattern() 533 // that national significant numbers in NANPA always start with [2-9] after the national prefix. in isNanpaNumberWithNationalPrefix() 656 lastMatchPosition = digitMatcher.start(); in inputDigitHelper()
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar_parser.py | 45 def start(self) -> Optional[Grammar]: member in GeneratedParser 46 # start: grammar $
|
/third_party/rust/crates/memchr/bench/src/memmem/ |
H A D | imp.rs | 352 self.0.find_iter(haystack).map(|m| m.start())
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonParser.cs | 54 /// This is a simple start to get JSON parsing working. As it's reflection-based, 146 /// token should be a "start object" token, but wrapper types and nullity can invalidate 563 // in the given JSON token stream, we should *only* have tokens of start-object, name("value"), the value 567 var token = tokenizer.Next(); // Definitely start-object; checked in previous method in MergeWellKnownTypeAnyBody()
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 147 sockthread.start()
|
/third_party/python/Doc/ |
H A D | make.bat | 177 start "" "%BUILDDIR%\html\index.html"
|
/third_party/python/Lib/ |
H A D | socketserver.py | 705 t.start()
|
/third_party/python/Lib/multiprocessing/ |
H A D | queues.py | 176 debug('doing self._thread.start()') 177 self._thread.start() 178 debug('... done self._thread.start()')
|
/third_party/python/Lib/test/ |
H A D | multibytecodec_support.py | 93 for c in exc.object[exc.start:exc.end]:
|
H A D | test_winreg.py | 267 thread.start()
|
H A D | test_telnetlib.py | 36 self.thread.start()
|
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 36 [!B0] MVC B0,TSCL ; start TSC
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 51 void drawRangeElements(PrimitiveMode modePacked, GLuint start, GLuint end, GLsizei count, \
|
/third_party/skia/src/core/ |
H A D | SkGeometry.h | 378 static int BuildUnitArc(const SkVector& start, const SkVector& stop, SkRotationDirection,
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.hpp | 375 void processPrimitiveVertices(int unit, unsigned int start, unsigned int count, unsigned int loop, int thread);
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 213 # Unlike lead, which is anchored to the start of the string, 221 middle = middle[: match.start()]
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 136 $# if not simply go back to the start (nothing but comments in this file) and
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-strtod.cpp | 115 return Vector<const char>(buffer.start(), 0); in TrimLeadingZeros()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | calendar.h | 97 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc. 180 * a start date of future era without actual era name, but not enabled 1760 * @param start first enum to look at 1766 int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const; 1818 * the start of the line, where <code>F</code> is the desired return 2409 * @return the start of the default century, as a UDate
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | TestDisconnectActivity.java | 225 mAutoThread.start(); in onStartDisconnectTest()
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 439 timer.start(); in resize()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-common.h | 763 * Special setting for #hb_feature_t.start to apply the feature from the start 786 * @start: the cluster to start applying this feature setting (inclusive). 791 * glyphs which are in clusters between @start (inclusive) and @end (exclusive). 792 * Setting start to #HB_FEATURE_GLOBAL_START and end to #HB_FEATURE_GLOBAL_END 798 unsigned int start; member
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest_mp.py | 398 worker.start()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | scheduler.h | 133 // of the fiber and start executing other pending work. Once the block has 339 // start() begins execution of the worker. 340 void start() EXCLUDES(work.mutex);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.cpp | 261 for (SlotIndex I = S.start.getBaseIndex(), E = S.end.getBaseIndex(); in shouldCoalesce()
|