Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 1071) sorted by relevance

12345678910>>...43

/external/chromium_org/chromeos/test/data/network/
Dinvalid_settings_with_repairs.json6 "Type": "WiFi", string
16 "Type": "WiFi", string
25 "Type": "UnencryptedConfiguration" string
31 "Type": "WiFi", string
40 "Type": "UnencryptedConfiguration" string
43 "Type": "UnencryptedConfiguration", string
46 "Type": "Server", string
50 "Type": "Client" } string
54 "Type": "UnencryptedConfiguration", string
57 "Type": "Server", string
[all …]
Dnetwork_configs_with_resolved_certs.json4 "Type": "VPN", string
6 "Type": "OpenVPN", string
14 "Type": "VPN", string
16 "Type": "OpenVPN", string
26 "Type": "VPN", string
28 "Type": "OpenVPN", string
37 "Type": "VPN", string
39 "Type": "OpenVPN", string
89 "Type": "VPN", string
91 "Type": "OpenVPN", string
[all …]
Dsettings_with_normalization.json5 "Type": "Ethernet", string
11 "Type": "L2TP-IPsec", string
27 "Type": "Ethernet", string
Dshill_output_l2tpipsec.json2 "Type": "vpn", string
11 "Type": "l2tpipsec", string
Daugmented_merge.json9 "Type": "IPv6" string
16 "Type": "IPv4", string
33 "Type": { object
48 "Type": { object
53 "Type": { object
125 "Type": { object
/external/chromium_org/cc/animation/
Danimation_curve.cc17 AnimationCurve::CurveType ColorAnimationCurve::Type() const { return Color; } in Type() function in cc::ColorAnimationCurve
24 AnimationCurve::CurveType FloatAnimationCurve::Type() const { in Type() function in cc::FloatAnimationCurve
34 AnimationCurve::CurveType TransformAnimationCurve::Type() const { in Type() function in cc::TransformAnimationCurve
43 AnimationCurve::CurveType FilterAnimationCurve::Type() const { in Type() function in cc::FilterAnimationCurve
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h80 uint8_t getRType(uint32_t Type) const { in getRType()
83 uint8_t getRType2(uint32_t Type) const { in getRType2()
86 uint8_t getRType3(uint32_t Type) const { in getRType3()
89 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
94 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
97 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
100 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
103 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/external/deqp/framework/referencerenderer/
DrrPrimitiveTypes.hpp53 …PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triang… typedef
54 …mitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triang… typedef
55 …imitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triang… typedef
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type typedef
57 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line … typedef
58 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line … typedef
59 …ruct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point … typedef
60 …eTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef
61 …eTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef
62 …raits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triang… typedef
[all …]
/external/clang/test/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/external/clang/lib/Driver/
DAction.cpp57 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
61 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
103 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
109 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
115 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
122 types::ID Type) in VerifyJobAction()
129 types::ID Type) in VerifyJobAction()
138 types::ID Type) in VerifyDebugInfoJobAction()
144 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic.h31 typedef u8 Type; typedef
36 typedef u16 Type; typedef
41 typedef u32 Type; typedef
46 typedef u64 Type; typedef
52 typedef uptr Type; typedef
/external/clang/test/Parser/
Dms-if-exists.cpp5 typedef int Type; typedef in MayExist
36 __if_exists(MayExist::Type) { in __if_exists()
44 __if_not_exists(MayExist::Type) { in __if_not_exists()
82 __if_exists(MayExist::Type) { in __if_exists()
94 __if_not_exists(MayExist::Type) { in __if_not_exists()
Dcxx-decl.cpp7 struct Type { struct
8 int Type; argument
52 int Type : fooenum; member
56 int Type; in test() local
/external/chromium_org/v8/src/
Dparser.h347 struct Type { struct
350 typedef v8::internal::Parser* Parser;
353 typedef v8::internal::Scope Scope;
354 typedef v8::internal::Scope* ScopePtr;
355 typedef Variable GeneratorVariable;
356 typedef v8::internal::Zone Zone;
358 typedef v8::internal::AstProperties AstProperties;
359 typedef Vector<VariableProxy*> ParameterIdentifierVector;
362 typedef const AstRawString* Identifier;
363 typedef v8::internal::Expression* Expression;
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h22 const TypeDescriptor &Type; member
40 const TypeDescriptor &Type; member
92 const TypeDescriptor &Type; member
109 const TypeDescriptor &Type; member
117 const TypeDescriptor &Type; member
/external/llvm/lib/Object/
DSymbolicFile.cpp22 SymbolicFile::SymbolicFile(unsigned int Type, in SymbolicFile()
30 sys::fs::file_magic Type, in createSymbolicFile()
DBinary.cpp30 Binary::Binary(unsigned int Type, std::unique_ptr<MemoryBuffer> Source) in Binary()
43 sys::fs::file_magic Type = sys::fs::identify_magic(Buffer->getBuffer()); in createBinary() local
/external/eigen/Eigen/src/Core/
DMatrixBase.h221 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; typedef
222 …t Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; typedef
248 …unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; }; typedef
249 …> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; typedef
254 …signed int UpLo> struct SelfAdjointViewReturnType { typedef SelfAdjointView<Derived, UpLo> Type; }; typedef
255 …struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; typedef
/external/chromium_org/net/dns/
Drecord_rdata.cc45 uint16 SrvRecordRdata::Type() const { in Type() function in net::SrvRecordRdata
81 uint16 ARecordRdata::Type() const { in Type() function in net::ARecordRdata
114 uint16 AAAARecordRdata::Type() const { in Type() function in net::AAAARecordRdata
142 uint16 CnameRecordRdata::Type() const { in Type() function in net::CnameRecordRdata
171 uint16 PtrRecordRdata::Type() const { in Type() function in net::PtrRecordRdata
208 uint16 TxtRecordRdata::Type() const { in Type() function in net::TxtRecordRdata
266 uint16 NsecRecordRdata::Type() const { in Type() function in net::NsecRecordRdata
/external/chromium_org/cc/quads/
Ddraw_quad_unittest.cc111 #define SETUP_AND_COPY_QUAD_NEW(Type, quad) \ argument
117 #define SETUP_AND_COPY_QUAD_ALL(Type, quad) \ argument
123 #define SETUP_AND_COPY_QUAD_NEW_RP(Type, quad, a) \ argument
129 #define SETUP_AND_COPY_QUAD_ALL_RP(Type, quad, a) \ argument
135 #define CREATE_QUAD_1_NEW(Type, a) \ argument
140 #define CREATE_QUAD_1_ALL(Type, a) \ argument
152 #define CREATE_QUAD_2_NEW(Type, a, b) \ argument
157 #define CREATE_QUAD_2_ALL(Type, a, b) \ argument
170 #define CREATE_QUAD_3_NEW(Type, a, b, c) \ argument
175 #define CREATE_QUAD_3_ALL(Type, a, b, c) \ argument
[all …]
/external/chromium_org/chromeos/test/data/network/policy/
Dshill_managed_vpn.json12 "Type":"openvpn" string
16 "Type":"vpn" string
/external/clang/lib/AST/
DInheritViz.cpp46 void WriteGraph(QualType Type) { in WriteGraph()
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
125 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/external/chromium_org/v8/src/compiler/
Dmachine-operator.cc154 #define LOAD(Type) \ argument
165 #define STORE(Type) \ argument
207 #define LOAD(Type) \ in PURE_OP_LIST() argument
223 #define STORE(Type) \ in Store() argument
/external/clang/include/clang/Basic/
DDiagnosticOptions.h40 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
71 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
/external/compiler-rt/lib/asan/tests/
Dasan_asm_test.cc34 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
44 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
67 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
77 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument

12345678910>>...43