/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | AttributeResolution_bench.cpp | 72 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 D | AttributeResolution_test.cpp | 79 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 D | DynamicLayoutBlocksTest.java | 48 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 D | TexturedMesh.java | 113 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 D | ProtoInputStreamBoolTest.java | 179 int[] indices = new int[3]; in testRepeated() local 299 int[] indices = new int[3]; in testPacked() local
|
H A D | ProtoInputStreamEnumTest.java | 209 int[] indices = new int[5]; in testRepeated() local 356 int[] indices = new int[5]; in testPacked() local
|
H A D | ProtoInputStreamUInt32Test.java | 208 int[] indices = new int[5]; in testRepeated() local 354 int[] indices = new int[5]; in testPacked() local
|
H A D | ProtoInputStreamFixed32Test.java | 203 int[] indices = new int[5]; in testRepeated() local 337 int[] indices = new int[5]; in testPacked() local
|
H A D | ProtoInputStreamInt32Test.java | 209 int[] indices = new int[5]; in testRepeated() local 355 int[] indices = new int[5]; in testPacked() local
|
H A D | ProtoInputStreamSFixed32Test.java | 203 int[] indices = new int[5]; in testRepeated() local 337 int[] indices = new int[5]; in testPacked() local
|
H A D | ProtoInputStreamSInt32Test.java | 203 int[] indices = new int[5]; in testRepeated() local 337 int[] indices = new int[5]; in testPacked() local
|
H A D | ProtoInputStreamSInt64Test.java | 242 int[] indices = new int[7]; in testRepeated() local 403 int[] indices = new int[7]; in testPacked() local
|
H A D | ProtoInputStreamUInt64Test.java | 247 int[] indices = new int[7]; in testRepeated() local 422 int[] indices = new int[7]; in testPacked() local
|
H A D | ProtoInputStreamFixed64Test.java | 257 int[] indices = new int[7]; in testRepeated() local 428 int[] indices = new int[7]; in testPacked() local
|
H A D | ProtoInputStreamInt64Test.java | 249 int[] indices = new int[7]; in testRepeated() local 426 int[] indices = new int[7]; in testPacked() local
|
H A D | ProtoInputStreamSFixed64Test.java | 257 int[] indices = new int[7]; in testRepeated() local 428 int[] indices = new int[7]; in testPacked() local
|
H A D | ProtoInputStreamDoubleTest.java | 295 int[] indices = new int[9]; in testRepeated() local 495 int[] indices = new int[9]; in testPacked() local
|
H A D | ProtoInputStreamFloatTest.java | 268 int[] indices = new int[9]; in testRepeated() local 448 int[] indices = new int[9]; in testPacked() local
|
H A D | ProtoInputStreamBytesTest.java | 208 int[] indices = new int[4]; in testRepeated() local
|
H A D | ProtoInputStreamStringTest.java | 197 int[] indices = new int[4]; in testRepeated() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | Visibility.java | 50 float[] positions, int positionsOffset, char[] indices, in visibilityTest()
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener.cpp | 221 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 D | StringPool.h | 51 Vector<size_t> indices; member
|
/aosp14/frameworks/base/cmds/incident_helper/src/ |
H A D | ih_util.cpp | 95 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 D | ih_util_test.cpp | 69 std::vector<int> indices = { 3, 10 }; in TEST() local
|