/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestNFAConstruction.java | 44 Grammar g = new Grammar( in testA() local 57 Grammar g = new Grammar( in testAB() local 71 Grammar g = new Grammar( in testAorB() local 94 Grammar g = new Grammar( in testRangeOrRange() local 116 Grammar g = new Grammar( in testRange() local 130 Grammar g = new Grammar( in testCharSetInParser() local 144 Grammar g = new Grammar( in testABorCD() local 164 Grammar g = new Grammar( in testbA() local 184 Grammar g = new Grammar( in testbA_bC() local 210 Grammar g = new Grammar( in testAorEpsilon() local [all …]
|
D | TestCharDFAConversion.java | 49 Grammar g = new Grammar( in testSimpleRangeVersusChar() local 62 Grammar g = new Grammar( in testRangeWithDisjointSet() local 79 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRanges() local 96 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRangesCharsFirst() local 112 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRangesAsSeparateAlts() local 138 Grammar g = new Grammar( in testKeywordVersusID() local 157 Grammar g = new Grammar( in testIdenticalRules() local 181 Grammar g = new Grammar( in testAdjacentNotCharLoops() local 196 Grammar g = new Grammar( in testNonAdjacentNotCharLoops() local 211 Grammar g = new Grammar( in testLoopsWithOptimizedOutExitBranches() local [all …]
|
D | TestASTConstruction.java | 42 Grammar g = new Grammar( in testA() local 52 Grammar g = new Grammar( in testEmptyAlt() local 62 Grammar g = new Grammar( in testNakeRulePlusInLexer() local 73 Grammar g = new Grammar( in testRulePlus() local 84 Grammar g = new Grammar( in testNakedRulePlus() local 95 Grammar g = new Grammar( in testRuleOptional() local 106 Grammar g = new Grammar( in testNakedRuleOptional() local 117 Grammar g = new Grammar( in testRuleStar() local 128 Grammar g = new Grammar( in testNakedRuleStar() local 139 Grammar g = new Grammar( in testCharStar() local [all …]
|
D | TestSemanticPredicates.java | 52 Grammar g = new Grammar( in testPredsButSyntaxResolves() local 62 Grammar g = new Grammar( in testLL_1_Pred() local 74 Grammar g = new Grammar( in testLL_1_Pred_forced_k_1() local 85 Grammar g = new Grammar( in testLL_2_Pred() local 97 Grammar g = new Grammar( in testPredicatedLoop() local 109 Grammar g = new Grammar( in testPredicatedToStayInLoop() local 120 Grammar g = new Grammar( in testAndPredicates() local 132 Grammar g = new Grammar( in testOrPredicates() local 144 Grammar g = new Grammar( in testIgnoresHoistingDepthGreaterThanZero() local 154 Grammar g = new Grammar( in testIgnoresPredsHiddenByActions() local [all …]
|
D | TestSymbolDefinitions.java | 48 Grammar g = new Grammar( in testParserSimpleTokens() local 58 Grammar g = new Grammar( in testParserTokensSection() local 72 Grammar g = new Grammar( in testLexerTokensSection() local 86 Grammar g = new Grammar( in testTokensSectionWithAssignmentSection() local 100 Grammar g = new Grammar( in testCombinedGrammarLiterals() local 114 Grammar g = new Grammar( in testLiteralInParserAndLexer() local 132 Grammar g = new Grammar( in testCombinedGrammarWithRefToLiteralButNoTokenIDRef() local 142 Grammar g = new Grammar( in testSetDoesNotMissTokenAliases() local 153 Grammar g = new Grammar( in testSimplePlusEqualLabel() local 163 Grammar g = new Grammar( in testMixedPlusEqualLabel() local [all …]
|
D | TestDFAConversion.java | 46 Grammar g = new Grammar( in testA() local 56 Grammar g = new Grammar( in testAB_or_AC() local 67 Grammar g = new Grammar( in testAB_or_AC_k2() local 79 Grammar g = new Grammar( in testAB_or_AC_k1() local 95 Grammar g = new Grammar( in testselfRecurseNonDet() local 104 Grammar g = new Grammar( in testRecursionOverflow() local 114 Grammar g = new Grammar( in testRecursionOverflow2() local 126 Grammar g = new Grammar( in testRecursionOverflowWithPredOk() local 154 Grammar g = new Grammar( in testRecursionOverflowWithPredOk2() local 182 Grammar g = new Grammar( in testCannotSeePastRecursion() local [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad.cc | 28 Status GradForUnaryCwise(FunctionDef* g, std::vector<FDH::Node> nodes) { in GradForUnaryCwise() 46 Status AbsGrad(const AttrSlice& attrs, FunctionDef* g) { in AbsGrad() 56 Status NegGrad(const AttrSlice& attrs, FunctionDef* g) { in NegGrad() 65 Status InvGrad(const AttrSlice& attrs, FunctionDef* g) { in InvGrad() 78 Status SquareGrad(const AttrSlice& attrs, FunctionDef* g) { in SquareGrad() 90 Status SqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in SqrtGrad() 104 Status RsqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in RsqrtGrad() 119 Status ExpGrad(const AttrSlice& attrs, FunctionDef* g) { in ExpGrad() 129 Status Expm1Grad(const AttrSlice& attrs, FunctionDef* g) { in Expm1Grad() 139 Status LogGrad(const AttrSlice& attrs, FunctionDef* g) { in LogGrad() [all …]
|
D | array_grad.cc | 33 Status ReshapeGrad(const AttrSlice& attrs, FunctionDef* g) { in ReshapeGrad() 54 Status SqueezeGrad(const AttrSlice& attrs, FunctionDef* g) { in SqueezeGrad() 73 Status IdentityGrad(const AttrSlice& attrs, FunctionDef* g) { in IdentityGrad() 92 Status PackGrad(const AttrSlice& attrs, FunctionDef* g) { in PackGrad() 118 Status UnpackGrad(const AttrSlice& attrs, FunctionDef* g) { in UnpackGrad() 142 Status ConcatGradHelper(const AttrSlice& attrs, FunctionDef* g, in ConcatGradHelper() 216 Status ConcatGrad(const AttrSlice& attrs, FunctionDef* g) { in ConcatGrad() 220 Status ConcatGradV2(const AttrSlice& attrs, FunctionDef* g) { in ConcatGradV2() 227 Status SplitGrad(const AttrSlice& attrs, FunctionDef* g) { in SplitGrad() 247 Status SplitVGrad(const AttrSlice& attrs, FunctionDef* g) { in SplitVGrad() [all …]
|
D | nn_grad.cc | 25 Status SoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in SoftmaxGrad() 50 Status LogSoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in LogSoftmaxGrad() 75 Status ReluGrad(const AttrSlice& attrs, FunctionDef* g) { in ReluGrad() 93 Status Relu6Grad(const AttrSlice& attrs, FunctionDef* g) { in Relu6Grad() 111 Status CrossEntropyGrad(const AttrSlice& attrs, FunctionDef* g) { in CrossEntropyGrad() 140 Status Conv2DGrad(const AttrSlice& attrs, FunctionDef* g) { in Conv2DGrad() 176 Status MaxPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGrad() 207 Status AvgPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in AvgPoolGrad() 233 Status MaxPoolGradGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGradGrad() 264 Status BiasAddGrad(const AttrSlice& attrs, FunctionDef* g) { in BiasAddGrad()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 46 DisableAllocationGuard g; in testMapInsert() local 59 DisableAllocationGuard g; in testMapInsert() local 72 DisableAllocationGuard g; in testMapInsert() local 85 DisableAllocationGuard g; in testMapInsert() local 97 DisableAllocationGuard g; in testMapInsert() local 110 DisableAllocationGuard g; in testMapInsert() local 122 DisableAllocationGuard g; in testMapInsert() local 135 DisableAllocationGuard g; in testMapInsert() local 149 DisableAllocationGuard g; in testMapInsert() local 177 DisableAllocationGuard g; in testMapInsertHint() local [all …]
|
D | set_allocator_requirement_test_templates.h | 45 DisableAllocationGuard g; in testSetInsert() local 58 DisableAllocationGuard g; in testSetInsert() local 71 DisableAllocationGuard g; in testSetInsert() local 84 DisableAllocationGuard g; in testSetInsert() local 97 DisableAllocationGuard g; in testSetInsert() local 109 DisableAllocationGuard g; in testSetInsert() local 122 DisableAllocationGuard g; in testSetInsert() local 136 DisableAllocationGuard g; in testSetInsert() local 157 DisableAllocationGuard g; in testSetEmplace() local 170 DisableAllocationGuard g; in testSetEmplace() local [all …]
|
/external/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 46 DisableAllocationGuard g; in testMapInsert() local 59 DisableAllocationGuard g; in testMapInsert() local 72 DisableAllocationGuard g; in testMapInsert() local 85 DisableAllocationGuard g; in testMapInsert() local 97 DisableAllocationGuard g; in testMapInsert() local 110 DisableAllocationGuard g; in testMapInsert() local 122 DisableAllocationGuard g; in testMapInsert() local 135 DisableAllocationGuard g; in testMapInsert() local 149 DisableAllocationGuard g; in testMapInsert() local 177 DisableAllocationGuard g; in testMapInsertHint() local [all …]
|
D | set_allocator_requirement_test_templates.h | 45 DisableAllocationGuard g; in testSetInsert() local 58 DisableAllocationGuard g; in testSetInsert() local 71 DisableAllocationGuard g; in testSetInsert() local 84 DisableAllocationGuard g; in testSetInsert() local 97 DisableAllocationGuard g; in testSetInsert() local 109 DisableAllocationGuard g; in testSetInsert() local 122 DisableAllocationGuard g; in testSetInsert() local 136 DisableAllocationGuard g; in testSetInsert() local 157 DisableAllocationGuard g; in testSetEmplace() local 170 DisableAllocationGuard g; in testSetEmplace() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 46 DisableAllocationGuard g; in testMapInsert() local 59 DisableAllocationGuard g; in testMapInsert() local 72 DisableAllocationGuard g; in testMapInsert() local 85 DisableAllocationGuard g; in testMapInsert() local 97 DisableAllocationGuard g; in testMapInsert() local 110 DisableAllocationGuard g; in testMapInsert() local 122 DisableAllocationGuard g; in testMapInsert() local 135 DisableAllocationGuard g; in testMapInsert() local 149 DisableAllocationGuard g; in testMapInsert() local 177 DisableAllocationGuard g; in testMapInsertHint() local [all …]
|
D | set_allocator_requirement_test_templates.h | 45 DisableAllocationGuard g; in testSetInsert() local 58 DisableAllocationGuard g; in testSetInsert() local 71 DisableAllocationGuard g; in testSetInsert() local 84 DisableAllocationGuard g; in testSetInsert() local 97 DisableAllocationGuard g; in testSetInsert() local 109 DisableAllocationGuard g; in testSetInsert() local 122 DisableAllocationGuard g; in testSetInsert() local 136 DisableAllocationGuard g; in testSetInsert() local 157 DisableAllocationGuard g; in testSetEmplace() local 170 DisableAllocationGuard g; in testSetEmplace() local [all …]
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.cc | 35 Node* Send(Graph* g, Node* input, const string& tensor, const string& sender, in Send() 49 Node* Recv(Graph* g, const string& tensor, const string& type, in Recv() 66 Node* Constant(Graph* g, const Tensor& tensor) { in Constant() 75 Node* Constant(Graph* g, const Tensor& tensor, const string& name) { in Constant() 84 Node* HostConstant(Graph* g, const Tensor& tensor) { in HostConstant() 88 Node* HostConstant(Graph* g, const Tensor& tensor, const string& name) { in HostConstant() 97 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape) { in Var() 106 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape, in Var() 116 Node* Assign(Graph* g, Node* var, Node* val) { in Assign() 126 Node* Cumsum(Graph* g, Node* data, Node* axes, bool exclusive, bool reverse) { in Cumsum() [all …]
|
/external/lua/src/ |
D | lgc.c | 71 #define makewhite(g,x) \ argument 94 #define markvalue(g,o) { checkliveness(g->mainthread,o); \ argument 97 #define markkey(g, n) { if keyiswhite(n) reallymarkobject(g,gckey(n)); } argument 99 #define markobject(g,t) { if (iswhite(t)) reallymarkobject(g, obj2gco(t)); } argument 105 #define markobjectN(g,t) { if (t) markobject(g,t); } argument 186 static int iscleared (global_State *g, const GCObject *o) { in iscleared() 210 global_State *g = G(L); in luaC_barrier_() local 232 global_State *g = G(L); in luaC_barrierback_() local 245 global_State *g = G(L); in luaC_fix() local 260 global_State *g = G(L); in luaC_newobj() local [all …]
|
/external/pytorch/c10/test/core/impl/ |
D | InlineStreamGuard_test.cpp | 28 TestGuard g(stream(1, 2)); in TEST() local 46 TestGuard g(stream(0, 2)); in TEST() local 63 TestGuard g(stream(1, 2)); in TEST() local 82 TestGuard g(stream(1, 2)); in TEST() local 108 OptionalTestGuard g(stream(1, 2)); in TEST() local 119 OptionalTestGuard g(std::make_optional(stream(1, 2))); in TEST() local 130 OptionalTestGuard g; in TEST() local 144 OptionalTestGuard g; in TEST() local 161 OptionalTestGuard g; in TEST() local 185 MultiTestGuard g(streams); in TEST() local [all …]
|
D | InlineDeviceGuard_test.cpp | 25 auto test_body = [&](TestGuard& g) -> void { in TEST() 34 TestGuard g(i); in TEST() local 40 TestGuard g(dev(i)); in TEST() local 65 TestGuard g(i); in TEST() local 81 TestGuard g(i); in TEST() local 97 TestGuard g(i); in TEST() local 118 auto test_body = [&](MaybeTestGuard& g) -> void { in TEST() 127 MaybeTestGuard g(i); in TEST() local 133 MaybeTestGuard g(dev(i)); in TEST() local 139 MaybeTestGuard g(std::make_optional(dev(i))); in TEST() local [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
D | TypeSerializer.java | 136 public abstract WritableTypeId writeTypePrefix(JsonGenerator g, in writeTypePrefix() 161 public abstract WritableTypeId writeTypeSuffix(JsonGenerator g, in writeTypeSuffix() 178 public void writeTypePrefixForScalar(Object value, JsonGenerator g) throws IOException { in writeTypePrefixForScalar() 190 public void writeTypePrefixForObject(Object value, JsonGenerator g) throws IOException { in writeTypePrefixForObject() 202 public void writeTypePrefixForArray(Object value, JsonGenerator g) throws IOException { in writeTypePrefixForArray() 214 public void writeTypeSuffixForScalar(Object value, JsonGenerator g) throws IOException { in writeTypeSuffixForScalar() 226 public void writeTypeSuffixForObject(Object value, JsonGenerator g) throws IOException { in writeTypeSuffixForObject() 238 public void writeTypeSuffixForArray(Object value, JsonGenerator g) throws IOException { in writeTypeSuffixForArray() 250 …public void writeTypePrefixForScalar(Object value, JsonGenerator g, Class<?> type) throws IOExcept… in writeTypePrefixForScalar() 262 …public void writeTypePrefixForObject(Object value, JsonGenerator g, Class<?> type) throws IOExcept… in writeTypePrefixForObject() [all …]
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
D | MinimalPrettyPrinter.java | 71 public void writeRootValueSeparator(JsonGenerator g) throws IOException in writeRootValueSeparator() 79 public void writeStartObject(JsonGenerator g) throws IOException in writeStartObject() 85 public void beforeObjectEntries(JsonGenerator g) throws IOException in beforeObjectEntries() 98 public void writeObjectFieldValueSeparator(JsonGenerator g) throws IOException in writeObjectFieldValueSeparator() 111 public void writeObjectEntrySeparator(JsonGenerator g) throws IOException in writeObjectEntrySeparator() 117 public void writeEndObject(JsonGenerator g, int nrOfEntries) throws IOException in writeEndObject() 123 public void writeStartArray(JsonGenerator g) throws IOException in writeStartArray() 129 public void beforeArrayValues(JsonGenerator g) throws IOException in beforeArrayValues() 142 public void writeArrayValueSeparator(JsonGenerator g) throws IOException in writeArrayValueSeparator() 148 public void writeEndArray(JsonGenerator g, int nrOfValues) throws IOException in writeEndArray()
|
/external/pytorch/test/cpp/tensorexpr/ |
D | test_te_fuser_pass.cpp | 41 auto g = std::make_shared<Graph>(); in TEST() local 66 auto g = std::make_shared<Graph>(); in TEST() local 87 auto g = std::make_shared<Graph>(); in TEST() local 97 auto g = std::make_shared<Graph>(); in TEST() local 117 auto g = std::make_shared<Graph>(); in TEST() local 134 auto g = std::make_shared<Graph>(); in TEST() local 152 auto g = std::make_shared<Graph>(); in TEST() local 173 auto g = std::make_shared<Graph>(); in TEST() local 192 auto g = std::make_shared<Graph>(); in TEST() local 213 auto g = std::make_shared<Graph>(); in TEST() local [all …]
|
/external/rust/android-crates-io/crates/petgraph/benches/ |
D | matching.rs | 34 let g = ungraph().bipartite(); in greedy_matching_bipartite() localVariable 40 let g = ungraph().full_a(); in greedy_matching_full() localVariable 46 let g = ungraph().bigger(); in greedy_matching_bigger() localVariable 52 let g = huge(); in greedy_matching_huge() localVariable 58 let g = ungraph().bipartite(); in maximum_matching_bipartite() localVariable 64 let g = ungraph().full_a(); in maximum_matching_full() localVariable 70 let g = ungraph().bigger(); in maximum_matching_bigger() localVariable 76 let g = huge(); in maximum_matching_huge() localVariable
|
/external/scapy/scapy/layers/tls/crypto/ |
D | groups.py | 50 g = 0x02 variable in modp768 60 g = 0x02 variable in modp1024 71 g = 0x02 variable in modp1536 85 g = 0x02 variable in modp2048 102 g = 0x02 variable in modp3072 124 g = 0x02 variable in modp4096 152 g = 0x02 variable in modp6144 186 g = 0x02 variable in modp8192 235 g = 0x02 variable in ffdhe2048 253 g = 0x02 variable in ffdhe3072 [all …]
|
/external/rust/android-crates-io/crates/petgraph/tests/ |
D | matching.rs | 49 let g: UnGraph<(), ()> = UnGraph::default(); in greedy_empty() localVariable 57 let g: UnGraph<(), ()> = UnGraph::from_edges(&[(0, 1), (2, 3)]); in greedy_disjoint() localVariable 65 let g: UnGraph<(), ()> = UnGraph::from_edges(&[(0, 1), (1, 2), (2, 3)]); in greedy_odd_path() localVariable 73 let g: UnGraph<(), ()> = UnGraph::from_edges(&[(0, 1), (0, 2), (0, 3)]); in greedy_star() localVariable 84 let g: UnGraph<(), ()> = UnGraph::default(); in maximum_empty() localVariable 92 let g: UnGraph<(), ()> = UnGraph::from_edges(&[(0, 1), (2, 3)]); in maximum_disjoint() localVariable 100 let g: UnGraph<(), ()> = UnGraph::from_edges(&[(0, 1), (1, 2), (2, 3)]); in maximum_odd_path() localVariable 109 let mut g: StableUnGraph<(), ()> = in maximum_in_stable_graph() localVariable 134 let mut g: StableUnGraph<(), ()> = StableUnGraph::from_edges(&[(0, 1), (1, 2), (2, 3)]); in is_perfect_in_stable_graph() localVariable
|