HomeSort by relevance Sort by last modified time
    Searched refs:beginning (Results 51 - 75 of 542) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/
sendfile_bsd.go 25 // loop back to the beginning ad nauseam until it's sent
sendfile_solaris.go 22 // file contains, it will loop back to the beginning ad nauseam until it's sent
  /prebuilts/go/linux-x86/src/strings/
strings_amd64.go 67 // Allow some errors in the beginning.
strings_s390x.go 68 // Allow some errors in the beginning.
  /prebuilts/go/linux-x86/test/bench/go1/
revcomp_test.go 68 // Copy down to beginning of buffer, inserting newlines.
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 80 // caller about significant parsing events like beginning
87 // the beginning of 12345e+6?).
211 // stateBeginValue is the state at the beginning of the input.
231 case '0': // beginning of 0.123
234 case 't': // beginning of true
237 case 'f': // beginning of false
240 case 'n': // beginning of null
244 if '1' <= c && c <= '9' { // beginning of 1234.5
248 return s.error(c, "looking for beginning of value")
273 return s.error(c, "looking for beginning of object key string"
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 80 // caller about significant parsing events like beginning
87 // the beginning of 12345e+6?).
211 // stateBeginValue is the state at the beginning of the input.
231 case '0': // beginning of 0.123
234 case 't': // beginning of true
237 case 'f': // beginning of false
240 case 'n': // beginning of null
244 if '1' <= c && c <= '9' { // beginning of 1234.5
248 return s.error(c, "looking for beginning of value")
273 return s.error(c, "looking for beginning of object key string"
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/method/
WordIteratorTest.java 42 private void verifyIsWordWithSurrogate(int beginning, int end, int surrogateIndex) {
43 for (int i = beginning; i <= end; i++) {
45 assertEquals(beginning, mWordIterator.getBeginning(i));
54 private void verifyIsWord(int beginning, int end) {
55 verifyIsWordWithSurrogate(beginning, end, -1);
58 private void verifyIsNotWord(int beginning, int end) {
59 for (int i = beginning; i <= end; i++) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /external/python/cpython2/Lib/
difflib.py 778 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /external/python/cpython3/Lib/
difflib.py 765 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go 89 // include it at the beginning of the ciphertext.
140 // include it at the beginning of the ciphertext.
171 // include it at the beginning of the ciphertext.
200 // include it at the beginning of the ciphertext.
230 // include it at the beginning of the ciphertext.
269 // include it at the beginning of the ciphertext.
  /prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go 89 // include it at the beginning of the ciphertext.
140 // include it at the beginning of the ciphertext.
171 // include it at the beginning of the ciphertext.
200 // include it at the beginning of the ciphertext.
230 // include it at the beginning of the ciphertext.
269 // include it at the beginning of the ciphertext.
  /frameworks/base/cmds/incident_helper/src/
ih_util.cpp 144 int beginning = lastIndex; local
149 beginning = lastBeginning;
151 record.push_back(trimDefault(line.substr(beginning, lineSize - beginning)));
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 68 ^ at beginning of text or line (flag m=true)
70 \A at beginning of text
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 68 ^ at beginning of text or line (flag m=true)
70 \A at beginning of text
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
SetMem.asm 70 bne L0 ; goto beginning of loop
  /external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
reduce_slice_ops.cc 33 #define CPUReduceSliceFunctorReduceop(reduceop, beginning) \
65 T zero = beginning<T>(); \
  /external/walt/docs/
ScreenLatency.md 9 WALT Android app uses View.setBackgroundColor to change the color and reports the time from the beginning of the next frame rendering until the screen changes physically.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
looprotate.go 7 // loopRotate converts loops with a check-loop-condition-at-beginning
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
discovery.go 30 // Parsing ends at the end of the <head> section or the beginning of the <body>.

Completed in 1341 milliseconds

1 23 4 5 6 7 8 91011>>