HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 776 - 800 of 1147) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 70 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 79 - (BOOL) alreadyParsedRule:(id<IntStream>) input Index:(NSInteger) ruleIndex
  /external/clang/
Android.mk 106 lib/Index \
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 8 from clang.cindex import Index
150 index = Index.create()
151 tu = index.parse(path)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 269 typedef typename MatrixType::Index Index;
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 145 CAMLprim value llvm_datalayout_offset_of_element(LLVMTypeRef Ty, value Index,
148 Int_val(Index)));
  /external/llvm/include/llvm/IR/
CallSite.h 267 /// \brief Return true if the data operand at index \p i directly or
369 OperandBundleUse getOperandBundleAt(unsigned Index) const {
370 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index));
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 392 const Value *Index = *I;
393 // Compute the (potentially symbolic) offset in bytes for this index.
396 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
405 if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
417 unsigned Width = Index->getType()->getIntegerBitWidth();
422 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
425 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits,
428 // The GEP index scale ("Scale") scales C1*V+C2, yielding (C1*V+C2)*Scale.
433 // If we already had an occurrence of this index variable, merge thi
    [all...]
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 20 # CHECK-OBJ: Index: 5
  /external/opencv3/modules/features2d/test/
test_nearestneighbors.cpp 170 Index* index; member in class:CV_FlannTest
175 index = new Index( data, params );
184 index->knnSearch( points, neighbors, dist, knn, SearchParams() );
194 index->knnSearch( query, indices, dists, knn, SearchParams() );
220 index->radiusSearch( p, n, dist, radius, neighbors.cols, SearchParams() );
227 index->radiusSearch( query, indices, dists, radius, neighbors.cols, SearchParams() );
241 delete index;
311 //case 2: createIndex( data, AutotunedIndexParams() ); break; // possible linear index !
    [all...]
  /frameworks/rs/api/
rs_for_each.spec 52 cell, like the Array0 index or the current level of detail.
61 field: uint32_t xStart, "Starting index in the X dimension."
62 field: uint32_t xEnd, "Ending index (exclusive) in the X dimension."
63 field: uint32_t yStart, "Starting index in the Y dimension."
64 field: uint32_t yEnd, "Ending index (exclusive) in the Y dimension."
65 field: uint32_t zStart, "Starting index in the Z dimension."
66 field: uint32_t zEnd, "Ending index (exclusive) in the Z dimension."
67 field: uint32_t arrayStart, "Starting index in the Array0 dimension."
68 field: uint32_t arrayEnd, "Ending index (exclusive) in the Array0 dimension."
69 field: uint32_t array1Start, "Starting index in the Array1 dimension.
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 472 OMX_ERRORTYPE VPP_GetBufferDirection(OMX_BUFFERHEADERTYPE *pBufHeader, OMX_DIRTYPE *eDir, OMX_U32 Index);
497 OMX_U32 Index);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 38 import com.android.settings.search.Index;
253 Index.getInstance(context).updateFromSearchIndexableData(data);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certcli.h 181 virtual HRESULT WINAPI Reset(LONG Index,LONG *pCount) = 0;
196 HRESULT (WINAPI *Reset)(ICertConfig *This,LONG Index,LONG *pCount);
213 #define ICertConfig_Reset(This,Index,pCount) (This)->lpVtbl->Reset(This,Index,pCount)
219 HRESULT WINAPI ICertConfig_Reset_Proxy(ICertConfig *This,LONG Index,LONG *pCount);
247 HRESULT (WINAPI *Reset)(ICertConfig2 *This,LONG Index,LONG *pCount);
265 #define ICertConfig2_Reset(This,Index,pCount) (This)->lpVtbl->Reset(This,Index,pCount)
iptypes.h 50 DWORD Index;
359 ULONG Index;
mmcobj.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 67 // getNamedOperandIdx returns the index for the MachineInstr's operands,
70 // the real index.
171 // getNamedOperandIdx returns the index for MachineInstrs. Since they
173 // subtract the index by one.
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 584 unsigned Index, const RuntimeFunction &RF) {
659 unsigned Index, const RuntimeFunction &RF) {
699 const SectionRef Section, unsigned Index,
701 uint64_t Offset = PDataEntrySize * Index;
708 return dumpUnpackedEntry(COFF, Section, Offset, Index, Entry);
709 return dumpPackedEntry(COFF, Section, Offset, Index, Entry);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 86 reg.Index = idx;
99 return src_reg(dst.File, dst.Index);
138 reg.Index = idx;
176 c->fp_temp &= ~(1 << (temp.Index - FIRST_INTERNAL_TEMP));
910 (c->key.proj_attrib_mask & (1 << src.Index)) == 0)
1019 GLuint idx = inst->SrcReg[i].Index;
  /external/mesa3d/src/mesa/program/
prog_print.c 95 arb_input_attrib_string(GLint index, GLenum progType)
195 assert(index < Elements(vertAttribs));
196 return vertAttribs[index];
200 assert(index < Elements(fragAttribs));
201 return fragAttribs[index];
247 arb_output_attrib_string(GLint index, GLenum progType)
327 assert(index < Elements(vertResults));
328 return vertResults[index];
332 assert(index < Elements(fragResults));
333 return fragResults[index];
    [all...]
  /external/v8/test/mjsunit/
array-indexing.js 58 // Negative index out of range.
60 // Negative index in rage.
62 // Index in range.
125 // Index out of range.
127 // Index in range.
131 // Negative index in range.
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 567 for (int index = inLen; --index >= 0;) {
568 if (allocationLODIsNull(ains[index])) {
588 for (int Index = inLen; --Index >= 1;) {
589 if (!ain0->hasSameDims(ains[Index])) {
619 for (int index = inLen; --index >= 0;) {
620 mtls->redp.inPtr[index] = (const uint8_t*)ains[index]->mHal.drvState.lod[0].mallocPtr
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 349 assert(i < (getNumArgOperands() + 1) && "Param index out of bounds!");
363 assert(i < getNumOperands() && "Data operand index out of bounds!");
627 assert(i < (getNumArgOperands() + 1) && "Param index out of bounds!");
640 assert(i < (getNumOperands() - 2) && "Data operand index out of bounds!");
    [all...]
  /external/llvm/include/llvm-c/
Core.h 907 * Get the type of the element at a given index in the structure.
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 415 int X86TTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
419 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp);
521 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp);
524 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp);
    [all...]

Completed in 731 milliseconds

<<31323334353637383940>>