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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/059-finalizer-throw/
info.txt 1 Verify that exceptions thrown from finalizers are ignored.
  /external/webkit/LayoutTests/http/tests/appcache/
different-origin-manifest-expected.txt 1 Test that a different origin manifest is completely ignored.
  /frameworks/base/core/tests/coretests/res/raw/
v21_invalid_comment_line.vcf 6 # This line must be ignored.
8 #<- sharp) example. This message must NOT be ignored.
9 # This line must be ignored too.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
local-content.manifest 4 file:/ # Should be ignored due to different URL scheme, but it doesn't hurt to try.
online-whitelist.manifest 10 # This should be ignored, because explicit entries are checked before online whitelist
  /external/kernel-headers/original/asm-arm/
fcntl.h 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/v8/test/mjsunit/
const-declaration.js 33 x = 42; // should be ignored
36 x = 43; // should be ignored
38 x = 44; // should be ignored
40 x = 45; // should be ignored
51 x = 42; // should be ignored
55 x = 43; // should be ignored
57 x = 44; // should be ignored
59 x = 45; // should be ignored
72 x = 43; // should be ignored
74 x = 44; // should be ignored
    [all...]
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 5 ignored.
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumerate a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
enumerate-with-length-and-key-expected.txt 1 This test attempts to enumerate all the keys in localStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumber a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the SessionStorage object.
enumerate-with-length-and-key-expected.txt 1 This test attempts to enumerate all the keys in sessionStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the sessionStorage object.
  /sdk/emulator/qtools/
q2g.cpp 52 BBEvent ignored; local
54 if (GetNextValidEvent(trace, &event, &ignored, &sym))
95 eof = GetNextValidEvent(trace, &event, &ignored, &sym);
96 if (ignored.time != 0 && prev_sym) {
99 gtrace->AddProcExit(prev_sym->filenum, prev_sym->procnum, ignored.time,
100 ignored.pid);
bb_dump.cpp 38 BBEvent ignored; local
40 if (GetNextValidEvent(trace, &event, &ignored, &sym))
check_trace.cpp 40 BBEvent ignored; local
42 if (GetNextValidEvent(trace, &event, &ignored, &sym))
dump_regions.cpp 33 BBEvent event, ignored; local
36 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym))
  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 29 } catch (IOException ignored) {
38 } catch (IOException ignored) {
  /external/easymock/src/org/easymock/
MockControl.java 463 * @param ignored
464 * an ignored value.
467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) {
471 public void expectAndReturn(int ignored, int value) {
472 this.expectAndReturn((Object) ignored, (Object) value);
482 * @param ignored
483 * an ignored value.
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
494 public void expectAndReturn(int ignored, int value, Range range) {
495 this.expectAndReturn((Object) ignored, (Object) value, range);
    [all...]
  /external/oprofile/daemon/
opd_cookie.h 31 /** return true if this cookie should be ignored */
  /external/netperf/
nettest_unix.h 51 int bytes_received; /* ignored initially */
52 int recv_calls; /* ignored initially */
94 int bytes_received; /* ignored initially */
95 int recv_calls; /* ignored initially */
96 int trans_received; /* not ignored */
179 int bytes_received; /* ignored initially */
180 int recv_calls; /* ignored initially */
181 int trans_received; /* not ignored */
  /libcore/luni/src/main/java/java/security/
SecurityPermission.java 41 * {@code name} and {@code action} list. The action list is ignored - it is
47 * ignored.
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataParser.java 144 // Ignored.
148 // Ignored.
152 // Ignored.
156 // Ignored.
160 // Ignored.
164 // Ignored.
168 // Ignored.
172 // Ignored.
  /external/stlport/test/unit/cppunit/
file_reporter.h 75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) {
82 if (ignored)
85 if (ignored) {
92 ignoredReason = " IGNORED";
119 fprintf(_file, ", %d ignored", m_numIgnored);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) {
82 if (ignored)
85 if (ignored) {
92 ignoredReason = " IGNORED";
119 fprintf(_file, ", %d ignored", m_numIgnored);
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) {
82 if (ignored)
85 if (ignored) {
92 ignoredReason = " IGNORED";
119 fprintf(_file, ", %d ignored", m_numIgnored);

Completed in 1203 milliseconds

1 2 3 4 5 6 7 8 91011>>