Searched refs:others (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium/third_party/icu/source/test/testdata/
H A Dtstfiles.mk1 # Copyright (C) 2007, International Business Machines Corporation and others. All Rights Reserved.
/external/icu4c/test/testdata/
H A Dtstfiles.mk1 # Copyright (C) 2007, International Business Machines Corporation and others. All Rights Reserved.
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
H A Dcontperf.bat2 rem others. All Rights Reserved.
H A Dspan16perf.bat2 rem others. All Rights Reserved.
H A Dspan8perf.bat2 rem others. All Rights Reserved.
/external/chromium/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.bat1 rem Copyright (C) 2008, International Business Machines Corporation and others.
/external/icu4c/
H A Dconfigure.mk1 # Copyright (c) 2008-2010, International Business Machines Corporation and others. All Rights Reserved.
/external/icu4c/test/perf/unisetperf/draft/
H A Dcontperf.bat2 rem others. All Rights Reserved.
H A Dspan16perf.bat2 rem others. All Rights Reserved.
H A Dspan8perf.bat2 rem others. All Rights Reserved.
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.bat1 rem Copyright (C) 2008, International Business Machines Corporation and others.
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java290 List<Map.Entry<String, String>> others = request.getParameters();
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/third_party/icu/source/data/misc/
H A Dmiscfiles.mk2 # * Corporation and others. All Rights Reserved.
/external/chromium/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk2 # * Corporation and others. All Rights Reserved.
/external/icu4c/data/translit/
H A Dtrnsfiles.mk2 # * Corporation and others. All Rights Reserved.
/external/icu4c/samples/
H A Ddefs.mk1 # Copyright (c) 2002-2005 IBM, Inc. and others
/external/chromium/third_party/icu/source/data/mappings/
H A Ducmcore.mk2 # others. All Rights Reserved.
/external/chromium/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk2 # * Corporation and others. All Rights Reserved.
/external/icu4c/data/mappings/
H A Ducmcore.mk2 # others. All Rights Reserved.
/external/icu4c/data/misc/
H A Dmiscfiles.mk2 # * Corporation and others. All Rights Reserved.
/external/icu4c/data/sprep/
H A Dsprepfiles.mk2 # * Corporation and others. All Rights Reserved.
/external/icu4c/samples/ufortune/
H A Dfortunedefs.mk1 # Copyright (c) 2001-2002 IBM, Inc. and others
/external/v8/test/cctest/
H A Dtest-spaces.cc122 Page* others = local
124 CHECK(others->is_valid());
128 MemoryAllocator::SetNextPage(last_page, others);
/external/jpeg/
H A Djchuff.c710 int others[257]; /* next symbol in current branch of tree */ local
720 others[i] = -1; /* init links to empty */
763 while (others[c1] >= 0) {
764 c1 = others[c1];
768 others[c1] = c2; /* chain c2 onto c1's tree branch */
772 while (others[c2] >= 0) {
773 c2 = others[c2];
/external/libvpx/examples/includes/geshi/geshi/
H A Dm68k.php13 * MC68HC908GP32 Microcontroller (and maybe others).

Completed in 257 milliseconds

123