Searched defs:index (Results 1 - 25 of 2293) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseMapElement.h36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
H A DANTLRTokenRewriteStream.h43 /** What index into rewrites List are we? */
45 /** Token buffer index. */
46 NSInteger index; variable
51 @property (getter=getIndex, setter=setIndex:) NSInteger index; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
59 * Return the index of the next token to operate on.
110 /** Map String (program name) -> Integer index */
139 - (void) insertBeforeProgName:(NSString *)programName Index:(NSInteger)index Text:(NSString *)theText;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseMapElement.h36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
H A DANTLRTokenRewriteStream.h43 /** What index into rewrites List are we? */
45 /** Token buffer index. */
46 NSInteger index; variable
51 @property (getter=getIndex, setter=setIndex:) NSInteger index; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
59 * Return the index of the next token to operate on.
110 /** Map String (program name) -> Integer index */
139 - (void) insertBeforeProgName:(NSString *)programName Index:(NSInteger)index Text:(NSString *)theText;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseMapElement.h36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
H A DANTLRTokenRewriteStream.h43 /** What index into rewrites List are we? */
45 /** Token buffer index. */
46 NSInteger index; variable
51 @property (getter=getIndex, setter=setIndex:) NSInteger index; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
59 * Return the index of the next token to operate on.
110 /** Map String (program name) -> Integer index */
139 - (void) insertBeforeProgName:(NSString *)programName Index:(NSInteger)index Text:(NSString *)theText;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseMapElement.h36 NSNumber *index; variable
39 @property (retain) NSNumber *index; variable
H A DANTLRCharStreamState.h36 NSInteger index; variable
41 @property (assign) NSInteger index; variable
H A DANTLRStringStreamState.h35 NSUInteger index; variable
54 @property (assign) NSUInteger index; variable
H A DArrayIterator.h53 NSInteger index; variable
76 @property (assign) NSInteger index; variable
H A DANTLRBufferedTokenStream.h48 /** The index into the tokens list of the current token (next token
49 * to consume). tokens[index] should be LT(1). index=-1 indicates need
51 * First call to LT(1) or whatever gets the first token and sets index=0;
53 NSInteger index; variable
61 @property (assign) NSInteger index; variable
H A DANTLRLookaheadStream.h39 NSInteger index; variable
48 @property (assign) NSInteger index; variable
/external/clang/test/Analysis/
H A Dregion-store.c8 int index = 0; local
9 for (index = 0; index < 2; index++) {
10 int thing = (int []){0, 1}[index];
17 int index = 0; local
18 for (index = 0; index < 3; index++) {
19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][inde
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum.cpp4 enum index { MAX }; enum
/external/compiler-rt/lib/asan/lit_tests/SharedLibs/
H A Dshared-lib-test-so.cc19 void inc(int index) { argument
20 GLOB[index]++;
/external/qemu/android/
H A Dkeycode.c22 int index; local
24 for (index = 0; index < 4; index++) {
25 if (code == wheel[index]) {
26 index = (index + rotation) & 3;
27 code = wheel[index];
/external/skia/samplecode/
H A Dvertexdump.cpp10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { argument
45 index[0] = 0; index[1] = 5; index[2] = 1;
46 index[3] = 0; index[4] = 4; index[5] = 5;
48 index[6] = 1; index[
[all...]
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMHTMLCollectionCustom.cpp28 WebDOMNode WebDOMHTMLCollection::item(unsigned index) argument
33 return toWebKit(WTF::getPtr(impl()->item(index)));
/external/webkit/Source/WebCore/dom/
H A DTouchList.cpp34 Touch* TouchList::item(unsigned index) argument
36 if (index >= m_values.size())
38 return m_values[index].get();
/external/icu4c/test/intltest/
H A Ditrbbi.cpp36 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
39 switch (index) {
H A Dittrans.cpp37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
40 switch (index) {
/external/skia/src/animator/
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
17 if (index >= count()) {
21 *operand = begin()[index];
/external/srtp/include/
H A Dut_sim.h57 uint32_t index; member in struct:__anon12531
72 * ut_next_index(&u) returns the next index from the simulated
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DOMSettableTokenListCustom.cpp35 v8::Handle<v8::Value> V8DOMSettableTokenList::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) argument
39 return v8StringOrNull(list->item(index));
/external/aac/libSBRdec/src/
H A Dhuff_dec.cpp96 The table entries are interpreted either as index to the next entry
108 SCHAR index = 0; local
111 while (index >= 0) {
113 index = h[index][bit];
116 value = index+64; /* Add offset */

Completed in 421 milliseconds

1234567891011>>