HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 476 - 500 of 1855) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyReader.java 81 * @return the number of bytes to skipped or -1 if the end of stream
TeeInputStream.java 27 * bytes from the input stream being skipped or duplicated in the output
  /packages/experimental/LoaderApp/res/values/
config.xml 29 skipped and the importer asks the user to choose one vcard file.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
patricia_trie_reading_utils.cpp 94 // Returns the number of skipped characters.
  /packages/services/Telecomm/src/com/android/server/telecom/
AsyncRingtonePlayer.java 85 Log.d(this, "Message %d skipped because there is no handler.", messageCode);
DtmfLocalTonePlayer.java 168 Log.d(this, "Message %d skipped because there is no handler.", messageCode);
  /packages/services/Telecomm/src/com/android/server/telecom/components/
ChangeDefaultDialerDialog.java 39 * This dialog can be skipped directly for CTS tests using the adb command:
  /system/bt/bta/sys/
utl.c 36 ** spaces are skipped.
  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 84 * being skipped. No differentiation for reading complete and partial
  /external/libexif/test/
Makefile.in 629 skipped=""; \
632 skipped="($$skip test was not run)"; \
634 skipped="($$skip tests were not run)"; \
636 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
637 dashes="$$skipped"; \
652 test -z "$$skipped" || echo "$$skipped"; \
  /frameworks/base/core/java/android/view/
Choreographer.java 116 // Set a limit to warn about skipped frames.
117 // Skipped frames imply jank.
195 * to be skipped. The frame time reported during this callback provides a better
568 Log.i(TAG, "Skipped " + skippedFrames + " frames! "
585 + "previously skipped frame. Waiting for next vsync.");
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 270 int skipped = (tick - mTick) / mInterval; local
271 mTick += skipped * mInterval;
272 mSequence += skipped;
273 mTimestamp += skipped * mSampleCount;
274 ALOGV("stream[%d] skips %d packets", mSocket, skipped);
  /external/valgrind/callgrind/
dump.c 776 if ( (bbcc->skipped &&
777 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) ||
790 /* first, print skipped costs for calls */
791 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full,
792 bbcc->skipped )) {
794 currCost->cost, bbcc->skipped );
796 VG_(fprintf)(fp, "# Skipped\n");
1168 * <part> is skipped for final dump (trigger==0)
1169 * <tid> is skipped for thread 1 with CLG_(clo).separate_threads=no
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java     [all...]
  /external/bison/lib/
getopt.c 139 which contains all the non-options that have been skipped so far.
141 the options processed since those non-options were skipped.
233 is the program name); the sequence of previously skipped
409 and extend the range of non-options previously skipped. */
436 and back over any non-options that we skipped and permuted. */
441 that we previously skipped, so the caller will digest them. */
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1723 FT_Int skipped = 0; local
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 403 * If we skipped non-options, set optind
457 * We found an option (--), so if we skipped
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 129 * tests. This centralizes the way to signal a skipped test.
139 * tests. This centralizes the way to signal a skipped test.
  /developers/build/
github.sh 217 echo "No uploads - check skipped on user request"
231 echo "No updates - check skipped on user request"
  /external/aac/libSBRdec/src/
transcendent.h 224 E.g. 10 bits must be skipped for INV_TABLE_BITS 8:
280 E.g. 10 bits must be skipped for INV_TABLE_BITS 8:
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 241 * Receive notification of a skipped entity.
245 * @param name The name of the skipped entity.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 129 * within the root's subtree which is _not_ skipped by the filters.
137 * <code>whatToShow</code> will be skipped, but their children may still
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
fixture.py 724 printlog(' Skipped: no %s attribute' % href_attr)
730 printlog(" Skipped: doesn't match extract pattern")
735 printlog(' Skipped: only internal fragment href')
738 printlog(' Skipped: cannot follow javascript:')
742 printlog(" Skipped: doesn't match description")
745 printlog(" Skipped: doesn't match id")
748 printlog(" Skipped: doesn't match href")
751 printlog(" Skipped: doesn't match html")
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 308 /// \brief The set of ranges that were skipped by the preprocessor,
484 /// \brief Retrieve all ranges that got skipped while preprocessing.
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 101 // 1 - before the diagonal => processed with gebp or skipped
103 // 3 - after the diagonal => processed with gebp or skipped

Completed in 614 milliseconds

<<11121314151617181920>>