Searched refs:index (Results 1 – 17 of 17) sorted by relevance
/build/toolchain/ |
D | gcc_link_wrapper.py | 52 index = command.index(item) 55 command[index] = new_crtbegin
|
/build/lite/hb_internal/cts/ |
D | list.py | 51 for index, choice in enumerate(choices): 64 self.selected_option_index = index 75 def append(index, choice): argument 76 selected = (index == self.selected_option_index) 81 self.selected_option_index = index
|
D | cts.py | 221 for index, component in enumerate(component_list): 224 component_list[index]['deps'] = component_cls.get_real_deps() 349 index = 0 350 while index < len(ret_content): # get deps of the now_target 351 cur_line = ret_content[index] 353 index += 1 360 index += 1 365 index += 1 366 while index < len(ret_content) and \ 367 ret_content[index].count(' ') > space_now: [all …]
|
D | checkbox.py | 57 for index, choice in enumerate(choices): 68 self.pointer_index = index 79 def append(index, line): argument 86 pointed_at = (index == self.pointer_index)
|
D | common.py | 144 for index, dep_comp in enumerate(deps[node]):
|
/build/docs/ |
D | how-to-build-a-hap.md | 88 354 2009-01-01 00:00 assets/entry/resources.index ------> resources 98 41481 2009-01-01 00:00 assets/js/default/pages/index/index.js ------> js_assets
|
/build/ohos/sa_profile/sa_info_process/ |
D | sort_sa_by_bootphase.py | 134 self.sanode_start_idx = children_nodes.index(first_sa_node) 187 idx_self = systemabilities.index(systemability) 189 idx_dep = systemabilities.index(dependency) 285 index = deps_visit_cnt[cur_systemability] 286 cur_dependency = dependencies[index] 290 depend_path.index(cur_dependency) 365 self.ordered_systemability_names.index(nodename)
|
/build/tools/module_dependence/ |
D | module_deps_tree.py | 112 for index, value in enumerate(children): 113 children[index] = self.graph_tree(children[index])
|
/build/toolchain/mac/ |
D | linker_driver.py | 201 output_flag_index = full_args.index('-o') 203 output_flag_index = full_args.index('-output')
|
/build/ohos/images/mkimage/ |
D | mkimages.py | 34 index = src_dir.rfind('/') 35 root_dir = "%sroot" % src_dir[:index + 1]
|
/build/lite/hb_internal/preloader/ |
D | parse_vendor_product_config.py | 28 match = feat.index("=") 55 match = feat.index("=")
|
/build/lite/ndk/doc/ |
D | BUILD.gn | 36 outputs = [ "$root_build_dir/ndk/doc/index.html" ]
|
/build/ohos/ndk/ |
D | BUILD.gn | 113 # doxygen always generates index.html 115 ndk_docs_portal = "$ndk_docs_out_dir/index.html" 156 rebase_path(ndk_doxygen_output + "/index.html", root_build_dir),
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 894 # (index.html). This can be useful if you have a project on for instance GitHub 986 # Configuration options related to the alphabetical class index 989 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 997 # which the alphabetical index list will be split. 1004 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag 1006 # while generating the index headers. 1157 # If the GENERATE_DOCSET tag is set to YES, additional index files will be 1202 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1203 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 1211 # HTML files also contain an index, a table of contents, and you can search for [all …]
|
D | Doxyfile_C | 894 # (index.html). This can be useful if you have a project on for instance GitHub 986 # Configuration options related to the alphabetical class index 989 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 997 # which the alphabetical index list will be split. 1004 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag 1006 # while generating the index headers. 1157 # If the GENERATE_DOCSET tag is set to YES, additional index files will be 1202 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1203 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 1211 # HTML files also contain an index, a table of contents, and you can search for [all …]
|
/build/lite/config/ |
D | hap_pack.gni | 102 "--index-path",
|
/build/config/compiler/ |
D | BUILD.gn | 1694 # which lld needs in order to generate a correct GDB index. 1697 ldflags += [ "-Wl,--gdb-index" ]
|