Searched refs:method (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/dns/net/ |
D | nsdispatch.c | 80 _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/ |
D | gerrit.py | 38 def call(endpoint, method='GET'): argument 39 if method != 'GET':
|
/bionic/libc/kernel/uapi/linux/ |
D | atmbr2684.h | 51 int method; member
|
D | rio_mport_cdev.h | 125 __u16 method; member
|
/bionic/libc/tools/ |
D | pylintrc | 95 # 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/ |
D | nsswitch.h | 155 nss_method method; member
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 84 if ((zip_entry->method & kCompressDeflated) != 0) { in CreateAlignedZip()
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 4 Malloc debug is a method of debugging native memory problems. It can help
|
D | README.md | 4 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/ |
D | elf-tls.md | 568 > lazy method is wanted. This is not much extra burden since the requirement to handle dynamically
|
/bionic/linker/ |
D | linker.cpp | 1049 if (entry.method != kCompressStored || (entry.offset % PAGE_SIZE) != 0) { in open_library_in_zipfile()
|