Home
last modified time | relevance | path

Searched refs:method (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/dns/net/
Dnsdispatch.c80 _nsmethod(const char *source, const char *database __unused, const char *method __unused, in _nsmethod()
101 const char *method, const ns_src defaults[], ...) in nsdispatch() argument
113 assert(method != NULL); in nsdispatch()
115 if (database == NULL || method == NULL || defaults == NULL) in nsdispatch()
126 cb = _nsmethod(srclist[i].name, database, method, in nsdispatch()
/bionic/tools/bionicbb/
Dgerrit.py38 def call(endpoint, method='GET'): argument
39 if method != 'GET':
/bionic/libc/kernel/uapi/linux/
Datmbr2684.h51 int method; member
Drio_mport_cdev.h125 __u16 method; member
/bionic/libc/tools/
Dpylintrc95 # Regular expression which should only match correct method names
96 method-rgx=[a-z_][a-z0-9_]{2,30}$
228 # Maximum number of arguments for function / method
235 # Maximum number of locals for function / method body
238 # Maximum number of return / yield for function / method body
241 # Maximum number of branch for function / method body
244 # Maximum number of statements in function / method body
266 # List of method names used to declare (i.e. assign) instance attributes.
269 # List of valid names for the first argument in a class method.
272 # List of valid names for the first argument in a metaclass class method.
/bionic/libc/dns/include/
Dnsswitch.h155 nss_method method; member
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp84 if ((zip_entry->method & kCompressDeflated) != 0) { in CreateAlignedZip()
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md4 Malloc debug is a method of debugging native memory problems. It can help
DREADME.md4 Malloc debug is a method of debugging native memory problems. It can help
652 If you need to enable multiple options using this method, then you can set
/bionic/docs/
Delf-tls.md568 > lazy method is wanted. This is not much extra burden since the requirement to handle dynamically
/bionic/linker/
Dlinker.cpp1049 if (entry.method != kCompressStored || (entry.offset % PAGE_SIZE) != 0) { in open_library_in_zipfile()