/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.h | 76 /* The number of option indexes that can be passed to warning() et
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.h | 76 /* The number of option indexes that can be passed to warning() et
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_dispatcher_host.cc | 199 index_iter = web_store_metadata.indexes.begin(); 200 index_iter != web_store_metadata.indexes.end(); 210 idb_store_metadata.indexes.push_back(idb_index_metadata); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unorm_it.c | 72 /* set indexes to the beginning of the arrays */ 77 /* set indexes to the end of the arrays */ 82 /* set indexes into the middle of the arrays */
|
ubidiln.c | 788 * and visual indexes within this sequence. They are logically and 848 * Swap the entire interval of indexes from start to limit-1. [all...] |
utrie.h | 133 * index array offset of the indexes for that lead surrogate. 565 * Map of adjusted indexes, used in utrie_compact(). 566 * Maps from original indexes to new ones.
|
/external/icu4c/common/ |
unorm_it.c | 73 /* set indexes to the beginning of the arrays */ 78 /* set indexes to the end of the arrays */ 83 /* set indexes into the middle of the arrays */
|
ubidiln.c | 792 * and visual indexes within this sequence. They are logically and 852 * Swap the entire interval of indexes from start to limit-1. [all...] |
/libcore/luni/src/main/java/java/util/ |
BitSet.java | 159 * Returns the bit at index {@code index}. Indexes greater than the current length return false. 273 // first fill in the first and last indexes in the new BitSet 538 * receiver: a comma-delimited list of the indexes of all set bits.
|
Arrays.java | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ixjuser.h | 318 * table indexes are used in a cadence the frequency and gain variables will 325 * of different frequencies MUST use different tone table indexes. Only one 327 * cadences with multiple frequencies using 2 tone table indexes by
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 318 * table indexes are used in a cadence the frequency and gain variables will 325 * of different frequencies MUST use different tone table indexes. Only one 327 * cadences with multiple frequencies using 2 tone table indexes by
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 318 * table indexes are used in a cadence the frequency and gain variables will 325 * of different frequencies MUST use different tone table indexes. Only one 327 * cadences with multiple frequencies using 2 tone table indexes by
|
/external/chromium_org/third_party/iaccessible2/ |
ia2_api_all.idl | [all...] |
/external/chromium_org/courgette/ |
adjustment_method_2.cc | 31 transcribe the sequence S1 to a sequence T1 of indexes of the symbols. We wish 32 to assign indexes to the symbols in A2 so that when we transcribe S2 into T2, T2 159 // The purpose of adjustment is to assign indexes to Labels of a program 'p' to 160 // make the sequence of indexes similar to a 'model' program 'm'. Labels 851 << patterns_.size() << " shingle indexes " [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_optimize.c | 213 * Remap register indexes according to map. 216 * \param map maps old register indexes to new indexes [all...] |
/external/mesa3d/src/mesa/program/ |
prog_optimize.c | 213 * Remap register indexes according to map. 216 * \param map maps old register indexes to new indexes [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tree.py | 398 as the setting of start/stop indexes relies on a single non-nil root 402 unless there is only one ID. For a list, the start/stop indexes 495 That node would contain the start/stop indexes then. 786 # walk rest and decrement their child indexes 804 raise IndexError("indexes invalid") 858 "child indexes don't match; expected %d found %d" 867 """BaseTree doesn't track child indexes.""" 873 """BaseTree doesn't track child indexes.""" [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_soa.c | 433 LLVMValueRef indexes) 445 indexes, ii, ""); 463 LLVMValueRef indexes, 487 LLVMValueRef index = LLVMBuildExtractElement(builder, indexes, ii, ""); 994 LLVMValueRef index_vec; /* indexes into the temp registers */ [all...] |
/external/jpeg/ |
jquant2.c | 259 /* The bounds of the box (inclusive); expressed as histogram indexes */ 651 * candidate colormap entries is returned, and their colormap indexes are 779 * Return the indexes of the closest entries in the bestcolor[] array. 866 /* This array lists the candidate colormap indexes. */ [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_soa.c | 433 LLVMValueRef indexes) 445 indexes, ii, ""); 463 LLVMValueRef indexes, 487 LLVMValueRef index = LLVMBuildExtractElement(builder, indexes, ii, ""); 994 LLVMValueRef index_vec; /* indexes into the temp registers */ [all...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 168 int indexes[7], i, j; local 176 indexes[i] = (int) ((double) rand() / RAND_MAX * num); 181 if( indexes[i] == indexes[j] ) 189 ml7[i] = ml[3 * indexes[i / 3] + i % 3]; 190 mr7[i] = mr[3 * indexes[i / 3] + i % 3]; [all...] |
/external/qemu/distrib/jpeg-6b/ |
jquant2.c | 259 /* The bounds of the box (inclusive); expressed as histogram indexes */ 651 * candidate colormap entries is returned, and their colormap indexes are 779 * Return the indexes of the closest entries in the bestcolor[] array. 866 /* This array lists the candidate colormap indexes. */ [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | [all...] |