HomeSort by relevance Sort by last modified time
    Searched refs:others (Results 26 - 50 of 82) sorted by null

12 3 4

  /ndk/build/core/
build-module.mk 21 # and others.
  /external/v8/test/cctest/
test-spaces.cc 122 Page* others = local
124 CHECK(others->is_valid());
128 MemoryAllocator::SetNextPage(last_page, others);
  /external/jpeg/
jchuff.c 710 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/chromium/third_party/icu/source/data/brkitr/
brkfiles.mk 2 # * Corporation and others. All Rights Reserved.
  /external/icu4c/data/brkitr/
brkfiles.mk 2 # * Corporation and others. All Rights Reserved.
  /external/icu4c/data/mappings/
ucmebcdic.mk 2 # others. All Rights Reserved.
ucmfiles.mk 2 # others. All Rights Reserved.
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 1 # Copyright (c) 2001-2009 IBM, Inc. and others
  /external/libffi/
Libffi.mk 17 # are OS-specific source files, in others there are just #ifdefs in
  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 39 (play with up to 15 others).
quake-shareware.spec.sh 38 (play with up to 15 others).
quake.spec.sh 38 (play with up to 15 others).
  /libcore/luni/src/main/java/java/util/
EnumSet.java 270 * @param others
276 public static <E extends Enum<E>> EnumSet<E> of(E start, E... others) {
278 for (E e : others) {
  /frameworks/base/tools/aapt/
Package.cpp 393 const android::Vector<const char*>& others(bundle->getNoCompressExtensions());
394 for (i = 0; i < (int)others.size(); i++) {
395 const char* str = others[i];
  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 5 #* Corporation and others. All Rights Reserved.
78 * Corporation and others. All Rights Reserved.
  /external/chromium/third_party/icu/source/data/rbnf/
rbnffiles.mk 2 # * Corporation and others. All Rights Reserved.
  /external/icu4c/data/rbnf/
rbnffiles.mk 2 # * Corporation and others. All Rights Reserved.
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1185 struct list_head others; member in struct:__anon8738
1250 dsc = list_entry(i, yaffsfs_DirectorySearchContext,others);
1279 INIT_LIST_HEAD(&dsc->others);
1284 list_add(&dsc->others,&search_contexts);
1343 list_del(&dsc->others); /* unhook from list */
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 2 # * Corporation and others. All Rights Reserved.
  /external/chromium/third_party/icu/source/data/mappings/
ucmfiles.mk 2 # others. All Rights Reserved.
  /external/icu4c/extra/uconv/
makedata.mak 3 #* and others. All Rights Reserved.
  /external/chromium/third_party/icu/source/tools/gendraft/
genheaders.pl 5 #* Corporation and others. All Rights Reserved.
131 * Corporation and others. All Rights Reserved.
  /external/icu4c/tools/gendraft/
genheaders.pl 5 #* Corporation and others. All Rights Reserved.
134 * Corporation and others. All Rights Reserved.
  /external/icu4c/tools/genren/
genren.pl 5 #* Corporation and others. All Rights Reserved.
77 * Corporation and others. All Rights Reserved.
  /external/chromium/third_party/icu/source/data/coll/
colfiles.mk 2 # * Corporation and others. All Rights Reserved.

Completed in 220 milliseconds

12 3 4