HomeSort by relevance Sort by last modified time
    Searched full:rngs (Results 1 - 11 of 11) sorted by null

  /external/libxml2/python/tests/
relaxng.py 27 rngs = rngp.relaxNGParse() variable
28 ctxt = rngs.relaxNGNewValidCtxt()
37 del rngs
reader6.py 38 rngs = rngp.relaxNGParse() variable
52 reader.RelaxNGSetSchema(rngs)
95 reader.RelaxNGSetSchema(rngs)
119 del rngs
validRNG.py 43 rngs = rngp.relaxNGParse() variable
44 ctxt = rngs.relaxNGNewValidCtxt()
65 del rngs
  /external/libxml2/
check-relaxng-test-suite.py 165 rngs = rngp.relaxNGParse()
167 rngs = None
168 if rngs == None:
175 return rngs
191 rngs = rngp.relaxNGParse()
193 rngs = None
194 if rngs != None:
check-relaxng-test-suite2.py 179 rngs = rngp.relaxNGParse()
181 rngs = None
182 if rngs == None:
189 return rngs
205 rngs = rngp.relaxNGParse()
207 rngs = None
208 if rngs != None:
check-xsddata-test-suite.py 177 rngs = rngp.relaxNGParse()
179 rngs = None
180 if rngs == None:
187 return rngs
203 rngs = rngp.relaxNGParse()
205 rngs = None
206 if rngs != None:
  /external/libxml2/doc/
xmlreader.html 423 rngs = rngp.relaxNGParse()<br>
424 reader.RelaxNGSetSchema(rngs)<br>
  /external/python/cpython3/Python/
random.c 454 random numbers: see issue #18747. Kernel RNGs don't have this issue,
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions_test.cc 312 // Baseline rngs.
  /external/scapy/scapy/layers/tls/
handshake.py 216 order to (sort of) mitigate broken RNGs. If you prefer to show the full
304 order to (sort of) mitigate broken RNGs. If you prefer to show the full
    [all...]
  /external/opencv/cxcore/src/
_cxipp.h 510 /* Math routines and RNGs */
    [all...]

Completed in 1613 milliseconds