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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/layout/
LEGlyphStorage.cpp 548 LEErrorCode ignored = LE_NO_LAYOUT_ERROR; local
549 return insertGlyphs(atIndex, insertCount, ignored);
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 62 define and implement so POINT_SMOOTH is ignored when drawing sprite
90 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/v8/tools/
consarray.js 47 * Concatenates another array for iterating. Empty arrays 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);
  /libcore/
NativeCode.mk 33 # else. All other LOCAL_* variables will be 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/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) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 68 protected boolean removeEldestEntry(Map.Entry<K, V> ignored) {
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 53 catch (Exception ignored) {
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 288 #define fill_pre_wcc(ignored)
  /external/okhttp/src/main/java/libcore/net/http/
RequestHeaders.java 102 } catch (NumberFormatException ignored) {
  /external/okhttp/src/main/java/libcore/net/spdy/
SpdyConnection.java 152 } catch (IOException ignored) {
  /external/v8/test/mjsunit/
const-redecl.js 101 // Redeclarations of global consts do not throw, they are silently ignored.
233 var undefined = 1; // Should be silently ignored.
  /external/valgrind/main/auxprogs/
valgrind-listener.c 135 __attribute__((unused)) size_t ignored local
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 31 #pragma GCC diagnostic ignored "-Wmissing-format-attribute"
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 140 * or {@code null}, in which case it is ignored. If both strings
230 } catch (IOException ignored) {

Completed in 1794 milliseconds

1 2 3 4 5 6 7 891011>>