Searched refs:fresh (Results 1 - 25 of 29) sorted by relevance

12

/external/valgrind/memcheck/tests/
H A Dresvn_stack.stderr.exp5 Accessing fresh stack
/external/python/cpython3/Lib/test/
H A Dtest_datetime.py9 pure_tests = import_fresh_module(TESTS, fresh=['datetime', '_strptime'],
11 fast_tests = import_fresh_module(TESTS, fresh=['datetime',
H A Dtest_xml_etree_c.py9 fresh=['_elementtree']) variable
11 fresh=['_elementtree', 'xml.etree']) variable
H A Dtest_stat.py6 c_stat = import_fresh_module('stat', fresh=['_stat'])
H A Dtest_bisect.py7 c_bisect = support.import_fresh_module('bisect', fresh=['_bisect'])
H A Dtest_heapq.py11 c_heapq = support.import_fresh_module('heapq', fresh=['_heapq'])
H A Dtest_hashlib.py28 c_hashlib = import_fresh_module('hashlib', fresh=['_hashlib'])
H A Dtest_operator.py8 c_operator = support.import_fresh_module('operator', fresh=['_operator'])
H A Dtest_ordered_dict.py16 c_coll = support.import_fresh_module('collections', fresh=['_collections'])
/external/python/cpython3/Lib/test/test_json/
H A D__init__.py9 cjson = support.import_fresh_module('json', fresh=['_json'])
/external/llvm/lib/Support/
H A Dregengine.inc82 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/Lib/test/test_importlib/
H A Dutil.py49 fresh = ('importlib',) if '.' in module_name else ()
51 source = support.import_fresh_module(module_name, fresh=fresh,
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregengine.inc82 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/
H A Dregengine.inc82 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/cpython2/Lib/json/tests/
H A D__init__.py10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
/external/freetype/src/raster/
H A Dftraster.c506 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
702 ras.fresh = TRUE;
1069 if ( ras.fresh )
1072 ras.fresh = FALSE;
1150 Bool result, fresh; local
1153 fresh = ras.fresh;
1157 if ( fresh && !ras.fresh )
1329 Bool result, fresh; local
[all...]
/external/python/cpython3/Modules/_decimal/tests/
H A Dbench.py16 C = import_fresh_module('decimal', fresh=['_decimal'])
H A Dformathelper.py37 C = import_fresh_module('decimal', fresh=['_decimal'])
H A Ddeccheck.py41 C = import_fresh_module('decimal', fresh=['_decimal'])
/external/icu/icu4c/source/config/
H A Ddist.mk12 # also note that `make dist` does NOT reflect any local modifications - it only does a fresh SVN export.
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli216 (** Emits assembly or object data for the given module to a fresh memory
/external/python/cpython2/Lib/test/
H A Dtest_heapq.py10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
H A Dtest_support.py114 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False):
116 and importing a fresh copy of the module. Once the import is complete,
119 Modules named in fresh are also imported anew if needed by the import.
122 Importing of modules named in blocked is prevented while the fresh import
136 for fresh_name in fresh:
H A Dtest_warnings.py16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
/external/python/cpython3/Lib/test/support/
H A D__init__.py219 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False):
222 This function imports and returns a fresh copy of the named Python module
227 *fresh* is an iterable of additional module names that are also removed
234 The named module and any modules named in the *fresh* and *blocked*
236 sys.modules when the fresh import is complete.
253 for fresh_name in fresh:

Completed in 421 milliseconds

12