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

1 23 4 5 6 7 8 91011>>

  /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/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
  /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/bytes/
bytes_amd64.go 65 // Allow some errors in the beginning.
bytes_s390x.go 68 // Allow some errors in the beginning.
  /prebuilts/go/darwin-x86/src/cmd/go/
discovery.go 37 // Parsing ends at the end of the <head> section or the beginning of the <body>.
  /prebuilts/go/darwin-x86/src/cmd/vet/
buildtag.go 85 // Comment with +build but not at beginning.
  /prebuilts/go/darwin-x86/src/encoding/csv/
example_test.go 47 # lines beginning with a # character are ignored
  /prebuilts/go/darwin-x86/src/net/textproto/
writer.go 61 wstateBeginLine = iota // beginning of line; initial state; must be zero
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 41 // adding a timer to the *beginning* of the heap. We can't
  /prebuilts/go/linux-x86/src/bytes/
bytes_amd64.go 65 // Allow some errors in the beginning.
bytes_s390x.go 68 // Allow some errors in the beginning.
  /prebuilts/go/linux-x86/src/cmd/go/
discovery.go 37 // Parsing ends at the end of the <head> section or the beginning of the <body>.
  /prebuilts/go/linux-x86/src/cmd/vet/
buildtag.go 85 // Comment with +build but not at beginning.
  /prebuilts/go/linux-x86/src/encoding/csv/
example_test.go 47 # lines beginning with a # character are ignored
  /prebuilts/go/linux-x86/src/net/textproto/
writer.go 61 wstateBeginLine = iota // beginning of line; initial state; must be zero
  /prebuilts/go/linux-x86/src/time/
internal_test.go 41 // adding a timer to the *beginning* of the heap. We can't
  /system/core/liblog/tests/
liblog_test.cpp 134 size_t beginning = logdwSignature.find(" "); local
135 if (beginning == std::string::npos) return true;
136 beginning = logdwSignature.find(" ", beginning + 1);
137 if (beginning == std::string::npos) return true;
138 size_t end = logdwSignature.find(" ", beginning + 1);
147 "grep ' 00000002" + logdwSignature.substr(beginning, end - beginning) +
163 for (beginning = 0;
164 (end = allLogdwEndpoints.find("\n", beginning)) != std::string::npos
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 360 return ((void*) ptr == state->beginning);
363 return ((void*) ptr == state->beginning ||
379 if (state->beginning == state->end)
381 thatp = ((void*) ptr > state->beginning) ?
388 if (state->beginning == state->end)
390 thatp = ((void*) ptr > state->beginning) ?
397 if (state->beginning == state->end)
399 thatp = ((void*) ptr > state->beginning) ?
406 if (state->beginning == state->end)
408 thatp = ((void*) ptr > state->beginning) ?
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 361 return ((void*) ptr == state->beginning);
364 return ((void*) ptr == state->beginning ||
380 if (state->beginning == state->end)
382 thatp = ((void*) ptr > state->beginning) ?
389 if (state->beginning == state->end)
391 thatp = ((void*) ptr > state->beginning) ?
398 if (state->beginning == state->end)
400 thatp = ((void*) ptr > state->beginning) ?
407 if (state->beginning == state->end)
409 thatp = ((void*) ptr > state->beginning) ?
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 360 return ((void*) ptr == state->beginning);
363 return ((void*) ptr == state->beginning ||
379 if (state->beginning == state->end)
381 thatp = ((void*) ptr > state->beginning) ?
388 if (state->beginning == state->end)
390 thatp = ((void*) ptr > state->beginning) ?
397 if (state->beginning == state->end)
399 thatp = ((void*) ptr > state->beginning) ?
406 if (state->beginning == state->end)
408 thatp = ((void*) ptr > state->beginning) ?
    [all...]
  /external/python/cpython2/Modules/
_sre.c 347 return ((void*) ptr == state->beginning);
350 return ((void*) ptr == state->beginning ||
366 if (state->beginning == state->end)
368 thatp = ((void*) ptr > state->beginning) ?
375 if (state->beginning == state->end)
377 thatp = ((void*) ptr > state->beginning) ?
384 if (state->beginning == state->end)
386 thatp = ((void*) ptr > state->beginning) ?
393 if (state->beginning == state->end)
395 thatp = ((void*) ptr > state->beginning)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc 133 // in the beginning of the partition.
286 bool beginning = true; local
305 if (remaining_in_partition == 0 && !(beginning && separate_first_)) {
335 beginning = false; // Next packet cannot be first packet in frame.
726 // Read P bit from payload header (only at beginning of first partition).
  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 399 bool beginning = local
403 bool packet_loss_found = (!beginning && !InSequence(it, prev_it));
405 (beginning && current_partition_id != partition_id)) {

Completed in 3245 milliseconds

1 23 4 5 6 7 8 91011>>