HomeSort by relevance Sort by last modified time
    Searched refs:Reflect (Results 1 - 21 of 21) sorted by null

  /external/testng/src/main/java/org/testng/xml/dom/
TestNGTagFactory.java 21 String className = "org.testng.xml.Xml" + Reflect.toCapitalizedCamelCase(tag);
Reflect.java 7 import java.lang.reflect.Method;
11 public class Reflect {
XDom.java 30 import java.lang.reflect.InvocationTargetException;
31 import java.lang.reflect.Method;
179 Reflect.findMethodsWithAnnotation(bean.getClass(), TagContent.class, bean);
192 Reflect.findSetterForTag(object.getClass(), nodeName, bean);
228 Pair<Method, Wrapper> setter = Reflect.findSetterForTag(object.getClass(), name,
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msinkaut.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 107 // Note: the format of the Hmap is encoded in ../../cmd/internal/gc/reflect.go and
108 // ../reflect/type.go. Don't change this structure without also changing that code!
145 // If you modify hiter, also change cmd/internal/gc/reflect.go to indicate
237 // check compiler's and reflect's math
691 throw("hash_iter size incorrect") // see ../../cmd/internal/gc/reflect.go
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 107 // Note: the format of the Hmap is encoded in ../../cmd/internal/gc/reflect.go and
108 // ../reflect/type.go. Don't change this structure without also changing that code!
145 // If you modify hiter, also change cmd/internal/gc/reflect.go to indicate
237 // check compiler's and reflect's math
691 throw("hash_iter size incorrect") // see ../../cmd/internal/gc/reflect.go
    [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 93 fIntrinsicMap[String("reflect")] = ALL_GLSL(Reflect);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /prebuilts/go/darwin-x86/src/reflect/
value.go 5 package reflect package
157 return "reflect: call of " + e.Method + " on zero Value"
159 return "reflect: call of " + e.Method + " on " + e.Kind.String() + " Value"
212 panic("reflect: " + methodName() + " using value obtained using unexported field")
225 panic("reflect: " + methodName() + " using value obtained using unexported field")
228 panic("reflect: " + methodName() + " using unaddressable value")
239 panic("reflect.Value.Addr of unaddressable value")
256 panic("reflect.Value.Bytes of non-byte slice")
267 panic("reflect.Value.Bytes of non-rune slice")
338 panic("reflect.Value.Call: call of nil function"
    [all...]
all_test.go 16 . "reflect"
145 a int8 `reflect:"hi there"`
148 `struct { a int8 "reflect:\"hi there\"" }`,
152 a int8 `reflect:"hi \x00there\t\n\"\\"`
155 `struct { a int8 "reflect:\"hi \\x00there\\t\\n\\\"\\\\\"" }`,
445 d []uint32 `reflect:"TAG"`
830 // Check that structure alignment & offsets viewed through reflect agree with those
1053 t.Errorf("reflect Send 2, native recv %d", i)
1059 t.Errorf("native send 3, reflect Recv %d, %t", i.Int(), ok)
    [all...]
type.go 5 // Package reflect implements run-time reflection, allowing a program to
16 package reflect package
133 // t.In(0) is the reflect.Type for "int"
134 // t.In(1) is the reflect.Type for "[]float64"
216 * These data structures are known to the compiler (../../cmd/internal/gc/reflect.go).
259 // cmd/compile/internal/gc/reflect.go
290 // with a unique tag like `reflect:"array"` or `reflect:"ptr"`
347 rtype `reflect:"array"`
355 rtype `reflect:"chan"
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 5 package reflect package
157 return "reflect: call of " + e.Method + " on zero Value"
159 return "reflect: call of " + e.Method + " on " + e.Kind.String() + " Value"
212 panic("reflect: " + methodName() + " using value obtained using unexported field")
225 panic("reflect: " + methodName() + " using value obtained using unexported field")
228 panic("reflect: " + methodName() + " using unaddressable value")
239 panic("reflect.Value.Addr of unaddressable value")
256 panic("reflect.Value.Bytes of non-byte slice")
267 panic("reflect.Value.Bytes of non-rune slice")
338 panic("reflect.Value.Call: call of nil function"
    [all...]
all_test.go 16 . "reflect"
145 a int8 `reflect:"hi there"`
148 `struct { a int8 "reflect:\"hi there\"" }`,
152 a int8 `reflect:"hi \x00there\t\n\"\\"`
155 `struct { a int8 "reflect:\"hi \\x00there\\t\\n\\\"\\\\\"" }`,
445 d []uint32 `reflect:"TAG"`
830 // Check that structure alignment & offsets viewed through reflect agree with those
1053 t.Errorf("reflect Send 2, native recv %d", i)
1059 t.Errorf("native send 3, reflect Recv %d, %t", i.Int(), ok)
    [all...]
type.go 5 // Package reflect implements run-time reflection, allowing a program to
16 package reflect package
133 // t.In(0) is the reflect.Type for "int"
134 // t.In(1) is the reflect.Type for "[]float64"
216 * These data structures are known to the compiler (../../cmd/internal/gc/reflect.go).
259 // cmd/compile/internal/gc/reflect.go
290 // with a unique tag like `reflect:"array"` or `reflect:"ptr"`
347 rtype `reflect:"array"`
355 rtype `reflect:"chan"
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 869 milliseconds