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

<<11121314151617181920>>

  /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/chromium_org/base/test/launcher/
test_results_tracker.cc 191 "skipped");
230 "skipped");
  /external/chromium_org/chrome/browser/chromeos/drive/
search_metadata.cc 144 // are skipped. If SEARCH_METADATA_EXCLUDE_DIRECTORIES is requested, the
145 // directories are skipped. If SEARCH_METADATA_SHARED_WITH_ME is requested, only
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_unittest.cc 233 // TokenInfo API call skipped (error returned in previous step).
255 // TokenInfo API call skipped (error returned in previous step).
  /external/chromium_org/ppapi/api/
ppp_instance.idl 99 * <strong>Note:</strong> This function will always be skipped on untrusted
100 * (Native Client) implementations. This function may be skipped on trusted
  /external/chromium_org/remoting/host/
video_scheduler.cc 83 // If a frame was skipped, try to capture it again.
238 // If we've skipped a frame capture because too we had too many captures
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
test-runner.html 144 this._treeElement.title = testPath + ": SKIPPED";
360 <span>Skipped: <span id="skip">0</span></span>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser_unittest.py 203 # Set all to false so this gets skipped
210 self.assertEqual(test_info, None, 'test should have been skipped')
  /external/chromium_org/tools/clang/scripts/
run_tool.py 193 clang-format step should be skipped.
198 # duplicate edits to be quickly skipped, while reversing means that
  /external/chromium_org/v8/src/
v8-counters.h 145 /* Amount of source code skipped over using preparsing. */ \
147 /* Number of symbol lookups skipped using preparsing */ \
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 98 // 1 - before the diagonal => processed with gebp or skipped
100 // 3 - after the diagonal => processed with gebp or skipped
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java 66 long skipped = inputStream.skip(bsi.frameSize); local
67 assert skipped == bsi.frameSize;
  /external/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 147 * are skipped. If the array itself is null, the empty string
158 * by the specified delimiter. Null array elements are skipped. If
  /external/v8/src/
v8-counters.h 94 /* Amount of source code skipped over using preparsing. */ \
96 /* Number of symbol lookups skipped using preparsing */ \
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 104 /* make pthread_mutex_lock fail (skipped on < glibc 2.4 because it
111 "skipped on glibc < 2.4\n\n");
  /libcore/luni/src/main/java/java/io/
BufferedInputStream.java 100 * Returns an estimated number of bytes that can be read or skipped without blocking for more
342 * @return the number of bytes actually skipped.
DataInput.java 232 * {@code count} bytes where skipped.
236 * @return the number of bytes actually skipped.
InputStream.java 65 * Returns an estimated number of bytes that can be read or skipped without blocking for more
222 * @return the number of bytes actually skipped.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mtio.h 87 number of files not skipped, or
88 number of records not skipped. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h 87 number of files not skipped, or
88 number of records not skipped. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h 87 number of files not skipped, or
88 number of records not skipped. */
  /external/clang/lib/CodeGen/
CGStmt.cpp 440 const Stmt *Skipped = S.getElse();
442 std::swap(Executed, Skipped);
444 // If the skipped block has no labels in it, just emit the executed block.
446 if (!ContainsLabel(Skipped)) {
563 // The LoopHeader typically is just a branch if we skipped emitting
610 // The DoCond block typically is just a branch if we skipped
    [all...]
  /external/valgrind/main/callgrind/
sim.c 866 CLG_(current_state).nonskipped->skipped :
    [all...]
  /bionic/libc/arch-mips/bionic/
ffs.S 66 * if X = 0, all further instructions are skipped
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 130 * For example, for a test skipped because it is unsupported, we don't care about the result.

Completed in 953 milliseconds

<<11121314151617181920>>