HomeSort by relevance Sort by last modified time
    Searched full:indexes (Results 151 - 175 of 1241) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBMetadata.h 65 WebVector<Index> indexes; member in struct:blink::WebIDBMetadata::ObjectStore
  /external/chromium_org/third_party/icu/source/common/
ucase.h 140 * character in question. It does not use any indexes on this interface.
259 /* indexes into indexes[] */
336 /* normally stored in the main word, but pushed out for larger exception indexes */
uresimp.h 111 * and path inside the locale, for example: "/myData/en/zoneStrings/3". Keys and indexes are supported. Keys
112 * need to reference data in named structures, while indexes can reference both named and anonymous resources.
132 * "zoneStrings/3". Keys and indexes are supported. Keys
133 * need to reference data in named structures, while indexes can reference both
unames.c 89 * @param names (const UCharNames *) pointer to the UCharNames indexes
785 uint16_t indexes[8], /* output fields from here */
802 indexes[i]=(uint16_t)(code%factor);
809 indexes[0]=(uint16_t)code;
817 /* skip indexes[i] strings */
818 factor=indexes[i];
838 factor=(uint16_t)(factors[i]-indexes[i]-1);
913 uint16_t indexes[8]; local
925 s, code-range->start, indexes, NULL, NULL, buffer, bufferLength);
1002 uint16_t indexes[8] local
1131 uint16_t indexes[8]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp 80 // Copy the indexes for surrogate code points into the BMP range
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.h 45 /** Indexes into jit_function[] array */
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 26 // Indexes of interesting views in ViewModel of AppListFolderView.
  /external/icu4c/common/
ucase.h 178 * character in question. It does not use any indexes on this interface.
301 /* indexes into indexes[] */
379 /* normally stored in the main word, but pushed out for larger exception indexes */
uresimp.h 113 * and path inside the locale, for example: "/myData/en/zoneStrings/3". Keys and indexes are supported. Keys
114 * need to reference data in named structures, while indexes can reference both named and anonymous resources.
133 * "zoneStrings/3". Keys and indexes are supported. Keys
134 * need to reference data in named structures, while indexes can reference both
unames.cpp 91 * @param names (const UCharNames *) pointer to the UCharNames indexes
799 uint16_t indexes[8], /* output fields from here */
816 indexes[i]=(uint16_t)(code%factor);
823 indexes[0]=(uint16_t)code;
831 /* skip indexes[i] strings */
832 factor=indexes[i];
852 factor=(uint16_t)(factors[i]-indexes[i]-1);
927 uint16_t indexes[8]; local
939 s, code-range->start, indexes, NULL, NULL, buffer, bufferLength);
1016 uint16_t indexes[8] local
1145 uint16_t indexes[8]; local
    [all...]
  /external/icu4c/i18n/
nfrlist.h 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid.
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 80 // Copy the indexes for surrogate code points into the BMP range
  /external/kernel-headers/original/asm-x86/
processor-flags.h 73 * NSC/Cyrix CPU configuration register indexes
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 27 SlotIndexes *indexes,
35 Entries[i].clear(mf, indexes, lis);
108 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
185 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 23 /// It can then output this string blob and use indexes into the string to
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 45 /** Indexes into jit_function[] array */
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 14 table that indexes more bits of the code. op indicates whether
  /libcore/crypto/src/main/java/org/conscrypt/
ServerSessionContext.java 22 * Caches server sessions. Indexes by session ID. Users typically look up
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DeletedContactsTableUtil.java 32 * Create deleted_contacts tables and indexes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 212 * and rows. The columns are labeled with indexes and each ENTRY makes
214 * or more indexes, and values for those indexes. Each row which has
240 table_col ta_cols<>; /* The number of table indexes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 212 * and rows. The columns are labeled with indexes and each ENTRY makes
214 * or more indexes, and values for those indexes. Each row which has
240 table_col ta_cols<>; /* The number of table indexes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 212 * and rows. The columns are labeled with indexes and each ENTRY makes
214 * or more indexes, and values for those indexes. Each row which has
240 table_col ta_cols<>; /* The number of table indexes */
  /external/jdiff/src/jdiff/
HTMLIndexes.java 7 * Emit HTML indexes which appear in the bottom left frame in the report.
8 * All indexes are links to JDiff-generated pages.
44 // Now generate the other indexes
73 String title = "Indexes";
162 * added and changes sub-indexes.
505 // Deal with displaying duplicate indexes
608 // Deal with displaying duplicate indexes
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 655 int32_t indexes[URES_INDEX_TOP]; local
768 * write int32_t indexes[] after root and before the strings
771 uprv_memset(indexes, 0, sizeof(indexes));
772 indexes[URES_INDEX_LENGTH]= bundle->fIndexLength;
773 indexes[URES_INDEX_KEYS_TOP]= bundle->fKeysTop>>2;
774 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2);
775 indexes[URES_INDEX_BUNDLE_TOP]= indexes[URES_INDEX_RESOURCES_TOP];
776 indexes[URES_INDEX_MAX_TABLE_LENGTH]= bundle->fMaxTableLength
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 657 int32_t indexes[URES_INDEX_TOP]; local
770 * write int32_t indexes[] after root and before the strings
773 uprv_memset(indexes, 0, sizeof(indexes));
774 indexes[URES_INDEX_LENGTH]= bundle->fIndexLength;
775 indexes[URES_INDEX_KEYS_TOP]= bundle->fKeysTop>>2;
776 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2);
777 indexes[URES_INDEX_BUNDLE_TOP]= indexes[URES_INDEX_RESOURCES_TOP];
778 indexes[URES_INDEX_MAX_TABLE_LENGTH]= bundle->fMaxTableLength
    [all...]

Completed in 1037 milliseconds

1 2 3 4 5 67 8 91011>>