Home
last modified time | relevance | path

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

12345678910>>...98

/external/u-boot/drivers/usb/gadget/
Dgadget_chips.h18 #define gadget_is_net2280(g) (!strcmp("net2280", (g)->name)) argument
20 #define gadget_is_net2280(g) 0 argument
24 #define gadget_is_amd5536udc(g) (!strcmp("amd5536udc", (g)->name)) argument
26 #define gadget_is_amd5536udc(g) 0 argument
30 #define gadget_is_dummy(g) (!strcmp("dummy_udc", (g)->name)) argument
32 #define gadget_is_dummy(g) 0 argument
36 #define gadget_is_pxa(g) (!strcmp("pxa2xx_udc", (g)->name)) argument
38 #define gadget_is_pxa(g) 0 argument
42 #define gadget_is_goku(g) (!strcmp("goku_udc", (g)->name)) argument
44 #define gadget_is_goku(g) 0 argument
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestNFAConstruction.java44 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 …]
DTestCharDFAConversion.java49 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 …]
DTestASTConstruction.java42 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 …]
DTestSemanticPredicates.java52 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 …]
DTestSymbolDefinitions.java48 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 …]
DTestDFAConversion.java46 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 …]
DTestTokenRewriteStream.java46 Grammar g = new Grammar( in testInsertBeforeIndex0() local
61 Grammar g = new Grammar( in testInsertAfterLastIndex() local
76 Grammar g = new Grammar( in test2InsertBeforeAfterMiddleIndex() local
93 Grammar g = new Grammar( in testReplaceIndex0() local
109 Grammar g = new Grammar( in testReplaceLastIndex() local
125 Grammar g = new Grammar( in testReplaceMiddleIndex() local
141 Grammar g = new Grammar( in testToStringStartStop() local
175 Grammar g = new Grammar( in testToStringStartStop2() local
228 Grammar g = new Grammar( in test2ReplaceMiddleIndex() local
245 Grammar g = new Grammar( in test2ReplaceMiddleIndex1InsertBefore() local
[all …]
DTestAttributes.java57 Grammar g = new Grammar(); in testEscapedLessThanInAction() local
77 Grammar g = new Grammar( in testEscaped$InAction() local
100 Grammar g = new Grammar( in testArguments() local
125 Grammar g = new Grammar( in testComplicatedArgParsing() local
147 Grammar g = new Grammar( in testBracketArgParsing() local
178 Grammar g = new Grammar( in testStringArgParsing() local
214 Grammar g = new Grammar( in testComplicatedSingleArgParsing() local
239 Grammar g = new Grammar( in testArgWithLT() local
268 Grammar g = new Grammar(grammar); in testGenericsAsArgumentDefinition() local
297 Grammar g = new Grammar(grammar); in testGenericsAsArgumentDefinition2() 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 SplitVGrad(const AttrSlice& attrs, FunctionDef* g) { in SplitVGrad()
[all …]
Dnn_grad.cc25 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/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h46 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 …]
Dset_allocator_requirement_test_templates.h45 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/
Dtestlib.cc35 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/
Dlgc.c67 #define makewhite(g,x) \ argument
83 #define markvalue(g,o) { checkconsistency(o); \ argument
86 #define markobject(g,t) { if (iswhite(t)) reallymarkobject(g, obj2gco(t)); } argument
92 #define markobjectN(g,t) { if (t) markobject(g,t); } argument
139 static int iscleared (global_State *g, const TValue *o) { in iscleared()
156 global_State *g = G(L); in luaC_barrier_() local
172 global_State *g = G(L); in luaC_barrierback_() local
186 global_State *g = G(L); in luaC_upvalbarrier_() local
195 global_State *g = G(L); in luaC_fix() local
209 global_State *g = G(L); in luaC_newobj() local
[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 __anon8e2c2de60111::C
52 void C2::g() {} in g() function in __anon8e2c2de60111::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/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
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 …]
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
135 try (Graph g = new Graph(); in addGradientsToGraph()
176 try (Graph g = new Graph(); in addGradientSumsToGraph()
202 try (Graph g = new Graph(); in addGradientsWithInitialValuesToGraph()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc289 #define EXPECT_COLOCATED(g, name_a, name_b) \ argument
296 #define EXPECT_NOT_COLOCATED(g, name_a, name_b) \ argument
303 #define EXPECT_DEVICE_TYPE(g, name, expected_device_type) \ argument
311 #define EXPECT_DEVICE_CONTAINS(g, name, device_substr) \ argument
318 Graph g(OpRegistry::Global()); in TEST_F() local
337 Graph g(OpRegistry::Global()); in TEST_F() local
355 Graph g(OpRegistry::Global()); in TEST_F() local
372 Graph g(OpRegistry::Global()); in TEST_F() local
433 Graph g(OpRegistry::Global()); in TEST_F() local
448 Graph g(OpRegistry::Global()); in TEST_F() local
[all …]
/external/antlr/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java156 public CompositeGrammar(Grammar g) { in CompositeGrammar()
190 public Grammar getDelegator(Grammar g) { in getDelegator()
205 public List<Grammar> getDelegates(Grammar g) { in getDelegates()
215 public List<Grammar> getDirectDelegates(Grammar g) { in getDirectDelegates()
230 public List<Grammar> getIndirectDelegates(Grammar g) { in getIndirectDelegates()
242 public List<Grammar> getDelegators(Grammar g) { in getDelegators()
266 public Set<? extends Rule> getDelegatedRules(Grammar g) { in getDelegatedRules()
286 public Set<? extends Rule> getAllImportedRules(Grammar g) { in getAllImportedRules()
343 Grammar g = grammars.get(i); in assignTokenTypes() local
362 Grammar g = grammars.get(i); in translateLeftRecursiveRules() local
[all …]
/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/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

12345678910>>...98