HomeSort by relevance Sort by last modified time
    Searched refs:interfaces_info (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_interfaces_info_overall.py 33 Computed data is stored in a global variable, |interfaces_info|, and written as
38 The |interfaces_info| pickle is a *global* dependency: any changes cause a full
42 |interfaces_info| should thus only contain data about an interface that
49 |interfaces_info| is a dict, keyed by |interface_name|.
95 interfaces_info = {} variable
157 interfaces_info[interface_name].update({
172 for interface_name, interface_info in interfaces_info.iteritems():
190 interfaces_info['ancestors'] = ancestors
191 interfaces_info['callback_interfaces'] = callback_interfaces
192 interfaces_info['dictionaries'] = dictionarie
    [all...]
code_generator_v8.py 102 def __init__(self, interfaces_info, cache_dir, output_dir):
103 interfaces_info = interfaces_info or {}
104 self.interfaces_info = interfaces_info
109 idl_types.set_ancestors(interfaces_info['ancestors'])
110 IdlType.set_callback_interfaces(interfaces_info['callback_interfaces'])
111 IdlType.set_dictionaries(interfaces_info['dictionaries'])
112 IdlType.set_implemented_as_interfaces(interfaces_info['implemented_as_interfaces'])
113 IdlType.set_garbage_collected_types(interfaces_info['garbage_collected_interfaces']
    [all...]
idl_reader.py 46 def __init__(self, interfaces_info=None, outputdir=''):
48 self.interfaces_info = interfaces_info
50 if interfaces_info:
51 self.interface_dependency_resolver = InterfaceDependencyResolver(interfaces_info, self)
interface_dependency_resolver.py 54 def __init__(self, interfaces_info, reader):
58 interfaces_info:
63 self.interfaces_info = interfaces_info
107 interface_info = self.interfaces_info[interface_name]
122 self.interfaces_info[referenced_interface_name]['full_path'])
idl_compiler.py 85 code_generator=None, interfaces_info=None,
89 interfaces_info:
90 interfaces_info dict
92 interfaces_info_file: filename of pickled interfaces_info
99 interfaces_info = pickle.load(interfaces_info_file)
100 self.interfaces_info = interfaces_info
103 self.reader = IdlReader(interfaces_info, cache_directory)
122 self.code_generator = CodeGeneratorV8(self.interfaces_info,
134 self.interfaces_info, self.cache_directory, self.output_directory
    [all...]
v8_dictionary.py 92 def dictionary_impl_context(dictionary, interfaces_info):
98 'members': [member_impl_context(member, interfaces_info,
104 def member_impl_context(member, interfaces_info, header_includes):
131 header_includes.update(idl_type.impl_includes_for_type(interfaces_info))
compute_interfaces_info_individual.py 56 interfaces_info = {} variable
138 interfaces_info[interface_name] = {
165 'interfaces_info': interfaces_info,
185 # Information is stored in global variables interfaces_info and
v8_types.py 408 def impl_includes_for_type(idl_type, interfaces_info):
417 native_array_element_type, interfaces_info))
423 if base_idl_type in interfaces_info:
424 interface_info = interfaces_info[idl_type.base_type]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/
interfaces_info.target.darwin-arm.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.darwin-arm64.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.darwin-mips.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.darwin-mips64.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.darwin-x86.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.darwin-x86_64.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.linux-arm.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.linux-arm64.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.linux-mips.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.linux-mips64.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.linux-x86.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
interfaces_info.target.linux-x86_64.mk 7 LOCAL_MODULE_STEM := interfaces_info
25 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
42 .PHONY: interfaces_info
43 interfaces_info: third_party_WebKit_Source_bindings_modules_interfaces_info_gyp
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 46 from bindings.scripts.compute_interfaces_info_overall import compute_interfaces_info_overall, interfaces_info namespace
133 for value in info['interfaces_info'].itervalues():
232 interfaces_info=interfaces_info,
235 output_dir, interfaces_info=interfaces_info,
252 if (definition_name in interfaces_info and interfaces_info[definition_name]['is_dictionary']):
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
bindings_core_dictionary_impl_generated.target.darwin-arm.mk 17 $(call intermediates-dir-for,GYP,third_party_WebKit_Source_bindings_modules_interfaces_info_gyp,,,$(GYP_VAR_PREFIX))/interfaces_info.stamp
bindings_core_dictionary_impl_generated.target.darwin-arm64.mk 17 $(call intermediates-dir-for,GYP,third_party_WebKit_Source_bindings_modules_interfaces_info_gyp,,,$(GYP_VAR_PREFIX))/interfaces_info.stamp
bindings_core_dictionary_impl_generated.target.darwin-mips.mk 17 $(call intermediates-dir-for,GYP,third_party_WebKit_Source_bindings_modules_interfaces_info_gyp,,,$(GYP_VAR_PREFIX))/interfaces_info.stamp
bindings_core_dictionary_impl_generated.target.darwin-mips64.mk 17 $(call intermediates-dir-for,GYP,third_party_WebKit_Source_bindings_modules_interfaces_info_gyp,,,$(GYP_VAR_PREFIX))/interfaces_info.stamp

Completed in 164 milliseconds

1 2 3 4