Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 2263) sorted by relevance

12345678910>>...91

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestNFAConstruction.java42 Grammar g = new Grammar( in testA() local
55 Grammar g = new Grammar( in testAB() local
69 Grammar g = new Grammar( in testAorB() local
92 Grammar g = new Grammar( in testRangeOrRange() local
114 Grammar g = new Grammar( in testRange() local
128 Grammar g = new Grammar( in testCharSetInParser() local
142 Grammar g = new Grammar( in testABorCD() local
162 Grammar g = new Grammar( in testbA() local
182 Grammar g = new Grammar( in testbA_bC() local
208 Grammar g = new Grammar( in testAorEpsilon() local
[all …]
DTestCharDFAConversion.java47 Grammar g = new Grammar( in testSimpleRangeVersusChar() local
60 Grammar g = new Grammar( in testRangeWithDisjointSet() local
77 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRanges() local
94 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRangesCharsFirst() local
110 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRangesAsSeparateAlts() local
136 Grammar g = new Grammar( in testKeywordVersusID() local
155 Grammar g = new Grammar( in testIdenticalRules() local
179 Grammar g = new Grammar( in testAdjacentNotCharLoops() local
194 Grammar g = new Grammar( in testNonAdjacentNotCharLoops() local
209 Grammar g = new Grammar( in testLoopsWithOptimizedOutExitBranches() local
[all …]
DTestASTConstruction.java40 Grammar g = new Grammar( in testA() local
50 Grammar g = new Grammar( in testEmptyAlt() local
60 Grammar g = new Grammar( in testNakeRulePlusInLexer() local
71 Grammar g = new Grammar( in testRulePlus() local
82 Grammar g = new Grammar( in testNakedRulePlus() local
93 Grammar g = new Grammar( in testRuleOptional() local
104 Grammar g = new Grammar( in testNakedRuleOptional() local
115 Grammar g = new Grammar( in testRuleStar() local
126 Grammar g = new Grammar( in testNakedRuleStar() local
137 Grammar g = new Grammar( in testCharStar() local
[all …]
DTestSemanticPredicates.java49 Grammar g = new Grammar( in testPredsButSyntaxResolves() local
59 Grammar g = new Grammar( in testLL_1_Pred() local
71 Grammar g = new Grammar( in testLL_1_Pred_forced_k_1() local
82 Grammar g = new Grammar( in testLL_2_Pred() local
94 Grammar g = new Grammar( in testPredicatedLoop() local
106 Grammar g = new Grammar( in testPredicatedToStayInLoop() local
117 Grammar g = new Grammar( in testAndPredicates() local
129 Grammar g = new Grammar( in testOrPredicates() local
141 Grammar g = new Grammar( in testIgnoresHoistingDepthGreaterThanZero() local
151 Grammar g = new Grammar( in testIgnoresPredsHiddenByActions() local
[all …]
DTestSymbolDefinitions.java46 Grammar g = new Grammar( in testParserSimpleTokens() local
56 Grammar g = new Grammar( in testParserTokensSection() local
70 Grammar g = new Grammar( in testLexerTokensSection() local
84 Grammar g = new Grammar( in testTokensSectionWithAssignmentSection() local
98 Grammar g = new Grammar( in testCombinedGrammarLiterals() local
112 Grammar g = new Grammar( in testLiteralInParserAndLexer() local
130 Grammar g = new Grammar( in testCombinedGrammarWithRefToLiteralButNoTokenIDRef() local
140 Grammar g = new Grammar( in testSetDoesNotMissTokenAliases() local
151 Grammar g = new Grammar( in testSimplePlusEqualLabel() local
161 Grammar g = new Grammar( in testMixedPlusEqualLabel() local
[all …]
DTestDFAConversion.java43 Grammar g = new Grammar( in testA() local
53 Grammar g = new Grammar( in testAB_or_AC() local
64 Grammar g = new Grammar( in testAB_or_AC_k2() local
76 Grammar g = new Grammar( in testAB_or_AC_k1() local
92 Grammar g = new Grammar( in testselfRecurseNonDet() local
101 Grammar g = new Grammar( in testRecursionOverflow() local
111 Grammar g = new Grammar( in testRecursionOverflow2() local
123 Grammar g = new Grammar( in testRecursionOverflowWithPredOk() local
151 Grammar g = new Grammar( in testRecursionOverflowWithPredOk2() local
179 Grammar g = new Grammar( in testCannotSeePastRecursion() local
[all …]
DTestTokenRewriteStream.java44 Grammar g = new Grammar( in testInsertBeforeIndex0() local
59 Grammar g = new Grammar( in testInsertAfterLastIndex() local
74 Grammar g = new Grammar( in test2InsertBeforeAfterMiddleIndex() local
91 Grammar g = new Grammar( in testReplaceIndex0() local
107 Grammar g = new Grammar( in testReplaceLastIndex() local
123 Grammar g = new Grammar( in testReplaceMiddleIndex() local
139 Grammar g = new Grammar( in testToStringStartStop() local
173 Grammar g = new Grammar( in testToStringStartStop2() local
226 Grammar g = new Grammar( in test2ReplaceMiddleIndex() local
243 Grammar g = new Grammar( in test2ReplaceMiddleIndex1InsertBefore() local
[all …]
/external/tensorflow/tensorflow/core/ops/
Dmath_grad.cc25 Status GradForUnaryCwise(FunctionDef* g, std::vector<FDH::Node> nodes) { in GradForUnaryCwise()
43 Status AbsGrad(const AttrSlice& attrs, FunctionDef* g) { in AbsGrad()
53 Status NegGrad(const AttrSlice& attrs, FunctionDef* g) { in NegGrad()
62 Status InvGrad(const AttrSlice& attrs, FunctionDef* g) { in InvGrad()
75 Status SquareGrad(const AttrSlice& attrs, FunctionDef* g) { in SquareGrad()
87 Status SqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in SqrtGrad()
101 Status RsqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in RsqrtGrad()
116 Status ExpGrad(const AttrSlice& attrs, FunctionDef* g) { in ExpGrad()
126 Status Expm1Grad(const AttrSlice& attrs, FunctionDef* g) { in Expm1Grad()
136 Status LogGrad(const AttrSlice& attrs, FunctionDef* g) { in LogGrad()
[all …]
Darray_grad.cc33 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 ArrayToListGrad(const AttrSlice& attrs, FunctionDef* g) { in ArrayToListGrad()
[all …]
Dnn_grad.cc25 Status SoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in SoftmaxGrad()
52 Status ReluGrad(const AttrSlice& attrs, FunctionDef* g) { in ReluGrad()
70 Status Relu6Grad(const AttrSlice& attrs, FunctionDef* g) { in Relu6Grad()
88 Status CrossEntropyGrad(const AttrSlice& attrs, FunctionDef* g) { in CrossEntropyGrad()
117 Status Conv2DGrad(const AttrSlice& attrs, FunctionDef* g) { in Conv2DGrad()
153 Status MaxPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGrad()
184 Status AvgPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in AvgPoolGrad()
210 Status MaxPoolGradGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGradGrad()
241 Status BiasAddGrad(const AttrSlice& attrs, FunctionDef* g) { in BiasAddGrad()
/external/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h50 DisableAllocationGuard g; in testMapInsert() local
63 DisableAllocationGuard g; in testMapInsert() local
76 DisableAllocationGuard g; in testMapInsert() local
89 DisableAllocationGuard g; in testMapInsert() local
101 DisableAllocationGuard g; in testMapInsert() local
114 DisableAllocationGuard g; in testMapInsert() local
126 DisableAllocationGuard g; in testMapInsert() local
139 DisableAllocationGuard g; in testMapInsert() local
153 DisableAllocationGuard g; in testMapInsert() local
181 DisableAllocationGuard g; in testMapInsertHint() local
[all …]
Dset_allocator_requirement_test_templates.h47 DisableAllocationGuard g; in testSetInsert() local
60 DisableAllocationGuard g; in testSetInsert() local
73 DisableAllocationGuard g; in testSetInsert() local
86 DisableAllocationGuard g; in testSetInsert() local
99 DisableAllocationGuard g; in testSetInsert() local
111 DisableAllocationGuard g; in testSetInsert() local
124 DisableAllocationGuard g; in testSetInsert() local
138 DisableAllocationGuard g; in testSetInsert() local
161 DisableAllocationGuard g; in testSetEmplace() local
174 DisableAllocationGuard g; in testSetEmplace() local
[all …]
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc58 Node* Send(Graph* g, Node* input, const string& tensor, const string& sender, in Send()
72 Node* Recv(Graph* g, const string& tensor, const string& type, in Recv()
89 Node* Constant(Graph* g, const Tensor& tensor) { in Constant()
98 Node* Constant(Graph* g, const Tensor& tensor, const string& name) { in Constant()
107 Node* HostConstant(Graph* g, const Tensor& tensor) { in HostConstant()
111 Node* HostConstant(Graph* g, const Tensor& tensor, const string& name) { in HostConstant()
120 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape) { in Var()
129 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape, in Var()
139 Node* Assign(Graph* g, Node* var, Node* val) { in Assign()
149 Node* Reduce(Graph* g, const string& reduce, Node* data, Node* axes, in Reduce()
[all …]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DGraphTest.java37 try (Graph g = new Graph()) { in graphDefRoundTrip()
42 try (Graph g = new Graph()) { in graphDefRoundTrip()
46 try (Graph g = new Graph()) { in graphDefRoundTrip()
54 private static void validateImportedGraph(Graph g, String prefix) { in validateImportedGraph()
79 try (Graph g = new Graph()) { in iterateOverOperations()
107 try (Graph g = new Graph()) { in failImportOnInvalidGraphDefs()
124 Graph g = new Graph(); in failOnUseAfterClose() local
DOperationTest.java37 try (Graph g = new Graph()) { in outputListLengthFailsOnInvalidName()
57 try (Graph g = new Graph()) { in operationEquality()
72 try (Graph g = new Graph()) { in operationEquality()
80 try (Graph g = new Graph()) { in operationCollection()
97 try (Graph g = new Graph()) { in operationToString()
105 try (Graph g = new Graph()) { in outputEquality()
118 try (Graph g = new Graph()) { in outputCollection()
133 try (Graph g = new Graph()) { in outputToString()
158 try (Graph g = new Graph()) { in outputList()
170 try (Graph g = new Graph()) { in split()
[all …]
DOperationBuilderTest.java50 try (Graph g = new Graph(); in failOnUseAfterBuild()
66 try (Graph g = new Graph(); in failOnUseAfterGraphClose()
86 try (Graph g = new Graph()) { in setAttr()
129 try (Graph g = new Graph()) { in setAttrShape()
166 try (Graph g = new Graph(); in addControlInput()
192 try (Graph g = new Graph(); in testSetAttrShapeList()
215 private static boolean hasNode(Graph g, String name) { in hasNode()
/external/syslinux/com32/lua/src/
Dlgc.c59 #define makewhite(g,x) \ argument
75 #define markvalue(g,o) { checkconsistency(o); \ argument
78 #define markobject(g,t) { if ((t) && iswhite(obj2gco(t))) \ argument
121 static int iscleared (global_State *g, const TValue *o) { in iscleared()
136 global_State *g = G(L); in luaC_barrier_() local
156 global_State *g = G(L); in luaC_barrierback_() local
173 global_State *g = G(L); in luaC_barrierproto_() local
190 void luaC_checkupvalcolor (global_State *g, UpVal *uv) { in luaC_checkupvalcolor()
214 global_State *g = G(L); in luaC_newobj() local
243 static void reallymarkobject (global_State *g, GCObject *o) { in reallymarkobject()
[all …]
/external/scapy/scapy/layers/tls/crypto/
Dgroups.py40 def DHParameterNumbers__init__hack(self, p, g, q=None): argument
76 g = 0x02 variable in modp768
85 g = 0x02 variable in modp1024
95 g = 0x02 variable in modp1536
108 g = 0x02 variable in modp2048
124 g = 0x02 variable in modp3072
145 g = 0x02 variable in modp4096
172 g = 0x02 variable in modp6144
205 g = 0x02 variable in modp8192
253 g = 0x02 variable in ffdhe2048
[all …]
/external/compiler-rt/test/cfi/
Dsimple-pass.cpp16 void A::g() {} in g() function in A
24 void A2::g() {} in g() function in A2
28 void g() {} in g() function
33 void g() {} in g() function
44 void C::g() {} in g() function in __anon1a7fe6da0111::C
52 void C2::g() {} in g() function in __anon1a7fe6da0111::C2
56 void g() {} in g() function
61 void g() {} in g() function
68 void g() {} in g() function
73 void g() {} in g() function
/external/python/cpython2/Modules/
Dflmodule.c34 #define is_genericobject(g) ((g)->ob_type == &GenericObjecttype) argument
44 knowgeneric(genericobject *g) in knowgeneric()
80 genericobject *g; in findgeneric() local
96 forgetgeneric(genericobject *g) in forgetgeneric()
121 genericobject *g; in releaseobjects() local
145 generic_set_call_back(genericobject *g, PyObject *args) in generic_set_call_back()
169 generic_call(genericobject *g, void (*func)(FL_OBJECT *)) in generic_call()
177 generic_delete_object(genericobject *g) in generic_delete_object()
187 generic_show_object(genericobject *g) in generic_show_object()
193 generic_hide_object(genericobject *g) in generic_hide_object()
[all …]
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc206 X87OperandGenerator g(this); in VisitLoad() local
223 X87OperandGenerator g(this); in VisitStore() local
334 X87OperandGenerator g(this); in VisitCheckedLoad() local
385 X87OperandGenerator g(this); in VisitCheckedStore() local
445 X87OperandGenerator g(selector); in VisitBinop() local
523 X87OperandGenerator g(this); in VisitWord32Xor() local
536 X87OperandGenerator g(selector); in VisitShift() local
554 X87OperandGenerator g(selector); in VisitMulHigh() local
563 X87OperandGenerator g(selector); in VisitDiv() local
572 X87OperandGenerator g(selector); in VisitMod() local
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java147 public CompositeGrammar(Grammar g) { in CompositeGrammar()
181 public Grammar getDelegator(Grammar g) { in getDelegator()
196 public List<Grammar> getDelegates(Grammar g) { in getDelegates()
206 public List<Grammar> getDirectDelegates(Grammar g) { in getDirectDelegates()
221 public List<Grammar> getIndirectDelegates(Grammar g) { in getIndirectDelegates()
231 public List<Grammar> getDelegators(Grammar g) { in getDelegators()
255 public Set<Rule> getDelegatedRules(Grammar g) { in getDelegatedRules()
275 public Set<Rule> getAllImportedRules(Grammar g) { in getAllImportedRules()
333 Grammar g = (Grammar)grammars.get(i); in assignTokenTypes() local
352 Grammar g = grammars.get(i); in translateLeftRecursiveRules() local
[all …]
/external/testng/src/test/java/test/
DGraphTest.java21 Graph<String> g = new Graph<>(); in sort() local
54 Graph<String> g = createCyclicGraph(); in cycleShouldFail() local
60 Graph<String> g = null; in cycleShouldBeCorrect() local
73 Graph<String> g = new Graph<>(); in createCyclicGraph() local
87 Graph<String> g = new Graph<>(); in findPredecessors() local
149 Graph<String> g = new Graph<>(); in findPredecessorsTiming() local
/external/compiler-rt/lib/asan/
Dasan_globals.cc34 const Global *g; member
44 Global g; member
59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal()
63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
78 static bool IsAddressNearGlobal(uptr addr, const __asan_global &g) { in IsAddressNearGlobal()
84 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal()
95 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
112 const Global &g = *l->g; in GetGlobalsForAddress() local
127 Global g = {}; in GetInfoForAddressIfGlobal() local
146 static void CheckODRViolationViaIndicator(const Global *g) { in CheckODRViolationViaIndicator()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc243 #define EXPECT_COLOCATED(g, name_a, name_b) \ argument
250 #define EXPECT_NOT_COLOCATED(g, name_a, name_b) \ argument
257 #define EXPECT_DEVICE_TYPE(g, name, expected_device_type) \ argument
265 #define EXPECT_DEVICE_CONTAINS(g, name, device_substr) \ argument
272 Graph g(OpRegistry::Global()); in TEST_F() local
291 Graph g(OpRegistry::Global()); in TEST_F() local
313 Graph g(OpRegistry::Global()); in TEST_F() local
335 Graph g(OpRegistry::Global()); in TEST_F() local
360 Graph g(OpRegistry::Global()); in TEST_F() local
387 Graph g(OpRegistry::Global()); in TEST_F() local
[all …]

12345678910>>...91