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

1 2 3 4 5 6 7

  /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...]
  /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))
profile_pid.cpp 56 BBEvent event, ignored; local
59 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym))
  /external/webkit/WebKitTools/DumpRenderTree/
PixelDumpSupport.h 47 void restoreMainDisplayColorProfile(int ignored);
  /external/webkit/WebCore/platform/text/
TextCodec.h 65 bool ignored; local
66 return decode(str, length, flush, false, ignored);
TextEncoding.h 70 bool ignored; local
71 return decode(str, length, false, ignored);
  /libcore/luni/src/main/java/java/util/
AbstractSet.java 58 } catch (NullPointerException ignored) {
60 } catch (ClassCastException ignored) {
  /external/v8/src/mips/
jump-target-mips.cc 48 void JumpTarget::DoBranch(Condition cc, Hint 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);
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 39 } catch (IOException ignored) {
  /external/webkit/WebCore/svg/
SVGColor.h 64 void setRGBColor(const String& rgbColor) { ExceptionCode ignored = 0; setRGBColor(rgbColor, ignored); } local
  /external/oprofile/daemon/
opd_cookie.c 92 int ignored; member in struct:cookie_entry
117 entry->ignored = 0;
119 entry->ignored = is_image_ignored(entry->name);
174 return entry->ignored;
opd_sfile.h 61 /** true if this file should be ignored in profiles */
62 int ignored; member in struct:sfile
  /libcore/luni/src/test/java/com/google/coretests/
CoreTestResult.java 76 * The number of ignored tests, that is, the number of tests that were
131 // Ignored
140 // Ignored
160 int normal, int ignored, int sideEffect) {
167 this.fIgnoredCount += ignored;
  /external/grub/stage2/
fat.h 37 __s8 ignored[3]; /* Boot strap short or near jump */ member in struct:fat_bpb
  /external/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 51 } catch (Exception ignored) {}
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java 78 } catch (ClassCastException ignored) {
  /packages/apps/Email/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 157 catch (IOException ignored)
  /external/webkit/WebCore/dom/
Text.cpp 162 ExceptionCode ignored = 0; local
166 parent->removeChild(nodeToRemove.get(), ignored);
174 parent->removeChild(nodeToRemove.get(), ignored);
180 parent->removeChild(this, ignored);
184 setData(newText, ignored);

Completed in 863 milliseconds

1 2 3 4 5 6 7