OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipped
(Results
151 - 175
of
2231
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java
87
// TODO: CAPTURING_PHASE
skipped
111
// TODO: BUBBLING_PHASE
skipped
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py
416
self.assertEqual(len(result.
skipped
), 1)
417
skipped
= result.
skipped
[0][0]
418
self.assertEqual(str(
skipped
), 'setUpClass (%s.Test)' % __name__)
438
self.assertEqual(len(result.
skipped
), 1)
439
skipped
= result.
skipped
[0][0]
440
self.assertEqual(str(
skipped
), 'setUpModule (Module)')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py
416
self.assertEqual(len(result.
skipped
), 1)
417
skipped
= result.
skipped
[0][0]
418
self.assertEqual(str(
skipped
), 'setUpClass (%s.Test)' % __name__)
438
self.assertEqual(len(result.
skipped
), 1)
439
skipped
= result.
skipped
[0][0]
440
self.assertEqual(str(
skipped
), 'setUpModule (Module)')
/cts/suite/audio_quality/test_description/processing/
playback_sample.py
62
#This would calculate the frequency of recording, but is
skipped
in this sample test for brevity
/external/chromium_org/android_webview/browser/net/
input_stream_reader.h
27
// On successful completion the InputStream would have
skipped
reading the
/external/chromium_org/base/i18n/
icu_string_conversions.h
24
// The offending characters are
skipped
and the conversion will proceed as
/external/chromium_org/base/test/launcher/
test_result.h
23
TEST_SKIPPED, // Test
skipped
(not run at all).
/external/chromium_org/build/android/pylib/perf/
surface_stats_collector_unittest.py
48
# The following timestamps should be
skipped
.
/external/chromium_org/cc/output/
begin_frame_args.h
35
// send a BeginFrame that had been
skipped
. This only has an effect if the
/external/chromium_org/chrome/browser/media_galleries/fileapi/
media_path_filter.h
21
// by |path| should be
skipped
.
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.h
65
// |ignore_editing| is true, the "editing not in progress" check is
skipped
.
/external/chromium_org/ppapi/generators/
generator.py
34
print '\nIncorrect CWD, default run
skipped
.'
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_finder.py
104
if self._options.
skipped
== 'only':
106
elif self._options.
skipped
== 'ignore':
108
elif self._options.
skipped
!= 'always':
120
# just grab a subset of the non-
skipped
tests.
/external/chromium_org/v8/test/webkit/
dfg-uint32-to-number-skip-then-exit.js
25
"This tests that a
skipped
conversion of uint32 to number does not confuse OSR exit into thinking that the conversion is dead."
/external/compiler-rt/test/builtins/Unit/
bswapdi2_test.c
41
printf("
skipped
\n");
bswapsi2_test.c
41
printf("
skipped
\n");
extebdsfdf2vfp_test.c
45
printf("
skipped
\n");
fixdfsivfp_test.c
47
printf("
skipped
\n");
fixsfsivfp_test.c
49
printf("
skipped
\n");
fixunsdfsivfp_test.c
47
printf("
skipped
\n");
fixunssfsivfp_test.c
47
printf("
skipped
\n");
floatsidfvfp_test.c
47
printf("
skipped
\n");
floatsisfvfp_test.c
47
printf("
skipped
\n");
floatunssidfvfp_test.c
47
printf("
skipped
\n");
floatunssisfvfp_test.c
47
printf("
skipped
\n");
Completed in 1537 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>