Searched defs:ignored (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h35 // Invalidate children for a non-ignored ancestor (including self).
42 // should be ignored by the accessibility hierarchy.
43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored; variable
/external/v8/src/mips/
H A Djump-target-mips.cc57 // void JumpTarget::DoBranch(Condition cc, Hint ignored,
59 void JumpTarget::DoBranch(Condition cc, Hint ignored) { argument
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp105 bool ignored; local
106 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h48 int ignored; member in struct:opd_image
/external/llvm/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp154 bool ignored; local
156 FVal.convert(APFloat::IEEEsingle, APFloat::rmTowardZero, &ignored);
/external/webkit/Source/WebCore/css/
H A DMediaQuery.h55 bool ignored() const { return m_ignored; } function in class:WebCore::MediaQuery
/external/webkit/Source/WebCore/platform/text/
H A DTextCodec.h68 bool ignored; local
69 return decode(str, length, flush, false, ignored);
H A DTextEncoding.h68 bool ignored; local
69 return decode(str, length, false, ignored);
/external/clang/lib/AST/
H A DAPValue.cpp89 bool ignored; local
91 &ignored);
/external/oprofile/daemon/
H A Dopd_cookie.c92 int ignored; member in struct:cookie_entry
117 entry->ignored = 0;
119 entry->ignored = is_image_ignored(entry->name);
174 return entry->ignored;
H A Dopd_sfile.h61 /** true if this file should be ignored in profiles */
62 int ignored; member in struct:sfile
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.h52 // Does not include ignored networks.
65 // Determines if a network should be ignored.
102 // Indicates whether this network should be ignored, perhaps because the
104 bool ignored() const { return ignored_; } function in class:talk_base::Network
105 void set_ignored(bool ignored) { ignored_ = ignored; } argument
/external/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java194 protected int tryAcquireShared(int ignored) { argument
/external/stlport/test/unit/cppunit/
H A Dfile_reporter.h75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) { argument
82 if (ignored)
85 if (ignored) {
119 fprintf(_file, ", %d ignored", m_numIgnored);
H A Dcppunit_mini.h38 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) { argument
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
/external/chromium/base/
H A Dbasictypes.h149 // be ignored by the users.
347 inline void ignore_result(const T& ignored) { argument
/external/chromium/chrome/browser/autofill/
H A Dautofill_country.cc521 UErrorCode ignored = U_ZERO_ERROR; local
522 icu::Collator* collator(icu::Collator::createInstance(icu_locale, ignored));
525 ignored = U_ZERO_ERROR;
526 collator->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, ignored);
527 ignored = U_ZERO_ERROR;
528 collator->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, ignored);
/external/chromium/net/base/
H A Dcookie_monster.cc201 url_canon::CanonHostInfo ignored; local
202 std::string cookie_domain(CanonicalizeHost(domain_string, &ignored));
1793 // be any character and should be ignored.
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h157 bool ignored; local
158 return isBuiltinExtensionDiag(DiagID, ignored);
163 /// which is set to indicate whether the diagnostic is ignored by default (in
/external/dbus/tools/
H A Ddbus-launch-x11.c457 XEvent ignored; local
458 XNextEvent (xdisplay, &ignored);
/external/easymock/src/org/easymock/
H A DMockControl.java463 * @param ignored
464 * an ignored value.
467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { argument
471 public void expectAndReturn(int ignored, int value) { argument
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, argument
494 public void expectAndReturn(int ignored, int value, Range range) { argument
495 this.expectAndReturn((Object) ignored, (Objec
510 expectAndReturn(V1 ignored, V2 value, int count) argument
515 expectAndReturn(int ignored, int value, int count) argument
532 expectAndReturn(V1 ignored, V2 value, int min, int max) argument
537 expectAndReturn(int ignored, int value, int min, int max) argument
549 expectAndThrow(Object ignored, Throwable throwable) argument
563 expectAndThrow(Object ignored, Throwable throwable, Range range) argument
579 expectAndThrow(Object ignored, Throwable throwable, int count) argument
594 expectAndThrow(Object ignored, Throwable throwable, int min, int max) argument
610 expectAndDefaultReturn(V1 ignored, V2 value) argument
623 expectAndDefaultThrow(Object ignored, Throwable throwable) argument
[all...]
/external/grub/stage2/
H A Dfat.h37 __s8 ignored[3]; /* Boot strap short or near jump */ member in struct:fat_bpb
/external/valgrind/main/auxprogs/
H A Dvalgrind-listener.c135 __attribute__((unused)) size_t ignored local
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c183 uint32_t ignored[4]; member in struct:__anon11367
190 uint16_t ignored[4]; member in struct:__anon11368
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c173 uint32_t ignored[4]; member in struct:__anon11389
180 uint16_t ignored[4]; member in struct:__anon11390

Completed in 2123 milliseconds

123