Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 – 11 of 11) 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/chromium-trace/catapult/telemetry/telemetry/testing/
Dbrowser_test_context.py39 def Freeze(self): member in TypTestContext
Dbrowser_test_runner_unittest.py388 context.Freeze()
Drun_browser_tests.py287 context.Freeze()
/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/libpng/
DCHANGES2799 Freeze build-time only configuration in the build.
3904 Freeze libtool files in the 'scripts' directory. This version of autogen.sh