HomeSort by relevance Sort by last modified time
    Searched refs:ignored (Results 251 - 275 of 372) sorted by null

<<1112131415

  /external/kernel-headers/original/linux/
msdos_fs.h 114 __u8 ignored[3]; /* Boot strap short or near jump */ member in struct:fat_boot_sector
  /external/strace/
signal.c 871 sigset_t ignored, caught; local
922 parse_sigset_t(s + 8, &ignored);
934 *(long long *) &ignored, *(long long *) &caught, sig);
936 if (sigismember(&ignored, sig) || sigismember(&caught, sig))
    [all...]
  /external/webkit/Tools/Scripts/
bisect-builds 405 my ($optionName, $value, $ignored) = @_;
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 183 // thread and otherwise ignored by StrictMode.
345 } catch (InterruptedException ignored) {
  /frameworks/base/services/java/com/android/server/
Watchdog.java 468 } catch (InterruptedException ignored) {}
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 99 } catch (InterruptedException ignored) {}
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 218 } catch (SocketException ignored) {
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 453 } catch (InterruptedException ignored) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Sets.java 671 * present in {@code set1}; these are simply ignored. The iteration order of
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 659 * present in {@code set1}; these are simply ignored. The iteration order of
    [all...]
  /external/llvm/include/llvm/
Constants.h 285 bool ignored; local
290 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /external/v8/test/mjsunit/
array-concat.js 187 assertEquals(9, holey.length); // hole in embedded array is ignored
array-tostring.js 52 // Non-callable join function is ignored and Object.prototype.toString is
string-index.js 77 // In FF this is ignored I think. In V8 it puts a property on the String object
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotGridNodes.js 55 function sorted(ignored)
507 function afterSort(ignored)
  /gdk/build/core/
add-application.mk 45 $(call __gdk_warning,GDK_DEBUG is defined to the unsupported value '$(GDK_DEBUG)', will be ignored!)
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 362 } catch (IllegalArgumentException ignored) {
421 } catch (ActivityNotFoundException ignored) {
    [all...]
  /system/core/libcutils/
mq.c 723 char ignored; local
740 iov[0].iov_base = &ignored;
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 734 # Lines beginning with # are ignored.
753 modified, added, removed, deleted, unknown, ignored, clean = repo.status(node1, node2, matcher, ignored=True, clean=True, unknown=True)
754 return (modified, added, removed, deleted, unknown, ignored, clean)
764 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, [p], opts)
773 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, [p], opts)
902 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, pats, {})
916 if f in ignored:
    [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]

Completed in 530 milliseconds

<<1112131415