HomeSort by relevance Sort by last modified time
    Searched refs:meth (Results 126 - 150 of 460) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
bases.py 159 meth = self.__methods.get(s.special)
160 if meth is not None:
161 self.__slots[s] = meth
  /external/python/cpython2/Lib/
runpy.py 94 meth = getattr(loader, attr, None)
95 if meth is not None:
96 return meth(mod_name)
  /external/python/cpython2/Tools/framer/framer/
bases.py 159 meth = self.__methods.get(s.special)
160 if meth is not None:
161 self.__slots[s] = meth
  /prebuilts/gdb/darwin-x86/lib/python2.7/
runpy.py 94 meth = getattr(loader, attr, None)
95 if meth is not None:
96 return meth(mod_name)
  /prebuilts/gdb/linux-x86/lib/python2.7/
runpy.py 94 meth = getattr(loader, attr, None)
95 if meth is not None:
96 return meth(mod_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 94 meth = getattr(loader, attr, None)
95 if meth is not None:
96 return meth(mod_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 94 meth = getattr(loader, attr, None)
95 if meth is not None:
96 return meth(mod_name)
  /external/python/cpython3/Lib/test/
test_dbm_dumb.py 210 for meth in (partial(operator.delitem, f),
215 meth('test')
219 for meth in (operator.methodcaller('keys'),
224 meth(f)
test_descr.py 67 def unop_test(self, a, res, expr="len(a)", meth="__len__"):
71 m = getattr(t, meth)
74 while meth not in t.__dict__:
78 self.assertEqual(getattr(m, 'im_func', m), t.__dict__[meth])
80 bm = getattr(a, meth)
83 def binop_test(self, a, b, res, expr="a+b", meth="__add__"):
88 m = getattr(t, meth)
89 while meth not in t.__dict__:
93 self.assertEqual(getattr(m, 'im_func', m), t.__dict__[meth])
95 bm = getattr(a, meth)
538 def meth(self): member in class:ClassPropertiesAndMethods.test_metaclass.A
541 def meth(self): member in class:ClassPropertiesAndMethods.test_metaclass.B
544 def meth(self): member in class:ClassPropertiesAndMethods.test_metaclass.C
547 def meth(self): member in class:ClassPropertiesAndMethods.test_metaclass.D
551 def meth(self): member in class:ClassPropertiesAndMethods.test_metaclass.E
2442 def meth(self, a): member in class:.test_supers.A
2450 def meth(self, a): member in class:.test_supers.B
2456 def meth(self, a): member in class:.test_supers.C
2463 def meth(self, a): member in class:.test_supers.D
2475 def meth(self, a): member in class:.test_supers.E
2481 def meth(self, a): member in class:.test_supers.F
3798 def meth(self): member in class:.test_mutable_bases.C2
4661 def meth(self): member in class:DictProxyTests.setUp.C
    [all...]
test_imp.py 18 def requires_load_dynamic(meth):
21 meth = support.cpython_only(meth)
23 'imp.load_dynamic() required')(meth)
test_webbrowser.py 23 def _test(self, meth, *, args=[URL], kw={}, options, arguments):
37 getattr(browser, meth)(*args, **kw)
test_nntplib.py 238 def wrap_meth(meth):
239 @functools.wraps(meth)
242 meth(self)
247 meth = getattr(cls, name)
248 if not callable(meth):
250 # Need to use a closure so that meth remains bound to its current
252 setattr(cls, name, wrap_meth(meth))
425 meth, tokens = self.body_callback
426 meth(*tokens, body=self.body)
439 #meth = getattr(self.handler, "handle_" + cmd.upper(), None
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
internal.h 141 const EC_METHOD *meth; member in struct:ec_group_st
179 EC_GROUP *ec_group_new(const EC_METHOD *meth);
  /external/clang/test/Index/
complete-method-decls.m 79 -(Class<P1>)meth;
224 // CHECK-CLASSTY: ObjCInstanceMethodDecl:{LeftParen (}{Text Class<P1>}{RightParen )}{TypedText meth}
  /external/nos/host/android/hals/keymaster/
KeymasterDevice.cpp 212 #define KM_CALL(meth, request, response) { \
213 const uint32_t status = _keymaster. meth (request, &response); \
216 LOG(ERROR) << #meth << " : request failed with status: " \
221 LOG(ERROR) << #meth << " : device response error code: " \
227 #define KM_CALLV(meth, request, response, ...) { \
228 const uint32_t status = _keymaster. meth (request, &response); \
231 LOG(ERROR) << #meth << " : request failed with status: " \
237 LOG(ERROR) << #meth << " : device response error code: " \
    [all...]
  /external/protobuf/python/google/protobuf/internal/
_parameterized.py 276 for name, meth in methods.items():
277 setattr(class_object, name, meth)
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 105 def btn_test_setup(self, meth):
108 return meth()
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 106 def btn_test_setup(self, meth):
109 return meth()
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 350 unsigned int meth; local
354 meth = (flag & ADDRMETH_MASK);
355 if ( USES_MOD_RM(meth) ) {
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 304 private String buildFunctionName(String pkg, String cls, String meth) {
314 if (meth != null && meth.length() > 0) {
315 result.append(meth);
  /external/libmojo/third_party/jinja2/
runtime.py 105 `__getitem__`, `__contains__`). Additionally there is a :meth:`resolve`
208 def _all(meth):
209 proxy = lambda self: getattr(self.get_all(), meth)()
210 proxy.__doc__ = getattr(dict, meth).__doc__
211 proxy.__name__ = meth
  /external/python/cpython2/Lib/test/
test_curses.py 81 for meth in [stdscr.addch, stdscr.addstr]:
84 meth(*args)
86 for meth in [stdscr.box, stdscr.clear, stdscr.clrtobot,
95 meth()
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 133 (fun meth args -> class_f (get_object ob_r) meth args) in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
flmodule.c 310 PyObject *meth; local
314 meth = Py_FindMethod(g->ob_methods, (PyObject *)g, name);
315 if (meth != NULL) return meth;
319 meth = Py_FindMethod(generic_methods, (PyObject *)g, name);
320 if (meth != NULL)
321 return meth;
1570 PyObject *meth; local
    [all...]
  /external/python/cpython2/Modules/
flmodule.c 306 PyObject *meth; local
310 meth = Py_FindMethod(g->ob_methods, (PyObject *)g, name);
311 if (meth != NULL) return meth;
315 meth = Py_FindMethod(generic_methods, (PyObject *)g, name);
316 if (meth != NULL)
317 return meth;
1566 PyObject *meth; local
    [all...]

Completed in 705 milliseconds

1 2 3 4 56 7 8 91011>>