Home
last modified time | relevance | path

Searched refs:graph (Results 1 - 25 of 346) sorted by relevance

12345678910>>...14

/third_party/skia/tests/
H A DTopoSortTest.cpp14 typedef void (*CreateGraphPF)(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph);
25 static void create_graph0(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) { in create_graph0() argument
26 ToolUtils::TopoTestNode::AllocNodes(graph, 4); in create_graph0()
28 (*graph)[0]->dependsOn((*graph)[1].get()); in create_graph0()
29 (*graph)[0]->dependsOn((*graph)[2].get()); in create_graph0()
30 (*graph)[1]->dependsOn((*graph)[3].get()); in create_graph0()
31 (*graph)[ in create_graph0()
46 create_graph1(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) create_graph1() argument
61 create_graph2(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) create_graph2() argument
84 create_graph3(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) create_graph3() argument
107 create_graph4(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) create_graph4() argument
130 create_graph5(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) create_graph5() argument
150 create_graph6(SkTArray<sk_sp<ToolUtils::TopoTestNode>>* graph) create_graph6() argument
179 SkTArray<sk_sp<ToolUtils::TopoTestNode>> graph; DEF_TEST() local
[all...]
H A DGrRenderTaskClusterTest.cpp13 typedef void (*CreateGraphPF)(SkTArray<sk_sp<GrMockRenderTask>>* graph,
35 static void create_graph0(SkTArray<sk_sp<GrMockRenderTask>>* graph, in create_graph0() argument
39 make_tasks(3, graph); in create_graph0()
41 graph->at(0)->addTarget(proxies[0]); in create_graph0()
42 graph->at(1)->addTarget(proxies[1]); in create_graph0()
43 graph->at(2)->addTarget(proxies[0]); in create_graph0()
44 graph->at(2)->addDependency(graph->at(1).get()); in create_graph0()
46 expected->push_back(graph->at(1)); in create_graph0()
47 expected->push_back(graph in create_graph0()
55 create_graph1(SkTArray<sk_sp<GrMockRenderTask>>* graph, SkTArray<sk_sp<GrMockRenderTask>>* expected) create_graph1() argument
79 create_graph2(SkTArray<sk_sp<GrMockRenderTask>>* graph, SkTArray<sk_sp<GrMockRenderTask>>* expected) create_graph2() argument
102 create_graph3(SkTArray<sk_sp<GrMockRenderTask>>* graph, SkTArray<sk_sp<GrMockRenderTask>>* expected) create_graph3() argument
131 SkTArray<sk_sp<GrMockRenderTask>> graph; DEF_TEST() local
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6apm.c43 struct audioreach_graph *graph; in q6apm_get_audioreach_graph() local
47 graph = idr_find(&apm->graph_idr, graph_id); in q6apm_get_audioreach_graph()
50 if (graph) { in q6apm_get_audioreach_graph()
51 kref_get(&graph->refcount); in q6apm_get_audioreach_graph()
52 return graph; in q6apm_get_audioreach_graph()
60 graph = kzalloc(sizeof(*graph), GFP_KERNEL); in q6apm_get_audioreach_graph()
61 if (!graph) in q6apm_get_audioreach_graph()
64 graph->apm = apm; in q6apm_get_audioreach_graph()
65 graph in q6apm_get_audioreach_graph()
94 audioreach_graph_mgmt_cmd(struct audioreach_graph *graph, uint32_t opcode) audioreach_graph_mgmt_cmd() argument
132 struct audioreach_graph *graph; q6apm_put_audioreach_graph() local
193 q6apm_graph_media_format_shmem(struct q6apm_graph *graph, struct audioreach_module_config *cfg) q6apm_graph_media_format_shmem() argument
213 q6apm_map_memory_regions(struct q6apm_graph *graph, unsigned int dir, phys_addr_t phys, size_t period_sz, unsigned int periods) q6apm_map_memory_regions() argument
269 q6apm_unmap_memory_regions(struct q6apm_graph *graph, unsigned int dir) q6apm_unmap_memory_regions() argument
301 q6apm_remove_initial_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) q6apm_remove_initial_silence() argument
313 q6apm_remove_trailing_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) q6apm_remove_trailing_silence() argument
325 q6apm_enable_compress_module(struct device *dev, struct q6apm_graph *graph, bool en) q6apm_enable_compress_module() argument
337 q6apm_set_real_module_id(struct device *dev, struct q6apm_graph *graph, uint32_t codec_id) q6apm_set_real_module_id() argument
366 q6apm_graph_media_format_pcm(struct q6apm_graph *graph, struct audioreach_module_config *cfg) q6apm_graph_media_format_pcm() argument
390 q6apm_graph_get_tx_shmem_module_iid(struct q6apm_graph *graph) q6apm_graph_get_tx_shmem_module_iid() argument
402 q6apm_graph_get_rx_shmem_module_iid(struct q6apm_graph *graph) q6apm_graph_get_rx_shmem_module_iid() argument
415 q6apm_write_async(struct q6apm_graph *graph, uint32_t len, uint32_t msw_ts, uint32_t lsw_ts, uint32_t wflags) q6apm_write_async() argument
458 q6apm_read(struct q6apm_graph *graph) q6apm_read() argument
503 struct q6apm_graph *graph = priv; graph_callback() local
610 struct q6apm_graph *graph; q6apm_graph_open() local
652 q6apm_graph_close(struct q6apm_graph *graph) q6apm_graph_close() argument
665 q6apm_graph_prepare(struct q6apm_graph *graph) q6apm_graph_prepare() argument
671 q6apm_graph_start(struct q6apm_graph *graph) q6apm_graph_start() argument
685 q6apm_graph_stop(struct q6apm_graph *graph) q6apm_graph_stop() argument
696 q6apm_graph_flush(struct q6apm_graph *graph) q6apm_graph_flush() argument
759 q6apm_find_module_by_mid(struct q6apm_graph *graph, uint32_t mid) q6apm_find_module_by_mid() argument
[all...]
H A Dq6apm.h89 void *graph; member
115 int q6apm_graph_close(struct q6apm_graph *graph);
116 int q6apm_graph_prepare(struct q6apm_graph *graph);
117 int q6apm_graph_start(struct q6apm_graph *graph);
118 int q6apm_graph_stop(struct q6apm_graph *graph);
119 int q6apm_graph_flush(struct q6apm_graph *graph);
122 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph,
125 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph,
129 int q6apm_read(struct q6apm_graph *graph);
130 int q6apm_write_async(struct q6apm_graph *graph, uint32_
[all...]
/third_party/node/deps/npm/node_modules/color-convert/
H A Droute.js15 const graph = {};
20 graph[models[i]] = {
28 return graph;
33 const graph = buildGraph();
36 graph[fromModel].distance = 0;
44 const node = graph[adjacent];
47 node.distance = graph[current].distance + 1;
54 return graph;
63 function wrapConversion(toModel, graph) {
64 const path = [graph[toMode
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A DMakefile9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/confi
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A DMakefile9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/confi
[all...]
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_graphCheck.cpp50 GraphCheckCyclic graph; in HWTEST_F() local
52 graph.AddVetexByLabel(0x12); in HWTEST_F()
53 graph.AddVetexByLabel(0x34); in HWTEST_F()
54 graph.AddEdgeByLabel(0x12, 0x34); in HWTEST_F()
55 graph.AddEdgeByLabel(0x34, 0x12); in HWTEST_F()
57 EXPECT_EQ(graph.VertexNum(), 2); in HWTEST_F()
58 EXPECT_EQ(graph.IsCyclic(), true); in HWTEST_F()
63 GraphCheckCyclic graph; in HWTEST_F() local
65 graph.AddVetexByLabel(0x12); in HWTEST_F()
66 graph in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dcall_graph_test.cpp284 const auto graph = CallGraph(context.get()); in TEST() local
286 const auto& function_in_degree = graph.GetFunctionInDegree(); in TEST()
304 const auto graph = CallGraph(context.get()); in TEST() local
307 ASSERT_EQ(graph.GetDirectCallees(2), std::set<uint32_t>({35, 48, 50})); in TEST()
308 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST()
309 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST()
310 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST()
311 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_t>({})); in TEST()
323 const auto graph = CallGraph(context.get()); in TEST() local
326 ASSERT_EQ(graph in TEST()
342 const auto graph = CallGraph(context.get()); TEST() local
365 const auto graph = CallGraph(context.get()); TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dcall_graph_test.cpp284 const auto graph = CallGraph(context.get()); in TEST() local
286 const auto& function_in_degree = graph.GetFunctionInDegree(); in TEST()
304 const auto graph = CallGraph(context.get()); in TEST() local
307 ASSERT_EQ(graph.GetDirectCallees(2), std::set<uint32_t>({35, 48, 50})); in TEST()
308 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST()
309 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST()
310 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST()
311 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_t>({})); in TEST()
323 const auto graph = CallGraph(context.get()); in TEST() local
326 ASSERT_EQ(graph in TEST()
342 const auto graph = CallGraph(context.get()); TEST() local
365 const auto graph = CallGraph(context.get()); TEST() local
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dcall_graph_test.cpp284 const auto graph = CallGraph(context.get()); in TEST() local
286 const auto& function_in_degree = graph.GetFunctionInDegree(); in TEST()
304 const auto graph = CallGraph(context.get()); in TEST() local
307 ASSERT_EQ(graph.GetDirectCallees(2), std::set<uint32_t>({35, 48, 50})); in TEST()
308 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST()
309 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST()
310 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST()
311 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_t>({})); in TEST()
323 const auto graph = CallGraph(context.get()); in TEST() local
326 ASSERT_EQ(graph in TEST()
342 const auto graph = CallGraph(context.get()); TEST() local
365 const auto graph = CallGraph(context.get()); TEST() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dpthread.c36 AVFilterGraph *graph; member
62 ThreadContext *c = ctx->graph->internal->thread; in thread_execute()
83 int ff_graph_thread_init(AVFilterGraph *graph) in ff_graph_thread_init() argument
87 if (graph->nb_threads == 1) { in ff_graph_thread_init()
88 graph->thread_type = 0; in ff_graph_thread_init()
92 graph->internal->thread = av_mallocz(sizeof(ThreadContext)); in ff_graph_thread_init()
93 if (!graph->internal->thread) in ff_graph_thread_init()
96 ret = thread_init_internal(graph->internal->thread, graph->nb_threads); in ff_graph_thread_init()
98 av_freep(&graph in ff_graph_thread_init()
110 ff_graph_thread_free(AVFilterGraph *graph) ff_graph_thread_free() argument
[all...]
H A Davfiltergraph.c70 void ff_graph_thread_free(AVFilterGraph *graph) in ff_graph_thread_free() argument
74 int ff_graph_thread_init(AVFilterGraph *graph) in ff_graph_thread_init() argument
76 graph->thread_type = 0; in ff_graph_thread_init()
77 graph->nb_threads = 1; in ff_graph_thread_init()
101 void ff_filter_graph_remove_filter(AVFilterGraph *graph, AVFilterContext *filter) in ff_filter_graph_remove_filter() argument
104 for (i = 0; i < graph->nb_filters; i++) { in ff_filter_graph_remove_filter()
105 if (graph->filters[i] == filter) { in ff_filter_graph_remove_filter()
106 FFSWAP(AVFilterContext*, graph->filters[i], in ff_filter_graph_remove_filter()
107 graph->filters[graph in ff_filter_graph_remove_filter()
119 avfilter_graph_free(AVFilterGraph **graph) avfilter_graph_free() argument
160 avfilter_graph_set_auto_convert(AVFilterGraph *graph, unsigned flags) avfilter_graph_set_auto_convert() argument
165 avfilter_graph_alloc_filter(AVFilterGraph *graph, const AVFilter *filter, const char *name) avfilter_graph_alloc_filter() argument
207 graph_check_validity(AVFilterGraph *graph, void *log_ctx) graph_check_validity() argument
245 graph_config_links(AVFilterGraph *graph, void *log_ctx) graph_config_links() argument
262 graph_check_links(AVFilterGraph *graph, void *log_ctx) graph_check_links() argument
283 avfilter_graph_get_filter(AVFilterGraph *graph, const char *name) avfilter_graph_get_filter() argument
406 query_formats(AVFilterGraph *graph, void *log_ctx) query_formats() argument
771 reduce_formats(AVFilterGraph *graph) reduce_formats() argument
829 swap_samplerates(AVFilterGraph *graph) swap_samplerates() argument
965 swap_channel_layouts(AVFilterGraph *graph) swap_channel_layouts() argument
1033 swap_sample_fmts(AVFilterGraph *graph) swap_sample_fmts() argument
1042 pick_formats(AVFilterGraph *graph) pick_formats() argument
1097 graph_config_formats(AVFilterGraph *graph, void *log_ctx) graph_config_formats() argument
1125 graph_config_pointers(AVFilterGraph *graph, void *log_ctx) graph_config_pointers() argument
1184 avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) avfilter_graph_send_command() argument
1214 avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *command, const char *arg, int flags, double ts) avfilter_graph_queue_command() argument
1245 heap_bubble_up(AVFilterGraph *graph, AVFilterLink *link, int index) heap_bubble_up() argument
1264 heap_bubble_down(AVFilterGraph *graph, AVFilterLink *link, int index) heap_bubble_down() argument
1288 ff_avfilter_graph_update_heap(AVFilterGraph *graph, AVFilterLink *link) ff_avfilter_graph_update_heap() argument
1294 avfilter_graph_request_oldest(AVFilterGraph *graph) avfilter_graph_request_oldest() argument
1339 ff_filter_graph_run_once(AVFilterGraph *graph) ff_filter_graph_run_once() argument
[all...]
/third_party/skia/src/gpu/
H A DGrTTopoSort.h16 void GrTTopoSort_CheckAllUnmarked(const SkTArray<sk_sp<T>>& graph) { in GrTTopoSort_CheckAllUnmarked() argument
17 for (int i = 0; i < graph.count(); ++i) { in GrTTopoSort_CheckAllUnmarked()
18 SkASSERT(!Traits::IsTempMarked(graph[i].get())); in GrTTopoSort_CheckAllUnmarked()
19 SkASSERT(!Traits::WasOutput(graph[i].get())); in GrTTopoSort_CheckAllUnmarked()
24 void GrTTopoSort_CleanExit(const SkTArray<sk_sp<T>>& graph) { in GrTTopoSort_CleanExit() argument
25 for (int i = 0; i < graph.count(); ++i) { in GrTTopoSort_CleanExit()
26 SkASSERT(!Traits::IsTempMarked(graph[i].get())); in GrTTopoSort_CleanExit()
27 SkASSERT(Traits::WasOutput(graph[i].get())); in GrTTopoSort_CleanExit()
28 SkASSERT(Traits::GetIndex(graph[i].get()) == (uint32_t) i); in GrTTopoSort_CleanExit()
63 // Topologically sort the nodes in 'graph'
85 GrTTopoSort(SkTArray<sk_sp<T>>* graph) GrTTopoSort() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-repacker.cc75 graph_t graph (overflowing.object_graph ()); in run_resolve_overflow_test()
791 graph_t graph (c.object_graph ()); in test_sort_kahn_1()
792 graph.sort_kahn (); in test_sort_kahn_1()
794 assert(strncmp (graph.object (3).head, "abc", 3) == 0); in test_sort_kahn_1()
795 assert(graph.object (3).links.length == 2); in test_sort_kahn_1()
796 assert(graph.object (3).links[0].objidx == 2); in test_sort_kahn_1()
797 assert(graph.object (3).links[1].objidx == 1); in test_sort_kahn_1()
799 assert(strncmp (graph.object (2).head, "def", 3) == 0); in test_sort_kahn_1()
800 assert(graph.object (2).links.length == 1); in test_sort_kahn_1()
801 assert(graph in test_sort_kahn_1()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java23 import com.google.common.graph.ValueGraph;
34 * Flattens an NFA graph of simple edges into a composite edge which represents all the same
41 * Flattens the given NFA graph into a single composite edge composed of concatenation and
44 public static Edge flatten(ValueGraph<Node, SimpleEdge> graph) { in flatten() argument
45 return new NfaFlattener(graph).flatten(); in flatten()
50 * in the NFA graph. Path followers may be joined (if they point at the same node) but can only
61 /** A composite edge representing everything up to the target node in the current sub-graph. */
65 // The graph being flattened.
66 private final ValueGraph<Node, SimpleEdge> graph; field in NfaFlattener
70 private NfaFlattener(ValueGraph<Node, SimpleEdge> graph) { in NfaFlattener() argument
178 nodeOrdering(ValueGraph<Node, ?> graph) nodeOrdering() argument
185 recursivelySetMaxPathLength( Node node, int length, ValueGraph<Node, ?> graph, Map<Node, Integer> map) recursivelySetMaxPathLength() argument
[all...]
H A DRangeTreeConverter.java21 import com.google.common.graph.ElementOrder;
22 import com.google.common.graph.MutableValueGraph;
23 import com.google.common.graph.ValueGraph;
24 import com.google.common.graph.ValueGraphBuilder;
34 * Converts DFA {@link RangeTree}s to NFA {@link ValueGraph}s. The resulting graph has almost
47 * Returns the directed NFA graph representation of a {@link RangeTree}. The returned graph is
49 * for the initial and terminal nodes which are always present in the graph.
54 return visitor.graph; in toNfaGraph()
58 private final MutableValueGraph<Node, SimpleEdge> graph field in RangeTreeConverter.NfaVisitor
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc9 #include "src/compiler/graph.h"
25 Graph* graph, MachineOperatorBuilder* machine, in Int64Lowering()
30 graph_(graph), in Int64Lowering()
34 state_(graph->NodeCount(), State::kUnvisited), in Int64Lowering()
38 placeholder_(graph->NewNode(common->Dead())), in Int64Lowering()
40 DCHECK_NOT_NULL(graph); in Int64Lowering()
41 DCHECK_NOT_NULL(graph->end()); in Int64Lowering()
42 replacements_ = zone->NewArray<Replacement>(graph->NodeCount()); in Int64Lowering()
43 memset(replacements_, 0, sizeof(Replacement) * graph->NodeCount()); in Int64Lowering()
50 stack_.push_back({graph() in LowerGraph()
24 Int64Lowering( Graph* graph, MachineOperatorBuilder* machine, CommonOperatorBuilder* common, SimplifiedOperatorBuilder* simplified, Zone* zone, Signature<MachineRepresentation>* signature, std::unique_ptr<Int64LoweringSpecialCase> special_case) Int64Lowering() argument
[all...]
H A Dgraph-assembler.cc5 #include "src/compiler/graph-assembler.h"
9 #include "src/compiler/graph-reducer.h"
78 return AddNode(graph()->NewNode( in UniqueIntPtrConstant()
112 graph()->NewNode(common()->Parameter(index), graph()->start())); in Parameter()
120 return AddNode(graph()->NewNode(machine()->LoadFramePointer())); in LoadFramePointer()
146 return AddNode(graph()->NewNode(machine()->Name(), input)); \
153 return AddNode(graph()->NewNode(machine()->Name(), left, right)); \
161 graph()->NewNode(machine()->Name(), left, right, control())); \
196 return AddNode(graph() in Float64RoundDown()
[all...]
H A Dbasic-block-instrumentor.cc11 #include "src/compiler/graph.h"
55 OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, in Instrument()
77 CommonOperatorBuilder common(graph->zone()); in Instrument()
78 MachineOperatorBuilder machine(graph->zone()); in Instrument()
90 counters_array = graph->NewNode(common.HeapConstant(Handle<HeapObject>::New( in Instrument()
93 counters_array = graph->NewNode(PointerConstant(&common, data->counts())); in Instrument()
95 Node* zero = graph->NewNode(common.Int32Constant(0)); in Instrument()
96 Node* one = graph->NewNode(common.Int32Constant(1)); in Instrument()
113 graph->NewNode(IntPtrConstant(&common, offset_to_counter_value)); in Instrument()
115 graph in Instrument()
54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument
[all...]
H A Djs-typed-lowering.cc14 #include "src/compiler/graph-assembler.h"
15 #include "src/compiler/js-graph.h"
136 Node* left_input = graph()->NewNode(simplified()->CheckReceiver(), left(), in CheckLeftInputToReceiver()
145 graph()->NewNode(simplified()->CheckReceiverOrNullOrUndefined(), left(), in CheckLeftInputToReceiverOrNullOrUndefined()
159 Node* right_input = graph()->NewNode(simplified()->CheckReceiver(), in CheckInputsToReceiver()
175 graph()->NewNode(simplified()->CheckReceiverOrNullOrUndefined(), in CheckInputsToReceiverOrNullOrUndefined()
184 Node* left_input = graph()->NewNode(simplified()->CheckSymbol(), left(), in CheckLeftInputToSymbol()
198 Node* right_input = graph()->NewNode(simplified()->CheckSymbol(), right(), in CheckInputsToSymbol()
211 graph()->NewNode(simplified()->CheckString(FeedbackSource()), left(), in CheckInputsToString()
218 graph() in CheckInputsToString()
398 Graph* graph() const { return lowering_->graph(); } graph() function in v8::internal::compiler::final
2459 Graph* JSTypedLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSTypedLowering
[all...]
H A Dall-nodes.cc7 #include "src/compiler/graph.h"
13 AllNodes::AllNodes(Zone* local_zone, const Graph* graph, bool only_inputs) in AllNodes() argument
15 is_reachable_(graph->NodeCount(), false, local_zone), in AllNodes()
17 Mark(local_zone, graph->end(), graph); in AllNodes()
20 AllNodes::AllNodes(Zone* local_zone, Node* end, const Graph* graph, in AllNodes() argument
23 is_reachable_(graph->NodeCount(), false, local_zone), in AllNodes()
25 Mark(local_zone, end, graph); in AllNodes()
28 void AllNodes::Mark(Zone* local_zone, Node* end, const Graph* graph) { in Mark() argument
29 DCHECK_LT(end->id(), graph in Mark()
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaBuilder.java23 import com.google.common.graph.MutableValueGraph;
24 import com.google.common.graph.ValueGraph;
25 import com.google.common.graph.ValueGraphBuilder;
31 private final MutableValueGraph<Node, SimpleEdge> graph = field in NfaBuilder
33 // The last node added to the graph.
36 /** Creates a new mutable NFA graph. */
38 graph.addNode(INITIAL); in NfaBuilder()
39 graph.addNode(TERMINAL); in NfaBuilder()
44 * Returns an unmodifiable view of the underlying graph (not a snapshot). If the builder is
47 public ValueGraph<Node, SimpleEdge> graph() { in graph() method in NfaBuilder
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTerritoryContainment.java26 * Territory containment graph. This is built from CLDR supplemental data and
28 * such as {@code "016"}. The root node of the graph is {@code "001"}.
41 // The world region must be the only root in the graph.
50 // Directed, acyclic containment graph. Maps each territory to its direct contents. in getContainment()
53 SortedSetMultimap<String, String> graph = TreeMultimap.create(); in getContainment()
57 graph.putAll(v.get(TYPE), LIST_SPLITTER.split(v.get(CONTAINS))); in getContainment()
60 return new TerritoryContainment(ImmutableSetMultimap.copyOf(graph)); in getContainment()
66 private TerritoryContainment(ImmutableSetMultimap<String, String> graph) { in TerritoryContainment() argument
68 graph.values().forEach( in TerritoryContainment()
69 r -> checkArgument(REGION.matcher(r).matches(), "bad region '%s' in: %s", r, graph)); in TerritoryContainment()
95 resolve( String region, SetMultimap<String, String> graph, SetMultimap<String, String> resolved) resolve() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dgraph_test.cpp22 #include "graph.h"
73 Graph graph(vextexNum, {}); in HWTEST_F()
75 graph.AddEdge(edges[i][0], edges[i][1]); in HWTEST_F()
77 bool isDAGFlag = graph.DfsUnconnectedGraph([&](uint32_t currNode) -> bool in HWTEST_F()
95 Graph graph(vextexNum, {}); in HWTEST_F()
97 graph.AddEdge(edges[i][0], edges[i][1]); in HWTEST_F()
99 bool isDAGFlag = graph.DfsUnconnectedGraph([&](uint32_t currNode) -> bool in HWTEST_F()
118 Graph graph(vextexNum, {}); in HWTEST_F()
120 graph.AddEdge(edges[i][0], edges[i][1]); in HWTEST_F()
122 bool isDAGFlag = graph in HWTEST_F()
[all...]

Completed in 13 milliseconds

12345678910>>...14