Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 55) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dsource.py11 def method(self): member in Simple
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dfunction.py101 def ArgumentList(func, method): argument
126 method = False variable in Function
173 method = True variable in Method
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
Dext.h55 X509V3_EXT_METHOD method; /* This field may be used to define a custom member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsignals.py43 def removeHandler(method=None): argument
Dresult.py14 def failfast(method): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c408 #define WRAP_UNARY(method, generic) \ argument
415 #define WRAP_BINARY(method, generic) \ argument
426 #define WRAP_TERNARY(method, generic) \ argument
436 #define WRAP_METHOD(method, special) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c419 #define WRAP_UNARY(method, generic) \ argument
426 #define WRAP_BINARY(method, generic) \ argument
437 #define WRAP_TERNARY(method, generic) \ argument
447 #define WRAP_METHOD(method, special) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py702 def finish_starttag(self, tagname, attrdict, method): argument
747 def handle_starttag(self, tag, method, attrs): argument
751 def handle_endtag(self, tag, method): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmllib.py702 def finish_starttag(self, tagname, attrdict, method): argument
747 def handle_starttag(self, tag, method, attrs): argument
751 def handle_endtag(self, tag, method): argument
Dhttplib.py335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False): argument
817 def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): argument
953 def request(self, method, url, body=None, headers={}): argument
974 def _send_request(self, method, url, body, headers): argument
Dsgmllib.py380 def handle_starttag(self, tag, method, attrs): argument
384 def handle_endtag(self, tag, method): argument
D_weakrefset.py130 def _apply(self, other, method): argument
DSimpleXMLRPCServer.py378 def _dispatch(self, method, params): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cgi.py39 def do_test(buf, method): argument
Dtest_mailbox.py90 def _test_remove_or_delitem(self, method): argument
208 def _check_iteration(self, method, do_keys, do_values, repetitions=10): argument
244 def _test_has_key_or_contains(self, method): argument
398 def _test_flush_or_close(self, method, should_call_close): argument
Dtest_subprocess.py763 def _kill_process(self, method, *args): argument
934 def _kill_process(self, method, *args): argument
Dtest_xml_etree.py65 def check_method(method): argument
Dtest_sys.py565 def method(): member in SizeofTest.test_objecttypes.class_oldstyle
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEiffel.py39 def method(self, *args, **kwargs): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1239 PyObject* method = 0; in pysqlite_connection_execute() local
1268 PyObject* method = 0; in pysqlite_connection_executemany() local
1297 PyObject* method = 0; in pysqlite_connection_executescript() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py787 method=None): argument
1115 def tostring(element, encoding=None, method=None): argument
1136 def tostringlist(element, encoding=None, method=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py792 method=None): argument
1120 def tostring(element, encoding=None, method=None): argument
1141 def tostringlist(element, encoding=None, method=None): argument
/device/linaro/bootloader/edk2/StdLib/Include/
Dnsswitch.h175 nss_method method; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c196 static int pairsmeta (lua_State *L, const char *method, int iszero, in pairsmeta()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h1335 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument

123