Searched refs:Index (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DFrameMetrics.java190 Index.FLAGS,
191 Index.INTENDED_VSYNC,
192 Index.VSYNC,
193 Index.OLDEST_INPUT_EVENT,
194 Index.NEWEST_INPUT_EVENT,
195 Index.HANDLE_INPUT_START,
196 Index.ANIMATION_START,
197 Index.PERFORM_TRAVERSALS_START,
198 Index.DRAW_START,
199 Index
206 private @interface Index { interface in class:FrameMetrics
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method_type.h51 template <std::size_t Index>
52 using Method = typename std::tuple_element<Index, Methods>::type;
56 return ElementForType<MethodType, MethodTypes...>::Index;
H A Dfunction_traits.h34 template <std::size_t Index>
35 using Arg = typename std::tuple_element<Index, Args>::type;
H A Dserializable.h60 template <std::size_t Index>
61 using At = typename std::tuple_element<Index, Members>::type;
H A Dthread_local_buffer.h17 // by (T,Index) and is independent of any other slot.
18 template <typename T, std::size_t Index>
26 template <std::size_t Index>
H A Denumeration.h20 static constexpr std::size_t Index = I; member in struct:android::pdx::rpc::detail::IndexedElement
H A Dserialization.h68 struct Index {}; struct in namespace:android::pdx::rpc
405 inline std::size_t GetTupleSize(const std::tuple<T...>&, Index<0>) {
411 inline std::size_t GetTupleSize(const std::tuple<T...>& tuple, Index<index>) {
412 return GetTupleSize(tuple, Index<index - 1>()) +
421 GetTupleSize(tuple, Index<sizeof...(T)>());
427 inline std::size_t GetMemberSize(const T&, Index<0>) {
433 inline std::size_t GetMemberSize(const T& object, Index<index>) {
434 return GetMemberSize<Members>(object, Index<index - 1>()) +
442 return GetMemberSize<Members>(object, Index<Members::MemberCount>());
1032 Index<
[all...]
H A Dremote_method.h109 template <std::size_t... Index>
110 Return InvokeHelper(IndexSequence<Index...>) {
113 std::get<Index>(std::forward<ArgsTupleType>(parameters_))...));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c186 * Returns : Code Book Index if successfull.
200 OMX_INT Index; local
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c186 * Returns : Code Book Index if successfull.
200 OMX_INT Index; local
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c186 * Returns : Code Book Index if successfull.
200 OMX_INT Index; local
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp143 unsigned Index = 0; local
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
157 size_t T2Offset = ParamTySL->getElementOffset(Index);
H A Dslang_rs_reflection.h243 void genNewItemBufferIfNull(const char *Index);
H A Dslang_rs_reflection.cpp123 static const char *GetVectorAccessor(unsigned Index) { argument
130 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
133 return VectorAccessorMap[Index];
950 size_t Index = 0; local
952 BI != EI; BI++, ++Index) {
955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str());
2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { argument
2096 if (Index != nullptr) {
2097 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index local
2099 mOut << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index << "]
[all...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_ApplyNewSettings.c378 LVM_INT32 Index=0; local
408 Index=i;
414 if(RoomSize==LVREV_GainPolyTable[Index][0])
419 Coefs[i-1]=LVREV_GainPolyTable[Index][i];
431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0];
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0];
438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i];
447 Coefs[i-1]=LVREV_GainPolyTable[Index][i];
472 Index
[all...]
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Component.h134 const std::vector<C2Param::Index> &heapParamIndices,
494 virtual const std::vector<C2Param::Index> getParsedParams() const = 0;
635 const std::vector<C2Param::Index> &heapParamIndices,
H A DC2ParamDef.h226 (_type::typeIndex & T::Index::kDirUndefined) != T::Index::kDirUndefined); \
378 private C2StructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirUndefined> {
396 public C2StructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirInput> {
407 public C2StructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirOutput> {
459 public C2FlexStructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirInput> {
475 public C2FlexStructCheck<S, BaseIndex, T::indexFlags | T::Index::kDirOutput> {
513 T::indexFlags | T::Index::kStreamFlag | T::Index::kDirUndefined> {
536 T::indexFlags | T::Index
[all...]
H A DC2Param.h250 struct Index : public Type { struct in inherits:Type
255 inline Index(uint32_t index) : Type(index) { } function in struct:Index
258 inline Index(uint64_t index) = delete;
309 // public getters for Index methods
418 inline C2Param(uint32_t paramSize, Index paramIndex)
427 inline C2Param(uint32_t paramSize, Index paramIndex, unsigned stream)
429 _mIndex(paramIndex | Index::makeStreamId(stream)) {
452 Index _mIndex;
600 C2Param::Index _mIndex;
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp103 Instruction *Index = nullptr; local
162 Index = b.MakeIAdd(UIntTy, NumCellsFromYZ, XValue);
163 Blk->addInstruction(Index);
178 b.MakeAccessChain(PtrTy, inputBuffer, {ConstZero, Index});
208 b.MakeAccessChain(resultPtrType, OutputBuffer, {ConstZero, Index});
223 if (Index != nullptr) {
/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder_test.cpp143 auto Index = b.MakeIAdd(UIntTy, OffsetY, XValue); local
144 Blk->addInstruction(Index);
147 auto Ptr = b.MakeAccessChain(VF4PtrTy, InputBuffer, {ConstZero, Index});
161 auto OutPtr = b.MakeAccessChain(VF4PtrTy, OutputBuffer, {ConstZero, Index});
/frameworks/native/include/binder/
H A DSafeInterface.h332 // This struct provides information on whether the decayed types of the elements at Index in the
335 template <size_t Index, typename T, typename U>
338 using FirstT = typename std::tuple_element<Index, T>::type;
340 using FirstU = typename std::tuple_element<Index, U>::type;
358 template <size_t Index>
359 static constexpr typename std::enable_if<(Index < sizeof...(Args)), bool>::type
361 if (!DecayedElementsMatch<Index, std::tuple<Args...>, std::tuple<Params...>>::value) {
364 return elementsMatch<Index + 1>();
366 template <size_t Index>
367 static constexpr typename std::enable_if<(Index >
[all...]
/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h332 // This struct provides information on whether the decayed types of the elements at Index in the
335 template <size_t Index, typename T, typename U>
338 using FirstT = typename std::tuple_element<Index, T>::type;
340 using FirstU = typename std::tuple_element<Index, U>::type;
358 template <size_t Index>
359 static constexpr typename std::enable_if<(Index < sizeof...(Args)), bool>::type
361 if (!DecayedElementsMatch<Index, std::tuple<Args...>, std::tuple<Params...>>::value) {
364 return elementsMatch<Index + 1>();
366 template <size_t Index>
367 static constexpr typename std::enable_if<(Index >
[all...]
/frameworks/rs/script_api/
H A Drs_for_each.spec236 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
450 summary: Index in the Levels of Detail dimension for the specified kernel context
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp574 for (int Index = inLen; --Index >= 1;) {
575 if (!ain0->hasSameDims(ains[Index])) {
658 for (int Index = inLen; --Index >= 1;) {
659 if (!ain0->hasSameDims(ains[Index])) {
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp732 for (size_t Index = 0; Index < NumInputs; ++Index) {
736 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset);
742 llvm::Type *InTy = InTypes[Index];
745 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes);
756 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) {

Completed in 2144 milliseconds

12