Searched refs:parent_link (Results 1 – 4 of 4) sorted by relevance
/external/python/google-api-python-client/samples/analytics/ |
D | management_v3_reference.py | 188 parent_link = webproperty.get('parentLink') 189 print('Parent link href = %s' % parent_link.get('href')) 190 print('Parent link type = %s' % parent_link.get('type')) 236 parent_link = profile.get('parentLink') 237 print('Parent link href = %s' % parent_link.get('href')) 238 print('Parent link type = %s' % parent_link.get('type')) 279 parent_link = goal.get('parentLink') 280 print('Parent link href = %s' % parent_link.get('href')) 281 print('Parent link type = %s' % parent_link.get('type'))
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 232 struct list_head parent_link; /* link in parent window list of children */ member 383 list_inithead(&window->base.parent_link); in new_shader_window() 446 list_inithead(&window->base.parent_link); in new_urb_window() 518 list_inithead(&window->base.parent_link); in new_edit_window() 619 list_inithead(&window->base.parent_link); in show_pml4_window() 651 list_add(&shader_window->base.parent_link, &window->base.children_windows); in batch_display_shader() 660 list_add(&urb_window->base.parent_link, &window->base.children_windows); in batch_display_urb() 670 list_add(&edit_window->base.parent_link, &window->base.children_windows); in batch_edit_address() 790 &window->base.children_windows, parent_link) in destroy_batch_window() 805 list_inithead(&window->base.parent_link); in new_batch_window() [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 557 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in idom_tree() 558 if (parent(parent_link->block)) { in idom_tree() 559 new_idom = (new_idom ? intersect(new_idom, parent_link->block) : in idom_tree() 560 parent_link->block); in idom_tree()
|
D | brw_fs_copy_propagation.cpp | 300 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in run() 301 bblock_t *parent = parent_link->block; in run()
|