/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 | 158 size_t skipped = this->fSkStream->skip( local 161 this->fLocation.QuadPart = skipped; 162 if (skipped != liDistanceToMove.QuadPart) { 169 size_t skipped = this->fSkStream->skip( local 172 this->fLocation.QuadPart += skipped; 173 if (skipped != liDistanceToMove.QuadPart) { 186 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip)); local 187 this->fLocation.QuadPart = skipped; 188 if (skipped != skip) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_skipping.py | 17 self.assertEqual(result.skipped, [(test, "skip")]) 29 self.assertEqual(result.skipped, [(test, "testing")]) 48 self.assertEqual(len(result.skipped), 1) 53 self.assertEqual(result.skipped, [(test_do_skip, "testing")]) 66 self.assertEqual(result.skipped, [(test, "testing")]) 81 self.assertEqual(result.skipped, [(test, "testing")]) 96 self.assertEqual(result.skipped, [(test, "testing")]) 144 self.assertEqual(result.skipped, [(test, "testing")]) 164 self.assertEqual(result.skipped, [(test, "testing")])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_skipping.py | 17 self.assertEqual(result.skipped, [(test, "skip")]) 29 self.assertEqual(result.skipped, [(test, "testing")]) 48 self.assertEqual(len(result.skipped), 1) 53 self.assertEqual(result.skipped, [(test_do_skip, "testing")]) 66 self.assertEqual(result.skipped, [(test, "testing")]) 81 self.assertEqual(result.skipped, [(test, "testing")]) 96 self.assertEqual(result.skipped, [(test, "testing")]) 144 self.assertEqual(result.skipped, [(test, "testing")]) 164 self.assertEqual(result.skipped, [(test, "testing")])
|
/external/bluetooth/bluedroid/stack/include/ |
utfc.h | 37 ** Illegal characters are skipped. 49 ** Illegal characters are skipped. The UTF-16 array is
|
/external/chromium_org/mojo/system/ |
memory.cc | 23 // implementation is also possible if this check is skipped.) 35 // implementation is also possible if this check is skipped.)
|
/external/openssh/regress/ |
agent-getpeereid.sh | 13 echo "skipped (not supported on this platform)" 17 echo "skipped: need SUDO to switch to uid $UNPRIV"
|
/external/chromium_org/third_party/icu/source/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 750 int32_t skipped; local 811 int32_t skipped = 0; local 905 int32_t skipped = 0; local 975 int32_t skipped; local 1031 int32_t skipped; local 1087 int32_t skipped; local 1134 int32_t skipped; local [all...] |
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer_runner.py | 93 <li>#Skipped Tests: the number of tests that are skipped in the 97 <li>#Non-Skipped Failing Tests: the number of tests that appeared in the 98 test expectation file and were not skipped. 99 <li>Failing rate: #NonSkippedFailing / (#Tests - #Skipped) 108 file_object.write('<th>#Skipped Tests</th>') 109 file_object.write('<th>#Non-Skipped Failing Tests</th>')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
runner.py | 90 self.stream.writeln("skipped %r" % (reason,)) 178 expectedFails = unexpectedSuccesses = skipped = 0 182 result.skipped)) 183 expectedFails, unexpectedSuccesses, skipped = results 196 if skipped: 197 infos.append("skipped=%d" % skipped)
|
/libcore/luni/src/main/java/java/io/ |
DataInputStream.java | 191 * input is reached before {@code count} bytes where skipped. 195 * @return the number of bytes actually skipped. 202 int skipped = 0; local 204 while (skipped < count && (skip = in.skip(count - skipped)) != 0) { 205 skipped += skip; 207 return skipped;
|
Reader.java | 194 * @return the number of characters actually skipped. 208 long skipped = 0; local 211 while (skipped < charCount) { 214 return skipped; 216 skipped += read; 218 return skipped; 220 if (charCount - skipped < toRead) { 221 toRead = (int) (charCount - skipped); 224 return skipped;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
runner.py | 84 self.stream.writeln("skipped {0!r}".format(reason)) 166 expectedFails = unexpectedSuccesses = skipped = 0 170 result.skipped)) 174 expectedFails, unexpectedSuccesses, skipped = results 186 if skipped: 187 infos.append("skipped=%d" % skipped)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
runner.py | 84 self.stream.writeln("skipped {0!r}".format(reason)) 166 expectedFails = unexpectedSuccesses = skipped = 0 170 result.skipped)) 174 expectedFails, unexpectedSuccesses, skipped = results 186 if skipped: 187 infos.append("skipped=%d" % skipped)
|
/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/chromium_org/sandbox/win/src/ |
policy_engine_processor.cc | 18 // Decides if an opcode can be skipped (not evaluated) or not. The function 20 // true if the opcode should be skipped or not and also can set keep_skipping 21 // to false to signal that the current instruction should be skipped but not
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
font_input_stream.cc | 134 int64_t skipped = stream_->Skip(n); local 135 position_ += skipped; 136 return skipped;
|
/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/sfntly/cpp/src/sfntly/data/ |
font_input_stream.cc | 134 int64_t skipped = stream_->Skip(n); local 135 position_ += skipped; 136 return skipped;
|
/external/chromium_org/base/process/ |
process_iterator_linux.cc | 79 int skipped = 0; local 81 while (skipped < kSkipLimit) { 90 skipped++; 118 if (skipped >= kSkipLimit) {
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.h | 25 // Indicates that approval UI can be skipped for a set of whitelisted apps.
|