/external/syzkaller/syz-manager/ |
D | hub.go | 24 fresh: mgr.fresh, 39 fresh bool member 79 Fresh: hc.fresh, 99 hc.fresh = false
|
/external/python/cpython3/Lib/test/ |
D | test_datetime.py | 9 pure_tests = import_fresh_module(TESTS, fresh=['datetime', '_strptime'], 11 fast_tests = import_fresh_module(TESTS, fresh=['datetime',
|
D | test_xml_etree_c.py | 10 fresh=['_elementtree']) 12 fresh=['_elementtree', 'xml.etree'],
|
/external/freetype/src/raster/ |
D | ftraster.c | 501 Bool fresh; /* signals a fresh new profile which */ member 698 ras.fresh = TRUE; in New_Profile() 1072 if ( ras.fresh ) in Line_Up() 1075 ras.fresh = FALSE; in Line_Up() 1159 Bool result, fresh; in Line_Down() local 1162 fresh = ras.fresh; in Line_Down() 1166 if ( fresh && !ras.fresh ) in Line_Down() 1254 if ( ras.fresh ) in Bezier_Up() 1257 ras.fresh = FALSE; in Bezier_Up() 1346 Bool result, fresh; in Bezier_Down() local [all …]
|
/external/python/cpython2/Doc/library/ |
D | pprint.rst | 69 ... ('parrot', ('fresh fruit',)))))))) 212 ... ('parrot', ('fresh fruit',)))))))) 219 ('knights', ('ni', ('dead', ('parrot', ('fresh fruit',)))))))), 233 ('ni', ('dead', ('parrot', ('fresh fruit',)))))))),
|
D | test.rst | 405 .. function:: import_fresh_module(name, fresh=(), blocked=(), deprecated=False) 407 This function imports and returns a fresh copy of the named Python module 412 *fresh* is an iterable of additional module names that are also removed 419 The named module and any modules named in the *fresh* and *blocked* 421 ``sys.modules`` when the fresh import is complete. 436 c_warnings = import_fresh_module('warnings', fresh=['_warnings'])
|
/external/python/cpython2/Tools/buildbot/ |
D | build.bat | 7 @rem If you need the buildbots to start fresh (such as when upgrading to
|
/external/python/cpython3/Tools/buildbot/ |
D | build.bat | 6 @rem If you need the buildbots to start fresh (such as when upgrading to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | optimization-remarks-invalidation.ll | 17 ; Check that invalidating BFI computes a fresh emitter. 23 ; Check that invalidating BFI desn't compute a fresh emitter when we don't
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | util.py | 56 fresh = ('importlib',) if '.' in module_name else () 58 source = support.import_fresh_module(module_name, fresh=fresh,
|
/external/tensorflow/tensorflow/contrib/cloud/ops/ |
D | gcs_config_ops.cc | 67 new block cache is created fresh.
|
/external/python/cpython3/Lib/test/test_json/ |
D | __init__.py | 9 cjson = support.import_fresh_module('json', fresh=['_json'])
|
/external/toolchain-utils/bestflags/ |
D | README | 4 it, gather results and prepare a fresh batch of flags to repeat the process. The
|
/external/python/cpython2/Lib/json/tests/ |
D | __init__.py | 10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
|
/external/tensorflow/tensorflow/java/src/gen/ |
D | gen_ops.bzl | 28 gen_cmds = ["rm -rf $(@D)"] # Always start from fresh when generating source files
|
/external/autotest/server/site_tests/debugd_DevTools/ |
D | control | 30 - May require installing a fresh test image.
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regengine.inc | 82 states fresh; /* states for a fresh start */ 178 SETUP(m->fresh); 687 states fresh = m->fresh; 699 ASSIGN(fresh, st); 706 if (EQ(st, fresh)) 748 ASSIGN(st, fresh);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regengine.inc | 82 states fresh; /* states for a fresh start */ 178 SETUP(m->fresh); 687 states fresh = m->fresh; 699 ASSIGN(fresh, st); 706 if (EQ(st, fresh)) 748 ASSIGN(st, fresh);
|
/external/llvm/lib/Support/ |
D | regengine.inc | 82 states fresh; /* states for a fresh start */ 178 SETUP(m->fresh); 687 states fresh = m->fresh; 699 ASSIGN(fresh, st); 706 if (EQ(st, fresh)) 748 ASSIGN(st, fresh);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 82 states fresh; /* states for a fresh start */ 178 SETUP(m->fresh); 687 states fresh = m->fresh; 699 ASSIGN(fresh, st); 706 if (EQ(st, fresh)) 748 ASSIGN(st, fresh);
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | bench.py | 15 C = import_fresh_module('decimal', fresh=['_decimal'])
|
/external/python/pyasn1/ |
D | TODO.rst | 51 More fresh modules
|
/external/google-styleguide/docguide/ |
D | best_practices.md | 15 A small set of fresh and accurate docs are better than a sprawling, loose 33 docs fresh, and is also a good place to explain to your reviewer what you're
|
/external/syzkaller/syz-hub/state/ |
D | state.go | 144 func (st *State) Connect(name string, fresh bool, calls []string, corpus [][]byte) error { 154 if fresh {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-align-long-double.ll | 25 ; remember the address we need to do the store in a fresh local
|