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

12 3 4 5 6 7 8 91011>>

  /sdk/emulator/qtools/
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/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 134 } catch (ApiParseException ignored) {
137 ignored.printStackTrace();
143 } catch (IOException ignored) {}
156 } catch (IOException ignored) {}
170 } catch (ApiParseException ignored) {
174 } catch (IOException ignored) {}
187 } catch (IOException ignored) {}
  /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/liblegacy/
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/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/dbus/bus/
Android.mk 18 # is also ignored in dbus-1.4.6.
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 105 bool ignored; local
106 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
  /external/webkit/Source/WebCore/platform/mac/
WebCoreObjCExtras.mm 32 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectPublicKeyInfo.java 121 } catch (InvalidKeySpecException ignored) {
122 } catch (NoSuchAlgorithmException 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/emailcommon/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 157 catch (IOException ignored)
  /external/webkit/Source/WebCore/dom/
Text.cpp 156 ExceptionCode ignored = 0; local
160 parent->removeChild(nodeToRemove.get(), ignored);
168 parent->removeChild(nodeToRemove.get(), ignored);
174 parent->removeChild(this, ignored);
178 setData(newText, ignored);
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 115 Ignored, Note, Warning, Error, Fatal
157 bool ignored; local
158 return isBuiltinExtensionDiag(DiagID, ignored);
163 /// which is set to indicate whether the diagnostic is ignored by default (in
  /external/clang/lib/AST/
APValue.cpp 89 bool ignored; local
91 &ignored);

Completed in 549 milliseconds

12 3 4 5 6 7 8 91011>>