Home
last modified time | relevance | path

Searched refs:index (Results 1 – 17 of 17) sorted by relevance

/build/toolchain/
Dgcc_link_wrapper.py52 index = command.index(item)
55 command[index] = new_crtbegin
/build/lite/hb_internal/cts/
Dlist.py51 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
Dcts.py221 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 …]
Dcheckbox.py57 for index, choice in enumerate(choices):
68 self.pointer_index = index
79 def append(index, line): argument
86 pointed_at = (index == self.pointer_index)
Dcommon.py144 for index, dep_comp in enumerate(deps[node]):
/build/docs/
Dhow-to-build-a-hap.md88 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/
Dsort_sa_by_bootphase.py134 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/
Dmodule_deps_tree.py112 for index, value in enumerate(children):
113 children[index] = self.graph_tree(children[index])
/build/toolchain/mac/
Dlinker_driver.py201 output_flag_index = full_args.index('-o')
203 output_flag_index = full_args.index('-output')
/build/ohos/images/mkimage/
Dmkimages.py34 index = src_dir.rfind('/')
35 root_dir = "%sroot" % src_dir[:index + 1]
/build/lite/hb_internal/preloader/
Dparse_vendor_product_config.py28 match = feat.index("=")
55 match = feat.index("=")
/build/lite/ndk/doc/
DBUILD.gn36 outputs = [ "$root_build_dir/ndk/doc/index.html" ]
/build/ohos/ndk/
DBUILD.gn113 # 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/
DDoxyfile_CPP894 # (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 …]
DDoxyfile_C894 # (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/
Dhap_pack.gni102 "--index-path",
/build/config/compiler/
DBUILD.gn1694 # which lld needs in order to generate a correct GDB index.
1697 ldflags += [ "-Wl,--gdb-index" ]