/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 46 Gen.reset(ExpectedGenerator->release()); in setupGenerator() 59 if (!Gen) in createContext() 61 StringRef FileBytes = Gen->generate(); in createContext() 70 LineTable < = Gen->addLineTable(DWARF32); in setupParser() 76 LineTable <2 = Gen->addLineTable(DWARF64); in setupParser() 123 std::unique_ptr<Generator> Gen; member 214 LineTable < = Gen->addLineTable(); in TEST_F() 230 LineTable < = Gen->addLineTable(Format); in TEST_P() 236 LineTable <2 = Gen->addLineTable(Format); in TEST_P() 293 LineTable < = Gen->addLineTable(); in TEST_F() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | Symmetry.h | 98 template<typename... Gen> 120 template<typename... Gen> 135 template<typename... Gen> 136 …tensor_symmetry_pre_analysis<internal::tensor_symmetry_num_indices<Gen...>::value, Gen...>::root_t… 139 constexpr static std::size_t NumIndices = internal::tensor_symmetry_num_indices<Gen...>::value; 140 typedef typename internal::tensor_symmetry_pre_analysis<NumIndices, Gen...>::root_type Base; 144 inline SGroup(const SGroup<Gen...>& other) : Base(other) { } in SGroup() 145 inline SGroup(SGroup<Gen...>&& other) : Base(other) { } in SGroup() 146 …inline SGroup<Gen...>& operator=(const SGroup<Gen...>& other) { Base::operator=(other); return *th… 147 … inline SGroup<Gen...>& operator=(SGroup<Gen...>&& other) { Base::operator=(other); return *this; }
|
D | StaticSymmetry.h | 38 template<typename Gen, int N> 42 typename gen_numeric_list_swapped_pair<int, N, Gen::One, Gen::Two>::type, 43 Gen::Flags 114 template<std::size_t NumIndices, typename... Gen> 117 typedef StaticSGroup<Gen...> type; 180 template<typename... Gen> 183 constexpr static std::size_t NumIndices = internal::tensor_symmetry_num_indices<Gen...>::value; 188 …internal::type_list<typename internal::tensor_static_symgroup_element_ctor<Gen, NumIndices>::type.… 193 constexpr inline StaticSGroup(const StaticSGroup<Gen...>&) {} 194 constexpr inline StaticSGroup(StaticSGroup<Gen...>&&) {} [all …]
|
D | DynamicSymmetry.h | 153 template<typename... Gen> 159 add_all(internal::type_list<Gen...>()); in DynamicSGroupFromTemplateArgs() 163 …inline DynamicSGroupFromTemplateArgs<Gen...>& operator=(const DynamicSGroupFromTemplateArgs<Gen...… 164 …inline DynamicSGroupFromTemplateArgs<Gen...>& operator=(DynamicSGroupFromTemplateArgs<Gen...>&& o)…
|
/external/syzkaller/prog/ |
D | target.go | 41 SpecialTypes map[string]func(g *Gen, typ Type, old Arg) (Arg, []*Call) 155 type Gen struct { struct 160 func (g *Gen) Target() *Target { argument 164 func (g *Gen) Rand() *rand.Rand { argument 168 func (g *Gen) NOutOf(n, outOf int) bool { argument 172 func (g *Gen) Alloc(ptrType Type, data Arg) (Arg, []*Call) { argument 176 func (g *Gen) GenerateArg(typ Type, pcalls *[]*Call) Arg { argument 180 func (g *Gen) GenerateSpecialArg(typ Type, pcalls *[]*Call) Arg { argument 184 func (g *Gen) generateArg(typ Type, pcalls *[]*Call, ignoreSpecial bool) Arg { argument 191 func (g *Gen) MutateArg(arg0 Arg) (calls []*Call) { argument
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 33 - After calling Gen* or Create* 34 - After calling Gen* or Create*, then Delete* 35 - After calling Gen*, then Bind* 36 - After calling Gen*, then Bind*, then Delete* 37 - After calling Bind* without preceding Gen* 62 The "gen.*" test cases call the object type's Gen* or Create* function 65 of the corresponding Is* function). In OpenGL ES 2.0, the Gen* functions 69 The "delete.*" test cases call an object type's Gen* or Create* function 73 The "bind.*" test cases call an object type's Gen* function followed by 76 The "delete_bound.*" test cases call an object type's Gen* function [all …]
|
/external/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 167 class Gen(object): class 202 assert isinstance(gen, Gen) 227 if not isinstance(gen, Gen): 228 gen = Gen(gen) 244 assert isinstance(gen, Gen) 262 if not isinstance(gen, Gen): 263 gen = Gen(gen) 289 self.gen = Gen(attrs['gen'])
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 37 - After calling Gen* or Create* 38 - After calling Gen* or Create*, then Delete* 39 - After calling Gen*, then Bind* 40 - After calling Gen*, then Bind*, then Delete* 41 - After calling Bind* without preceding Gen* 68 The "gen.*" test cases call the object type's Gen* or Create* function 73 the other Gen* functions must never create an object. 75 The "delete.*" test cases call an object type's Gen* or Create* function 79 The "bind.*" test cases call an object type's Gen* function followed by 82 The "delete_bound.*" test cases call an object type's Gen* function [all …]
|
/external/syzkaller/sys/linux/ |
D | init_alg.go | 12 func (arch *arch) generateSockaddrAlg(g *prog.Gen, typ0 prog.Type, old prog.Arg) ( argument 38 func (arch *arch) generateAlgName(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument 43 func (arch *arch) generateAlgAeadName(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument 48 func (arch *arch) generateAlgHashName(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument 53 func (arch *arch) generateAlgBlkcipherhName(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument 58 func generateAlgNameStruct(g *prog.Gen, typ0 prog.Type, algTyp int) (arg prog.Arg, calls []*prog.Ca… argument
|
D | init_iptables.go | 12 func (arch *arch) generateIptables(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument 17 func (arch *arch) generateArptables(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument 22 func (arch *arch) generateNetfilterTable(g *prog.Gen, typ prog.Type, old prog.Arg, argument 109 func (arch *arch) generateEbtables(g *prog.Gen, typ prog.Type, old prog.Arg) ( argument
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 54 std::unique_ptr<CodeGenerator> Gen; member in clang::BackendConsumer 76 Gen(CreateLLVMCodeGen(Diags, InFile, HeaderSearchOpts, PPOpts, in BackendConsumer() 83 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule() 85 return std::unique_ptr<llvm::Module>(Gen->ReleaseModule()); in takeModule() 93 Gen->HandleCXXStaticMemberVarInstantiation(VD); in HandleCXXStaticMemberVarInstantiation() 104 Gen->Initialize(Ctx); in Initialize() 118 Gen->HandleTopLevelDecl(D); in HandleTopLevelDecl() 133 Gen->HandleInlineFunctionDefinition(D); in HandleInlineFunctionDefinition() 145 Gen->HandleTranslationUnit(C); in HandleTranslationUnit() 191 Gen->HandleTagDeclDefinition(D); in HandleTagDeclDefinition() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/ |
D | Random.h | 22 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() argument 23 return std::uniform_int_distribution<T>(Min, Max)(Gen); in uniform() 27 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() argument 28 return uniform<T>(Gen, std::numeric_limits<T>::min(), in uniform()
|
/external/syzkaller/pkg/compiler/ |
D | types.go | 35 Gen func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type member 76 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 97 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 116 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 153 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 193 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 219 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 238 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 282 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { 295 Gen: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) prog.Type { [all …]
|
/external/zlib/src/contrib/ada/ |
D | read.adb | 53 Gen : Random_Elements.Generator; variable 91 Item (J) := Random_Elements.Random (Gen); 106 Random_Elements.Reset (Gen, Init_Random);
|
D | mtest.adb | 37 Gen : Random_Elements.Generator; variable 109 Random_Elements.Reset (Gen); 115 Buffer (J) := Random_Elements.Random (Gen);
|
/external/scapy/scapy/ |
D | base_classes.py | 19 class Gen(object): class 24 class SetGen(Gen): 41 if (isinstance(i, Gen) and 51 class Net(Gen): 122 class OID(Gen): 263 class BasePacket(Gen):
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 280 Generator Gen; variable 283 MultiOnDiskHashTableGenerator() : Gen() {} in MultiOnDiskHashTableGenerator() 287 Gen.insert(Key, Data, Info); in insert() 310 if (!Gen.contains(KV.first, Info)) in emit() 311 Gen.insert(KV.first, Info.ImportData(KV.second), Info); in emit() 319 uint32_t BucketOffset = Gen.Emit(OutStream, Info); in emit()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | AST.stg | 296 /** Gen ID or ID[args] */ 301 /** Gen $label ... where defined via label=ID */ 306 /** Gen $label ... where defined via label+=ID */ 311 /** Gen ^($label ...) */ 316 /** Gen ^($label ...) where label+=... */ 319 /** Gen ^(ID ...) or ^(ID[args] ...) */ 360 /** Gen $ruleLabel ... where defined via ruleLabel=rule */ 365 /** Gen $ruleLabel ... where defined via ruleLabel+=rule */ 370 /** Gen ^($ruleLabel ...) where ruleLabel=rule */ 375 /** Gen ^($ruleLabel ...) where ruleLabel+=rule */
|
/external/bcc/tools/lib/ |
D | ugc_example.txt | 50 0.360 4309.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 51 2.459 4232.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 52 4.648 4139.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 63 0.160 4207.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256
|
/external/bcc/tools/ |
D | nodegc_example.txt | 50 0.360 4309.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 51 2.459 4232.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 52 4.648 4139.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 63 0.160 4207.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256
|
D | pythongc_example.txt | 50 0.360 4309.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 51 2.459 4232.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 52 4.648 4139.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 63 0.160 4207.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256
|
D | javagc_example.txt | 50 0.360 4309.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 51 2.459 4232.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 52 4.648 4139.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 63 0.160 4207.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256
|
D | rubygc_example.txt | 50 0.360 4309.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 51 2.459 4232.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 52 4.648 4139.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256 63 0.160 4207.00 MarkSweepCompact Tenured Gen used=287528->287528 max=173408256->173408256
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | AST.stg | 327 /** Gen ID or ID[args] */ 332 /** Gen $label ... where defined via label=ID */ 337 /** Gen $label ... where defined via label+=ID */ 342 /** Gen ^($label ...) */ 347 /** Gen ^($label ...) where label+=... */ 350 /** Gen ^(ID ...) or ^(ID[args] ...) */ 392 /** Gen $ruleLabel ... where defined via ruleLabel=rule */ 397 /** Gen $ruleLabel ... where defined via ruleLabel+=rule */ 402 /** Gen ^($ruleLabel ...) where ruleLabel=rule */ 407 /** Gen ^($ruleLabel ...) where ruleLabel+=rule */
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | AST.stg | 323 /** Gen ID or ID[args] */ 328 /** Gen $label ... where defined via label=ID */ 333 /** Gen $label ... where defined via label+=ID */ 338 /** Gen ^($label ...) */ 343 /** Gen ^($label ...) where label+=... */ 346 /** Gen ^(ID ...) or ^(ID[args] ...) */ 387 /** Gen $ruleLabel ... where defined via ruleLabel=rule */ 392 /** Gen $ruleLabel ... where defined via ruleLabel+=rule */ 397 /** Gen ^($ruleLabel ...) where ruleLabel=rule */ 402 /** Gen ^($ruleLabel ...) where ruleLabel+=rule */
|