/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A D | TestAttributes.java | 57 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 …]
|
H A D | TestTokenRewriteStream.java | 46 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/lua/src/ |
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | flmodule.c | 34 #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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/libcxx/test/std/containers/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | placer_test.cc | 377 #define EXPECT_COLOCATED(g, name_a, name_b) \ argument 384 #define EXPECT_NOT_COLOCATED(g, name_a, name_b) \ argument 391 #define EXPECT_DEVICE_TYPE(g, name, expected_device_type) \ argument 399 #define EXPECT_SAME_TYPE(g, node1, node2) \ argument 411 #define EXPECT_DEVICE_CONTAINS(g, name, device_substr) \ argument 418 Graph g(OpRegistry::Global()); in TEST_F() local 437 Graph g(OpRegistry::Global()); in TEST_F() local 457 Graph g(OpRegistry::Global()); in TEST_F() local 480 Graph g(OpRegistry::Global()); in TEST_F() local 497 Graph g(OpRegistry::Global()); in TEST_F() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/graph/ |
H A D | GraphBuilder.cpp | 39 inline void check_nodeidx_pair(const NodeIdxPair &pair, const Graph &g) in check_nodeidx_pair() 46 Status set_node_params(Graph &g, NodeID nid, NodeParams ¶ms) in set_node_params() 56 Status set_accessor_on_node(Graph &g, NodeID nid, bool is_output, size_t idx, ITensorAccessorUPtr a… in set_accessor_on_node() 69 NodeID add_const_node_with_name(Graph &g, NodeParams params, const std::string &name, const TensorD… in add_const_node_with_name() 78 NodeID create_simple_single_input_output_node(Graph &g, NodeParams ¶ms, NodeIdxPair input, Args… in create_simple_single_input_output_node() 90 NodeID create_simple_multiple_input_single_output_node(Graph &g, NodeParams ¶ms, const std::vec… in create_simple_multiple_input_single_output_node() 108 NodeID GraphBuilder::add_const_node(Graph &g, NodeParams params, const TensorDescriptor &desc, ITen… in add_const_node() 116 NodeID GraphBuilder::add_input_node(Graph &g, NodeParams params, const TensorDescriptor &desc, ITen… in add_input_node() 124 NodeID GraphBuilder::add_output_node(Graph &g, NodeParams params, NodeIdxPair input, ITensorAccesso… in add_output_node() 136 NodeID GraphBuilder::add_activation_node(Graph &g, NodeParams params, NodeIdxPair input, Activation… in add_activation_node() [all …]
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() 2287 ImGuiContext& g = *GImGui; in RenderText() local 2313 ImGuiContext& g = *GImGui; in RenderTextWrapped() local 2365 ImGuiContext& g = *GImGui; in RenderTextClipped() local 2375 ImGuiContext& g = *GImGui; in RenderFrame() local 2388 ImGuiContext& g = *GImGui; in RenderFrameBorder() local 2401 ImGuiContext& g = *GImGui; in RenderArrow() local 2435 ImGuiContext& g = *GImGui; in RenderBullet() local 2442 ImGuiContext& g = *GImGui; in RenderCheckMark() local 2460 ImGuiContext& g = *GImGui; in RenderNavHighlight() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_csmt_helper.h | 28 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument 29 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument 30 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument 31 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument 32 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument 33 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument 34 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument 35 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument 36 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument 37 #define _args_for_bypass_70(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_63(__VA_ARGS__) argument [all …]
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | runtime2.go | 269 func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) } argument 286 func setGNoWB(gp **g, new *g) { 339 g guintptr member 361 g *g member 422 type g struct { struct 430 stack stack // offset known to runtime/cgo 431 stackguard0 uintptr // offset known to liblink 432 stackguard1 uintptr // offset known to liblink 434 _panic *_panic // innermost panic - offset known to liblink 435 _defer *_defer // innermost defer [all …]
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | register_allocate.c | 491 ra_test_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_test_adjacency_bit() 498 ra_set_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_set_adjacency_bit() 505 ra_clear_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_clear_adjacency_bit() 512 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency() 524 ra_node_remove_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_node_remove_adjacency() 538 ra_realloc_interference_graph(struct ra_graph *g, unsigned int alloc) in ra_realloc_interference_graph() 583 struct ra_graph *g; in ra_alloc_interference_graph() local 594 ra_resize_interference_graph(struct ra_graph *g, unsigned int count) in ra_resize_interference_graph() 601 void ra_set_select_reg_callback(struct ra_graph *g, in ra_set_select_reg_callback() 610 ra_set_node_class(struct ra_graph *g, in ra_set_node_class() [all …]
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A 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 …]
|