OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignored
(Results
101 - 125
of
372
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java
173
} catch (Exception
ignored
) {
175
"Error while attempting to shut down the service after failure.",
ignored
);
Monitor.java
322
} catch (InterruptedException
ignored
) {
458
} catch (InterruptedException
ignored
) {
919
} catch (InterruptedException
ignored
) {
AbstractFuture.java
232
protected int tryAcquireShared(int
ignored
) {
/external/oprofile/daemon/
opd_trans.c
120
if (trans->current->
ignored
|| (trans->last && trans->last->
ignored
))
/external/v8/test/mjsunit/
html-comments.js
31
--> this must be
ignored
...
arguments-read-and-assignment.js
48
"args[0] value
ignored
");
91
"capture value
ignored
");
/external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c
183
uint32_t
ignored
[4];
member in struct:__anon14295
190
uint16_t
ignored
[4];
member in struct:__anon14296
/external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c
173
uint32_t
ignored
[4];
member in struct:__anon14333
180
uint16_t
ignored
[4];
member in struct:__anon14334
/libcore/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java
76
} catch (IOException
ignored
) {
85
} catch (IOException
ignored
) {
InetAddress.java
270
} catch (GaiException
ignored
) {
707
} catch (IOException
ignored
) {
715
} catch (InterruptedException
ignored
) {
[
all
...]
/libcore/luni/src/main/java/java/util/
Timer.java
215
} catch (InterruptedException
ignored
) {
239
} catch (InterruptedException
ignored
) {
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSessionImpl.java
128
} catch (javax.security.cert.CertificateException
ignored
) {
129
} catch (CertificateEncodingException
ignored
) {
/sdk/emulator/qtools/
check_stack.cpp
108
BBEvent
ignored
;
local
142
if (GetNextValidEvent(etrace, &event, &
ignored
, &function))
q2dm.cpp
170
BBEvent
ignored
;
local
173
if (GetNextValidEvent(trace, &event, &
ignored
, &function))
/external/elfutils/src/
ldscript.y
224
$$->val.section.
ignored
= true;
226
$$->val.section.
ignored
= false;
247
$$->val.section.
ignored
= true;
249
$$->val.section.
ignored
= false;
566
runp->val.section.
ignored
= true;
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java
215
} catch (IOException
ignored
) {
229
} catch (IOException
ignored
) {
294
} catch (IOException
ignored
) {
/bionic/libc/kernel/common/linux/
msdos_fs.h
104
__u8
ignored
[3];
member in struct:fat_boot_sector
/cts/tests/src/android/content/cts/
DummyProvider.java
151
} catch (InterruptedException
ignored
) {
/development/ndk/platforms/android-3/include/linux/
msdos_fs.h
104
__u8
ignored
[3];
member in struct:fat_boot_sector
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java
77
} catch (FileNotFoundException
ignored
) {
/external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc
13
#pragma GCC diagnostic
ignored
"-Wdeprecated-declarations"
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp
5
auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 4{{
ignored
: substitution failure}}
7
auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template
ignored
: substitution failure [with T = }}
11
expected-note 4{{candidate template
ignored
: substitution failure [with T = }}
13
auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template
ignored
: substitution failure [with T = }}
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java
323
public HardToConstructCorrectly(Runnable
ignored
) { fail(); }
324
public HardToConstructCorrectly(Exception
ignored
) { fail(); }
325
public HardToConstructCorrectly(Boolean
ignored
) { /* safe */ }
326
public HardToConstructCorrectly(Integer
ignored
) { fail(); }
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java
81
* Zero dimension parameters are
ignored
. The character/row dimensions
455
catch (IOException
ignored
)
/external/regex-re2/util/
mutex.h
75
Mutex(Mutex *
ignored
) {}
Completed in 526 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>