Home
last modified time | relevance | path

Searched defs:values (Results 1 – 9 of 9) sorted by relevance

/art/test/800-smali/src/
DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
42 Object[] values; field in Main.TestCase
/art/test/123-compiler-regressions-mt/src/
DMain.java60 private int[] values = { 42 }; field in B17689750TestVolatile
82 private int[] values = { 42 }; field in B17689750TestMonitor
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DEncodedArray.java23 public EncodedValue[] values; field in EncodedArray
/art/runtime/arch/
Dstub_test.cc1294 uint8_t values[num_values] = { 0, 1, 2, 128, 0xFF }; in GetSetBooleanStatic() local
1324 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteStatic() local
1355 uint8_t values[] = { 0, true, 2, 128, 0xFF }; in GetSetBooleanInstance() local
1390 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteInstance() local
1425 uint16_t values[] = { 0, 1, 2, 255, 32768, 0xFFFF }; in GetSetCharStatic() local
1455 int16_t values[] = { -0x7FFF, -32768, 0, 255, 32767, 0x7FFE }; in GetSetShortStatic() local
1486 uint16_t values[] = { 0, 1, 2, 255, 32768, 0xFFFF }; in GetSetCharInstance() local
1520 int16_t values[] = { -0x7FFF, -32768, 0, 255, 32767, 0x7FFE }; in GetSetShortInstance() local
1555 uint32_t values[] = { 0, 1, 2, 255, 32768, 1000000, 0xFFFFFFFF }; in GetSet32Static() local
1591 uint32_t values[] = { 0, 1, 2, 255, 32768, 1000000, 0xFFFFFFFF }; in GetSet32Instance() local
[all …]
/art/tools/ahat/src/
DDoc.java78 void row(DocString... values); in row()
DHtmlDoc.java131 public void row(DocString... values) { in row()
DHeapTable.java61 List<ValueConfig<T>> values = config.getValueConfigs(); in render() local
/art/runtime/hprof/
Dhprof.cc222 void AddU1List(const uint8_t* values, size_t count) { in AddU1List()
226 void AddU2List(const uint16_t* values, size_t count) { in AddU2List()
230 void AddU4List(const uint32_t* values, size_t count) { in AddU4List()
237 void AddU8List(const uint64_t* values, size_t count) { in AddU8List()
242 void AddIdList(mirror::ObjectArray<mirror::Object>* values) in AddIdList()
306 void HandleU1List(const uint8_t* values, size_t count) OVERRIDE { in HandleU1List()
311 void HandleU2List(const uint16_t* values, size_t count) OVERRIDE { in HandleU2List()
321 void HandleU4List(const uint32_t* values, size_t count) OVERRIDE { in HandleU4List()
333 void HandleU8List(const uint64_t* values, size_t count) OVERRIDE { in HandleU8List()
/art/test/083-compiler-regressions/src/
DMain.java9878 public static int values[] = { 42 }; field in B16177324Values
9882 public static int values[] = { 1234 }; field in B16177324ValuesKiller