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

1 2 3 4 5 67 8 91011>>

  /art/test/068-classloader/src/
Main.java 80 Method meth = mDexClass.getMethod("loadClass", String.class, ClassLoader.class); local
81 Object klass = meth.invoke(mDexFile, "Mutator", null);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 1096 meths.put(meth.getRef().getNat(), meth); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
markupbase.py 212 meth = getattr(self, "_parse_doctype_" + name)
213 j = meth(j, declstartpos)
  /external/python/cpython2/Lib/
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
217 j = meth(j, declstartpos)
  /external/python/cpython3/Lib/
_markupbase.py 215 meth = getattr(self, "_parse_doctype_" + name)
216 j = meth(j, declstartpos)
weakref.py 44 def __new__(cls, meth, callback=None):
46 obj = meth.__self__
47 func = meth.__func__
50 .format(type(meth))) from None
61 self._meth_type = type(meth)
  /external/python/cpython3/Objects/
genobject.c 331 PyObject *meth = _PyObject_GetAttrId(yf, &PyId_close); local
332 if (meth == NULL) {
338 retval = _PyObject_CallNoArg(meth);
339 Py_DECREF(meth);
451 PyObject *meth = _PyObject_GetAttrId(yf, &PyId_throw); local
452 if (meth == NULL) {
462 ret = PyObject_CallFunctionObjArgs(meth, typ, val, tb, NULL);
464 Py_DECREF(meth);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
217 j = meth(j, declstartpos)
  /prebuilts/gdb/linux-x86/lib/python2.7/
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
217 j = meth(j, declstartpos)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
217 j = meth(j, declstartpos)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
markupbase.py 216 meth = getattr(self, "_parse_doctype_" + name)
217 j = meth(j, declstartpos)
  /external/python/cpython3/Tools/parser/
unparse.py 62 meth = getattr(self, "_"+tree.__class__.__name__)
63 meth(tree)
352 meth = getattr(self, "_fstring_" + type(value).__name__)
353 meth(value, write)
378 meth = getattr(self, "_fstring_" + type(t.format_spec).__name__)
379 meth(t.format_spec, write)
  /external/pdfium/third_party/libopenjpeg20/
jp2.c 819 assert(jp2->meth == 1 || jp2->meth == 2);
821 switch (jp2->meth) {
847 opj_write_bytes(l_current_colr_ptr, jp2->meth, 1); /* METH */
856 if (jp2->meth ==
857 1) { /* Meth value is restricted to 1 or 2 (Table I.9 of part 1) */
861 if (jp2->meth == 2) { /* ICC profile */
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 452 for meth in dir(handler):
453 if meth in ["redirect_request", "do_open", "proxy_open"]:
457 i = meth.find("_")
458 protocol = meth[:i]
459 condition = meth[i+1:]
463 kind = meth[j+1:]
523 meth = getattr(processor, meth_name)
524 req = meth(req)
531 meth = getattr(processor, meth_name)
532 response = meth(req, response
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testmock.py 30 def meth(self, a, b, c, d=None): member in class:Something
375 mock = Mock(spec=Something().meth)
802 for meth in asserters:
808 meth, 1, '2', 3, bar='foo'
812 for meth in asserters:
818 meth, bar='foo'
822 for meth in asserters:
828 meth, 1, 2, 3
832 for meth in asserters:
837 AssertionError, message % (expected, actual), meth
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
unzip_nacl.go 551 // 10 meth[2]
571 meth := zget2(hdr[10:])
589 // 8 meth[2]
602 zget2(buf[8:]) != meth ||
613 switch meth {
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 299 // 10 meth[2]
318 meth := get2(buf[10:])
329 if meth != 0 {
338 // 8 meth[2]
352 get2(buf[8:]) != meth ||
  /prebuilts/go/linux-x86/src/syscall/
unzip_nacl.go 551 // 10 meth[2]
571 meth := zget2(hdr[10:])
589 // 8 meth[2]
602 zget2(buf[8:]) != meth ||
613 switch meth {
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 299 // 10 meth[2]
318 meth := get2(buf[10:])
329 if meth != 0 {
338 // 8 meth[2]
352 get2(buf[8:]) != meth ||
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 1582 Method meth; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]

Completed in 1972 milliseconds

1 2 3 4 5 67 8 91011>>