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

1234

/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/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp102 bool ignored; local
103 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.cpp152 bool ignored; local
154 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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .transform.Source src java.io.IOException ignored java.io.IOException ignored java.io. ...
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java232 protected int tryAcquireShared(int ignored) { argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMapMaker.java68 protected boolean removeEldestEntry(Map.Entry<K, V> ignored) { argument
/external/regex-re2/util/
H A Dmutex.h75 Mutex(Mutex *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.h158 bool ignored; local
159 return isBuiltinExtensionDiag(DiagID, ignored);
164 /// 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/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java229 protected boolean removeEldestEntry(Map.Entry<K, V> ignored) { argument
/external/valgrind/main/auxprogs/
H A Dvalgrind-listener.c135 __attribute__((unused)) size_t ignored local

Completed in 489 milliseconds

1234