| /third_party/openssl/test/testutil/ |
| H A D | driver.c | 411 char *glue_strings(const char *list[], size_t *out_len) in glue_strings() argument
|
| /third_party/python/Include/internal/ |
| H A D | pycore_interp.h | 169 struct _Py_list_state list; member
|
| /third_party/openssl/crypto/ |
| H A D | mem_sec.c | 320 ossl_ssize_t list = sh.freelist_size - 1; in sh_getlist() local 333 static int sh_testbit(char *ptr, int list, unsigned char *table) in sh_testbit() argument 344 static void sh_clearbit(char *ptr, int list, unsigne argument 356 sh_setbit(char *ptr, int list, unsigned char *table) sh_setbit() argument 368 sh_add_to_list(char **list, char *ptr) sh_add_to_list() argument 592 sh_find_my_buddy(char *ptr, int list) sh_find_my_buddy() argument 608 ossl_ssize_t list, slist; sh_malloc() local 673 size_t list; sh_free() local 714 int list; sh_actual_size() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cTextureBarrierTests.cpp | 276 Triangle list[TRIANGLE_COUNT]; in generateVertexData() local [all...] |
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DResourceProvider.cpp | 38 std::unique_ptr<GrD3DDirectCommandList> list = in findOrCreateDirectCommandList() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | collationfastlatinbuilder.cpp | 65 binarySearch(const int64_t list[], int32_t limit, int64_t ce) { in binarySearch() argument
|
| H A D | tridpars.cpp | 358 parseCompoundID(const UnicodeString& id, int32_t dir, UnicodeString& canonID, UVector& list, UnicodeSet*& globalFilter) parseCompoundID() argument 473 instantiateList(UVector& list, UErrorCode& ec) instantiateList() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | unisetspan.cpp | 158 UBool *list; global() member in OffsetList [all...] |
| /third_party/toybox/lib/ |
| H A D | portability.c | 301 ssize_t xattr_list(const char *path, char *list, size_t size) in xattr_list() argument 306 ssize_t xattr_llist(const char *path, char *list, size_t size) in xattr_llist() argument 311 ssize_t xattr_flist(int fd, char *list, size_t size) in xattr_flist() argument 351 ssize_t xattr_list(const char *path, char *list, size_ argument 356 xattr_llist(const char *path, char *list, size_t size) xattr_llist() argument 361 xattr_flist(int fd, char *list, size_t size) xattr_flist() argument [all...] |
| /third_party/toybox/scripts/ |
| H A D | config2help.c | 75 void *dlist_pop(void *list) in dlist_pop() argument 88 void dlist_add_nomalloc(struct double_list **list, struct double_list *new) in dlist_add_nomalloc() argument 100 dlist_add(struct double_list **list, char *data) dlist_add() argument 185 char *s, **list; grab_dashlines() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | lsof.c | 231 void* list = TT.all_sockets; in find_socket() local
|
| H A D | route.c | 173 static int get_action(char ***argv, struct _arglist *list) in get_action() argument
|
| /third_party/toybox/toys/posix/ |
| H A D | tar.c | 766 static void trim2list(void *list, char *pline) in trim2list() argument [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-api-aarch64.cc | 1321 RegList list = CPURegList::All(type).GetList(); in GetPotentialListFor() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | repeated_field.c | 291 VALUE RepeatedField_replace(VALUE _self, VALUE list) { in RepeatedField_replace() argument 497 RepeatedField_plus(VALUE _self, VALUE list) RepeatedField_plus() argument 534 RepeatedField_concat(VALUE _self, VALUE list) RepeatedField_concat() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _testinternalcapi.c | 514 set_eval_frame_record(PyObject *self, PyObject *list) in set_eval_frame_record() argument
|
| /third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
| H A D | LiteTest.java | 2380 private final List<T> list; field in LiteTest.OneTimeIterable
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | repeated_scalar_container.cc | 313 PyObject* list = PyList_New(0); in Subscript() local 64 InternalAssignRepeatedField( RepeatedScalarContainer* self, PyObject* list) InternalAssignRepeatedField() argument [all...] |
| /third_party/python/Lib/ |
| H A D | cgi.py | 268 list = None variable in MiniFieldStorage [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
| H A D | hash.h | 470 AbslHashValue( H hash_state, const std::forward_list<T, Allocator>& list) AbslHashValue() argument 482 AbslHashValue( H hash_state, const std::list<T, Allocator>& list) AbslHashValue() argument
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| H A D | editor.cpp | 259 static size_t find_first_larger(const std::vector<T>& list, T value) { in find_first_larger() argument 327 const std::vector<size_t>& list = fLines[pos.fParagraphIndex].fLineEndOffsets; in move() local 334 const std::vector<size_t>& list = fLines[pos.fParagraphIndex].fLineEndOffsets; move() local 347 const std::vector<size_t>& list = fLines[pos.fParagraphIndex].fLineEndOffsets; move() local 374 const std::vector<size_t>& list = fLines[pos.fParagraphIndex].fLineEndOffsets; move() local [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | conditional.c | 192 cond_node_t *cond_node_search(policydb_t * p, cond_node_t * list, in cond_node_search() argument 463 void cond_av_list_destroy(cond_av_list_t * list) in cond_av_list_destroy() argument 498 void cond_list_destroy(cond_list_t * list) in cond_list_destroy() argument 625 cond_av_list_t *other = data->other, *list, *cur; cond_insertf() local 821 cond_read_list(policydb_t * p, cond_list_t ** list, void *fp) cond_read_list() argument [all...] |
| H A D | optimize.c | 257 static int is_cond_rule_redundant(avtab_ptr_t e1, cond_av_list_t *list, in is_cond_rule_redundant() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_teap_common.c | 229 static int tls_cipher_suite_match(const u16 *list, size_t count, u16 cs) in tls_cipher_suite_match() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_gpsk.c | 233 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) eap_gpsk_process_csuite_list() argument
|