| /external/perfetto/src/profiling/common/ |
| 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
|
| /external/mesa3d/src/gallium/auxiliary/hud/ |
| 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
|
| 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 402 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) in get_counter() 423 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter() 446 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_thread_counter_install() local
|
| D | hud_context.c | 299 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip() 327 struct hud_graph *gr; in hud_pane_accumulate_vertices() local 402 struct hud_graph *gr; in hud_pane_accumulate_vertices_simple() local 422 struct hud_graph *gr; in hud_pane_draw_colored_objects() local 621 struct hud_graph *gr; in hud_start_queries() local 639 struct hud_graph *gr, *next; in hud_stop_queries() local 835 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling() 912 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph() 946 hud_graph_add_value(struct hud_graph *gr, double value) in hud_graph_add_value() 1030 hud_graph_set_dump_file(struct hud_graph *gr) in hud_graph_set_dump_file() [all …]
|
| D | hud_cpufreq.c | 94 query_cfi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cfi_load() 127 struct hud_graph *gr; in hud_cpufreq_graph_install() local
|
| 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
|
| D | hud_sensors_temp.c | 161 query_sti_load(struct hud_graph *gr, struct pipe_context *pipe) in query_sti_load() 208 struct hud_graph *gr; in hud_sensors_temp_graph_install() local
|
| D | hud_diskstat.c | 121 query_dsi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_dsi_load() 178 struct hud_graph *gr; in hud_diskstat_graph_install() local
|
| D | hud_nic.c | 175 query_nic_load(struct hud_graph *gr, struct pipe_context *pipe) in query_nic_load() 250 struct hud_graph *gr; in hud_nic_graph_install() local
|
| /external/e2fsprogs/lib/ext2fs/ |
| 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
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | collective_param_resolver_distributed.cc | 114 [this, device, cp, cancel_mgr, done](Status s, const GroupRec* gr) { in CompleteParamsAsync() 148 [response, done](const Status& s, const GroupRec* gr) { in CompleteGroupAsync() 170 GroupRec* gr = GetCachedGroup(request->group_key()); in CompleteInstanceAsync() local 235 std::unique_ptr<GroupRec> gr(new GroupRec); in UpdateGroupCache() local 342 const GroupRec* gr, CollectiveParams* cp, in UpdateInstanceCache() 379 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceDistributed()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | collective_param_resolver_local.cc | 118 const Status& s, GroupRec* gr) { in CompleteGroupLocal() 132 GroupRec* gr = nullptr; in CompleteGroupLocal() local 512 void CollectiveParamResolverLocal::FinishGroup(GroupRec* gr) { in FinishGroup() 555 const GroupRec* gr, const CollectiveParams* cp, InstanceRec* ir) { in InitInstanceSharedParams() 600 CollectiveParamResolverLocal::GetOrCreateInstanceRec(const GroupRec* gr, in GetOrCreateInstanceRec() 646 [this, device, cp, done](const Status& s, const GroupRec* gr) { in CompleteParamsAsync() 686 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceLocal() 720 const string& device, const GroupRec* gr, CollectiveParams* cp, in CompleteInstanceFromInitializedIRec() 854 GroupRec* gr = item.second.get(); in StartAbortLocal() local
|
| /external/toybox/toys/pending/ |
| 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
|
| /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
|
| /external/aac/libSBRdec/src/ |
| D | psbitdec.cpp | 249 UCHAR gr, env; in DecodePs() local 456 UCHAR gr, env; in ReadPsData() local
|
| /external/ltp/testcases/kernel/syscalls/bind/ |
| D | bind02.c | 54 struct group *gr; in setup() local
|
| /external/openssh/ |
| D | groupaccess.c | 54 struct group *gr; in ga_init() local
|
| /external/clang/test/CodeGenCXX/ |
| D | microsoft-uuidof.cpp | 41 const GUID& gr = __uuidof(S1); variable
|
| /external/libcap/progs/old/ |
| D | sucap.c | 82 struct group *gr = getgrnam(argv[2]); in main() local
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| D | getpw_getgr.cpp | 64 T gr; in test_r() local
|
| /external/openssh/openbsd-compat/ |
| D | pwcache.c | 91 struct group *gr; in group_from_gid() local
|
| /external/toybox/toys/posix/ |
| D | tar.c | 187 struct group *gr = gr; in add_to_tar() local 534 struct group *gr = getgrnam(TT.hdr.gname); in extract_to_disk() local 683 struct group *gr = getgrnam(TT.hdr.gname); in unpack_tar() local
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | microsoft-uuidof.cpp | 55 const GUID& gr = __uuidof(S1); variable
|
| /external/libffi/testsuite/libffi.call/ |
| D | pr1172638.c | 47 RECT ar, br, dr, er, gr; in main() local
|
| /external/rust/crates/unicode-segmentation/src/ |
| D | test.rs | 84 let gr = UnicodeSegmentation::graphemes(s, true).rev().collect::<Vec<&str>>(); in test_graphemes() localVariable
|