/external/v8/test/mozilla/ |
mozilla-shell-emulation.js | 31 // Options are generally ignored (not set, if anybody asks).
|
/external/v8/tools/ |
presubmit.py | 199 for ignored in [x for x in dirs if self.IgnoreDir(x)]: 200 dirs.remove(ignored)
|
consarray.js | 47 * Concatenates another array for iterating. Empty arrays are ignored.
|
/frameworks/base/core/java/android/util/ |
JsonReader.java | 487 } catch (NumberFormatException ignored) { 518 } catch (NumberFormatException ignored) { [all...] |
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 25 static void HandleAdd(void *self, void *ignored, int MPH) 281 static void HandleResume(void *self, void *ignored, int MPH)
|
/libcore/luni/src/main/java/java/util/ |
AbstractMap.java | 265 } catch (NullPointerException ignored) { 267 } catch (ClassCastException ignored) {
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertImpl.java | 375 } catch (NoSuchAlgorithmException ignored) { 399 } catch (NoSuchAlgorithmException ignored) {
|
/external/valgrind/main/massif/tests/ |
peak2.stderr.exp | 102 Massif: ignored heap allocs: ... 103 Massif: ignored heap frees: ... 104 Massif: ignored heap reallocs: ...
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 341 } catch (IOException ignored) { 546 } catch(IOException ignored) { 547 this.log.debug("IOException releasing connection", ignored); [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 274 } catch (MissingResourceException ignored) { 283 } catch (MissingResourceException ignored) { [all...] |
/external/icu4c/layout/ |
LEGlyphStorage.cpp | 548 LEErrorCode ignored = LE_NO_LAYOUT_ERROR; local 549 return insertGlyphs(atIndex, insertCount, ignored);
|
/external/v8/test/mjsunit/regress/ |
regress-1145.js | 36 // would set a pending exception that is then ignored (until it triggers
|
regress-1692.js | 52 // Inherited properties are ignored.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
cdatasections01.js | 82 the value of the 'cdata-sections' parameter is ignored.
|
checkcharacternormalization03.js | 82 is ignored.
|
entities04.js | 81 Normalize document using Node.normalize checking that "entities" parameter is ignored.
|
/external/webkit/Tools/DumpRenderTree/win/ |
AccessibilityUIElementWin.cpp | 385 TCHAR* ignored; local 386 return _tcstod(value.data(), &ignored);
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneData.java | 363 } catch (IOException ignored) { 471 } catch (IOException ignored) {
|
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 187 } catch (Exception ignored) {
|
/cts/tests/tests/content/src/android/content/cts/ |
BroadcastReceiverTest.java | 248 } catch (InterruptedException ignored) { 249 // ignored
|
/cts/tests/tests/util/src/android/util/cts/ |
SparseIntArrayTest.java | 169 } catch (ArrayIndexOutOfBoundsException ignored) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestResults.java | 130 } catch (UnknownHostException ignored) {}
|
/external/clang/test/Parser/ |
cxx0x-attributes.cpp | 44 int & [[unknown]] ref_attr_2 = after_attr; // expected-warning {{unknown attribute 'unknown' ignored}} 49 [[test::valid(for 42 [very] **** '+' symbols went on a trip and had a "good"_time; the end.)]] int garbage_attr; // expected-warning {{unknown attribute 'valid' ignored}} 50 [[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,]] int more_garbage_attr; // expected-warning {{unknown attribute 'static' ignored}} \ 51 // expected-warning {{unknown attribute 'class' ignored}} \ 52 // expected-warning {{unknown attribute 'namespace' ignored}} \ 53 // expected-warning {{unknown attribute 'inline' ignored}} \ 54 // expected-warning {{unknown attribute 'constexpr' ignored}} \ 55 // expected-warning {{unknown attribute 'mutable' ignored}} \ 56 // expected-warning {{unknown attribute 'bitand' ignored}} \ 57 // expected-warning {{unknown attribute 'compl' ignored}} [all...] |
/external/easymock/src/org/easymock/internal/ |
Invocation.java | 179 } catch (SecurityException ignored) {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
MoreExecutors.java | 141 } catch (InterruptedException ignored) {
|