Home
last modified time | relevance | path

Searched defs:cnf (Results 1 – 25 of 35) sorted by relevance

12

/external/python/cpython2/Lib/lib-tk/
DTix.py105 def tix_configure(self, cnf=None, **kw): argument
232 def config(self, cnf={}, **kw): argument
287 static_options=None, cnf={}, kw={}): argument
392 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
475 def __init__(self, itemtype, cnf={}, **kw): argument
491 def _options(self, cnf, kw): argument
507 def config(self, cnf={}, **kw): argument
528 def __init__(self, master=None, cnf={}, **kw): argument
538 def bind_widget(self, widget, cnf={}, **kw): argument
550 def __init__(self, master=None, cnf={}, **kw): argument
[all …]
DTkinter.py1167 def _options(self, cnf, kw = None): argument
1317 def _configure(self, cmd, cnf, kw): argument
1329 def configure(self, cnf=None, **kw): argument
1420 def _grid_configure(self, command, index, cnf, kw): argument
1441 def grid_columnconfigure(self, index, cnf={}, **kw): argument
1468 def grid_rowconfigure(self, index, cnf={}, **kw): argument
1933 def pack_configure(self, cnf={}, **kw): argument
1972 def place_configure(self, cnf={}, **kw): argument
2017 def grid_configure(self, cnf={}, **kw): argument
2061 def _setup(self, master, cnf): argument
[all …]
DDialog.py13 def __init__(self, master=None, cnf={}, **kw): argument
/external/python/cpython3/Lib/tkinter/
Dtix.py101 def tix_configure(self, cnf=None, **kw): argument
228 def config(self, cnf={}, **kw): argument
283 static_options=None, cnf={}, kw={}): argument
388 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
471 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument
489 def _options(self, cnf, kw): argument
505 def config(self, cnf={}, **kw): argument
526 def __init__(self, master=None, cnf={}, **kw): argument
536 def bind_widget(self, widget, cnf={}, **kw): argument
548 def __init__(self, master=None, cnf={}, **kw): argument
[all …]
D__init__.py1460 def _options(self, cnf, kw = None): argument
1618 def _configure(self, cmd, cnf, kw): argument
1631 def configure(self, cnf=None, **kw): argument
1747 def _grid_configure(self, command, index, cnf, kw): argument
1768 def grid_columnconfigure(self, index, cnf={}, **kw): argument
1799 def grid_rowconfigure(self, index, cnf={}, **kw): argument
2372 def pack_configure(self, cnf={}, **kw): argument
2418 def place_configure(self, cnf={}, **kw): argument
2470 def grid_configure(self, cnf={}, **kw): argument
2522 def _setup(self, master, cnf): argument
[all …]
Ddialog.py11 def __init__(self, master=None, cnf={}, **kw): argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_alt.c262 CONF_VALUE *cnf; in v2i_issuer_alt() local
332 CONF_VALUE *cnf; in v2i_subject_alt() local
423 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local
442 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME()
540 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
Dv3_crld.c116 CONF_VALUE *cnf) in set_dist_point_name()
255 CONF_VALUE *cnf; in crldp_from_section() local
292 CONF_VALUE *cnf; in v2i_crld() local
418 CONF_VALUE *cnf; in v2i_idp() local
Dv3_cpols.c219 CONF_VALUE *cnf; in policy_section() local
305 CONF_VALUE *cnf; in notice_section() local
387 CONF_VALUE *cnf; in nref_nos() local
Dv3_akey.c127 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
Dv3_info.c164 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
Dv3_pci.c210 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
/external/boringssl/src/crypto/x509v3/
Dv3_alt.c262 CONF_VALUE *cnf; in v2i_issuer_alt() local
332 CONF_VALUE *cnf; in v2i_subject_alt() local
423 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local
442 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME()
540 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
Dv3_crld.c116 CONF_VALUE *cnf) in set_dist_point_name()
255 CONF_VALUE *cnf; in crldp_from_section() local
292 CONF_VALUE *cnf; in v2i_crld() local
418 CONF_VALUE *cnf; in v2i_idp() local
Dv3_cpols.c219 CONF_VALUE *cnf; in policy_section() local
305 CONF_VALUE *cnf; in notice_section() local
387 CONF_VALUE *cnf; in nref_nos() local
Dv3_akey.c127 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
Dv3_info.c164 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
Dv3_pci.c210 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
/external/python/cpython2/Demo/tkinter/guido/
Dkill.py11 def __init__(self, master=None, **cnf):
50 def __init__(self, master=None, **cnf):
Dsvkill.py18 def __init__(self, master=None, **cnf):
63 def __init__(self, master=None, **cnf):
DManPage.py23 def __init__(self, master=None, **cnf):
179 def __init__(self, master=None, **cnf):
DShellWindow.py13 def __init__(self, master=None, shell=None, **cnf):
/external/ltp/pan/
Dltp-scanner.c134 char *cnf; /* current filename */ variable
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dasn1_gen.c141 X509V3_CTX cnf; in ASN1_generate_nconf() local
150 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3()
159 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3()
469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
/external/boringssl/src/crypto/x509/
Dasn1_gen.c141 X509V3_CTX cnf; in ASN1_generate_nconf() local
150 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3()
159 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3()
469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()

12