Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 36) sorted by relevance

12

/art/test/123-compiler-regressions-mt/src/
DMain.java60 private int[] values = { 42 }; field in B17689750TestVolatile
64 values = null; in thread1()
69 int[] vs1 = values; in thread2()
72 int[] vs2 = values; in thread2()
82 private int[] values = { 42 }; field in B17689750TestMonitor
93 values = null; in thread1()
101 vs1 = values; in thread2()
112 int[] vs2 = values; in thread2()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DEncodedArray.java23 public EncodedValue[] values; field in EncodedArray
29 values = new EncodedValue[size]; in read()
31 (values[i] = new EncodedValue()).read(file); in read()
40 for (EncodedValue encodedValue : values) { in write()
49 for (EncodedValue value : values) { in incrementIndex()
/art/test/017-float/
Dexpected.txt1 base values: d=3.1415926535 f=3.1415927
2 base values: d=3.1415926535 f=3.1415927
3 base values: f=3.1415927 d=3.1415926535
/art/test/302-float-conversion/
Dinfo.txt1 Tests whether constant conversions of double values to long values are
/art/tools/ahat/src/
DHtmlDoc.java131 public void row(DocString... values) { in row() argument
136 if (mCurrentTableColumns.length != values.length) { in row()
139 mCurrentTableColumns.length, values.length)); in row()
143 for (int i = 0; i < values.length; i++) { in row()
148 ps.format(">%s</td>", values[i].html()); in row()
DHeapTable.java61 List<ValueConfig<T>> values = config.getValueConfigs(); in render() local
73 for (ValueConfig value : values) { in render()
93 for (ValueConfig<T> value : values) { in render()
124 for (ValueConfig<T> value : values) { in render()
DDoc.java78 void row(DocString... values); in row() argument
DSite.java154 for (Long val : mSizesByHeap.values()) { in getTotalSize()
184 return new ArrayList<Site>(mChildren.values()); in getChildren()
/art/runtime/arch/
Dstub_test.cc1294 uint8_t values[num_values] = { 0, 1, 2, 128, 0xFF }; in GetSetBooleanStatic() local
1298 static_cast<size_t>(values[i]), in GetSetBooleanStatic()
1310 EXPECT_EQ(values[i], static_cast<uint8_t>(res)) << "Iteration " << i; in GetSetBooleanStatic()
1324 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteStatic() local
1326 for (size_t i = 0; i < arraysize(values); ++i) { in GetSetByteStatic()
1328 static_cast<size_t>(values[i]), in GetSetByteStatic()
1339 EXPECT_EQ(values[i], static_cast<int8_t>(res)) << "Iteration " << i; in GetSetByteStatic()
1355 uint8_t values[] = { 0, true, 2, 128, 0xFF }; in GetSetBooleanInstance() local
1357 for (size_t i = 0; i < arraysize(values); ++i) { in GetSetBooleanInstance()
1360 static_cast<size_t>(values[i]), in GetSetBooleanInstance()
[all …]
/art/runtime/hprof/
Dhprof.cc222 void AddU1List(const uint8_t* values, size_t count) { in AddU1List() argument
223 HandleU1List(values, count); in AddU1List()
226 void AddU2List(const uint16_t* values, size_t count) { in AddU2List() argument
227 HandleU2List(values, count); in AddU2List()
230 void AddU4List(const uint32_t* values, size_t count) { in AddU4List() argument
231 HandleU4List(values, count); in AddU4List()
237 void AddU8List(const uint64_t* values, size_t count) { in AddU8List() argument
238 HandleU8List(values, count); in AddU8List()
242 void AddIdList(mirror::ObjectArray<mirror::Object>* values) in AddIdList() argument
244 const int32_t length = values->GetLength(); in AddIdList()
[all …]
/art/test/510-checker-try-catch/smali/
DRuntime.smali18 # The following tests all share the same structure, signature and return values:
181 # Test catch-phi runtime support for constant values.
211 # Test catch-phi runtime support for 32-bit values stored in core registers.
213 # Register v0 holds different integer values at two throwing instructions.
249 # Test catch-phi runtime support for 64-bit values stored in core registers.
251 # Register pair (v0, v1) holds different long values at two throwing instructions.
256 # Note: values will be spilled on x86 because of too few callee-save core registers.
300 # Test catch-phi runtime support for 32-bit values stored in FPU registers.
302 # Register v0 holds different float values at two throwing instructions. Runtime
306 # Note: values will be spilled on x86 as there are no callee-save FPU registers.
[all …]
/art/test/800-smali/src/
DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() argument
34 this.values = values; in TestCase()
42 Object[] values; field in Main.TestCase
217 retValue = method.invoke(null, tc.values); in runTest()
219 retValue = method.invoke(method.getDeclaringClass().newInstance(), tc.values); in runTest()
/art/test/474-checker-boolean-input/
Dinfo.txt1 Tests if zero/one constants and integer Phis are accepted as boolean values.
/art/test/701-easy-div-rem/
DgenMain.py52 for checker, name, values in tests:
54 for i, value in enumerate(values):
/art/test/471-uninitialized-locals/
Dinfo.txt2 use values before initializing them.
/art/test/545-tracing-and-jit/src/
DMain.java121 map.values(); in fillJit()
137 map.values(); in fillJit()
153 map.values(); in fillJit()
169 map.values(); in fillJit()
/art/test/027-arithmetic/
Dexpected.txt13 values are 44332211 and bbaa9988
/art/cmdline/
DREADME.md24 For example, to save the values into a user-defined variant map:
93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
99 Some values will not make sense outside of a `[min, max]` range, so this is an option to quickly add
105 values into its runtime value.
121 quickly map them into discrete values.
140 In some situations, we may want to accumulate the argument values instead of discarding the previous
153 To complete an argument definition, the parser generator also needs to know where to save values.
176 with invalid values, only user-arguments for which it could not find a matching argument definition.
243 `Either<int ErrorCode, Unit>` where the right side simply indicates success. When values are
Dcmdline_parser.h296 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues()
298 a.WithValues(values); in WithValues()
343 std::vector<Unit> values(names_.size(), Unit{}); // NOLINT [whitespace/braces] [5] in InitializeTypedBuilder()
344 arg_builder->SetValuesInternal(std::move(values)); in InitializeTypedBuilder()
/art/test/510-checker-try-catch/src/
DMain.java44 for (TestPath path : TestPath.values()) { in testMethod()
/art/tools/dexfuzz/src/dexfuzz/listeners/
DConsoleLoggerListener.java90 for (List<Executor> executors : outputMap.values()) { in handleDivergences()
DLogFileListener.java132 for (List<Executor> executors : outputMap.values()) { in handleDivergences()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java127 int opcodeCount = Opcode.values().length; in generateMutation()
131 newOpcode = Opcode.values()[rng.nextInt(opcodeCount)]; in generateMutation()
DNewMethodCaller.java77 invokeType = InvokeType.values()[Integer.parseInt(elements[3])]; in parseString()
/art/tools/
Danalyze-init-failures.py120 fail_sources = set(class_fail_class.values());

12