HomeSort by relevance Sort by last modified time
    Searched refs:Struct (Results 101 - 125 of 473) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 32 Struct,
116 struct SymbolRelation {
124 struct SymbolInfo {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 32 Struct,
116 struct SymbolRelation {
124 struct SymbolInfo {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 32 Struct,
114 struct SymbolRelation {
122 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 32 Struct,
116 struct SymbolRelation {
124 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 32 Struct,
116 struct SymbolRelation {
124 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 32 Struct,
119 struct SymbolRelation {
127 struct SymbolInfo {
  /prebuilts/go/darwin-x86/src/go/types/
sizes_test.go 18 // findStructType typechecks src and returns the first struct type encountered.
19 func findStructType(t *testing.T, src string) *types.Struct {
32 if ts, ok := tv.Type.(*types.Struct); ok {
36 t.Fatalf("failed to find a struct type in src:\n%s\n", src)
45 type S struct {
68 var s struct {
92 const _ = unsafe.Offsetof(struct{ x int64 }{}.x)
  /prebuilts/go/linux-x86/src/go/types/
sizes_test.go 18 // findStructType typechecks src and returns the first struct type encountered.
19 func findStructType(t *testing.T, src string) *types.Struct {
32 if ts, ok := tv.Type.(*types.Struct); ok {
36 t.Fatalf("failed to find a struct type in src:\n%s\n", src)
45 type S struct {
68 var s struct {
92 const _ = unsafe.Offsetof(struct{ x int64 }{}.x)
  /kernel/tests/net/test/
iproute.py 27 import struct
93 IfinfoMsg = cstruct.Struct(
95 RTMsg = cstruct.Struct(
98 RTACacheinfo = cstruct.Struct(
132 IfAddrMsg = cstruct.Struct(
135 IFACacheinfo = cstruct.Struct(
137 NDACacheinfo = cstruct.Struct(
139 RtnlLinkStats = cstruct.Struct(
141 RtnlLinkStats64 = cstruct.Struct(
155 NdMsg = cstruct.Struct(
    [all...]
netlink.py 23 import struct
49 NLMsgHdr = cstruct.Struct("NLMsgHdr", "=LHHLL", "length type flags seq pid")
50 NLMsgErr = cstruct.Struct("NLMsgErr", "=i", "error")
51 NLAttr = cstruct.Struct("NLAttr", "=HH", "nla_len nla_type")
87 return self._NlAttr(nla_type, struct.pack("=I", value))
123 msg: A Struct, the type of the data after the netlink header.
249 msg: A struct, the request (e.g., a RTMsg). May be None.
250 msgtype: A cstruct.Struct, the data type to parse the dump results as.
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 109 'Ports': [dbus.types.Struct(
113 dbus.types.Struct(
124 'SignalQuality' : dbus.types.Struct(
146 dbus.types.Struct(
154 dbus.types.Struct(
291 self.Set(mm1_constants.I_MODEM, 'SignalQuality', (dbus.types.Struct(
sms.py 92 dbus.types.Struct(
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 6 struct X;
7 typedef struct Y {
18 struct X {
22 struct Y {
39 template <typename T> struct X { };
40 template <typename T> struct Y { };
44 struct Z : public X<Y<T>*> {
52 struct S { };
66 struct Y { int foo(); };
73 struct S
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 410 // Create a simple add instruction, and insert it into the struct.
418 Constant *Struct = ConstantStruct::get(ST, V);
419 return InsertValueInst::Create(Struct, Add, 0);
424 // Create a simple add instruction, and insert it into the struct.
432 Constant *Struct = ConstantStruct::get(ST, V);
433 return InsertValueInst::Create(Struct, Add, 0);
459 Constant *Struct =
461 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
480 Constant *Struct =
482 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 15 type typeInfo struct {
21 type fieldInfo struct {
59 if typ.Kind() == reflect.Struct && typ != nameType {
73 if t.Kind() == reflect.Struct {
188 // default from XMLName of underlying struct if feasible,
235 if typ.Kind() != reflect.Struct {
337 type TagPathError struct {
338 Struct reflect.Type
344 return fmt.Sprintf("%s field %q with tag %q conflicts with field %q with tag %q", e.Struct, e.Field1, e.Tag1, e.Field2, e.Tag2)
354 if t.Kind() == reflect.Ptr && t.Elem().Kind() == reflect.Struct {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 15 type typeInfo struct {
21 type fieldInfo struct {
59 if typ.Kind() == reflect.Struct && typ != nameType {
73 if t.Kind() == reflect.Struct {
188 // default from XMLName of underlying struct if feasible,
235 if typ.Kind() != reflect.Struct {
337 type TagPathError struct {
338 Struct reflect.Type
344 return fmt.Sprintf("%s field %q with tag %q conflicts with field %q with tag %q", e.Struct, e.Field1, e.Tag1, e.Field2, e.Tag2)
354 if t.Kind() == reflect.Ptr && t.Elem().Kind() == reflect.Struct {
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
constants.h 191 // Struct type constant.
194 StructConstant(const analysis::Struct* ty) : CompositeConstant(ty) {}
195 StructConstant(const analysis::Struct* ty,
198 StructConstant(const analysis::Struct* ty,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.h 62 This function print the content of the structure pointed by Struct.
64 @param[in] Struct Point to the structure to be printed.
73 IN SMBIOS_STRUCTURE_POINTER *Struct,

Completed in 1124 milliseconds

1 2 3 45 6 7 8 91011>>