HomeSort by relevance Sort by last modified time
    Searched refs:cnf (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/boringssl/src/crypto/x509/
asn1_gen.c 125 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth,
133 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
140 X509V3_CTX cnf; local
145 X509V3_set_nconf(&cnf, nconf);
146 return ASN1_generate_v3(str, &cnf);
149 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf)
152 ASN1_TYPE *ret = generate_v3(str, cnf, 0, &err);
158 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth,
187 if (!cnf) {
195 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr)
    [all...]
  /external/python/cpython2/Demo/tkinter/guido/
ManPage.py 23 def __init__(self, master=None, **cnf):
25 apply(ScrolledText.__init__, (self, master), cnf)
179 def __init__(self, master=None, **cnf):
180 cnf['state'] = DISABLED
181 apply(EditableManPage.__init__, (self, master), cnf)
kill.py 11 def __init__(self, master=None, **cnf):
12 apply(Menubutton.__init__, (self, master), cnf)
50 def __init__(self, master=None, **cnf):
51 Frame.__init__(self, master, cnf)
svkill.py 18 def __init__(self, master=None, **cnf):
19 apply(Menubutton.__init__, (self, master), cnf)
63 def __init__(self, master=None, **cnf):
64 apply(Frame.__init__, (self, master), cnf)
ShellWindow.py 13 def __init__(self, master=None, shell=None, **cnf):
23 apply(ScrolledText.__init__, (self, master), cnf)
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 90 def cnf(src, dst): conflict = True function in function:sync
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
  /external/python/cpython2/Lib/idlelib/
OutputWindow.py 145 for tag, cnf in self.tagdefs.items():
146 if cnf:
147 text.tag_configure(tag, **cnf)
ColorDelegator.py 59 for tag, cnf in self.tagdefs.items():
60 if cnf:
61 self.tag_configure(tag, **cnf)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
OutputWindow.py 145 for tag, cnf in self.tagdefs.items():
146 if cnf:
147 text.tag_configure(tag, **cnf)
ColorDelegator.py 59 for tag, cnf in self.tagdefs.items():
60 if cnf:
61 self.tag_configure(tag, **cnf)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
OutputWindow.py 145 for tag, cnf in self.tagdefs.items():
146 if cnf:
147 text.tag_configure(tag, **cnf)
ColorDelegator.py 59 for tag, cnf in self.tagdefs.items():
60 if cnf:
61 self.tag_configure(tag, **cnf)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 145 for tag, cnf in self.tagdefs.items():
146 if cnf:
147 text.tag_configure(tag, **cnf)
ColorDelegator.py 59 for tag, cnf in self.tagdefs.items():
60 if cnf:
61 self.tag_configure(tag, **cnf)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 145 for tag, cnf in self.tagdefs.items():
146 if cnf:
147 text.tag_configure(tag, **cnf)
ColorDelegator.py 59 for tag, cnf in self.tagdefs.items():
60 if cnf:
61 self.tag_configure(tag, **cnf)
  /external/boringssl/src/crypto/x509v3/
v3_sxnet.c 140 CONF_VALUE *cnf;
144 cnf = sk_CONF_VALUE_value(nval, i);
145 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
  /external/curl/tests/certs/scripts/
genserv.sh 101 echo "openssl ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt"
102 $OPENSSL ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt
105 echo "openssl ca -config $CAPREFIX-ca.cnf -gencrl -out $PREFIX-sv.crl"
106 $OPENSSL ca -config $CAPREFIX-ca.cnf -gencrl -out $PREFIX-sv.crl
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 231 EGLConfig cnf = getConfig(_env, config); local
234 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base);
247 EGLConfig cnf = getConfig(_env, config); local
249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
269 EGLContext cnf = getConfig(_env, config); local
283 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
296 EGLContext cnf = getConfig(_env, config); local
311 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
324 EGLContext cnf = getConfig(_env, config); local
327 success = eglGetConfigAttrib(dpy, cnf, attribute, &localValue)
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Canvas.py 57 def config(self, cnf={}, **kw):
58 return self.canvas.itemconfig(self.id, _cnfmerge((cnf, kw)))
176 def config(self, cnf={}, **kw):
177 return self.canvas.itemconfigure(self.tag, _cnfmerge((cnf,kw)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Canvas.py 57 def config(self, cnf={}, **kw):
58 return self.canvas.itemconfig(self.id, _cnfmerge((cnf, kw)))
176 def config(self, cnf={}, **kw):
177 return self.canvas.itemconfigure(self.tag, _cnfmerge((cnf,kw)))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Canvas.py 57 def config(self, cnf={}, **kw):
58 return self.canvas.itemconfig(self.id, _cnfmerge((cnf, kw)))
176 def config(self, cnf={}, **kw):
177 return self.canvas.itemconfigure(self.tag, _cnfmerge((cnf,kw)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 57 def config(self, cnf={}, **kw):
58 return self.canvas.itemconfig(self.id, _cnfmerge((cnf, kw)))
176 def config(self, cnf={}, **kw):
177 return self.canvas.itemconfigure(self.tag, _cnfmerge((cnf,kw)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 57 def config(self, cnf={}, **kw):
58 return self.canvas.itemconfig(self.id, _cnfmerge((cnf, kw)))
176 def config(self, cnf={}, **kw):
177 return self.canvas.itemconfigure(self.tag, _cnfmerge((cnf,kw)))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
float.s 140 cnf f0, #3
141 cnf f1, #0.5

Completed in 577 milliseconds

12 3 4