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

12 3 4 5 6 7 8 91011>>

  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 135 } catch (ApiParseException ignored) {
136 textParsingError = ignored;
143 } catch (IOException ignored) {}
153 } catch (ApiParseException ignored) {
156 System.out.println(" ...as XML: " + ignored.toString());
159 ignored.printStackTrace();
165 } catch (IOException ignored) {}
180 } catch (ApiParseException ignored) {
184 } catch (IOException ignored) {}
197 } catch (IOException ignored) {}
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
network.h 52 // 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; }
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
RemoteAcceptThread.java 74 catch (InterruptedException ignored)
92 catch (IOException ignored)
100 catch (IOException ignored)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowListActivity.java 52 } catch (NoSuchMethodException ignored) {
53 } catch (InvocationTargetException ignored) {
54 } catch (IllegalAccessException ignored) {
  /external/stlport/test/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);
  /libcore/json/src/main/java/org/json/
JSON.java 52 } catch (NumberFormatException ignored) {
66 } catch (NumberFormatException ignored) {
80 } catch (NumberFormatException ignored) {
  /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/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
UnsafeAllocator.java 50 } catch (Exception ignored) {
69 } catch (Exception ignored) {
92 } catch (Exception ignored) {
115 } catch (Exception ignored) {
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.cons/
ull_ctor.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/
index_const.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
reset_one.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /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))
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 55 } catch (Exception ignored) {
66 } catch (IOException ignored) {
77 } catch (Exception 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/mockwebserver/src/main/java/com/google/mockwebserver/
MockStreamResponse.java 74 } catch (Exception ignored) {
  /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)
  /external/webkit/Source/WebCore/css/
MediaQuery.h 55 bool ignored() const { return m_ignored; } function in class:WebCore::MediaQuery

Completed in 1670 milliseconds

12 3 4 5 6 7 8 91011>>