Searched defs:index (Results 1 - 25 of 3546) 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
/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
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobjectlist.cpp12 CPDF_PageObject* CPDF_PageObjectList::GetPageObjectByIndex(int index) { argument
13 if (index < 0 || index >= pdfium::CollectionSize<int>(*this))
15 return (*this)[index].get();
/external/clang/include/clang/Index/
H A DUSRGeneration.h21 namespace index { namespace in namespace:clang
58 } // namespace index
H A DCodegenNameGenerator.h26 namespace index { namespace in namespace:clang
49 } // namespace index
/external/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp18 MatrixXf::Index index; local
20 (m.colwise() - v).colwise().squaredNorm().minCoeff(&index);
22 cout << "Nearest neighbour is column " << index << ":" << endl;
23 cout << m.col(index) << endl;
/external/icu/icu4c/source/test/intltest/
H A Ditrbbi.cpp28 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
H A Dittrans.cpp39 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
42 switch (index) {
/external/libunwind/src/unwind/
H A DGetGR.c29 _Unwind_GetGR (struct _Unwind_Context *context, int index) argument
33 if (index == UNW_REG_SP && context->end_of_stack)
38 unw_get_reg (&context->cursor, index, &val);
H A DSetGR.c32 _Unwind_SetGR (struct _Unwind_Context *context, int index, argument
36 index = dwarf_to_unw_regnum(index);
38 unw_set_reg (&context->cursor, index, new_value);
40 if (index >= UNW_IA64_GR && index <= UNW_IA64_GR + 127)
42 unw_set_reg (&context->cursor, UNW_IA64_NAT + (index - UNW_IA64_GR), 0);
/external/skia/samplecode/
H A Dvertexdump.cpp9 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
11 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { argument
44 index[0] = 0; index[1] = 5; index[2] = 1;
45 index[3] = 0; index[4] = 4; index[5] = 5;
47 index[6] = 1; index[
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Dt4.c7 UINTN index; local
11 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index);
/external/vboot_reference/firmware/2lib/
H A D2tpm_bootmode.c50 int index = (ctx->flags & VB2_CONTEXT_RECOVERY_MODE ? 2 : 0) + local
53 return kBootStateSHA1Digests[index];
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsimple_lsf_quant.c30 int16_t *index, /* (o) quantization index */
37 WebRtcIlbcfix_SplitVq( lsfdeq, index, lsf,
42 WebRtcIlbcfix_SplitVq( lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT,
27 WebRtcIlbcfix_SimpleLsfQ( int16_t *lsfdeq, int16_t *index, int16_t *lsf, int16_t lpc_n ) argument
H A Dgain_dequant.c29 int16_t index, /* (i) quantization index */
44 return (int16_t)((scale * gain[index] + 8192) >> 14);
27 WebRtcIlbcfix_GainDequant( int16_t index, int16_t maxIn, int16_t stage ) argument
/external/ImageMagick/MagickCore/
H A Dcolormap-private.h29 static inline ssize_t ConstrainColormapIndex(Image *image,const ssize_t index, argument
32 if ((index < 0) || (index >= (ssize_t) image->colors))
38 return((ssize_t) index);
42 const ssize_t index,Quantum *target,ExceptionInfo *exception)
44 if ((index < 0) || (index >= (ssize_t) image->colors))
51 *target=(Quantum) index;
41 ValidateColormapValue(Image *image, const ssize_t index,Quantum *target,ExceptionInfo *exception) argument
/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 */
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DPointLabeler.java21 public String getLabel(XYSeries series, int index); argument

Completed in 526 milliseconds

1234567891011>>