Home
last modified time | relevance | path

Searched refs:TARGET (Results 1 – 8 of 8) sorted by relevance

/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java47 boolean TARGET = false; in BooleanMethod()
49 reportValue(TARGET); in BooleanMethod()
52 byte TARGET = 8; in ByteMethod()
54 reportValue(TARGET); in ByteMethod()
57 char TARGET = 'q'; in CharMethod() local
59 reportValue(TARGET); in CharMethod()
62 short TARGET = 321; in ShortMethod() local
64 reportValue(TARGET); in ShortMethod()
67 int TARGET = 42; in IntMethod() local
69 reportValue(TARGET); in IntMethod()
[all …]
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java65 int TARGET = 42; in PrimitiveMethod() local
67 reportValue(TARGET); in PrimitiveMethod()
73 Object TARGET = AsObject(new TestClass1("ObjectMethod")); in ObjectMethod() local
75 reportValue(TARGET); in ObjectMethod()
79 TestInterface TARGET = new TestClass1("InterfaceMethod"); in InterfaceMethod() local
81 reportValue(TARGET); in InterfaceMethod()
85 TestClass1 TARGET = new TestClass1("SpecificClassMethod"); in SpecificClassMethod() local
87 reportValue(TARGET); in SpecificClassMethod()
/art/test/1916-get-set-current-frame/
Dexpected.txt3 Setting TARGET to 1337
/art/test/1935-get-set-current-frame-jit/
Dexpected.txt4 Setting TARGET to 1337
/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java45 int TARGET = 42; in IntMethod() local
47 reportValue(TARGET); in IntMethod()
/art/test/1916-get-set-current-frame/src/art/
DTest1916.java49 int TARGET = 42; in run() local
54 reportValue(TARGET); in run()
/art/test/1935-get-set-current-frame-jit/src/
DMain.java60 int TARGET = 42; in run() local
82 reportValue(TARGET); in run()
/art/build/
DAndroid.gtest.mk710 ifneq ($(2),TARGET)
731 $(eval $(call define-test-art-gtest-combination,target,TARGET,,))
732 $(eval $(call define-test-art-gtest-combination,target,TARGET,valgrind-,))
733 $(eval $(call define-test-art-gtest-combination,target,TARGET,,$(ART_PHONY_TEST_TARGET_SUFFIX)))
734 $(eval $(call define-test-art-gtest-combination,target,TARGET,valgrind-,$(ART_PHONY_TEST_TARGET_SUF…
736 $(eval $(call define-test-art-gtest-combination,target,TARGET,,$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)))
737 $(eval $(call define-test-art-gtest-combination,target,TARGET,valgrind-,$(2ND_ART_PHONY_TEST_TARGET…