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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 306 if (DEBUG) startTag("<%s>%s", TAG_ROW, skip ? " skipped" : "");
312 if (DEBUG) startTag("<%s>%s", TAG_GRID_ROWS, skip ? " skipped" : "");
396 startEndTag("<%s /> skipped", TAG_GRID_ROWS);
474 if (DEBUG) startEndTag("<%s /> skipped", TAG_KEY);
498 if (DEBUG) startEndTag("<%s /> skipped", TAG_SPACER);
525 if (DEBUG) startEndTag("</%s> skipped", TAG_INCLUDE);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mtio.h 73 * number of files not skipped, or
74 * number of records not skipped.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mtio.h 74 * number of files not skipped, or
75 * number of records not skipped.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 131 # Verify that unfoldables are skipped
169 # Verify that unfoldables are skipped
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 131 # Verify that unfoldables are skipped
169 # Verify that unfoldables are skipped
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 233 boolean skipped = true;
239 skipped = false;
241 return skipped;
420 boolean skipped = true;
423 skipped = false;
426 if (skipped) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp 327 /* 4.2 if coded, check if there is a run of skipped MB, encodes it,
332 /* check for skipped macroblock, INTER only */
335 /* decide whether this MB (for inter MB) should be skipped if there's nothing left. */
399 /* for skipped MB, always look at the first entry in RefPicList */
407 /* non-skipped MB */
549 /* decide whether this MB (for inter MB) should be skipped */
  /frameworks/base/core/java/android/widget/
TableLayout.java 579 int skipped = 0; local
603 skipped++;
616 if (skipped > 0 && skipped < count) {
618 extraSpace = skipped * extraSpace / (count - skipped);
  /external/libexif/test/nls/
Makefile.in 464 skipped=""; \
467 skipped="($$skip test was not run)"; \
469 skipped="($$skip tests were not run)"; \
471 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
472 dashes="$$skipped"; \
487 test -z "$$skipped" || echo "$$skipped"; \
  /external/marisa-trie/v0_1_5/tests/
Makefile.in 477 skipped=""; \
480 skipped="($$skip test was not run)"; \
482 skipped="($$skip tests were not run)"; \
484 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
485 dashes="$$skipped"; \
501 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 644 2. In packed frame, there's no skipped frame(vop_coded = 0)
695 LOG_E("In packed frame, there's unexpected skipped frame\n");
812 * This is a skipped frame (vop_coded = 0)
825 * We shouldn't get a skipped frame
843 LOG_V("Processing skipped frame %x, frame_id set to %d, ts %"G_GINT64_FORMAT"\n",
849 /* Enqueue the skipped frame using frame manager */
1083 /* For I or P frames, save this frame off for skipped frame handling */
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 243 been skipped. `first_nonopt' is the index in ARGV of the first of them;
290 which contains all the non-options that have been skipped so far.
292 the options processed since those non-options were skipped.
389 is the program name); the sequence of previously skipped
553 and extend the range of non-options previously skipped. */
579 and back over any non-options that we skipped and permuted. */
584 that we previously skipped, so the caller will digest them. */
  /external/libxml2/python/
generator.py 166 'xmlRMutexPtr': "thread specific, skipped",
167 'xmlMutexPtr': "thread specific, skipped",
168 'xmlGlobalStatePtr': "thread specific, skipped",
312 # Those are skipped because the Const version is used of the bindings
550 skipped = 0
570 skipped = skipped + 1
578 print("Generated %d wrapper functions, %d failed, %d skipped\n" % (nb_wrap,
579 failed, skipped))
    [all...]
  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 84 /* the first one was an I picture, there cannot be any skipped */
97 /* In MPEG-2, the last MB of the row cannot be skipped and the */
262 /* The first MB of a slice cannot be skipped */
275 /* more as an indicator of the number of MBs skipped than the */
284 /* In MPEG-2, the last MB of the row cannot be skipped and the */
impeg2d_i_pic.c 67 /* Since we are not supporting scalable modes there won't be skipped */
83 /* The first MB of a slice cannot be skipped */
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 161 // positioned immediately after the tag. Skipped values are simply discarded,
167 // positioned immediately after the tag. Skipped values are recorded to a
172 // Reads and ignores a message from the input. Skipped values are simply
177 // Reads and ignores a message from the input. Skipped values are recorded
542 // Subclass of FieldSkipper which saves skipped fields to a CodedOutputStream.
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 231 // handle N-VOP picuture, it could be a skipped frame or a simple placeholder of packed frame
234 WTRACE("The last reference is unavailable to construct skipped frame.");
250 // this is skipped frame, use the last reference frame as output
309 2. In packed frame, there's no skipped frame (vop_coded = 0)
319 The second N is a skipped frame
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 36 * and for reporting skipped entities (in non-validating XML
391 * Receive notification of a skipped entity.
394 * recommendation requires reporting skipped external entities.
399 * skipped. Non-validating processors may skip entities if they
408 * @param name the name of the skipped entity. If it is a
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 156 * {@code C} is skipped for serialization test, even if it implements {@link Serializable}.
199 * instance methods are skipped for nulls test.
234 * {@code C} is skipped for equality test.
  /external/icu/icu4c/source/test/intltest/
intltest.h 190 * @return true if test should be skipped
199 * @return true if test should be skipped
209 * @return true if test should be skipped
  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 360 Log.w(TAG, "skipped upgrade and removing entry for null key " + key);
377 Log.w(TAG, "skipped upgrade for out of bounds long key " +
383 Log.w(TAG,"skipped upgrade and removing entry for unrecognized "
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 742 long skipped = in.skip(n); local
743 left -= skipped;
744 return skipped;
813 * will block until the full amount has been skipped. Does not close the
830 long skipped = toSkip - n; local
832 + skipped + " bytes; " + toSkip + " bytes expected");
    [all...]
  /external/valgrind/callgrind/
global.h 377 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC
451 * <nonskipped> is 0 if the function called is not skipped (usual case).
452 * Otherwise, it is the last non-skipped BBCC. This one gets all
453 * the calls to non-skipped functions and all costs in skipped
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 168 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Skipped themes test for watch");
173 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Skipped themes test due to no reference images");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java 265 * Untouched blocks can be skipped when compacting the array
273 * Untouched blocks can be skipped when compacting the array

Completed in 594 milliseconds

<<11121314151617181920>>