/external/chromium/base/ |
basictypes.h | 149 // be ignored by the users. 347 inline void ignore_result(const T& ignored) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 173 if (!network->ignored() || include_ignored) { 177 << ((network->ignored()) ? ", Ignored" : ""); 266 if (include_ignored || !network->ignored()) { 326 if (include_ignored || !network->ignored()) {
|
/external/clang/test/SemaTemplate/ |
nested-name-spec-template.cpp | 93 template<class ignored> struct TypedefProvider;
|
/external/llvm/utils/ |
clang-parse-diagnostics-file | 19 parser.add_option("-i", "--ignored", action="store_true", dest="ignored", 20 default=False, help="dump 'ignored' messages.") 30 levels = {'error': False, 'fatal error': False, 'ignored': False, 36 if opts.ignored: 37 levels['ignored'] = True
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 210 } catch (IOException ignored) { 226 } catch (IOException ignored) { 261 } catch (IOException ignored) { 434 } catch (IOException ignored) {
|
/external/v8/test/mjsunit/ |
override-read-only-property.js | 55 // Assignment to read-only property on the object itself is ignored. 60 // ignored.
|
html-comments.js | 31 --> this must be ignored...
|
/frameworks/base/core/java/android/net/http/ |
HttpResponseCache.java | 236 } catch (IOException ignored) {
|
/frameworks/base/core/java/android/util/ |
ReflectiveProperty.java | 85 } catch (NoSuchMethodException ignored) {
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 104 } catch (ErrnoException ignored) {
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofBinaryToAscii.java | 152 } catch (IOException ignored) {
|
/libcore/luni/src/main/java/java/net/ |
ProxySelectorImpl.java | 109 } catch (NumberFormatException ignored) {
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferencesTest.java | 639 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} 699 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} 705 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} 721 } catch (Exception ignored) { 876 } catch (InterruptedException ignored) { 883 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } 892 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } 924 } catch (InterruptedException ignored) { 931 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
QueryTimeoutTest.java | 64 } catch (InterruptedException ignored) {
|
/libcore/support/src/test/java/tests/util/ |
ClassLoaderBuilder.java | 109 } catch (Exception ignored) {
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertReminder.java | 118 } catch (NumberFormatException ignored) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionHelperActivity.java | 108 } catch (InterruptedException ignored) {
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoLoadingTestCase.java | 51 } catch (IOException ignored) {
|
/system/vold/ |
fstrim.c | 53 static void *do_fstrim_filesystems(void *ignored)
|
/cts/libs/json/src/com/android/json/stream/ |
JsonReader.java | 458 } catch (NumberFormatException ignored) { 489 } catch (NumberFormatException ignored) { [all...] |
/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);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Util.java | 109 } catch (Exception ignored) { 124 } catch (Exception ignored) {
|
/external/oprofile/daemon/ |
opd_trans.c | 120 if (trans->current->ignored || (trans->last && trans->last->ignored))
|
/external/valgrind/main/memcheck/tests/amd64/ |
more_x87_fp.c | 183 uint32_t ignored[4]; member in struct:__anon17244 190 uint16_t ignored[4]; member in struct:__anon17245
|
/external/valgrind/main/memcheck/tests/x86/ |
more_x86_fp.c | 173 uint32_t ignored[4]; member in struct:__anon17269 180 uint16_t ignored[4]; member in struct:__anon17270
|