Lines Matching refs:TARGET
47 Object TARGET = null; in NullObjectMethod() local
49 reportValue(TARGET); in NullObjectMethod()
52 Object TARGET = "TARGET OBJECT"; in ObjectMethod() local
54 reportValue(TARGET); in ObjectMethod()
57 boolean TARGET = false; in BooleanMethod()
59 reportValue(TARGET); in BooleanMethod()
62 byte TARGET = 8; in ByteMethod()
64 reportValue(TARGET); in ByteMethod()
67 char TARGET = 'q'; in CharMethod() local
69 reportValue(TARGET); in CharMethod()
72 short TARGET = 321; in ShortMethod() local
74 reportValue(TARGET); in ShortMethod()
77 int TARGET = 42; in IntMethod() local
79 reportValue(TARGET); in IntMethod()
82 long TARGET = 9001; in LongMethod() local
84 reportValue(TARGET); in LongMethod()
87 float TARGET = 1.618f; in FloatMethod() local
89 reportValue(TARGET); in FloatMethod()
92 double TARGET = 3.1415d; in DoubleMethod() local
94 reportValue(TARGET); in DoubleMethod()