/external/autotest/scheduler/ |
D | host_scheduler.py | 125 parent_id = queue_entry.job.parent_job_id 126 if not parent_id: 128 if self.hosts_to_suites.get(queue_entry.host_id, None) == parent_id: 131 parent_id, queue_entry.host.hostname) 133 num_hosts = self.suite_host_num.get(parent_id, 0) 134 self.suite_host_num[parent_id] = num_hosts + 1 135 self.hosts_to_suites[queue_entry.host_id] = parent_id 137 parent_id, queue_entry.host.hostname, 138 self.suite_host_num[parent_id]) 174 for parent_id in suite_job_ids: [all …]
|
D | rdb_utils.py | 144 parent_id = host_request.parent_job_id 146 if parent_id: 147 min_duts = self.min_duts_map.get(parent_id, 0) 149 self.min_duts_map[parent_id] = max(0, min_duts - to_acquire)
|
D | rdb_lib.py | 54 parent_id = queue_entry.job.parent_job_id 55 min_duts = self._suite_min_duts.get(parent_id, 0) if parent_id else 0
|
/external/libmtp/examples/ |
D | sendfile.c | 57 uint32_t parent_id = 0; in sendfile_function() local 67 parent_id = parse_path (to_path,files,folders); in sendfile_function() 68 if (parent_id == -1) { in sendfile_function() 77 genfile->parent_id = parent_id; in sendfile_function()
|
D | sendtr.c | 170 uint32_t parent_id = 0; in sendtrack_function() local 183 parent_id = parse_path (parent,files,folders); in sendtrack_function() 184 if (parent_id == -1) { in sendtrack_function() 320 trackmeta->parent_id = parent_id; in sendtrack_function()
|
D | pathutils.c | 93 uint32_t parent_id = lookup_folder_id(folders,parent,""); in parse_path() local 98 if (file->parent_id == parent_id) { in parse_path()
|
D | albums.c | 29 printf(" Parent ID: %d\n",album->parent_id); in dump_albuminfo()
|
D | newplaylist.c | 93 playlist->parent_id = 0; in main()
|
D | playlists.c | 32 printf(" Parent ID: %d\n", pl->parent_id); in dump_plinfo()
|
D | emptyfolders.c | 36 if(file->parent_id == folderlist->folder_id) { // folder has a child in prune_empty_folders()
|
D | files.c | 44 printf(" Parent ID: %u\n", file->parent_id); in dump_fileinfo()
|
D | albumart.c | 136 album->parent_id = 0;
|
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
D | perf_to_tracing.py | 76 self.parent_id = 0 90 if self.parent_id: 91 node_dict['parent'] = self.parent_id 187 new_node.parent_id = stack_frame.stack_id
|
/external/iproute2/tc/ |
D | tc_class.c | 32 __u32 parent_id; member 166 static void graph_node_add(__u32 parent_id, __u32 id, void *data, in graph_node_add() argument 173 node->parent_id = parent_id; in graph_node_add() 181 if (parent_id == TC_H_ROOT) in graph_node_add() 240 if (cls->id == child->parent_id) { in graph_cls_show()
|
/external/clang/utils/analyzer/ |
D | ubiviz | 43 parent_id = data[2] 44 G.new_vertex_style_w_id(style_id, parent_id)
|
/external/libmtp/src/ |
D | playlist-spl.c | 127 pl->parent_id = oi->ParentObject; in spl_to_playlist_t() 222 f->parent_id = pl->parent_id; in playlist_t_to_spl() 695 uint32_t id = files->parent_id; in discover_filepath_from_id() 754 if( (files->parent_id == id) && in discover_id_from_filepath() 799 *id = f->parent_id; in find_folder_name() 819 else if( (folders->parent_id == parent) && in find_folder_id()
|
D | libmtp.h | 613 uint32_t parent_id; /**< ID of parent folder */ member 627 uint32_t parent_id; /**< ID of parent folder */ member 656 uint32_t parent_id; /**< ID of parent folder */ member 669 uint32_t parent_id; /**< ID of parent folder */ member 685 uint32_t parent_id; /**< ID of parent folder */ member
|
D | libmtp.c | 2332 file->parent_id = ob->oi.ParentObject; in obj2file() 3826 new->parent_id = 0; in LIBMTP_new_file_t() 3940 file->parent_id = ob->oi.ParentObject; in LIBMTP_Get_Filelisting_With_Callback() 4080 file->parent_id = ob->oi.ParentObject; in LIBMTP_Get_Filemetadata() 4170 new->parent_id = 0; in LIBMTP_new_track_t() 4504 track->parent_id = ob->oi.ParentObject; in LIBMTP_Get_Tracklisting_With_Callback() 4612 track->parent_id = ob->oi.ParentObject; in LIBMTP_Get_Trackmetadata() 5118 filedata.parent_id = metadata->parent_id; 5142 metadata->parent_id = filedata.parent_id; 5215 filedata.parent_id = metadata->parent_id; [all …]
|
D | libmtp.h.in | 611 uint32_t parent_id; /**< ID of parent folder */ member 625 uint32_t parent_id; /**< ID of parent folder */ member 654 uint32_t parent_id; /**< ID of parent folder */ member 667 uint32_t parent_id; /**< ID of parent folder */ member 683 uint32_t parent_id; /**< ID of parent folder */ member
|
/external/v8/src/ |
D | compiler.h | 87 InlinedFunctionInfo(int parent_id, SourcePosition inline_position, in InlinedFunctionInfo() 89 : parent_id(parent_id), in InlinedFunctionInfo() 93 int parent_id; member
|
/external/cros/system_api/dbus/ |
D | mtp_file_entry.proto | 16 optional uint32 parent_id = 2; field
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-internal.h | 901 #define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ argument 916 (parent_id), \
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-internal.h | 1136 #define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ 1151 (parent_id), \
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 1136 #define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ 1151 (parent_id), \
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1233 #define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ 1248 (parent_id), \
|