Searched refs:method (Results 1 - 25 of 2594) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dbasetyps.h48 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method
49 #define STDMETHOD_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODCALLTYPE method
50 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method
51 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
64 #define STDMETHOD(method) HRESULT (STDMETHODCALLTYPE *method)
[all...]
H A Dntddtdi.h27 #define _TDI_CONTROL_CODE(request,method) CTL_CODE(FILE_DEVICE_TRANSPORT, request, method, FILE_ANY_ACCESS)
H A Dcombaseapi.h53 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method
54 #define STDMETHOD_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODCALLTYPE method
55 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method
56 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
65 #define IFACEMETHOD(method) STDMETHOD (method)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dbasetyps.h48 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method
49 #define STDMETHOD_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODCALLTYPE method
50 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method
51 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
64 #define STDMETHOD(method) HRESULT (STDMETHODCALLTYPE *method)
[all...]
H A Dntddtdi.h27 #define _TDI_CONTROL_CODE(request,method) CTL_CODE(FILE_DEVICE_TRANSPORT, request, method, FILE_ANY_ACCESS)
H A Dcombaseapi.h53 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method
54 #define STDMETHOD_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODCALLTYPE method
55 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method
56 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
65 #define IFACEMETHOD(method) STDMETHOD (method)
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py29 method=('isCallable'|'sequenceIncludes'
42 method = self._check_method(node, results)
43 if method is not None:
44 return method(node, results)
77 method = results["method"][0]
78 method.value = name
79 method.changed()
88 method = getattr(self, "_" + results["method"][
[all...]
H A Dfix_dict.py47 trailer< '.' method=('keys'|'items'|'values'|
57 method = results["method"][0] # Extract node for method name
60 method_name = method.value
65 assert method_name in (u"keys", u"items", u"values"), repr(method)
72 prefix=method.prefix)]),
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py29 method=('isCallable'|'sequenceIncludes'
42 method = self._check_method(node, results)
43 if method is not None:
44 return method(node, results)
77 method = results["method"][0]
78 method.value = name
79 method.changed()
88 method = getattr(self, "_" + results["method"][
[all...]
H A Dfix_dict.py47 trailer< '.' method=('keys'|'items'|'values'|
57 method = results["method"][0] # Extract node for method name
60 method_name = method.value
65 assert method_name in (u"keys", u"items", u"values"), repr(method)
72 prefix=method.prefix)]),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py29 method=('isCallable'|'sequenceIncludes'
42 method = self._check_method(node, results)
43 if method is not None:
44 return method(node, results)
77 method = results["method"][0]
78 method.value = name
79 method.changed()
88 method = getattr(self, "_" + results["method"][
[all...]
H A Dfix_dict.py47 trailer< '.' method=('keys'|'items'|'values'|
57 method = results["method"][0] # Extract node for method name
60 method_name = method.value
65 assert method_name in (u"keys", u"items", u"values"), repr(method)
72 prefix=method.prefix)]),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_operator.py29 method=('isCallable'|'sequenceIncludes'
42 method = self._check_method(node, results)
43 if method is not None:
44 return method(node, results)
77 method = results["method"][0]
78 method.value = name
79 method.changed()
88 method = getattr(self, "_" + results["method"][
[all...]
H A Dfix_dict.py47 trailer< '.' method=('keys'|'items'|'values'|
57 method = results["method"][0] # Extract node for method name
60 method_name = method.value
65 assert method_name in (u"keys", u"items", u"values"), repr(method)
72 prefix=method.prefix)]),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dpfhook.h60 #define _IPFLTRDRVR_CTL_CODE(function, method, access) \
61 CTL_CODE(FSCTL_IPFLTRDRVR_BASE, function, method, access)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dpfhook.h60 #define _IPFLTRDRVR_CTL_CODE(function, method, access) \
61 CTL_CODE(FSCTL_IPFLTRDRVR_BASE, function, method, access)
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
H A Dsignals.py57 def removeHandler(method=None):
58 if method is not None:
59 @wraps(method)
64 return method(*args, **kwargs)
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/
H A Dsignals.py57 def removeHandler(method=None):
58 if method is not None:
59 @wraps(method)
64 return method(*args, **kwargs)
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Dservice.h141 // Call a method of the service specified by MethodDescriptor. This is
146 // * method->service() == GetDescriptor()
148 // returned by GetRequestPrototype(method) and
149 // GetResponsePrototype(method).
159 // * "done" will be called when the method is complete. This may be
166 virtual void CallMethod(const MethodDescriptor* method,
179 // const MethodDescriptor* method =
181 // Message* request = stub->GetRequestPrototype (method)->New();
182 // Message* response = stub->GetResponsePrototype(method)->New();
184 // service->CallMethod(method, *reques
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Dservice.h141 // Call a method of the service specified by MethodDescriptor. This is
146 // * method->service() == GetDescriptor()
148 // returned by GetRequestPrototype(method) and
149 // GetResponsePrototype(method).
159 // * "done" will be called when the method is complete. This may be
166 virtual void CallMethod(const MethodDescriptor* method,
179 // const MethodDescriptor* method =
181 // Message* request = stub->GetRequestPrototype (method)->New();
182 // Message* response = stub->GetResponsePrototype(method)->New();
184 // service->CallMethod(method, *reques
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Dservice.h141 // Call a method of the service specified by MethodDescriptor. This is
146 // * method->service() == GetDescriptor()
148 // returned by GetRequestPrototype(method) and
149 // GetResponsePrototype(method).
159 // * "done" will be called when the method is complete. This may be
166 virtual void CallMethod(const MethodDescriptor* method,
179 // const MethodDescriptor* method =
181 // Message* request = stub->GetRequestPrototype (method)->New();
182 // Message* response = stub->GetResponsePrototype(method)->New();
184 // service->CallMethod(method, *reques
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dsignals.py57 def removeHandler(method=None):
58 if method is not None:
59 @wraps(method)
64 return method(*args, **kwargs)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dsignals.py57 def removeHandler(method=None):
58 if method is not None:
59 @wraps(method)
64 return method(*args, **kwargs)
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dservice.h142 // Call a method of the service specified by MethodDescriptor. This is
147 // * method->service() == GetDescriptor()
149 // returned by GetRequestPrototype(method) and
150 // GetResponsePrototype(method).
160 // * "done" will be called when the method is complete. This may be
167 virtual void CallMethod(const MethodDescriptor* method,
180 // const MethodDescriptor* method =
182 // Message* request = stub->GetRequestPrototype (method)->New();
183 // Message* response = stub->GetResponsePrototype(method)->New();
185 // service->CallMethod(method, *reques
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Dservice.h141 // Call a method of the service specified by MethodDescriptor. This is
146 // * method->service() == GetDescriptor()
148 // returned by GetRequestPrototype(method) and
149 // GetResponsePrototype(method).
159 // * "done" will be called when the method is complete. This may be
166 virtual void CallMethod(const MethodDescriptor* method,
179 // const MethodDescriptor* method =
181 // Message* request = stub->GetRequestPrototype (method)->New();
182 // Message* response = stub->GetResponsePrototype(method)->New();
184 // service->CallMethod(method, *reques
[all...]

Completed in 757 milliseconds

1234567891011>>