Searched refs:_methods (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/bridge/c/
H A Dc_class.cpp52 deleteAllValues(_methods);
53 _methods.clear();
80 Method* method = _methods.get(identifier.ustring().impl());
93 _methods.set(identifier.ustring().impl(), aMethod);
H A Dc_class.h51 mutable MethodMap _methods; member in class:JSC::Bindings::CClass
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_class.h52 RetainPtr<CFMutableDictionaryRef> _methods; member in class:JSC::Bindings::ObjcClass
H A Dobjc_class.mm50 , _methods(AdoptCF, CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &MethodDictionaryValueCallBacks))
91 Method* method = (Method*)CFDictionaryGetValue(_methods.get(), methodName.get());
132 CFDictionaryAddValue(_methods.get(), methodName.get(), aMethod);
/external/protobuf/python/
H A Dmox.py1212 self._methods = []
1221 self._methods.append(mock_method)
1241 for method in self._methods:
1247 self._methods.remove(mock_method)
1260 return len(self._methods) == 0
1273 self._methods = set()
1283 self._methods.add(mock_method)
1304 for method in self._methods:
1323 tmp = self._methods.copy()
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py106 self._methods = spec
172 if self._methods is not None:
173 if name not in self._methods:
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.c920 struct eap_method_type *methods = NULL, *_methods; local
953 _methods = os_realloc(methods,
955 if (_methods == NULL) {
960 methods = _methods;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.c920 struct eap_method_type *methods = NULL, *_methods; local
953 _methods = os_realloc(methods,
955 if (_methods == NULL) {
960 methods = _methods;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c920 struct eap_method_type *methods = NULL, *_methods; local
953 _methods = os_realloc(methods,
955 if (_methods == NULL) {
960 methods = _methods;
/external/wpa_supplicant/
H A Deap_peap.c113 struct eap_method_type *methods = NULL, *_methods; local
142 _methods = os_realloc(
145 if (_methods == NULL) {
151 methods = _methods;
H A Deap_fast.c639 struct eap_method_type *methods = NULL, *_methods; local
668 _methods = os_realloc(
671 if (_methods == NULL) {
677 methods = _methods;
H A Deap_ttls.c122 struct eap_method_type *methods = NULL, *_methods; local
152 _methods = os_realloc(
155 if (_methods == NULL) {
161 methods = _methods;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c963 struct eap_method_type *methods = NULL, *_methods; local
996 _methods = os_realloc(methods,
998 if (_methods == NULL) {
1003 methods = _methods;

Completed in 207 milliseconds