HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 26 - 50 of 2231) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/perf/benchmarks/
blink_perf.py 27 def _AddDir(dir_path, skipped):
33 for s in skipped])):
36 _AddDir(candidate_path, skipped)
41 skipped = []
42 skipped_file = os.path.join(path, 'Skipped')
47 skipped.append(line.replace('/', os.sep))
48 _AddDir(path, skipped)
  /external/lldb/test/unittest2/test/
test_skipping.py 17 self.assertEqual(result.skipped, [(test, "skip")])
29 self.assertEqual(result.skipped, [(test, "testing")])
51 self.assertEqual(len(result.skipped), 1)
56 self.assertEqual(result.skipped, [(test_do_skip, "testing")])
71 self.assertEqual(result.skipped, [(test, "testing")])
119 self.assertEqual(result.skipped, [(test, "testing")])
139 self.assertEqual(result.skipped, [(test, "testing")])
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 54 // State of combining marks skipped in discontiguous contraction.
83 // Goes backward through the skipped-marks buffer.
84 // Returns the number of code points read beyond the skipped marks
117 // Replaces the characters we consumed with the newly skipped ones.
128 // Combining marks skipped in previous discontiguous-contraction matching.
131 // Combining marks newly skipped in current discontiguous-contraction matching.
138 // When a partial match fails, we back out skipped and partial-matching input characters.
150 skipped(NULL),
166 delete skipped;
174 // Ignore skipped since that should be unused between calls to nextCE()
    [all...]
  /external/chromium_org/third_party/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) {
  /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/test/Tooling/
multi-jobs.cpp 2 // The following test uses multiple time the same '-no-integrated-as' flag in order to make sure those flags are really skipped, and not just overwritten by luck :
  /external/clang/utils/TestUtils/
pch-test.pl 15 my $skipped = 0;
47 $skipped++;
53 print("$skipped tests skipped ('x')\n")
  /external/e2fsprogs/tests/f_desc_size_bad/
script 2 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_dup_de/
script 15 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_uninit_last_uninit/
script 25 echo "$test_name: $test_description: skipped"
  /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) {
  /external/strace/tests/
init.sh 10 skip_() { warn_ "$ME_: skipped test: $*"; exit 77; }
  /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")])
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/res/values/
strings.xml 26 <string name="skipped">skipped</string>
  /development/samples/wearable/Quiz/Wearable/src/main/res/values/
strings.xml 26 <string name="skipped">skipped</string>
  /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/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)
  /external/lldb/test/unittest2/
runner.py 93 self.newTestResult(test,"s","skipped %r" % (reason,))
173 expectedFails = unexpectedSuccesses = skipped = 0
177 result.skipped))
178 expectedFails, unexpectedSuccesses, skipped = results
191 if skipped:
192 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;
  /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)

Completed in 3044 milliseconds

12 3 4 5 6 7 8 91011>>