/frameworks/base/core/java/android/view/ |
D | FrameMetrics.java | 169 Index.FLAGS, 170 Index.INTENDED_VSYNC, 171 Index.VSYNC, 172 Index.OLDEST_INPUT_EVENT, 173 Index.NEWEST_INPUT_EVENT, 174 Index.HANDLE_INPUT_START, 175 Index.ANIMATION_START, 176 Index.PERFORM_TRAVERSALS_START, 177 Index.DRAW_START, 178 Index.SYNC_QUEUED, [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 378 LVM_INT32 Index=0; in LVREV_ApplyNewSettings() local 408 Index=i; in LVREV_ApplyNewSettings() 414 if(RoomSize==LVREV_GainPolyTable[Index][0]) in LVREV_ApplyNewSettings() 419 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings() 431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings() 432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings() 438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings() 447 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings() 472 Index=((32767*100)/(100+pPrivate->NewParams.Level)); in LVREV_ApplyNewSettings() 473 pPrivate->Gain=(LVM_INT16)((pPrivate->Gain*Index)>>15); in LVREV_ApplyNewSettings() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
D | armCOMM_Bitstream.c | 200 OMX_INT Index; in armUnPackVLC32() local 209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32() 217 return Index; in armUnPackVLC32()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
D | armCOMM_Bitstream.c | 200 OMX_INT Index; in armUnPackVLC32() local 209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32() 217 return Index; in armUnPackVLC32()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
D | armCOMM_Bitstream.c | 200 OMX_INT Index; in armUnPackVLC32() local 209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32() 217 return Index; in armUnPackVLC32()
|
/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 143 unsigned Index = 0; in checkParameterPacketType() local 145 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType() 149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index); in checkParameterPacketType() 157 size_t T2Offset = ParamTySL->getElementOffset(Index); in checkParameterPacketType()
|
D | slang_rs_reflection.cpp | 123 static const char *GetVectorAccessor(unsigned Index) { in GetVectorAccessor() argument 130 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) && in GetVectorAccessor() 133 return VectorAccessorMap[Index]; in GetVectorAccessor() 950 size_t Index = 0; in genExportForEach() local 952 BI != EI; BI++, ++Index) { in genExportForEach() 955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach() 2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { in genNewItemBufferIfNull() argument 2096 if (Index != nullptr) { in genNewItemBufferIfNull() 2097 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index in genNewItemBufferIfNull() 2099 mOut << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index << "] = new " in genNewItemBufferIfNull()
|
D | slang_rs_reflection_cpp.cpp | 984 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { in getVectorAccessor() argument 991 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) && in getVectorAccessor() 994 return VectorAccessorMap[Index]; in getVectorAccessor()
|
D | slang_rs_reflection.h | 243 void genNewItemBufferIfNull(const char *Index);
|
D | slang_rs_export_type.cpp | 1504 unsigned int Index = 0; in Create() local 1509 FI++, Index++) { in Create() 1525 static_cast<size_t>(RL->getFieldOffset(Index) >> 3))); in Create()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 588 for (int Index = inLen; --Index >= 1;) { in reduceMtlsSetup() local 589 if (!ain0->hasSameDims(ains[Index])) { in reduceMtlsSetup() 666 for (int Index = inLen; --Index >= 1;) { in forEachMtlsSetup() local 667 if (!ain0->hasSameDims(ains[Index])) { in forEachMtlsSetup()
|
/frameworks/rs/api/ |
D | rs_for_each.spec | 236 summary: Index in the Array0 dimension for the specified kernel context 262 summary: Index in the Array1 dimension for the specified kernel context 275 summary: Index in the Array2 dimension for the specified kernel context 289 summary: Index in the Array3 dimension for the specified kernel context
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSKernelExpand.cpp | 709 for (size_t Index = 0; Index < NumInputs; ++Index) { in ExpandInputsBody() local 713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset); in ExpandInputsBody() 719 llvm::Type *InTy = InTypes[Index]; in ExpandInputsBody() 722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes); in ExpandInputsBody() 733 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) { in ExpandInputsBody()
|
/frameworks/rs/scriptc/ |
D | rs_object_info.rsh | 252 * index: Index of the sub-element to return. 270 * index: Index of the sub-element. 304 * index: Index of the sub-element. 323 * index: Index of the sub-element. 343 * index: Index of the sub-element.
|
D | rs_for_each.rsh | 207 * rsGetArray0: Index in the Array0 dimension for the specified kernel context 233 * rsGetArray1: Index in the Array1 dimension for the specified kernel context 246 * rsGetArray2: Index in the Array2 dimension for the specified kernel context 260 * rsGetArray3: Index in the Array3 dimension for the specified kernel context 421 * rsGetLod: Index in the Levels of Detail dimension for the specified kernel context
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_for_each.jd | 57 Index in the Array0 dimension for the specified kernel context 65 Index in the Array1 dimension for the specified kernel context 73 Index in the Array2 dimension for the specified kernel context 81 Index in the Array3 dimension for the specified kernel context 169 Index in the Levels of Detail dimension for the specified kernel context 340 <span class='normal'>: Index in the Array0 dimension for the specified kernel context</span> 381 <span class='normal'>: Index in the Array1 dimension for the specified kernel context</span> 407 <span class='normal'>: Index in the Array2 dimension for the specified kernel context</span> 434 <span class='normal'>: Index in the Array3 dimension for the specified kernel context</span> 746 …<span class='normal'>: Index in the Levels of Detail dimension for the specified kernel context</s…
|
D | rs_object_info.jd | 630 <tr><th>index</th><td>Index of the sub-element to return.</td></tr> 668 <tr><th>index</th><td>Index of the sub-element.</td></tr> 737 <tr><th>index</th><td>Index of the sub-element.</td></tr> 773 <tr><th>index</th><td>Index of the sub-element.</td></tr> 807 <tr><th>index</th><td>Index of the sub-element.</td></tr>
|
D | index.jd | 1 page.title=RenderScript Index 1851 Index in the Array0 dimension for the specified kernel context 1859 Index in the Array1 dimension for the specified kernel context 1867 Index in the Array2 dimension for the specified kernel context 1875 Index in the Array3 dimension for the specified kernel context 2003 Index in the Levels of Detail dimension for the specified kernel context
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2749 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local 2750 if ((unsigned)Index != Index) in ParseFunctionBody() 2752 EXTRACTVALIdx.push_back((unsigned)Index); in ParseFunctionBody() 2773 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local 2774 if ((unsigned)Index != Index) in ParseFunctionBody() 2776 INSERTVALIdx.push_back((unsigned)Index); in ParseFunctionBody() 2893 unsigned Index = Record[1]; in ParseFunctionBody() local 2894 I = ExtractValueInst::Create(Op, Index); in ParseFunctionBody()
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 27 // Variable Index //
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 33 // Variable Index //
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 663 // SUBTYPE: Index of action on notification 1111 // SUBTYPE: Index of target 1117 // SUBTYPE: Index of target 1123 // SUBTYPE: Index of target 2044 // Subtype: Index of selection 2048 // Subtype: Index of selection 2052 // Subtype: Index of selection
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3010 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local 3011 if ((unsigned)Index != Index) in ParseFunctionBody() 3013 EXTRACTVALIdx.push_back((unsigned)Index); in ParseFunctionBody() 3034 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local 3035 if ((unsigned)Index != Index) in ParseFunctionBody() 3037 INSERTVALIdx.push_back((unsigned)Index); in ParseFunctionBody()
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 167 31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1)
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 69 <li><strong>Index</strong>: A {@link android.view.MotionEvent} effectively
|