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

12 3 4 5 6 7 8 91011>>

  /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);
  /external/oprofile/daemon/liblegacy/
opd_image.h 48 int ignored; member in struct:opd_image
opd_image.c 149 image->ignored = 1;
151 image->ignored = is_image_ignored(app_name);
152 if (image->ignored)
153 image->ignored = is_image_ignored(name);
  /external/dexmaker/src/main/java/com/google/dexmaker/
AppDataDirGuesser.java 39 } catch (ClassCastException ignored) {
40 } catch (ClassNotFoundException ignored) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/webkit/Source/WebCore/platform/text/
TextEncoding.h 68 bool ignored; local
69 return decode(str, length, false, ignored);
  /sdk/emulator/qtools/
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/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 35 // 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/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
  /external/valgrind/main/massif/tests/
ignored.post.exp 2 Command: ./ignored
43 ->100.00% (800B) 0x........: main (ignored.c:38)
deep-B.stderr.exp 44 Massif: ignored heap allocs: ...
45 Massif: ignored heap frees: ...
46 Massif: ignored heap reallocs: ...
realloc.stderr.exp 34 Massif: ignored heap allocs: ...
35 Massif: ignored heap frees: ...
36 Massif: ignored heap reallocs: ...
deep-C.stderr.exp 47 Massif: ignored heap allocs: ...
48 Massif: ignored heap frees: ...
49 Massif: ignored heap reallocs: ...
  /external/webkit/Source/WebCore/css/
MediaQuery.h 55 bool ignored() const { return m_ignored; } function in class:WebCore::MediaQuery
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 47 } catch (IOException ignored) {
  /external/doclava/src/com/google/doclava/
JarUtils.java 83 } catch (IOException ignored) {}
86 } catch (IOException ignored) {}
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 56 } catch (Exception ignored) {
58 "Error while attempting to shut down the service after failure.", ignored);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
RemoteX11AcceptThread.java 215 catch (InterruptedException ignored)
233 catch (IOException ignored)
241 catch (IOException ignored)
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 83 } catch (ClassNotFoundException ignored) {
84 } catch (IllegalAccessException ignored) {
85 } catch (InstantiationException ignored) {
  /external/chromium-trace/trace-viewer/
PRESUBMIT.py 43 for ignored in FILES_TO_NOT_LINT:
44 if input_api.os_path.samefile(f, ignored):
  /external/clang/test/Sema/
format-strings-fixit.c 39 #pragma clang diagnostic ignored "-Wformat-non-iso"
47 // Ignored flags
53 #pragma clang diagnostic ignored "-Wformat-non-iso"

Completed in 531 milliseconds

12 3 4 5 6 7 8 91011>>