Home
last modified time | relevance | path

Searched refs:cc_list (Results 1 - 9 of 9) sorted by relevance

/third_party/googletest/googletest/scripts/
H A 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/skia/infra/bots/
H A Dgit_utils.py51 delete_when_finished=True, cc_list=None):
58 self._cc_list = cc_list
/third_party/libwebsockets/lib/tls/openssl/
H A Dprivate-lib-tls-openssl.h38 struct lws_dll2 cc_list; member
H A Dopenssl-client.c834 tcr = lws_container_of(p, struct lws_tls_client_reuse, cc_list);
889 lws_dll2_add_head(&tcr->cc_list, &vh->context->tls.cc_owner);
H A Dopenssl-ssl.c152 lws_dll2_remove(&vhost->tls.tcr->cc_list); in lws_ssl_destroy_client_ctx()
/third_party/alsa-lib/src/topology/
H A Dparser.c457 INIT_LIST_HEAD(&tplg->cc_list); in snd_tplg_create()
489 tplg_elem_free_list(&tplg->cc_list); in snd_tplg_free()
H A Dtplg_local.h88 struct list_head cc_list; member
H A Delem.c130 .loff = offsetof(snd_tplg_t, cc_list),
H A Dpcm.c296 base = &tplg->cc_list; in tplg_build_links()

Completed in 8 milliseconds