HomeSort by relevance Sort by last modified time
    Searched refs:skipped (Results 176 - 200 of 653) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ltp/lib/
tst_test.c 52 int skipped; member in struct:results
164 tst_atomic_inc(&results->skipped);
580 printf("skipped %d\n", results->skipped);
589 if (results->skipped && !results->passed)
625 if (a->skipped != b->skipped)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 635 Py_UNICODE *skipped[20]; local
654 if (skipped[index] == i) {
655 /* *i character is skipped.
657 skipped[index] = skipped[cskipped-1];
724 skipped[cskipped++] = i1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 628 Py_UNICODE *skipped[20]; local
647 if (skipped[index] == i) {
648 /* *i character is skipped.
650 skipped[index] = skipped[cskipped-1];
717 skipped[cskipped++] = i1;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 619 skipped = through( index - @position )
620 if lc = skipped.count( "\n" ) and lc.zero?
621 @column += skipped.length
624 @column = skipped.length - skipped.rindex( "\n" ) - 1
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 635 Py_UNICODE *skipped[20]; local
654 if (skipped[index] == i) {
655 /* *i character is skipped.
657 skipped[index] = skipped[cskipped-1];
724 skipped[cskipped++] = i1;
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 644 Py_ssize_t skipped[20]; local
669 if (skipped[index] == i) {
670 /* *i character is skipped.
672 skipped[index] = skipped[cskipped-1];
747 skipped[cskipped++] = i1;
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 270 int skipped = (tick - mTick) / mInterval; local
271 mTick += skipped * mInterval;
272 mSequence += skipped;
273 mTimestamp += skipped * mSampleCount;
274 ALOGV("stream[%d] skips %d packets", mSocket, skipped);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 228 int skipped = 0; local
231 skipped++;
234 LOG_THREADS("Skipped %d guard page(s) to obtain stack %p-%p.\n",
235 skipped, stack_begin, stack_end);
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 567 int skipped = (frameData - mFrameData); local
568 if (skipped >= (int)n) {
571 n -= skipped;
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 657 int skipped = 0; local
667 skipped += (sz + 4);
671 return len - skipped;
  /build/soong/androidmk/parser/
parser.go 622 skipped := 0
625 skipped++
627 return skipped
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 1398 final int skipped = unsafeEstimateConsecutiveAscii(bytes, offset, remaining); local
1474 final int skipped = unsafeEstimateConsecutiveAscii(address, remaining); local
    [all...]
  /system/core/adb/
file_sync_client.cpp 190 << " skipped.";
883 int skipped = 0;
921 skipped++;
925 sc.RecordFilesSkipped(skipped);
    [all...]
  /external/valgrind/callgrind/
callstack.c 183 * If <skip> is true, this is a call to a function to be skipped;
207 /* this is a jmp from skipped to nonskipped */
263 /* a call from nonskipped to skipped */
265 if (!CLG_(current_state).nonskipped->skipped) {
267 &CLG_(current_state).nonskipped->skipped);
386 VG_(printf)("- %2d [Skipped JCC], SP %#lx\n",
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 735 boolean skipped = false;
738 skipped = true;
741 if (skipped) {
743 skipped = false;
  /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/testng/src/main/java/org/testng/reporters/
SuiteHTMLReporter.java 117 .append("<tr><th>Suite</th><th>Passed</th><th>Failed</th><th>Skipped</th><th>testng.xml</th></tr>\n");
637 int skipped = tc.getSkippedTests().size(); local
643 else if (skipped > 0) {
659 String[] colors = {"failed", "skipped", "passed"};
695 int skipped = tc.getSkippedTests().size(); local
702 .append(suiteName).append(" (").append(passed).append("/").append(failed).append("/").append(skipped).append(")")
  /external/v8/tools/
logreader.js 169 * Returns whether a particular dispatch must be skipped.
172 * @return {boolean} True if dispatch must be skipped.
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 108 private static final String SKIPPED_ATTR = "skipped";
232 String skipped = parser.getAttributeValue(NS, SKIPPED_ATTR); local
233 if (skipped != null && Boolean.parseBoolean(skipped)) {
234 // mark test passed and skipped
235 test.skipped();
237 // only apply result status directly if test was not skipped
  /external/python/cpython3/PC/
launcher.c 900 wchar_t * skipped; local
932 skipped = skip_prefix(shebang_line);
934 skipped = shebang_line;
936 p = wcspbrk(skipped, L" \t\r\n");
941 cp = find_command(skipped);
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 20 // Tests and benchmarks may be skipped if not applicable with a call to
289 skipped bool // Test of benchmark has been skipped.
291 helpers map[string]struct{} // functions to be skipped when writing file/line info
456 Skipped() bool
612 // SkipNow marks the test as having been skipped and stops its execution
614 // If a test fails (see Error, Errorf, Fail) and is then skipped,
629 c.skipped = true
632 // Skipped reports whether the test was skipped
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 20 // Tests and benchmarks may be skipped if not applicable with a call to
289 skipped bool // Test of benchmark has been skipped.
291 helpers map[string]struct{} // functions to be skipped when writing file/line info
456 Skipped() bool
612 // SkipNow marks the test as having been skipped and stops its execution
614 // If a test fails (see Error, Errorf, Fail) and is then skipped,
629 c.skipped = true
632 // Skipped reports whether the test was skipped
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1797 FT_Int skipped = 0; local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 781 int skipped = advance(iterator, position);
785 + skipped + ")");
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 246 uint16_t skipped; member in struct:mpeg12_mb_info
453 info.skipped = macrob->num_skipped_macroblocks - 1;

Completed in 1308 milliseconds

1 2 3 4 5 6 78 91011>>