Home
last modified time | relevance | path

Searched refs:cc_list (Results 1 – 10 of 10) sorted by relevance

/third_party/googletest/googletest/scripts/
Dupload_gtest.py63 cc_list = [addr for addr in cc_line.split(',') if addr]
64 if GTEST_GROUP not in cc_list:
65 cc_list.append(GTEST_GROUP)
66 upload_py_argv.append(CC_FLAG + ','.join(cc_list))
/third_party/flutter/skia/infra/bots/
Dgit_utils.py50 delete_when_finished=True, cc_list=None): argument
57 self._cc_list = cc_list
/third_party/skia/infra/bots/
Dgit_utils.py51 delete_when_finished=True, cc_list=None): argument
58 self._cc_list = cc_list
/third_party/libwebsockets/lib/tls/openssl/
Dprivate-lib-tls-openssl.h38 struct lws_dll2 cc_list; member
Dopenssl-client.c830 tcr = lws_container_of(p, struct lws_tls_client_reuse, cc_list);
881 lws_dll2_add_head(&tcr->cc_list, &vh->context->tls.cc_owner);
Dopenssl-ssl.c154 lws_dll2_remove(&vhost->tls.tcr->cc_list); in lws_ssl_destroy_client_ctx()
/third_party/alsa-lib/src/topology/
Dparser.c477 INIT_LIST_HEAD(&tplg->cc_list); in snd_tplg_create()
509 tplg_elem_free_list(&tplg->cc_list); in snd_tplg_free()
Delem.c131 .loff = offsetof(snd_tplg_t, cc_list),
Dtplg_local.h87 struct list_head cc_list; member
Dpcm.c297 base = &tplg->cc_list; in tplg_build_links()