HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 1 - 25 of 1314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/e_brel_bma/
script 2 echo "skipped"
  /external/e2fsprogs/tests/e_irel_ima/
script 2 echo "skipped"
  /external/e2fsprogs/tests/f_h_badnode/
script 5 echo "skipped"
  /external/e2fsprogs/tests/f_h_badroot/
script 5 echo "skipped"
  /external/e2fsprogs/tests/f_h_normal/
script 5 echo "skipped"
  /external/e2fsprogs/tests/f_h_reindex/
script 5 echo "skipped"
  /external/e2fsprogs/tests/f_h_unsigned/
script 5 echo "skipped"
  /external/clang/test/Parser/
cxx-default-args.cpp 6 // skipped, avoiding a "expected ';' after class" after 'undecl'.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
online-whitelist.manifest 5 # These are prefixes for requests we test, but they are not same origin, so they will be skipped.
different-https-origin-resource.html 25 // The only resource listed in the manifest file is in a different https origin and should be skipped.
  /external/openssh/regress/
agent-ptrace.sh 9 echo "skipped (not supported on this platform)"
18 echo "skipped (gdb not found)"
23 echo "skipped (SUDO not set)"
agent-getpeereid.sh 13 echo "skipped (not supported on this platform)"
17 echo "skipped: need SUDO to switch to uid $UNPRIV"
  /external/clang/test/CodeGen/
2002-02-13-ReloadProblem.c 6 * now it is skipped entirely, and since reload doesn't run, it can't cause
  /external/clang/test/Index/skip-parsed-bodies/
compile_commands.json 39 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
41 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isContainer: skipped
44 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
58 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
60 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 1 | isDef: 1 | isContainer: skipped
63 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
65 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
67 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: tsmeth | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
69 // CHECK: [indexDeclaration]: kind: function | name: imp_foo | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
  /external/clang/test/Preprocessor/
disabled-cond-diags2.c 12 #X // shouldn't produce diagnostics (block #if condition not valid, so skipped)
  /external/clang/utils/TestUtils/
pch-test.pl 15 my $skipped = 0;
47 $skipped++;
53 print("$skipped tests skipped ('x')\n")
  /external/skia/src/utils/win/
SkIStream.cpp 155 size_t skipped = this->fSkStream->skip( local
158 this->fLocation.QuadPart = skipped;
159 if (skipped != liDistanceToMove.QuadPart) {
166 size_t skipped = this->fSkStream->skip( local
169 this->fLocation.QuadPart += skipped;
170 if (skipped != liDistanceToMove.QuadPart) {
181 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip)); local
182 this->fLocation.QuadPart = skipped;
183 if (skipped != skip) {
  /external/bluetooth/bluedroid/stack/include/
utfc.h 37 ** Illegal characters are skipped.
49 ** Illegal characters are skipped. The UTF-16 array is
  /external/icu4c/io/
uscanf_p.c 88 UBool fSkipArg; /* TRUE if arg should be skipped */
425 int32_t skipped; local
430 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
450 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
473 return parsePos + skipped;
490 int32_t skipped; local
498 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
549 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
572 return parsePos + skipped;
589 int32_t skipped; local
677 int32_t skipped; local
810 int32_t skipped = 0; local
904 int32_t skipped = 0; local
974 int32_t skipped; local
1030 int32_t skipped; local
1086 int32_t skipped; local
1133 int32_t skipped; local
    [all...]
  /external/guava/guava/src/com/google/common/io/
LimitInputStream.java 100 long skipped = in.skip(n); local
101 left -= skipped;
102 return skipped;
  /external/libogg/doc/libogg/
ogg_sync_pageseek.html 21 <p>This is useful when seeking within a bitstream. ogg_sync_pageseek will synchronize to the next page in the bitstream and return information about how many bytes we advanced or skipped in order to do so.
45 <li>-n means that we skipped n bytes within the bitstream.</li>
47 0 means that the page isn't ready and we need more data, or than an internal error occurred. No bytes have been skipped.</li>
  /external/clang/test/Lexer/
pragma-region.c 4 // Editor-only pragma, just skipped by compiler.
  /external/mksh/src/
var_spec.h 16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped.
107 // OK. In selecting a conversion to pointer function, template convesions are skipped.
  /libcore/luni/src/main/java/java/io/
DataInputStream.java 208 * input is reached before {@code count} bytes where skipped.
212 * @return the number of bytes actually skipped.
219 int skipped = 0; local
221 while (skipped < count && (skip = in.skip(count - skipped)) != 0) {
222 skipped += skip;
224 return skipped;

Completed in 1569 milliseconds

1 2 3 4 5 6 7 8 91011>>