Searched refs:Freeze (Results 1 – 11 of 11) sorted by relevance
/external/v8/tools/testrunner/local/ |
D | statusfile_unittest.py | 9 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])
|
D | utils.py | 149 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)
|
D | statusfile.py | 32 from utils import Freeze 223 return Freeze(rules), Freeze(wildcards)
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | browser_test_context.py | 39 def Freeze(self): member in TypTestContext
|
D | browser_test_runner_unittest.py | 388 context.Freeze()
|
D | run_browser_tests.py | 287 context.Freeze()
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | 00_description.txt | 40 Freeze the cgroup and then make sure that writing "FREEZING" into
|
D | TODO | 71 Write a test using two sample cgroups (A and B). Freeze A. Move tasks
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 1330 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/ |
D | upb.h | 1737 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/ |
D | CHANGES | 2799 Freeze build-time only configuration in the build. 3904 Freeze libtool files in the 'scripts' directory. This version of autogen.sh
|