Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 264) sorted by relevance

1234567891011

/external/easymock/src/org/easymock/
DMockControl.java467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { in expectAndReturn() argument
471 public void expectAndReturn(int ignored, int value) { in expectAndReturn() argument
472 this.expectAndReturn((Object) ignored, (Object) value); in expectAndReturn()
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
494 public void expectAndReturn(int ignored, int value, Range range) { in expectAndReturn() argument
495 this.expectAndReturn((Object) ignored, (Object) value, range); in expectAndReturn()
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
515 public void expectAndReturn(int ignored, int value, int count) { in expectAndReturn() argument
516 this.expectAndReturn((Object) ignored, (Object) value, count); in expectAndReturn()
532 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
[all …]
/external/oprofile/daemon/
Dopd_cookie.c92 int ignored; member
117 entry->ignored = 0; in create_cookie()
119 entry->ignored = is_image_ignored(entry->name); in create_cookie()
174 return entry->ignored; in is_cookie_ignored()
Dopd_trans.c120 if (trans->current->ignored || (trans->last && trans->last->ignored)) in opd_put_sample()
/external/stlport/test/unit/cppunit/
Dfile_reporter.h75 …virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool e… in progress() argument
82 if (ignored) in progress()
85 if (ignored) { in progress()
Dcppunit_mini.h86 …virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool ex… in progress() argument
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest); in progress()
/external/webkit/LayoutTests/http/tests/appcache/resources/
Dmanifest-parsing.manifest1 CACHE MANIFEST ignored text
4 simple.txt ignored text
Dlocal-content.manifest4 file:/ # Should be ignored due to different URL scheme, but it doesn't hurt to try.
Donline-whitelist.manifest10 # This should be ignored, because explicit entries are checked before online whitelist
/external/webkit/WebCore/dom/
DText.cpp162 ExceptionCode ignored = 0; in replaceWholeText() local
166 parent->removeChild(nodeToRemove.get(), ignored); in replaceWholeText()
174 parent->removeChild(nodeToRemove.get(), ignored); in replaceWholeText()
180 parent->removeChild(this, ignored); in replaceWholeText()
184 setData(newText, ignored); in replaceWholeText()
/external/webkit/WebCore/platform/text/
DTextCodec.h65 bool ignored; variable
66 return decode(str, length, flush, false, ignored);
DTextEncoding.h70 bool ignored; in decode() local
71 return decode(str, length, false, ignored); in decode()
/external/webkit/JavaScriptCore/runtime/
DJSValue.h373 bool ignored; in toInt32() local
374 return toInt32SlowCase(val, ignored); in toInt32()
382 bool ignored; in toUInt32() local
383 return toUInt32SlowCase(val, ignored); in toUInt32()
400 bool ignored; in toInt32() local
401 return toInt32SlowCase(toNumber(exec), ignored); in toInt32()
408 bool ignored; in toUInt32() local
409 return toUInt32SlowCase(toNumber(exec), ignored); in toUInt32()
/external/webkit/WebCore/svg/
DSVGColor.h64 …id setRGBColor(const String& rgbColor) { ExceptionCode ignored = 0; setRGBColor(rgbColor, ignored)… in setRGBColor() local
/external/qemu/docs/
DANDROID-CONFIG-FILES.TXT32 - Empty lines are ignored, as well as lines beginning with ';' or '#'
38 - Leading and trailing space are allowed and ignored before/after the key
100 then it is considered a comment and will be ignored along anything that
/external/elfutils/src/
Dldscript.y206 $$->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; in new_segment()
/external/webkit/LayoutTests/http/tests/appcache/
Ddifferent-origin-manifest-expected.txt1 Test that a different origin manifest is completely ignored.
/external/webkit/WebKitTools/DumpRenderTree/
DPixelDumpSupport.h47 void restoreMainDisplayColorProfile(int ignored);
/external/v8/tools/
Dpresubmit.py165 for ignored in [x for x in dirs if self.IgnoreDir(x)]:
166 dirs.remove(ignored)
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Denumerate-with-length-and-key-expected.txt1 …length + .key(). The built-in properties of the Storage object should be ignored. The test operate…
Denumerate-storage-expected.txt1 …eys as a result. The built-in properties of the Storage object should be ignored. The test operate…
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Denumerate-with-length-and-key-expected.txt1 …length + .key(). The built-in properties of the Storage object should be ignored. The test operate…
Denumerate-storage-expected.txt1 …eys as a result. The built-in properties of the Storage object should be ignored. The test operate…
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java340 } catch (IOException ignored) { in execute()
539 } catch(IOException ignored) { in releaseConnection()
540 this.log.debug("IOException releasing connection", ignored); in releaseConnection()
1020 } catch(IOException ignored) { in abortConnection()
1021 this.log.debug("Error releasing connection", ignored); in abortConnection()
/external/v8/src/mips/
Djump-target-mips.cc48 void JumpTarget::DoBranch(Condition cc, Hint ignored) { in DoBranch() argument
/external/v8/test/mjsunit/
Dhtml-comments.js31 --> this must be ignored...

1234567891011