Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_bench.cpp72 std::array<uint32_t, attrs.size() + 1> indices; in BM_ApplyStyle() local
158 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
/aosp14/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()
/aosp14/frameworks/base/core/java/android/app/wallpapereffectsgeneration/
H A DTexturedMesh.java113 private TexturedMesh(@NonNull Bitmap bitmap, @NonNull int[] indices, in TexturedMesh()
231 public Builder setIndices(@NonNull int[] indices) { in setIndices()
/aosp14/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 DProtoInputStreamUInt32Test.java208 int[] indices = new int[5]; in testRepeated() local
354 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 DProtoInputStreamSInt64Test.java242 int[] indices = new int[7]; in testRepeated() local
403 int[] indices = new int[7]; in testPacked() local
H A DProtoInputStreamUInt64Test.java247 int[] indices = new int[7]; in testRepeated() local
422 int[] indices = new int[7]; in testPacked() local
H A DProtoInputStreamFixed64Test.java257 int[] indices = new int[7]; in testRepeated() local
428 int[] indices = new int[7]; in testPacked() local
H A DProtoInputStreamInt64Test.java249 int[] indices = new int[7]; in testRepeated() local
426 int[] indices = new int[7]; in testPacked() local
H A DProtoInputStreamSFixed64Test.java257 int[] indices = new int[7]; in testRepeated() local
428 int[] indices = new int[7]; in testPacked() local
H A DProtoInputStreamDoubleTest.java295 int[] indices = new int[9]; in testRepeated() local
495 int[] indices = new int[9]; in testPacked() local
H A DProtoInputStreamFloatTest.java268 int[] indices = new int[9]; in testRepeated() local
448 int[] indices = new int[9]; in testPacked() local
H A DProtoInputStreamBytesTest.java208 int[] indices = new int[4]; in testRepeated() local
H A DProtoInputStreamStringTest.java197 int[] indices = new int[4]; in testRepeated() local
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java50 float[] positions, int positionsOffset, char[] indices, in visibilityTest()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp221 ResTable_sparseTypeEntry* indices = in FlattenConfig() local
236 uint16_t* indices = type_writer.NextBlock<uint16_t>(num_total_entries); in FlattenConfig() local
241 uint32_t* indices = type_writer.NextBlock<uint32_t>(num_total_entries); in FlattenConfig() local
/aosp14/frameworks/base/tools/aapt/
H A DStringPool.h51 Vector<size_t> indices; member
/aosp14/frameworks/base/cmds/incident_helper/src/
H A Dih_util.cpp95 bool getColumnIndices(std::vector<int>& indices, const char** headerNames, const std::string& line)… in getColumnIndices()
115 record_t parseRecordByColumns(const std::string& line, const std::vector<int>& indices, const std::… in parseRecordByColumns()
/aosp14/frameworks/base/cmds/incident_helper/tests/
H A Dih_util_test.cpp69 std::vector<int> indices = { 3, 10 }; in TEST() local

123