HomeSort by relevance Sort by last modified time
    Searched refs:method_name (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/
wmi_util.h 39 // contains a method named 'method_name'. Only WMI classes that are CIM
46 const std::wstring& method_name,
wmi_util.cc 67 const std::wstring& method_name,
72 ScopedBstr b_method_name(method_name.c_str());
112 const wchar_t method_name[] = L"Create"; local
114 if (!WMIUtil::CreateClassMethodObject(wmi_local, class_name, method_name,
126 StackBstr(method_name), 0, NULL,
  /external/protobuf/python/google/protobuf/
service_reflection.py 218 def _NonImplementedMethod(self, method_name, rpc_controller, callback):
222 method_name: Name of the method being executed.
226 rpc_controller.SetFailed('Method %s not implemented.' % method_name)
  /external/webkit/WebKitTools/Scripts/webkitpy/
queueengine_unittest.py 55 def record(self, method_name):
56 self._callbacks.append(method_name)
  /external/clearsilver/python/examples/base/
CSPage.py 96 method_name = "Action_%s" % action
97 method = getattr(self,method_name)
  /external/protobuf/python/
mox.py 278 def __getattr__(self, method_name):
287 method_name: str
293 return self._CreateMockMethod(method_name)
295 def _CreateMockMethod(self, method_name):
300 method_name: str
306 return MockMethod(method_name, self._expected_calls_queue,
519 def __init__(self, method_name, call_queue, replay_mode):
523 # method_name: the name of the method
528 method_name: str
533 self._name = method_name
    [all...]
  /external/ppp/pppd/
ccp.c 219 static char *method_name __P((ccp_options *, ccp_options *));
1356 method_name(opt, opt2) function
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_class.mm 114 SEL objcMethodSelector = objcMethod->method_name;
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]

Completed in 424 milliseconds