HomeSort by relevance Sort by last modified time
    Searched full:reflect (Results 101 - 125 of 5933) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug177.go 9 import "reflect"
15 typ := reflect.TypeOf(S2{})
issue10332.go 13 "reflect"
21 pkgpath := reflect.ValueOf(foo{}).Type().Field(0).PkgPath
  /external/javassist/src/main/javassist/tools/reflect/
Loader.java 16 package javassist.tools.reflect;
32 * javassist.tools.reflect.Loader cl
33 * = (javassist.tools.reflect.Loader)Main.class.getClassLoader();
35 * "javassist.tools.reflect.ClassMetaobject");
43 * <ul><pre>% java javassist.tools.reflect.Loader Main arg1, ...</pre></ul>
57 * javassist.tools.reflect.Loader cl = new javassist.tools.reflect.Loader();
59 * "javassist.tools.reflect.ClassMetaobject");
70 * is loaded by <code>javassist.tools.reflect.Loader</code> whereas the class
74 * to the same name space as <code>javassist.tools.reflect.Loader</code>
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/text/
template.a 16 import reflect "reflect"
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/text/
template.a 16 import reflect "reflect"
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
gob.a 10 import reflect "reflect"
69 type @"reflect".typeAlg struct { @"reflect".hash func(? @"unsafe".Pointer, ? uintptr) (? uintptr); @"reflect".equal func(? @"unsafe".Pointer, ? @"unsafe".Pointer) (? bool) }
70 type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ *@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsaf (…)
    [all...]
json.a 20 import reflect "reflect"
26 type @"reflect".ChanDir int
27 func (@"reflect".dˇ2 @"reflect".ChanDir) String () (? string)
28 type @"reflect".StructTag string
29 func (@"reflect".tagˇ2 @"reflect".StructTag "esc:0x12") Get (@"reflect".keyˇ3 string "esc:0x1") (? string)
30 type @"reflect".StructField struct { Name string; PkgPath string; Type @"reflect".Type; Tag @"reflect".StructTag; (…)
    [all...]
xml.a 19 import reflect "reflect"
37 type @"reflect".typeAlg struct { @"reflect".hash func(? @"unsafe".Pointer, ? uintptr) (? uintptr); @"reflect".equal func(? @"unsafe".Pointer, ? @"unsafe".Pointer) (? bool) }
38 type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ *@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsaf (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/encoding/
gob.a 10 import reflect "reflect"
69 type @"reflect".typeAlg struct { @"reflect".hash func(? @"unsafe".Pointer, ? uintptr) (? uintptr); @"reflect".equal func(? @"unsafe".Pointer, ? @"unsafe".Pointer) (? bool) }
70 type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ *@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsaf (…)
    [all...]
json.a 20 import reflect "reflect"
26 type @"reflect".ChanDir int
27 func (@"reflect".dˇ2 @"reflect".ChanDir) String () (? string)
28 type @"reflect".StructTag string
29 func (@"reflect".tagˇ2 @"reflect".StructTag "esc:0x12") Get (@"reflect".keyˇ3 string "esc:0x1") (? string)
30 type @"reflect".StructField struct { Name string; PkgPath string; Type @"reflect".Type; Tag @"reflect".StructTag; (…)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 18 "reflect"
200 Type reflect.Type
208 Value reflect.Value
231 Type reflect.Type
270 e.reflectValue(reflect.ValueOf(v))
278 func isEmptyValue(v reflect.Value) bool {
280 case reflect.Array, reflect.Map, reflect.Slice, reflect.String
    [all...]
decode.go 16 "reflect"
101 Type reflect.Type // type of Go value it could not be assigned to
114 Type reflect.Type
115 Field reflect.StructField
125 Type reflect.Type
133 if e.Type.Kind() != reflect.Ptr {
149 rv := reflect.ValueOf(v)
150 if rv.Kind() != reflect.Ptr || rv.IsNil() {
151 return &InvalidUnmarshalError{reflect.TypeOf(v)}
257 func (d *decodeState) value(v reflect.Value)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 18 "reflect"
200 Type reflect.Type
208 Value reflect.Value
231 Type reflect.Type
270 e.reflectValue(reflect.ValueOf(v))
278 func isEmptyValue(v reflect.Value) bool {
280 case reflect.Array, reflect.Map, reflect.Slice, reflect.String
    [all...]
decode.go 16 "reflect"
101 Type reflect.Type // type of Go value it could not be assigned to
114 Type reflect.Type
115 Field reflect.StructField
125 Type reflect.Type
133 if e.Type.Kind() != reflect.Ptr {
149 rv := reflect.ValueOf(v)
150 if rv.Kind() != reflect.Ptr || rv.IsNil() {
151 return &InvalidUnmarshalError{reflect.TypeOf(v)}
257 func (d *decodeState) value(v reflect.Value)
    [all...]
  /external/v8/test/mjsunit/es6/
reflect-define-property.js 28 // Tests the Reflect.defineProperty method - ES6 26.1.3
37 Reflect.defineProperty(null, null, null);
47 Reflect.defineProperty(undefined, undefined, undefined);
57 Reflect.defineProperty(0, "foo", undefined);
117 assertThrows(function() { Reflect.defineProperty(obj1, "foo", undefined) },
122 assertTrue(Reflect.defineProperty(obj1, "foo", emptyDesc));
144 assertFalse(Reflect.defineProperty(obj1, "foo", accessorConfigurable));
149 assertTrue(Reflect.defineProperty(obj1, "bar", accessorConfigurable));
164 assertTrue(Reflect.defineProperty(obj1, "bar", accessorNoConfigurable));
181 assertFalse(Reflect.defineProperty(obj1, "bar", accessorConfigurable))
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/text/
template.a 16 import reflect "reflect"
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/text/
template.a 16 import reflect "reflect"
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/encoding/
json.a 20 import reflect "reflect"
26 type @"reflect".ChanDir int
27 func (@"reflect".dˇ2 @"reflect".ChanDir) String () (? string)
28 type @"reflect".StructTag string
29 func (@"reflect".tagˇ2 @"reflect".StructTag "esc:0x12") Get (@"reflect".keyˇ3 string "esc:0x1") (? string)
30 type @"reflect".StructField struct { Name string; PkgPath string; Type @"reflect".Type; Tag @"reflect".StructTag; (…)
    [all...]
xml.a 19 import reflect "reflect"
37 type @"reflect".typeAlg struct { @"reflect".hash func(? @"unsafe".Pointer, ? uintptr) (? uintptr); @"reflect".equal func(? @"unsafe".Pointer, ? @"unsafe".Pointer) (? bool) }
38 type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ *@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsaf (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/encoding/
json.a 20 import reflect "reflect"
26 type @"reflect".ChanDir int
27 func (@"reflect".dˇ2 @"reflect".ChanDir) String () (? string)
28 type @"reflect".StructTag string
29 func (@"reflect".tagˇ2 @"reflect".StructTag "esc:0x12") Get (@"reflect".keyˇ3 string "esc:0x1") (? string)
30 type @"reflect".StructField struct { Name string; PkgPath string; Type @"reflect".Type; Tag @"reflect".StructTag; (…)
    [all...]
xml.a 19 import reflect "reflect"
37 type @"reflect".typeAlg struct { @"reflect".hash func(? @"unsafe".Pointer, ? uintptr) (? uintptr); @"reflect".equal func(? @"unsafe".Pointer, ? @"unsafe".Pointer) (? bool) }
38 type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ *@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsaf (…)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 13 "reflect"
153 err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
168 err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
390 marshalerType = reflect.TypeOf((*Marshaler)(nil)).Elem()
391 marshalerAttrType = reflect.TypeOf((*MarshalerAttr)(nil)).Elem()
392 textMarshalerType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
397 func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
412 for val.Kind() == reflect.Interface || val.Kind() == reflect.Ptr {
445 if (kind == reflect.Slice || kind == reflect.Array) && typ.Elem().Kind() != reflect.Uint8
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 13 "reflect"
153 err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
168 err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
390 marshalerType = reflect.TypeOf((*Marshaler)(nil)).Elem()
391 marshalerAttrType = reflect.TypeOf((*MarshalerAttr)(nil)).Elem()
392 textMarshalerType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
397 func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
412 for val.Kind() == reflect.Interface || val.Kind() == reflect.Ptr {
445 if (kind == reflect.Slice || kind == reflect.Array) && typ.Elem().Kind() != reflect.Uint8
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 13 "reflect"
51 // createValueFuncs turns a FuncMap into a map[string]reflect.Value
52 func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {
53 m := make(map[string]reflect.Value)
58 // addValueFuncs adds to values the functions in funcs, converting them to reflect.Values.
59 func addValueFuncs(out map[string]reflect.Value, in FuncMap) {
61 v := reflect.ValueOf(fn)
62 if v.Kind() != reflect.Func {
81 func goodFunc(typ reflect.Type) bool {
93 func findFunction(name string, tmpl *Template) (reflect.Value, bool)
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 13 "reflect"
51 // createValueFuncs turns a FuncMap into a map[string]reflect.Value
52 func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {
53 m := make(map[string]reflect.Value)
58 // addValueFuncs adds to values the functions in funcs, converting them to reflect.Values.
59 func addValueFuncs(out map[string]reflect.Value, in FuncMap) {
61 v := reflect.ValueOf(fn)
62 if v.Kind() != reflect.Func {
81 func goodFunc(typ reflect.Type) bool {
93 func findFunction(name string, tmpl *Template) (reflect.Value, bool)
    [all...]

Completed in 1372 milliseconds

1 2 3 45 6 7 8 91011>>