Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 25 of 113) sorted by relevance

12345

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dgather_quant8_signed.mod.py19 indices = Input("indices", "TENSOR_INT32", "{3, 2}") variable
46 def test(input0, axis, indices, output0, input_data, output_data): argument
/aosp12/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_bench.cpp73 std::array<uint32_t, attrs.size() + 1> indices; in BM_ApplyStyle() local
160 std::array<uint32_t, attrs.size() + 1> indices; in BM_ApplyStyleFramework() local
H A DAttributeResolution_test.cpp79 std::array<uint32_t, attrs.size() + 1> indices; in TEST() local
215 std::array<uint32_t, attrs.size() + 1> indices; in TEST_F() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dgather_higher_rank.mod.py19 indices = Input("indices", "TENSOR_INT32", "{3, 2}") variable
H A Dgather.mod.py17 def test(input0, axis, indices, output0, input_data, output_data): argument
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java48 private void defineInitialState(int[] ends, int[] indices) { in defineInitialState()
81 private void assertState(int[] sizes, int[] indices) { in assertState()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstanced.java7 java.nio.Buffer indices, in glDrawElementsInstanced()
H A DglDrawElementsInstancedBaseVertex.java7 java.nio.Buffer indices, in glDrawElementsInstancedBaseVertex()
H A DglDrawElementsInstanced.cpp8 GLvoid *indices = (GLvoid *) 0; in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() local
H A DglDrawElementsInstancedBaseVertex.cpp11 void *indices = (void *) 0; in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() local
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DReflectedParamUpdater_test.cpp155 std::vector<C2Param::Index> indices; in TEST_F() local
201 std::vector<C2Param::Index> indices; in TEST_F() local
260 std::vector<C2Param::Index> indices; in TEST_F() local
329 std::vector<C2Param::Index> indices; in TEST_F() local
/aosp12/system/bt/packet/base/
H A Dpacket.h45 auto indices = pkt->GetPayloadIndecies(); in Packet() local
/aosp12/hardware/interfaces/tv/input/1.0/vts/functional/
H A DVtsHalTvInputV1_0TargetTest.cpp101 std::vector<size_t> indices; in getConfigIndices() local
301 std::vector<size_t> indices = getConfigIndices(); in TEST_P() local
330 std::vector<size_t> indices = getConfigIndices(); in TEST_P() local
/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamBoolTest.java179 int[] indices = new int[3]; in testRepeated() local
299 int[] indices = new int[3]; in testPacked() local
H A DProtoInputStreamEnumTest.java209 int[] indices = new int[5]; in testRepeated() local
356 int[] indices = new int[5]; in testPacked() local
H A DProtoInputStreamFixed32Test.java203 int[] indices = new int[5]; in testRepeated() local
337 int[] indices = new int[5]; in testPacked() local
H A DProtoInputStreamInt32Test.java209 int[] indices = new int[5]; in testRepeated() local
355 int[] indices = new int[5]; in testPacked() local
H A DProtoInputStreamSFixed32Test.java203 int[] indices = new int[5]; in testRepeated() local
337 int[] indices = new int[5]; in testPacked() local
H A DProtoInputStreamSInt32Test.java203 int[] indices = new int[5]; in testRepeated() local
337 int[] indices = new int[5]; in testPacked() local
H A DProtoInputStreamUInt32Test.java208 int[] indices = new int[5]; in testRepeated() local
354 int[] indices = new int[5]; in testPacked() local
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Ddtx.c381 Word16 indices[], in aver_isf_history()
432 Word16 indices[], in find_frame_indices()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DToggleFontSizePreferenceFragment.java101 public static int fontSizeValueToIndex(float val, String[] indices) { in fontSizeValueToIndex()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java50 float[] positions, int positionsOffset, char[] indices, in visibilityTest()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Ddtx_decoder_amr_wb.cpp669 int16 indices[], in aver_isf_history()
727 int16 indices[], in find_frame_indices()
/aosp12/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DManualActivity.java201 int[] indices = DisplayModifier.getIndices(); in updateSpinners() local

12345