HomeSort by relevance Sort by last modified time
    Searched refs:others (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
AmbiguousViewMatcherException.java 52 private View[] others; field in class:AmbiguousViewMatcherException
64 this.others = builder.others;
71 ImmutableSet.<View>builder().add(builder.view1, builder.view2).add(builder.others).build();
89 private View[] others; field in class:AmbiguousViewMatcherException.Builder
97 this.others = exception.others;
121 public Builder withOtherAmbiguousViews(View... others) {
122 this.others = others;
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 6 * these others for known things. *)
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 1 # Copyright (C) 2007, International Business Machines Corporation and others. All Rights Reserved.
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 1 # Copyright (C) 2007-2014, International Business Machines Corporation and others. All Rights Reserved.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 6 * these others for known things. *)
  /external/mockito/src/org/mockito/internal/creation/jmock/
SearchingClassLoader.java 27 private static ClassLoader combineLoadersOf(Class<?> first, Class<?>... others) {
31 for (Class<?> c : others) {
  /development/tools/etc1tool/
Android.mk 29 # and dynamically link for all others.
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
contperf.bat 2 rem others. All Rights Reserved.
span16perf.bat 2 rem others. All Rights Reserved.
span8perf.bat 2 rem others. All Rights Reserved.
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.bat 1 rem Copyright (C) 2008, International Business Machines Corporation and others.
  /external/icu/icu4c/source/
configure.mk 1 # Copyright (c) 2008-2010, International Business Machines Corporation and others. All Rights Reserved.
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.bat 2 rem others. All Rights Reserved.
span16perf.bat 2 rem others. All Rights Reserved.
span8perf.bat 2 rem others. All Rights Reserved.
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.bat 1 rem Copyright (C) 2008, International Business Machines Corporation and others.
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 290 List<Map.Entry<String, String>> others = request.getParameters(); local
291 if (others != null && !others.isEmpty()) {
292 others = new ArrayList<Map.Entry<String, String>>(others);
293 for (Iterator<Map.Entry<String, String>> p = others.iterator(); p
301 byte[] form = OAuth.formEncode(others).getBytes(
309 url = OAuth.addParameters(url, others);
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 2 # * Corporation and others. All Rights Reserved.
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 2 # * Corporation and others. All Rights Reserved.
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 2 # * Corporation and others. All Rights Reserved.
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 12 Vendor: Google Inc. and others
13 Packager: Google Inc. and others <google-perftools@googlegroups.com>

Completed in 919 milliseconds

1 2 3 4 5 6 7 8 9