HomeSort by relevance Sort by last modified time
    Searched refs:ValueHolder (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleAccessorsTest.java 30 public static class ValueHolder {
74 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
95 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
117 static void setChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure)
138 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure)
160 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure)
181 static void getShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure)
198 static void setInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure)
219 static void getInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure)
236 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure
    [all...]
  /external/testng/src/main/java/org/testng/collections/
Objects.java 12 private static class ValueHolder {
16 public ValueHolder(String name, String value) {
37 private List<ValueHolder> values = Lists.newArrayList();
56 values.add(new ValueHolder(name, s(value)));
61 values.add(new ValueHolder(name, s(value)));
75 ValueHolder vh = values.get(i);
  /external/guava/guava/src/com/google/common/base/
MoreObjects.java 155 private ValueHolder holderHead = new ValueHolder();
156 private ValueHolder holderTail = holderHead;
350 for (ValueHolder valueHolder = holderHead.next; valueHolder != null;
351 valueHolder = valueHolder.next) {
352 if (!omitNullValuesSnapshot || valueHolder.value != null) {
356 if (valueHolder.name != null)
    [all...]
Objects.java 200 private ValueHolder holderHead = new ValueHolder();
201 private ValueHolder holderTail = holderHead;
391 for (ValueHolder valueHolder = holderHead.next; valueHolder != null;
392 valueHolder = valueHolder.next) {
393 if (!omitNullValuesSnapshot || valueHolder.value != null) {
397 if (valueHolder.name != null)
    [all...]
  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 22 public static class ValueHolder {
86 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
107 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
129 static void setChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure)
150 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure)
172 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure)
193 static void getShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure)
210 static void setInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure)
231 static void getInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure)
248 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure
    [all...]
  /art/runtime/base/
transform_array_ref_test.cc 28 struct ValueHolder {
30 ValueHolder(int v) : value(v) { } // NOLINT
34 ATTRIBUTE_UNUSED bool operator==(const ValueHolder& lhs, const ValueHolder& rhs) {
41 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; // NOLINT [readability/braces]
42 std::vector<ValueHolder> input({ 7, 6, 4, 0 });
82 auto sub1 = [](ValueHolder& h) { return h.value - 1; }; // NOLINT [readability/braces]
83 std::vector<ValueHolder> input({ 4, 4, 5, 7, 10 });
115 int& operator()(ValueHolder& h) const { return h.value; }
116 const int& operator()(const ValueHolder& h) const { return h.value;
    [all...]
transform_iterator_test.cc 31 struct ValueHolder {
33 ValueHolder(int v) : value(v) { } // NOLINT
37 bool operator==(const ValueHolder& lhs, const ValueHolder& rhs) {
44 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; // NOLINT [readability/braces]
45 std::vector<ValueHolder> input({ 1, 7, 3, 8 });
147 auto sub1 = [](const ValueHolder& h) { return h.value - 1; }; // NOLINT [readability/braces]
148 std::list<ValueHolder> input({ 2, 3, 5, 7, 11 });
211 auto mul3 = [](const ValueHolder& h) { return h.value * 3; }; // NOLINT [readability/braces]
212 std::forward_list<ValueHolder> input({ 1, 1, 2, 3, 5, 8 })
    [all...]
  /art/test/953-invoke-polymorphic-compiler/src/
Main.java 339 static class ValueHolder {
345 ValueHolder valueHolder = new ValueHolder();
348 MethodHandle setMember = lookup.findSetter(ValueHolder.class, "m_z", boolean.class);
349 MethodHandle getMember = lookup.findGetter(ValueHolder.class, "m_z", boolean.class);
350 MethodHandle setStatic = lookup.findStaticSetter(ValueHolder.class, "s_z", boolean.class);
351 MethodHandle getStatic = lookup.findStaticGetter(ValueHolder.class, "s_z", boolean.class);
355 assertEquals((boolean) getStatic.invoke(), ValueHolder.s_z);
357 ValueHolder.s_z = value
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/jsoncpp/include/json/
value.h 478 union ValueHolder {
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 971 union ValueHolder {
    [all...]
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /external/fmtlib/test/gtest/
gtest.h     [all...]

Completed in 738 milliseconds

1 2 3 4 5 6