Searched
full:skipped (Results
376 -
400 of
1855) sorted by null
<<11121314151617181920>>
/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/v8/tools/testrunner/local/ |
testsuite.py | 121 # Even for skipped tests, as the TestCase object stays around and 125 continue # Don't add skipped tests to |filtered|.
|
/external/valgrind/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 | 107 * Returns an estimated number of bytes that can be read or skipped without blocking for more 349 * @return the number of bytes actually skipped.
|
DataInput.java | 232 * {@code count} bytes where skipped. 236 * @return the number of bytes actually skipped.
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
ContactResolver.java | 202 // Request skipped. Try again next batch. 203 LogUtils.d(TAG, "ContactResolver = skipped %s", email);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
mtio.h | 87 number of files not skipped, or 88 number of records not skipped. */
|
/external/valgrind/callgrind/ |
sim.c | 878 CLG_(current_state).nonskipped->skipped : [all...] |
/art/compiler/dwarf/ |
dwarf_test.h | 52 // If next is true, it must be the next line. Otherwise lines are skipped.
|
/cts/apps/CameraITS/tools/ |
run_all_tests.py | 156 skipstr = ", %d test%s skipped" % (numskip, "s" if numskip > 1 else "")
|
/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.
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
FifoLengthVerification.java | 97 stats.addValue(PASSED_KEY, "skipped (no fifo length requirements)");
|
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserService.java | 69 * the whim of the system, and onDestroy can be delayed or skipped entirely if memory need
|
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserService.java | 69 * the whim of the system, and onDestroy can be delayed or skipped entirely if memory need
|
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/ |
AdvertiserService.java | 69 * the whim of the system, and onDestroy can be delayed or skipped entirely if memory need
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyIterator.java | 98 * rejected, or skipped, as defined above .
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
UnionChildIterator.java | 111 * rejected, or skipped, as defined above .
|
/external/bison/lib/ |
getopt_int.h | 103 been skipped. 'first_nonopt' is the index in ARGV of the first
|
/external/ceres-solver/internal/ceres/ |
compressed_col_sparse_matrix_utils.cc | 80 // be skipped like the rows in other row blocks too.
|
/external/clang/include/clang/AST/ |
ASTConsumer.h | 151 /// \return \c true if the function's body should be skipped. The function
|
/external/clang/test/CodeGen/ |
switch.c | 182 // Make sure return is not constant (if empty range is skipped or miscompiled)
|
/external/clang/test/Parser/ |
declarators.c | 97 void *test14b = (void*)test14a; // Make sure test14a didn't get skipped.
|
/external/compiler-rt/test/builtins/Unit/ |
ashlti3_test.c | 172 printf("skipped\n");
|
Completed in 695 milliseconds
<<11121314151617181920>>