/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | graph.rs | 76 let mut gr = Graph::new(); in dfs() localVariable 102 let mut gr = Graph::new(); in dfs_order() localVariable 131 let mut gr = Graph::new(); in bfs() localVariable 170 let mut gr = Graph::new(); in selfloop() localVariable 191 let mut gr = Graph::new(); in cyclic() localVariable 227 let mut gr = Graph::new_undirected(); in bipartite() localVariable 256 let mut gr = Graph::new_undirected(); in bipartite() localVariable 297 let mut gr = Graph::new(); in multi() localVariable 307 let mut gr = Graph::new(); in iter_multi_edges() localVariable 337 let mut gr = Graph::new_undirected(); in iter_multi_undirected_edges() localVariable [all …]
|
D | stable_graph.rs | 69 let mut gr = scc_graph(); in clear_edges() localVariable 90 let mut gr: StableGraph<(), ()> = StableGraph::from_edges(&[ in scc_graph() localVariable 113 let gr = scc_graph(); in test_scc() localVariable 129 let gr = scc_graph(); in test_tarjan_scc() localVariable 146 let mut gr = StableGraph::default(); in make_graph() localVariable 180 let gr = make_graph::<Directed>(); in test_edges_directed() localVariable 189 let gr = make_graph::<Directed>(); in test_edge_references() localVariable 195 let gr = make_graph::<Undirected>(); in test_edges_undirected() localVariable 207 let gr = make_graph::<Directed>(); in test_edge_iterators_directed() localVariable 244 let gr = make_graph::<Undirected>(); in test_edge_iterators_undir() localVariable [all …]
|
D | graphmap.rs | 17 let mut gr = UnGraphMap::new(); in simple() localVariable 65 let mut gr = DiGraphMap::new(); in edges_directed() localVariable 154 let mut gr = UnGraphMap::default(); in dfs() localVariable 192 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable 213 let gr = in from_edges() localVariable 219 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable 240 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable 278 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable 300 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable 330 let mut gr: Graph<u32, u32, Directed> = Graph::new(); in test_from_graph() localVariable [all …]
|
D | list.rs | 68 let mut gr = List::new(); in scc_graph() localVariable 94 let gr = scc_graph(); in test_tarjan_scc() localVariable 109 let mut gr = List::new(); in make_graph() localVariable 140 let gr = make_graph(); in test_edges_directed() localVariable 150 let mut gr = make_graph(); in test_edge_references() localVariable 173 let gr = make_graph(); in test_edge_iterators() localVariable 218 let gr = scc_graph(); in test_node_references() localVariable 243 let mut gr = List::new(); in dot() localVariable
|
D | quickcheck.rs | 586 let mut gr = Graph::with_capacity(nodes, edges); in arbitrary() localVariable 610 let gr = self_.0.filter_map( in shrink() localVariable 922 let mut gr = gr; localVariable 939 let gr = gr; localVariable 955 let mut gr = gr; localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpu.c | 231 query_cpu_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cpu_load() 269 struct hud_graph *gr; in hud_cpu_graph_install() local 326 query_api_thread_busy_status(struct hud_graph *gr, struct pipe_context *pipe) in query_api_thread_busy_status() 370 struct hud_graph *gr; in hud_thread_busy_install() local 401 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) in get_counter() 434 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter() 454 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_thread_counter_install() local
|
H A D | hud_context.c | 326 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip() 354 struct hud_graph *gr; in hud_pane_accumulate_vertices() local 429 struct hud_graph *gr; in hud_pane_accumulate_vertices_simple() local 449 struct hud_graph *gr; in hud_pane_draw_colored_objects() local 675 struct hud_graph *gr; in hud_start_queries() local 693 struct hud_graph *gr, *next; in hud_stop_queries() local 889 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling() 966 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph() 1000 hud_graph_add_value(struct hud_graph *gr, double value) in hud_graph_add_value() 1081 hud_graph_set_dump_file(struct hud_graph *gr, const char *hud_dump_dir, in hud_graph_set_dump_file() [all …]
|
H A D | hud_fps.c | 42 query_fps(struct hud_graph *gr, struct pipe_context *pipe) in query_fps() 78 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_fps_graph_install() local 105 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_frametime_graph_install() local
|
H A D | hud_driver_query.c | 294 begin_query(struct hud_graph *gr, struct pipe_context *pipe) in begin_query() 304 query_new_value(struct hud_graph *gr, struct pipe_context *pipe) in query_new_value() 379 struct hud_graph *gr; in hud_pipe_query_install() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | quickcheck.rs | 46 let mut gr = Graph::with_capacity(nodes, edges); in arbitrary() localVariable 69 let gr = self_.filter_map( in shrink() localVariable 114 let mut gr = StableGraph::with_capacity(nodes, edges); in arbitrary() localVariable 149 let gr = self_.filter_map( in shrink() localVariable 197 let mut gr = GraphMap::with_capacity(nodes.len(), edges); in arbitrary() localVariable
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | pgen.c | 107 nfagrammar *gr; in newnfagrammar() local 121 freenfagrammar(nfagrammar *gr) in freenfagrammar() 132 addnfa(nfagrammar *gr, char *name) in addnfa() 164 nfagrammar *gr; in metacompile() local 181 compile_rule(nfagrammar *gr, node *n) in compile_rule() 398 makedfa(nfagrammar *gr, nfa *nf, dfa *d) in makedfa() 651 maketables(nfagrammar *gr) in maketables() 681 nfagrammar *gr; in pgen() local
|
/aosp_15_r20/external/perfetto/src/profiling/common/ |
H A D | profiler_guardrails_unittest.cc | 45 ProfilerCpuGuardrails gr(f.ReleaseFD()); in TEST() local 65 ProfilerCpuGuardrails gr(f.ReleaseFD()); in TEST() local 94 ProfilerMemoryGuardrails gr(f.ReleaseFD()); in TEST() local 122 ProfilerMemoryGuardrails gr(f.ReleaseFD()); in TEST() local
|
/aosp_15_r20/external/mesa3d/src/util/u_gralloc/ |
H A D | u_gralloc_cros_api.c | 54 struct cros_gralloc *gr = (struct cros_gralloc *)gralloc; in cros_get_buffer_info() local 77 struct cros_gralloc *gr = (struct cros_gralloc *)gralloc; in cros_get_front_rendering_usage() local 94 struct cros_gralloc *gr = (struct cros_gralloc *)gralloc; in destroy() local 106 struct cros_gralloc *gr = CALLOC_STRUCT(cros_gralloc); in u_gralloc_cros_api_create() local
|
H A D | u_gralloc_qcom.c | 53 struct qcom_gralloc *gr = (struct qcom_gralloc *)gralloc; in fallback_gralloc_get_yuv_info() local 87 struct qcom_gralloc *gr = (struct qcom_gralloc *)gralloc; in get_buffer_info() local 140 struct qcom_gralloc *gr = (struct qcom_gralloc *)gralloc; in destroy() local 158 struct qcom_gralloc *gr = CALLOC_STRUCT(qcom_gralloc); in u_gralloc_qcom_create() local
|
H A D | u_gralloc_libdrm.c | 40 struct libdrm_gralloc *gr = (struct libdrm_gralloc *)gralloc; in get_buffer_info() local 64 struct libdrm_gralloc *gr = (struct libdrm_gralloc *)gralloc; in destroy() local 79 struct libdrm_gralloc *gr = CALLOC_STRUCT(libdrm_gralloc); in u_gralloc_libdrm_create() local
|
H A D | u_gralloc_fallback.c | 49 struct fallback_gralloc *gr = (struct fallback_gralloc *)gralloc; in fallback_gralloc_get_yuv_info() local 165 struct fallback_gralloc *gr = (struct fallback_gralloc *)gralloc; in destroy() local 178 struct fallback_gralloc *gr = CALLOC_STRUCT(fallback_gralloc); in u_gralloc_fallback_create() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/benches/ |
D | graphmap.rs | 35 let mut gr = GraphMap::new(); in test_graph() localVariable 55 let gr = test_graph::<$hasher>(&data); localVariable 77 let gr = test_graph::<std::hash::RandomState>(&data); in graphmap_parallel_bench() localVariable
|
D | matrix_graph.rs | 69 let mut gr = MatrixGraph::new(); in add_edges_from_root() localVariable 82 let mut gr = MatrixGraph::new(); in add_adjacent_edges() localVariable 155 let mut gr = MatrixGraph::default(); in parse_matrix() localVariable
|
/aosp_15_r20/external/musl/src/passwd/ |
H A D | getgr_r.c | 6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct gr… in getgr_r() 41 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) in getgrnam_r() 46 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgrgid_r()
|
/aosp_15_r20/external/trusty/musl/src/passwd/ |
D | getgr_r.c | 6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct gr… in getgr_r() 41 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) in getgrnam_r() 46 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgrgid_r()
|
/aosp_15_r20/external/libwebsockets/lib/plat/unix/ |
H A D | unix-caps.c | 73 struct group gr; local 120 struct group gr; local 170 struct group gr; local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | alloc_tables.c | 158 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() local 191 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk); in ext2fs_allocate_group_table() local 233 int gr = ext2fs_group_of_blk2(fs, blk); in ext2fs_allocate_group_table() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | ipcs.c | 154 struct group *gr; in shm_array() local 256 struct group *gr; in sem_array() local 343 struct group *gr; in msg_array() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/user/unix/ |
H A D | groupinfo.c | 36 struct group *gr; in apr_gid_name_get() local 64 struct group *gr; in apr_gid_get() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | collective_param_resolver_local.cc | 137 GroupRec* gr = nullptr; in CompleteGroupLocal() local 488 void CollectiveParamResolverLocal::FinishGroup(GroupRec* gr) { in FinishGroup() 504 GroupRec* gr = nullptr; in CancelGroup() local 872 GroupRec* gr = item.second.get(); in StartAbortLocal() local
|