Searched defs:index (Results 1 - 25 of 4630) 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
/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
/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/lldb/test/lang/c/const_variables/
H A Dmain.c9 int32_t index; local
13 index = 512;
16 index = 256;
18 baaz(index);
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUniformHandle.h11 inline GrGLProgramDataManager::UniformHandle GrGLProgramDataManager::UniformHandle::CreateFromUniformIndex(int index) { argument
12 return GrGLProgramDataManager::UniformHandle(index);
/external/chromium_org/third_party/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)((WEBRTC_SPL_MUL_16_16(scale, gain[index])+8192)>>14));
27 WebRtcIlbcfix_GainDequant( int16_t index, int16_t maxIn, int16_t stage ) argument
/external/clang/include/clang/Index/
H A DUSRGeneration.h21 namespace index { namespace in namespace:clang
58 } // 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/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/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/skia/src/gpu/gl/
H A DGrGLUniformHandle.h11 inline GrGLUniformManager::UniformHandle GrGLUniformManager::UniformHandle::CreateFromUniformIndex(int index) { argument
12 return GrGLUniformManager::UniformHandle(index);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbbi.cpp35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
38 switch (index) {
H A Dittrans.cpp37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
40 switch (index) {
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dut_sim.h57 uint32_t index; member in struct:__anon12845
72 * ut_next_index(&u) returns the next index from the simulated
/external/chromium_org/third_party/skia/src/animator/
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
17 if (index >= count()) {
21 *operand = begin()[index];
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dto-fast-properties.js34 index: function() { return i; },
42 assertEquals(obj.index() * n, obj.x);
/external/icu/icu4c/source/test/intltest/
H A Ditrbbi.cpp35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
38 switch (index) {

Completed in 1580 milliseconds

1234567891011>>