HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 326 - 350 of 1980) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 66 // a given Stmt. Note that this function is skipped by all of the other
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 230 long skipped = in.skip(recordLength); local
231 if (skipped != recordLength) {
233 + " bytes but only skipped " + skipped + " bytes");
  /libcore/libdvm/src/main/java/dalvik/system/
VMStack.java 48 * classes are skipped over.
  /libcore/luni/src/main/java/libcore/util/
Objects.java 39 * Static and transient fields are automatically skipped. Produces output like
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 27 * to the filter if the <code>EntityReference</code> node is skipped by the
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
xml_log_formatter.ipp 106 << " skipped" << attr_value() << "yes"
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 130 * @return The actual number of characters skipped
ProxyInputStream.java 81 * @return the number of bytes to skipped or -1 if the end of stream
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_reading_utils.h 40 // Returns the number of skipped characters.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
utf_8_sig.py 8 bytes will be skipped.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 5 variable, and menus not created are silently skipped in the code here. This
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 130 will be skipped instead of raising a ``TypeError``.
142 for container types will be skipped and a circular reference will
200 will be skipped instead of raising a ``TypeError``.
206 for container types will be skipped and a circular reference will
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
support.py 98 self.skipped = []
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
utf_8_sig.py 8 bytes will be skipped.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 5 variable, and menus not created are silently skipped in the code here. This
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 130 will be skipped instead of raising a ``TypeError``.
142 for container types will be skipped and a circular reference will
200 will be skipped instead of raising a ``TypeError``.
206 for container types will be skipped and a circular reference will
  /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/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 81 VLOG(2) << "Stanza skipped";
150 VLOG(2) << "Stanza skipped";
  /external/chromium/chrome/common/extensions/
extension_localization_peer_unittest.cc 210 // We already have messages in memory, Send will be skipped.
241 // We already have messages in memory, Send will be skipped.
  /external/chromium/net/base/
address_list_unittest.cc 194 << "' test skipped.";
235 << "' test skipped.";
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 32 case buildbot.SKIPPED:
33 return "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/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|.
  /libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 216 * terminator sequences are skipped.
220 * @return the number of bytes actually skipped.

Completed in 419 milliseconds

<<11121314151617181920>>