HomeSort by relevance Sort by last modified time
    Searched refs:ignored (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/webkit/JavaScriptCore/runtime/
JSValue.h 373 bool ignored; local
374 return toInt32SlowCase(val, ignored);
382 bool ignored; local
383 return toUInt32SlowCase(val, ignored);
400 bool ignored;
401 return toInt32SlowCase(toNumber(exec), ignored);
408 bool ignored;
409 return toUInt32SlowCase(toNumber(exec), ignored);
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 133 } catch (InterruptedException ignored) {
183 } catch (Exception ignored) {
  /ndk/sources/android/stlport/test/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {}
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) {
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
  /sdk/emulator/qtools/
bb2sym.cpp 80 BBEvent ignored; local
82 if (GetNextValidEvent(trace, &event, &ignored, &sym))
coverage.cpp 95 BBEvent ignored; local
98 if (GetNextValidEvent(trace, &event, &ignored, &function))
read_trace.cpp 66 BBEvent ignored; local
68 if (GetNextValidEvent(trace, &event, &ignored, &sym))
stack_dump.cpp 119 BBEvent ignored; local
122 if (GetNextValidEvent(trace, &event, &ignored, &function))
check_stack.cpp 108 BBEvent ignored; local
142 if (GetNextValidEvent(etrace, &event, &ignored, &function))
q2dm.cpp 170 BBEvent ignored; local
173 if (GetNextValidEvent(trace, &event, &ignored, &function))
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 111 } catch (UnknownHostException ignored) {
  /system/core/libcutils/
ashmem-host.c 35 int ashmem_create_region(const char *ignored, size_t size)
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 388 } catch (IOException ignored) {
399 } catch (IOException ignored) {
425 } catch (IOException ignored) {
  /external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 194 protected int tryAcquireShared(int ignored) {
  /external/v8/test/mjsunit/
override-read-only-property.js 55 // Assignment to read-only property on the object itself is ignored.
60 // ignored.
html-comments.js 31 --> this must be ignored...
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 164 } catch (InterruptedException ignored) {
214 } catch (Exception ignored) {
  /external/oprofile/daemon/
opd_trans.c 120 if (trans->current->ignored || (trans->last && trans->last->ignored))
  /external/v8/tools/
presubmit.py 165 for ignored in [x for x in dirs if self.IgnoreDir(x)]:
166 dirs.remove(ignored)
  /libcore/luni/src/main/java/java/util/
Timer.java 215 } catch (InterruptedException ignored) {
239 } catch (InterruptedException ignored) {
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConnection.java 100 } catch (Exception ignored) {
109 } catch (Exception ignored) {
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 150 } catch (IOException ignored) {
151 ignored.printStackTrace();
  /external/elfutils/src/
ldscript.y 206 $$->val.section.ignored = true;
208 $$->val.section.ignored = false;
229 $$->val.section.ignored = true;
231 $$->val.section.ignored = false;
531 runp->val.section.ignored = true;
  /bionic/libc/kernel/common/linux/
msdos_fs.h 104 __u8 ignored[3]; member in struct:fat_boot_sector
  /cts/tests/src/android/content/cts/
DummyProvider.java 151 } catch (InterruptedException ignored) {
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 104 __u8 ignored[3]; member in struct:fat_boot_sector

Completed in 214 milliseconds

12 3 4 5 6 7