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

1 2 3 4 5 6 7

  /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>
  /external/chromium_org/tools/gn/bin/
gyp_flag_compare.py 100 others = [x for x in command_line if x not in defines and \
109 for x in others:
123 others = others_filtered
132 'other': sorted(others),

Completed in 602 milliseconds

1 2 3 4 5 6 7