Home
last modified time | relevance | path

Searched refs:output_paths (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/build/android/gyp/
Djava_cpp_enum.py146 output_paths = []
153 output_paths.append(output_path)
157 return output_paths
207 def AssertFilesList(output_paths, assert_files_list): argument
208 actual = set(output_paths)
229 output_paths = DoGenerate(options, args)
232 AssertFilesList(output_paths, options.assert_files_list)
234 return " ".join(output_paths)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dsample_profiler.py87 output_paths = []
89 output_paths.append(single_process.CollectProfile())
90 return output_paths
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dcode_generator_v8.py134 def output_paths(self, definition_name): member in CodeGeneratorV8
174 header_path, cpp_path = self.output_paths(interface_name)
190 header_path, cpp_path = self.output_paths(dictionary_name)
201 def output_paths(self, definition_name, interface_info): member in CodeGeneratorDictionaryImpl
219 header_path, cpp_path = self.output_paths(