/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTree.js | 8 /** What token indexes bracket all tokens associated with this node
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeNodeStream.h | 51 /** Stack of indexes used for push/pop calls */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeNodeStream.h | 51 /** Stack of indexes used for push/pop calls */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeNodeStream.h | 51 /** Stack of indexes used for push/pop calls */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTree.m | 241 // walk rest and decrement their child indexes 259 @throw [ANTLRIllegalArgumentException newException:@"ANTLRBaseTree Invalid Indexes; no children in list"]; 351 @throw [ANTLRIllegalStateException newException:[NSString stringWithFormat:@"child indexes don't match; expected %d found %d", i, [self getChildIndex]]]; 390 /** ANTLRBaseTree doesn't track child indexes. */
|
ANTLRCommonTreeNodeStream.h | 51 /** Stack of indexes used for push/pop calls */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/ |
ANTLRCommonTokenTest.m | 76 STAssertEquals(newToken.index, token.index, @"Token indexes do not match");
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVTPart.java | 83 * indexes at stylesheet build time.
|
AVTPartSimple.java | 61 * indexes at stylesheet build time.
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
UnaryOperation.java | 42 * indexes at stylesheet build time.
|
/external/chromium/chrome/browser/ui/webui/options/ |
browser_options_handler.h | 68 // Removes the startup page at the given indexes. Called from WebUI.
|
/external/chromium/net/base/ |
ssl_false_start_blacklist.h | 85 // kHashData contains the contents of the hash table. |kHashTable| indexes
|
/external/chromium_org/chrome_frame/ |
vtable_patch_manager.h | 39 // Patches methods in the passed in COM interface. The indexes of the
|
/external/chromium_org/content/public/common/ |
zygote_fork_delegate_linux.h | 46 // Indexes of FDs in the vector passed to Fork().
|
/external/chromium_org/courgette/ |
assembly_program.cc | 265 // DefaultAssignIndexes takes a set of labels and assigns indexes in increasing 279 // AssignRemainingIndexes assigns indexes to any addresses (labels) that are not 286 // First see which indexes have not been used. The 'available' vector could 350 // Fill in any remaining indexes
|
encoded_program.h | 35 // (2) Address tables and indexes defined first.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
IndexedDBModel.js | 311 for (var j = 0; j < objectStore.indexes.length; ++j) { 312 var index = objectStore.indexes[j]; 315 objectStoreModel.indexes[indexModel.name] = indexModel; 453 this.indexes = {};
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebClipboard.h | 72 // fragmentStart and fragmentEnd are indexes into the returned markup that
|
WebStorageArea.h | 54 // Indexes may change on any set/removeItem call. Will return null if the index
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
unicodestring.h | 115 // indexes, we save the corresponding iterator so we can reuse it the next
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.0.3.html | 36 <li>Fix crash upon GLSL variable array indexes (not yet supported)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_compositor.h | 200 struct pipe_sampler_view *indexes,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi.h | 35 * We use a 32-bit mask to keep track of the generic indexes.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_uniform.h | 103 * sampler indexes \c ::sampler through \c ::sampler + \c ::array_elements
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_context.h | 65 * for materials, color indexes, edge flags, etc. 67 /* Although it's nice to use these as bit indexes in a DWORD flag, we 448 /* Render a polygon with <n> vertices whose indexes are in the <elts> 453 /* Render a line between the two vertices given by indexes v0 and v1. */
|