HomeSort by relevance Sort by last modified time
    Searched refs:skipped (Results 226 - 250 of 653) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 592 ssize_t skipped = mInput->skip(offset); local
593 if (skipped <= 0) {
594 if (skipped == NOT_ENOUGH_DATA || skipped == 0) {
598 skipped = NOT_ENOUGH_DATA;
606 return skipped;
608 offset -= skipped;
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 623 skipped int64
639 w.skipped += int64(overage)
647 w.skipped += int64(n)
671 if w.skipped == 0 {
678 buf.WriteString(strconv.FormatInt(w.skipped, 10))
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 623 skipped int64
639 w.skipped += int64(overage)
647 w.skipped += int64(n)
671 if w.skipped == 0 {
678 buf.WriteString(strconv.FormatInt(w.skipped, 10))
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 133 // PC in pcbuf can represent multiple calls). If a PC is partially skipped
374 goto skipped
390 goto skipped
393 // now we have a partially skipped frame
396 // if there's room, pcbuf[1] is a skip PC that encodes the number of skipped frames in pcbuf[0]
468 skipped:
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 133 // PC in pcbuf can represent multiple calls). If a PC is partially skipped
374 goto skipped
390 goto skipped
393 // now we have a partially skipped frame
396 // if there's room, pcbuf[1] is a skip PC that encodes the number of skipped frames in pcbuf[0]
468 skipped:
    [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 481 I: profile collection skipped (missing config directory)
518 I: profile collection skipped (missing config directory)
555 I: profile collection skipped (missing 'perf' executable)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 425 to compile; any files that don't end in ".py" are silently skipped.
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 1126 int32_t count = 0, skipped = 0; local
    [all...]
  /external/python/cpython2/Lib/distutils/
util.py 335 to compile; any files that don't end in ".py" are silently skipped.
  /external/python/cpython3/Lib/distutils/
util.py 328 skipped. 'optimize' must be one of the following:
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 421 return "Skipped standard submit.\n";
574 $ExtProgs = "External TEST STAGE SKIPPED\n";
576 print "External TEST STAGE SKIPPED\n";
667 $BuildStatus = "Skipped by user";
791 'dejagnutests_results' => "Dejagnu skipped by user choice.",
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 357 to compile; any files that don't end in ".py" are silently skipped.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 357 to compile; any files that don't end in ".py" are silently skipped.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
search.go 184 // parse errors will be built (and fail) instead of being silently skipped
185 // as not matching the pattern. Go 1.5 and earlier skipped, but that
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
search.go 184 // parse errors will be built (and fail) instead of being silently skipped
185 // as not matching the pattern. Go 1.5 and earlier skipped, but that
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 357 to compile; any files that don't end in ".py" are silently skipped.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 357 to compile; any files that don't end in ".py" are silently skipped.
  /external/guava/guava/src/com/google/common/collect/
Iterators.java 816 int skipped = advance(iterator, position);
820 + skipped + ")");
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 4017 int numnondigits, skipped, filled; local
    [all...]
  /external/valgrind/callgrind/
bbcc.c 281 bbcc->skipped = 0;
615 /* do not increment exe counter of BBs in skipped functions, as it
621 CLG_(current_state).nonskipped->skipped[ fullOffset(EG_IR) ]
863 /* a call from skipped to nonskipped */
  /external/valgrind/massif/tests/
peak2.stderr.exp 106 Massif: skipped snapshots: 0
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 119 // will be empty if uninteresting (could be skipped).
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 80 The rest of this package comment may be skipped on first reading; it includes
  /prebuilts/go/darwin-x86/src/index/suffixarray/
qsufsort.go 20 // the first element of a sorted group of length -sa[i], and can be skipped.
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 147 // to be skipped except in -long mode. (The threshold is about 500us.)

Completed in 1156 milliseconds

1 2 3 4 5 6 7 8 91011>>