OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignored
(Results
126 - 150
of
292
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java
323
} catch (IOException
ignored
) {
331
} catch (IOException
ignored
) {
/external/v8/test/mjsunit/bugs/
bug-618.js
38
//
ignored
when constructing new objects from the constructor.
/external/v8/test/mjsunit/regress/
regress-191.js
28
// Make sure that accessor setters are
ignored
on context extension
regress-1145.js
36
// would set a pending exception that is then
ignored
(until it triggers
/external/v8/test/mozilla/
mozilla-shell-emulation.js
31
// Options are generally
ignored
(not set, if anybody asks).
/frameworks/base/core/java/android/util/
JsonReader.java
487
} catch (NumberFormatException
ignored
) {
518
} catch (NumberFormatException
ignored
) {
[
all
...]
/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
376
} catch (NoSuchAlgorithmException
ignored
) {
400
} catch (NoSuchAlgorithmException
ignored
) {
/system/media/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)
/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/mesa3d/docs/OLD/
MESA_sprite_point.spec
62
define and implement so POINT_SMOOTH is
ignored
when drawing sprite
90
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
);
/cts/tools/host/src/com/android/cts/
DeviceManager.java
350
} catch (InterruptedException
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/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/valgrind/main/auxprogs/
valgrind-listener.c
135
__attribute__((unused)) size_t
ignored
local
Completed in 613 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>