HomeSort by relevance Sort by last modified time
    Searched refs:interface_name (Results 26 - 50 of 214) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_dependencies.py 106 def get_implemented_interfaces_from_idl(file_contents, interface_name):
110 if match.group(1) != interface_name:
111 raise IdlBadFilenameError("Identifier on the left of the 'implements' statement should be %s in %s.idl, but found %s" % (interface_name, interface_name, match.group(1)))
143 def generate_constructor_attribute_list(interface_name, extended_attributes):
157 attribute_string = 'attribute %(interface_name)sConstructor %(interface_name)s' % {'interface_name': interface_name}
168 attribute_string = 'attribute %sConstructorConstructor %s' % (interface_name, constructor_name
    [all...]
idl_compiler.py 91 def write_json_and_pickle(definitions, interface_name, output_directory):
93 json_basename = interface_name + '.json'
97 pickle_basename = interface_name + '.pkl'
107 interface_name, _ = os.path.splitext(basename)
116 code_generator = code_generator_v8.CodeGeneratorV8(definitions, interface_name, options.output_directory, relative_dir_posix, options.idl_directories, verbose)
123 write_json_and_pickle(definitions, interface_name, output_directory)
  /external/chromium_org/base/ios/
device_util.h 49 // Returns the MAC address of the interface with name |interface_name|.
50 std::string GetMacAddress(const std::string& interface_name);
  /external/chromium_org/ppapi/api/
ppp.idl 107 * @param[in] interface_name A pointer to a "PPP" (plugin) interface name.
113 PP_EXPORT const void* PPP_GetInterface(const char* interface_name);
139 typedef interface_t PP_GetInterface_Func([in] str_t interface_name);
  /external/chromium_org/ppapi/cpp/dev/
graphics_2d_dev.cc 14 template <> const char* interface_name<PPB_Graphics2D_Dev>() { function in namespace:pp::__anon11721
memory_dev.cc 15 template <> const char* interface_name<PPB_Memory_Dev>() { function in namespace:pp::__anon11723
view_dev.cc 14 template <> const char* interface_name<PPB_View_Dev>() { function in namespace:pp::__anon11735
  /external/chromium_org/ppapi/cpp/
instance.h 536 /// @param[in] interface_name The name of the interface to associate with the
539 void AddPerInstanceObject(const std::string& interface_name, void* object);
545 /// @param[in] interface_name The name of the interface to associate with the
548 void RemovePerInstanceObject(const std::string& interface_name, void* object);
554 const std::string& interface_name,
564 /// @param[in] interface_name The name of the interface to associate with the
567 const std::string& interface_name);
mouse_cursor.cc 13 template <> const char* interface_name<PPB_MouseCursor_1_0>() { function in namespace:pp::__anon11755
module.cc 162 const void* Module::GetPluginInterface(const char* interface_name) {
163 if (strcmp(interface_name, PPP_INPUT_EVENT_INTERFACE) == 0)
165 if (strcmp(interface_name, PPP_INSTANCE_INTERFACE) == 0)
167 if (strcmp(interface_name, PPP_MESSAGING_INTERFACE) == 0)
172 std::string(interface_name));
179 const void* Module::GetBrowserInterface(const char* interface_name) {
180 return get_browser_interface_(interface_name);
190 void Module::AddPluginInterface(const std::string& interface_name,
196 const void* existing_interface = GetPluginInterface(interface_name.c_str());
201 additional_interfaces_[interface_name] = vtable
    [all...]
  /external/chromium_org/ppapi/cpp/private/
file_io_private.cc 16 template <> const char* interface_name<PPB_FileIO_Private>() { function in namespace:pp::__anon11761
network_monitor_private.cc 14 template <> const char* interface_name<PPB_NetworkMonitor_Private>() { function in namespace:pp::__anon11776
  /external/chromium_org/ppapi/examples/stub/
stub.c 31 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_ppp_initialize.cc 26 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/ppapi/thunk/
thunk.h 15 #define IFACE(api_name, interface_name, InterfaceType) \
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 3 # Will perform disconnect on interface_name
16 print " %s -i <interface_name> \ " \
36 global interface_name
49 def __init__(self,interface_name,wpas_dbus_interface,timeout):
51 self.interface_name = interface_name
83 self.interface_name)
85 error = 'Error:\n Interface ' + self.interface_name \
117 # interface_name is required
118 interface_name = Non variable
    [all...]
p2p_find.py 17 print " %s -i <interface_name> [-t <timeout>] \ " \
40 global interface_name
53 def __init__(self,interface_name,wpas_dbus_interface,timeout):
56 self.interface_name = interface_name
87 self.interface_name)
89 error = 'Error:\n Interface ' + self.interface_name \
128 # interface_name is required
129 interface_name = None variable
147 interface_name = valu
    [all...]
p2p_flush.py 17 print " %s -i <interface_name> \ " \
36 global interface_name
49 def __init__(self,interface_name,wpas_dbus_interface,timeout):
51 self.interface_name = interface_name
83 self.interface_name)
85 error = 'Error:\n Interface ' + self.interface_name \
117 # interface_name is required
118 interface_name = None variable
136 interface_name = valu
    [all...]
p2p_group_add.py 15 print " %s -i <interface_name> [-p <persistent>] \ " \
46 global interface_name
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency,
67 self.interface_name = interface_name
101 self.interface_name)
103 error = 'Error:\n Interface ' + self.interface_name \
164 # interface_name is required
165 interface_name = None variable
183 interface_name = valu
    [all...]
p2p_invite.py 15 print " %s -i <interface_name> -a <addr> \ " \
45 global interface_name
62 def __init__(self,interface_name,wpas_dbus_interface,addr,
65 self.interface_name = interface_name
98 self.interface_name)
100 error = 'Error:\n Interface ' + self.interface_name \
146 # interface_name is required
147 interface_name = None variable
165 interface_name = valu
    [all...]
p2p_listen.py 17 print " %s -i <interface_name> [-t <timeout>] \ " \
37 global interface_name
50 def __init__(self,interface_name,wpas_dbus_interface,timeout):
53 self.interface_name = interface_name
84 self.interface_name)
86 error = 'Error:\n Interface ' + self.interface_name \
118 # interface_name is required
119 interface_name = None variable
137 interface_name = valu
    [all...]
p2p_stop_find.py 15 print " %s -i <interface_name> \ " \
38 global interface_name
51 def __init__(self,interface_name,wpas_dbus_interface,timeout):
53 self.interface_name = interface_name
85 self.interface_name)
87 error = 'Error:\n Interface ' + self.interface_name \
122 # interface_name is required
123 interface_name = None variable
141 interface_name = valu
    [all...]
  /external/chromium_org/dbus/
exported_object.h 56 typedef base::Callback<void (const std::string& interface_name,
61 // Exports the method specified by |interface_name| and |method_name|,
70 virtual bool ExportMethodAndBlock(const std::string& interface_name,
74 // Requests to export the method specified by |interface_name| and
81 virtual void ExportMethod(const std::string& interface_name,
104 void ExportMethodInternal(const std::string& interface_name,
111 const std::string& interface_name,
  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.cc 23 const std::string& interface_name,
25 : dbus::PropertySet(object_proxy, interface_name, callback) {
72 const std::string& interface_name) OVERRIDE {
75 interface_name,
95 const std::string& interface_name) OVERRIDE {
103 const std::string& interface_name) OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/dbus/
liveness_service_provider.cc 29 void LivenessServiceProvider::OnExported(const std::string& interface_name,
33 LOG(ERROR) << "Failed to export " << interface_name << "."

Completed in 1572 milliseconds

12 3 4 5 6 7 8 9