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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
q1.go 3 func Deref(typ interface{}) interface{} {
4 if typ, ok := typ.(*int); ok {
5 return *typ
7 return typ
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
q1.go 3 func Deref(typ interface{}) interface{} {
4 if typ, ok := typ.(*int); ok {
5 return *typ
7 return typ
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
_endian.py 9 def _other_endian(typ):
15 # check _OTHER_ENDIAN attribute (present if typ is primitive type)
16 if hasattr(typ, _OTHER_ENDIAN):
17 return getattr(typ, _OTHER_ENDIAN)
18 # if typ is array
19 if isinstance(typ, _array_type):
20 return _other_endian(typ._type_) * typ._length_
21 # if typ is structure
22 if issubclass(typ, Structure)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
_endian.py 9 def _other_endian(typ):
15 # check _OTHER_ENDIAN attribute (present if typ is primitive type)
16 if hasattr(typ, _OTHER_ENDIAN):
17 return getattr(typ, _OTHER_ENDIAN)
18 # if typ is array
19 if isinstance(typ, _array_type):
20 return _other_endian(typ._type_) * typ._length_
21 # if typ is structure
22 if issubclass(typ, Structure)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 9 def _other_endian(typ):
15 # check _OTHER_ENDIAN attribute (present if typ is primitive type)
16 if hasattr(typ, _OTHER_ENDIAN):
17 return getattr(typ, _OTHER_ENDIAN)
18 # if typ is array
19 if isinstance(typ, _array_type):
20 return _other_endian(typ._type_) * typ._length_
21 # if typ is structure
22 if issubclass(typ, Structure)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 9 def _other_endian(typ):
15 # check _OTHER_ENDIAN attribute (present if typ is primitive type)
16 if hasattr(typ, _OTHER_ENDIAN):
17 return getattr(typ, _OTHER_ENDIAN)
18 # if typ is array
19 if isinstance(typ, _array_type):
20 return _other_endian(typ._type_) * typ._length_
21 # if typ is structure
22 if issubclass(typ, Structure)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_unaligned_structures.py 13 for typ in [c_short, c_int, c_long, c_longlong,
19 ("value", typ)]
23 ("value", typ)]
29 for typ in structures:
30 ## print typ.value
31 self.assertEqual(typ.value.offset, 1)
32 o = typ()
37 for typ in byteswapped_structures:
38 ## print >> sys.stderr, typ.value
39 self.assertEqual(typ.value.offset, 1
    [all...]
test_repr.py 19 for typ in subclasses:
20 base = typ.__bases__[0]
22 self.assertEqual("<X object at", repr(typ(42))[:12])
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_unaligned_structures.py 13 for typ in [c_short, c_int, c_long, c_longlong,
19 ("value", typ)]
23 ("value", typ)]
29 for typ in structures:
30 ## print typ.value
31 self.assertEqual(typ.value.offset, 1)
32 o = typ()
37 for typ in byteswapped_structures:
38 ## print >> sys.stderr, typ.value
39 self.assertEqual(typ.value.offset, 1
    [all...]
test_repr.py 19 for typ in subclasses:
20 base = typ.__bases__[0]
22 self.assertEqual("<X object at", repr(typ(42))[:12])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py 13 for typ in [c_short, c_int, c_long, c_longlong,
19 ("value", typ)]
23 ("value", typ)]
29 for typ in structures:
30 ## print typ.value
31 self.assertEqual(typ.value.offset, 1)
32 o = typ()
37 for typ in byteswapped_structures:
38 ## print >> sys.stderr, typ.value
39 self.assertEqual(typ.value.offset, 1
    [all...]
test_repr.py 19 for typ in subclasses:
20 base = typ.__bases__[0]
22 self.assertEqual("<X object at", repr(typ(42))[:12])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py 13 for typ in [c_short, c_int, c_long, c_longlong,
19 ("value", typ)]
23 ("value", typ)]
29 for typ in structures:
30 ## print typ.value
31 self.assertEqual(typ.value.offset, 1)
32 o = typ()
37 for typ in byteswapped_structures:
38 ## print >> sys.stderr, typ.value
39 self.assertEqual(typ.value.offset, 1
    [all...]
test_repr.py 19 for typ in subclasses:
20 base = typ.__bases__[0]
22 self.assertEqual("<X object at", repr(typ(42))[:12])
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser_test.go 16 id, typ, want, underlying, methods string
18 {id: "foo", typ: "<type -1>", want: "int8"},
19 {id: "foo", typ: "<type 1 *<type -19>>", want: "*error"},
20 {id: "foo", typ: "<type 1 *any>", want: "unsafe.Pointer"},
21 {id: "foo", typ: "<type 1 \"Bar\" <type 2 *<type 1>>>", want: "foo.Bar", underlying: "*foo.Bar"},
22 {id: "foo", typ: "<type 1 \"bar.Foo\" \"bar\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},
23 {id: "foo", typ: "<type 1 \".bar.foo\" \"bar\" <type -1>>", want: "bar.foo", underlying: "int8"},
24 {id: "foo", typ: "<type 1 []<type -1>>", want: "[]int8"},
25 {id: "foo", typ: "<type 1 [42]<type -1>>", want: "[42]int8"},
26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"}
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser_test.go 16 id, typ, want, underlying, methods string
18 {id: "foo", typ: "<type -1>", want: "int8"},
19 {id: "foo", typ: "<type 1 *<type -19>>", want: "*error"},
20 {id: "foo", typ: "<type 1 *any>", want: "unsafe.Pointer"},
21 {id: "foo", typ: "<type 1 \"Bar\" <type 2 *<type 1>>>", want: "foo.Bar", underlying: "*foo.Bar"},
22 {id: "foo", typ: "<type 1 \"bar.Foo\" \"bar\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},
23 {id: "foo", typ: "<type 1 \".bar.foo\" \"bar\" <type -1>>", want: "bar.foo", underlying: "int8"},
24 {id: "foo", typ: "<type 1 []<type -1>>", want: "[]int8"},
25 {id: "foo", typ: "<type 1 [42]<type -1>>", want: "[42]int8"},
26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"}
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_suppressions.cc 68 static const char *conv(ReportType typ) {
69 if (typ == ReportTypeRace)
71 else if (typ == ReportTypeVptrRace)
73 else if (typ == ReportTypeUseAfterFree)
75 else if (typ == ReportTypeVptrUseAfterFree)
77 else if (typ == ReportTypeThreadLeak)
79 else if (typ == ReportTypeMutexDestroyLocked)
81 else if (typ == ReportTypeMutexDoubleLock)
83 else if (typ == ReportTypeMutexInvalidAccess)
85 else if (typ == ReportTypeMutexBadUnlock
    [all...]
tsan_debugging.cc 20 static const char *ReportTypeDescription(ReportType typ) {
21 if (typ == ReportTypeRace) return "data-race";
22 if (typ == ReportTypeVptrRace) return "data-race-vptr";
23 if (typ == ReportTypeUseAfterFree) return "heap-use-after-free";
24 if (typ == ReportTypeVptrUseAfterFree) return "heap-use-after-free-vptr";
25 if (typ == ReportTypeThreadLeak) return "thread-leak";
26 if (typ == ReportTypeMutexDestroyLocked) return "locked-mutex-destroy";
27 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock";
28 if (typ == ReportTypeMutexInvalidAccess) return "mutex-invalid-access";
29 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock"
    [all...]
  /external/libvpx/libvpx/vpx_ports/
mem.h 18 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n)))
20 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val
23 #define DECLARE_ALIGNED(n, typ, val) typ val
  /external/libvpx/libvpx/vpx/
vpx_codec.h 386 #define VPX_CTRL_USE_TYPE(id, typ)
387 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ)
388 #define VPX_CTRL_VOID(id, typ)
414 #define VPX_CTRL_USE_TYPE(id, typ) \
415 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int, typ) \
419 int ctrl_id, typ data) { \
433 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \
435 vpx_codec_ctx_t *, int, typ) DEPRECATED UNUSED; \
438 vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { \
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
message_darwin_test.go 11 for _, typ := range []RIBType{sysNET_RT_FLAGS, sysNET_RT_DUMP2, sysNET_RT_IFLIST2} {
12 ms, err := fetchAndParseRIB(af, typ)
19 t.Errorf("%v %d %v", addrFamily(af), typ, err)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug177.go 15 typ := reflect.TypeOf(S2{})
16 f := typ.Field(0)
21 f, ok := typ.FieldByName("S1")
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
message_darwin_test.go 11 for _, typ := range []RIBType{sysNET_RT_FLAGS, sysNET_RT_DUMP2, sysNET_RT_IFLIST2} {
12 ms, err := fetchAndParseRIB(af, typ)
19 t.Errorf("%v %d %v", addrFamily(af), typ, err)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug177.go 15 typ := reflect.TypeOf(S2{})
16 f := typ.Field(0)
21 f, ok := typ.FieldByName("S1")

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>