/cts/tools/dasm/src/java_cup/ |
symbol.java | 79 * Note: indexes are unique among terminals and unique among non terminals, 85 * Note: indexes are unique among terminals and unique among non terminals,
|
/development/host/windows/usb/api/ |
adb_legacy_interface.cpp | 73 // Save indexes and IDs for bulk read / write endpoints. We will use them to
75 // ADB_QUERY_BULK_READ_ENDPOINT_INDEX into actual endpoint indexes and IDs.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 36 * Negative indexes are allowed. LA(-1) is previous token (token 47 * not pure input indexes. Same for tree node streams.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
IIntStream.cs | 47 * Negative indexes are allowed. LA(-1) is previous token (token 60 * not pure input indexes. Same for tree node streams.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
IntStream.java | 37 * Negative indexes are allowed. LA(-1) is previous token (token 48 * not pure input indexes. Same for tree node streams.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 53 /** Stack of indexes used for push/pop calls */ 117 throw new UnsupportedOperationException("Absolute node indexes are meaningless in an unbuffered stream");
|
/external/chromium/chrome/browser/ui/cocoa/ |
menu_controller.mm | 111 // The MenuModel works on indexes so we can't just set the command id as the 181 // complicate creation logic, and since the tags are model indexes, they
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_chooser_view.h | 71 typedef std::vector<size_t> Indexes; 130 views::View* CreateOtherProfilesView(const Indexes& avatars_to_show);
|
/external/chromium_org/chrome/common/safe_browsing/ |
client_model.proto | 47 // List of indexes into hashes above which are basically hashed 58 // List of indexes that point to the hashed page terms that appear in
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store_unittest.cc | 310 EXPECT_EQ(1UL, object_store.indexes.size()); 311 IndexedDBIndexMetadata index = object_store.indexes[index_id];
|
/external/chromium_org/courgette/ |
assembly_program.h | 57 // is to assign indexes in such a way as to make the EncodedProgram for this 61 // indexes are assigned.
|
/external/chromium_org/third_party/icu/source/common/ |
bmpset.h | 137 * Inversion list indexes for restricted binary searches in 142 * The last pair of indexes is for finding supplementary code points.
|
utrie2_impl.h | 166 * Map of adjusted indexes, used in compactData() and compactIndex2(). 167 * Maps from original indexes to new ones.
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.h | 72 /* XXX someday look at transposing first two indexes for better memory 90 GLuint index[SWRAST_MAX_WIDTH]; /**< Color indexes */
|
/external/chromium_org/third_party/sqlite/src/test/ |
e_resolve.test | 103 # In this case, "types that cannot be used" are triggers and indexes. 104 # The temp and main databases both contain triggers and indexes named
|
/external/icu4c/common/ |
bmpset.h | 137 * Inversion list indexes for restricted binary searches in 142 * The last pair of indexes is for finding supplementary code points.
|
utrie2_impl.h | 166 * Map of adjusted indexes, used in compactData() and compactIndex2(). 167 * Maps from original indexes to new ones.
|
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.h | 46 /// frame indexes with appropriate references. 54 // stack frame indexes.
|
StackColoring.cpp | 119 SlotIndexes *Indexes; 420 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); 435 Starts[pos] = Indexes->getMBBStartIdx(MBB); 439 Finishes[pos] = Indexes->getMBBEndIdx(MBB); 457 SlotIndex NewStart = Indexes->getMBBStartIdx(MBB); 458 SlotIndex NewFin = Indexes->getMBBEndIdx(MBB); 579 SlotIndex Index = Indexes->getInstructionIndex(I); 635 SlotIndex Index = Indexes->getInstructionIndex(I); 667 Indexes = &getAnalysis<SlotIndexes>(); 709 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.h | 72 /* XXX someday look at transposing first two indexes for better memory 90 GLuint index[SWRAST_MAX_WIDTH]; /**< Color indexes */
|
/frameworks/base/core/java/android/text/method/ |
WordIterator.java | 101 * The offsets that are considered to be part of a word are the indexes of its characters, 131 * The offsets that are considered to be part of a word are the indexes of its characters,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
ContactsTableUtil.java | 39 * Drop indexes if present. Create indexes.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshot.js | 624 this._progress.updateStatus("Building edge indexes\u2026"); 835 var indexes = aggregate.idxs; 836 var ids = new Array(indexes.length); 837 var selfSizes = new Array(indexes.length); 838 for (var i = 0; i < indexes.length; i++) { 839 node.nodeIndex = indexes[i]; 845 indexes: indexes, 1393 var indexes = aggregate ? aggregate.idxs : []; variable [all...] |
/external/chromium_org/webkit/browser/quota/ |
quota_database.cc | 515 const IndexSchema* indexes, size_t indexes_size) { 536 if (indexes[i].unique) 540 sql += indexes[i].index_name; 542 sql += indexes[i].table_name; 543 sql += indexes[i].columns;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 649 * (adjacent) mipmap level indexes, and fix up float lod part accordingly. 736 LLVMValueRef indexes[2], data_ptr; local 738 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 739 indexes[1] = level; 740 data_ptr = LLVMBuildGEP(builder, bld->data_array, indexes, 2, ""); 782 LLVMValueRef indexes[2], stride; local 783 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 784 indexes[1] = level; 785 stride = LLVMBuildGEP(builder, stride_array, indexes, 2, ""); 794 * of the source levels from the level indexes. This helper functio [all...] |