Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 – 14 of 14) sorted by relevance

/external/v8/tools/testrunner/local/
Dstatusfile_unittest.py9 from utils import Freeze
42 self.assertEqual(2, Freeze({1: [2]})[1][0])
43 self.assertEqual(set([3]), Freeze({1: [2], 2: set([3])})[2])
46 Freeze({1: [], 2: set([3])})[2] = 4
48 Freeze({1: [], 2: set([3])}).update({3: 4})
50 Freeze({1: [], 2: set([3])})[1].append(2)
52 Freeze({1: [], 2: set([3])})[2] |= set([3])
Dutils.py149 def Freeze(obj): function
151 return FrozenDict((k, Freeze(v)) for k, v in obj.iteritems())
155 return tuple(Freeze(item) for item in obj)
Dstatusfile.py32 from utils import Freeze
223 return Freeze(rules), Freeze(wildcards)
/external/python/cpython2/Tools/freeze/
DREADME7 What is Freeze?
10 Freeze make it possible to ship arbitrary Python programs to people
31 How does Freeze know which modules to include?
34 Previous versions of Freeze used a pretty simple-minded algorithm to
40 This has been remedied: Freeze now uses the regular Python parser to
48 This new version of Freeze also knows about Python's new package
52 to determine which modules are to be imported, while Freeze will do a
55 One tricky issue: Freeze assumes that the Python interpreter and
56 environment you're using to run Freeze is the same one that would be
65 How do I use Freeze?
[all …]
/external/ltp/testcases/kernel/controllers/freezer/
D00_description.txt40 Freeze the cgroup and then make sure that writing "FREEZING" into
DTODO71 Write a test using two sample cgroups (A and B). Freeze A. Move tasks
/external/protobuf/php/ext/google/protobuf/
Dupb.h1330 static bool Freeze(Def* const* defs, int n, Status* status);
1331 static bool Freeze(const std::vector<Def*>& defs, Status* status);
1851 bool Freeze(Status* s);
2182 bool Freeze(Status* s);
2463 inline bool Def::Freeze(Def* const* defs, int n, Status* status) { in Freeze() function
2466 inline bool Def::Freeze(const std::vector<Def*>& defs, Status* status) { in Freeze() function
2680 inline bool MessageDef::Freeze(Status* status) { in Freeze() function
2867 inline bool EnumDef::Freeze(Status* status) { in Freeze() function
3465 bool Freeze(Status* s);
3469 static bool Freeze(Handlers*const* handlers, int n, Status* s);
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1737 static bool Freeze(Def* const* defs, size_t n, Status* status);
1738 static bool Freeze(const std::vector<Def*>& defs, Status* status);
2319 bool Freeze(Status* s);
2670 bool Freeze(Status* s);
2990 bool Freeze(Status* s);
3064 inline bool Def::Freeze(Def* const* defs, size_t n, Status* status) {
3067 inline bool Def::Freeze(const std::vector<Def*>& defs, Status* status) {
3305 inline bool MessageDef::Freeze(Status* status) {
3495 inline bool EnumDef::Freeze(Status* status) {
4161 bool Freeze(Status* s);
[all …]
/external/python/cpython2/Doc/faq/
Dgui.rst106 Freeze is a tool to create stand-alone applications. When freezing Tkinter
/external/python/cpython2/Doc/library/
Dfl.rst198 Freeze the form.
415 Freeze the object.
/external/lisa/ipynb/energy/
DEnergyModel_SystemEnergy.ipynb498 " # Freeze all userspace tasks\n",
896 " # Freeze all tasks but the ones to communicate with the target\n",
/external/libpng/
DCHANGES2799 Freeze build-time only configuration in the build.
3904 Freeze libtool files in the 'scripts' directory. This version of autogen.sh
/external/brotli/tests/testdata/
Dasyoulik.txt1714 Freeze, freeze, thou bitter sky,
/external/python/cpython2/Misc/
DHISTORY5397 - Freeze's modulefinder.py has been moved to the standard library;
15297 - New Freeze script, to create independently distributable "binaries"