HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 426 - 450 of 2231) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
support.py 98 self.skipped = []
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 130 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
134 print(twoColumns(hex, "<skipped to " + Hex.u4(offset) + ">"));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 32 case buildbot.SKIPPED:
33 return "skipped";
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer_unittest.cc 206 // We already have messages in memory, Send will be skipped.
236 // We already have messages in memory, Send will be skipped.
  /external/chromium_org/ppapi/c/
ppp_instance.h 103 * <strong>Note:</strong> This function will always be skipped on untrusted
104 * (Native Client) implementations. This function may be skipped on trusted
  /external/chromium_org/third_party/skia/dm/
DM.cpp 49 "~ causes a matching GM to always be skipped\n"
54 "it is skipped unless some list entry starts with ~");
  /external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h 126 // O(N) checks, skipped when very large.
142 // O(N^2) checks, skipped when large.
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 117 # Even for skipped tests, as the TestCase object stays around and
121 continue # Don't add skipped tests to |filtered|.
  /external/icu/icu4c/source/i18n/
collationiterator.h 89 skipped(NULL),
307 SkippedState *skipped; member in class:CollationIterator
  /external/kernel-headers/original/uapi/linux/
mtio.h 74 * number of files not skipped, or
75 * number of records not skipped.
  /external/skia/dm/
DM.cpp 49 "~ causes a matching GM to always be skipped\n"
54 "it is skipped unless some list entry starts with ~");
  /external/skia/src/core/
SkTDynamicHash.h 126 // O(N) checks, skipped when very large.
142 // O(N^2) checks, skipped when large.
  /libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 216 * terminator sequences are skipped.
220 * @return the number of bytes actually skipped.
LineNumberReader.java 240 * terminator sequences are skipped.
242 * @return the number of characters actually skipped.
StringReader.java 210 * @return the number of characters actually skipped. This is bounded below
213 * read) <= distance skipped <= num chars remaining}.
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 107 * <li>The email is missing from the key set or maps to null - The email was skipped. Try
172 // and lookup skipped (truncated above).
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CountingInputStream.java 94 * Skips the stream over the specified number of bytes, adding the skipped
98 * @return the actual number of bytes skipped
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 302 if (DEBUG) startTag("<%s>%s", TAG_ROW, skip ? " skipped" : "");
308 if (DEBUG) startTag("<%s>%s", TAG_GRID_ROWS, skip ? " skipped" : "");
392 startEndTag("<%s /> skipped", TAG_GRID_ROWS);
470 if (DEBUG) startEndTag("<%s /> skipped", TAG_KEY);
494 if (DEBUG) startEndTag("<%s /> skipped", TAG_SPACER);
521 if (DEBUG) startEndTag("</%s> skipped", TAG_INCLUDE);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/linux/
mtio.h 73 * number of files not skipped, or
74 * 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
  /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 582 int skipped = 0; local
606 skipped++;
619 if (skipped > 0 && skipped < count) {
621 extraSpace = skipped * extraSpace / (count - skipped);
  /external/chromium_org/cc/layers/
tiled_layer.cc 363 DCHECK(tile); // Did SetTexturePriorities get skipped?
367 // Did ResetUpdateState get skipped? Are we doing more than one occlusion
392 DCHECK(tile); // Did SetTexturePriorites get skipped?
423 DCHECK(tile); // Did SetTexturePriorites get skipped?
491 DCHECK(tile); // Did SetTexturePriorites get skipped?
716 DCHECK(!skips_draw_ && !failed_update_); // Did ResetUpdateState get skipped?
872 DCHECK(tile); // Did SetTexturePriorities get skipped?

Completed in 2092 milliseconds

<<11121314151617181920>>