Searched refs:input (Results 1 – 20 of 20) sorted by relevance
/build/ |
D | gn_helpers.py | 171 self.input = string 175 return self.cur == len(self.input) 178 while not self.IsDone() and self.input[self.cur] in ' \t\n': 203 self.input[self.cur:]) 217 if self.input[self.cur] != '=': 218 raise GNException("Unexpected token: " + self.input[self.cur:]) 233 next_char = self.input[self.cur] 245 raise GNException("Unexpected token: " + self.input[self.cur:]) 250 next_char = self.input[self.cur] 252 raise GNException("Expected an identifier: " + self.input[self.cur:]) [all …]
|
/build/ohos/ace/ |
D | ace.gni | 49 "--input", 50 rebase_path(invoker.input), 62 inputs = [ invoker.input ]
|
/build/templates/common/ |
D | delete_symbol.py | 23 shutil.copy(args.input, args.output)
|
D | copy.gni | 157 "--input",
|
/build/ohos/ |
D | write_kits_description.py | 44 with open(options.input, 'r') as file:
|
D | ohos_part.gni | 122 "--input-file",
|
D | ohos_kits.gni | 171 "--input-file",
|
/build/config/ |
D | zip.gni | 8 # List of input files relative to the current directory.
|
D | BUILDCONFIG.gn | 213 # This block lists input arguments to the build, along with their default
|
/build/templates/rust/ |
D | rust_cxx.gni | 16 "Must specify the Rust file to use as input.")
|
/build/ohos/images/ |
D | BUILD.gn | 257 "--input-path", 306 "--input-path",
|
/build/scripts/util/ |
D | build_utils.py | 736 def rebase_path(input, new_base=None, current_base="."): argument 738 return os.path.relpath(os.path.join(current_base, input), new_base) 740 return os.path.realpath(os.path.join(current_base, input))
|
/build/templates/bpf/ |
D | ohos_bpf.gni | 133 args += [ "--input-file" ]
|
/build/tools/component_tools/ |
D | kconfig | 774 config multimodalinput$$input 775 bool "input" 777 config feature$$multimodalinput$$input 780 depends on multimodalinput$$input
|
/build/ohos/sa_profile/ |
D | sa_profile.gni | 48 args = [ "--sa-input-files" ]
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 309 # to include (a tag file for) the STL sources as input, then you should set this 661 # popen()) the command command input-file, where command is the value of the 662 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided 752 # Configuration options related to the input files 784 # be searched for input files as well. 800 # from the input. 839 # searched for input files to be used with the \include or \dontinclude commands 852 # invoke to filter for each input file. Doxygen will invoke the filter program 855 # <filter> <input-file> 857 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the [all …]
|
D | Doxyfile_C | 309 # to include (a tag file for) the STL sources as input, then you should set this 661 # popen()) the command command input-file, where command is the value of the 662 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided 752 # Configuration options related to the input files 784 # be searched for input files as well. 800 # from the input. 839 # searched for input files to be used with the \include or \dontinclude commands 852 # invoke to filter for each input file. Doxygen will invoke the filter program 855 # <filter> <input-file> 857 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the [all …]
|
/build/templates/update/ |
D | module_update.gni | 223 "--input-path",
|
/build/config/compiler/ |
D | compiler.gni | 50 # value expression until after its input values such as use_gold have
|
/build/toolchain/mac/ |
D | BUILD.gn | 19 # proper input-dirty checking, but that could be expensive. Instead, use a
|