Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java21 boolean frozen; field in AdoptingModifierStore
35 this.frozen = true; in AdoptingModifierStore()
51 this.frozen = false; in AdoptingModifierStore()
55 assert !frozen; in setModifier() local
60 frozen = true; in freeze()
64 assert frozen; in getModifierWithoutPlural() local
83 assert frozen; in getModifier() local
/third_party/node/deps/npm/node_modules/yargs/lib/
Dusage.js525 let frozen = {}
526 frozens.push(frozen)
527 frozen.failMessage = failMessage
528 frozen.failureOutput = failureOutput
529 frozen.usages = usages
530 frozen.usageDisabled = usageDisabled
531 frozen.epilogs = epilogs
532 frozen.examples = examples
533 frozen.commands = commands
534 frozen.descriptions = descriptions
[all …]
Dvalidation.js336 let frozen = {}
337 frozens.push(frozen)
338 frozen.implied = implied
339 frozen.checks = checks
340 frozen.conflicting = conflicting
343 let frozen = frozens.pop()
344 implied = frozen.implied
345 checks = frozen.checks
346 conflicting = frozen.conflicting
Dcommand.js433 let frozen = {}
434 frozens.push(frozen)
435 frozen.handlers = handlers
436 frozen.aliasMap = aliasMap
437 frozen.defaultCommand = defaultCommand
440 let frozen = frozens.pop()
441 handlers = frozen.handlers
442 aliasMap = frozen.aliasMap
443 defaultCommand = frozen.defaultCommand
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DSeriesMatcher.java21 protected boolean frozen = false; field in SeriesMatcher
24 assert !frozen; in addMatcher() local
32 frozen = true; in freeze()
41 assert frozen; in match() local
91 assert frozen; in smokeTest() local
103 assert frozen; in postProcess() local
DNumberParserImpl.java273 private boolean frozen; field in NumberParserImpl
284 frozen = false; in NumberParserImpl()
288 assert !frozen; in addMatcher() local
293 assert !frozen; in addMatchers() local
298 frozen = true; in freeze()
323 assert frozen; in parse() local
/third_party/python/Lib/
Ddataclasses.py300 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument
306 self.frozen = frozen
404 def _field_assign(frozen, name, value, self_name): argument
411 if frozen:
416 def _field_init(f, frozen, globals, self_name): argument
467 return _field_assign(frozen, f.name, value, self_name)
489 def _init_fn(fields, frozen, has_post_init, self_name, globals): argument
515 line = _field_init(f, frozen, locals, self_name)
809 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen): argument
827 unsafe_hash, frozen))
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_freezedetect.c44 int frozen; member
168 int frozen = 0; in activate() local
178 frozen = is_frozen(s, s->reference_frame, frame); in activate()
180 if (!s->frozen) in activate()
182 if (!frozen) { in activate()
186 s->frozen = frozen; in activate()
190 if (!frozen) { in activate()
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js153 let frozen = {}
154 frozens.push(frozen)
155 frozen.options = options
156 frozen.configObjects = options.configObjects.slice(0)
157 frozen.exitProcess = exitProcess
158 frozen.groups = groups
162 frozen.strict = strict
163 frozen.completionCommand = completionCommand
164 frozen.output = output
165 frozen.exitError = exitError
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dusettest.c554 USet *frozen; in TestFreezable() local
565 frozen=uset_clone(idSet); in TestFreezable()
567 if (frozen == NULL) { in TestFreezable()
572 if(!uset_equals(frozen, idSet)) { in TestFreezable()
576 uset_freeze(frozen); in TestFreezable()
577 uset_addRange(frozen, 0xd802, 0xd805); in TestFreezable()
579 if(uset_isFrozen(idSet) || !uset_isFrozen(frozen) || !uset_equals(frozen, idSet)) { in TestFreezable()
583 thawed=uset_cloneAsThawed(frozen); in TestFreezable()
587 uset_close(frozen); in TestFreezable()
599 uset_close(frozen); in TestFreezable()
/third_party/ltp/testcases/kernel/controllers/freezer/
D00_description.txt9 The sleep process is frozen. We then kill the sleep process.
16 The sleep process is frozen. We then move the sleep process to a THAWED
28 The sleep process is frozen. We then wait until the sleep process should
36 The sleep process is frozen. We then thaw the process before it exits.
46 The sleep process is stopped and then frozen. We then thaw the process
52 The sleep process is stopped and then frozen. We then thaw the process
67 A task within the cgroup to be frozen tries to fork.
DREADME22 and issue a "thaw" command before reaching the frozen state
23 signalling freezing/frozen tasks -- this should delay delivery of the
/third_party/typescript/tests/baselines/reference/
DmappedTypes2.js64 var frozen: ReadonlyShape;
65 var frozen: Readonly<Shape>;
66 var frozen = freeze(shape);
112 var frozen;
113 var frozen;
114 var frozen = freeze(shape);
DmappedTypes2.types155 var frozen: ReadonlyShape;
156 >frozen : ReadonlyShape
158 var frozen: Readonly<Shape>;
159 >frozen : ReadonlyShape
161 var frozen = freeze(shape);
162 >frozen : ReadonlyShape
DmappedTypes2.symbols238 var frozen: ReadonlyShape;
239 >frozen : Symbol(frozen, Decl(mappedTypes2.ts, 62, 7), Decl(mappedTypes2.ts, 63, 7), Decl(mappedTyp…
242 var frozen: Readonly<Shape>;
243 >frozen : Symbol(frozen, Decl(mappedTypes2.ts, 62, 7), Decl(mappedTypes2.ts, 63, 7), Decl(mappedTyp…
247 var frozen = freeze(shape);
248 >frozen : Symbol(frozen, Decl(mappedTypes2.ts, 62, 7), Decl(mappedTypes2.ts, 63, 7), Decl(mappedTyp…
/third_party/jerryscript/tests/jerry/
Dobject-is-extensible.js28 var frozen = Object.freeze({});
29 assert(Object.isExtensible(frozen) === false);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java26 protected volatile boolean frozen; field in Row
109 if (frozen) { in set()
185 return frozen; in isFrozen()
190 frozen = true; in freeze()
196 if (frozen) return this; in clone()
211 result.frozen = false; in cloneAsThawed()
DRelation.java283 volatile boolean frozen = false; field in Relation
287 return frozen; in isFrozen()
292 if (!frozen) { in freeze()
299 frozen = true; in freeze()
/third_party/python/Tools/freeze/
DREADME11 who don't have Python. The shipped file (called a "frozen" version of
61 "python hello.py" there's little chance of getting the frozen version
80 Freeze creates a number of files: frozen.c, config.c and Makefile,
82 M_<module>.c. To produce the frozen version of your program, you can
89 clean up after you've shipped the frozen binary. You should invoke
98 frozen Tkinter program is to decide in advance where you are going
100 then declare these directories in your frozen Python program using
103 For example, assume you will ship your frozen program in the directory
106 placing the following lines in your frozen Python script before importing
142 The OS must find the dynamic libraries or your frozen program won't start.
[all …]
/third_party/python/Lib/test/
Dtest_dataclasses.py122 @dataclass(frozen=True)
131 @dataclass(frozen=True)
224 @dataclass(frozen=True)
258 C = make_dataclass('C', attributes, frozen=True)
811 @dataclass(frozen=True, unsafe_hash=True)
920 @dataclass(frozen=True)
1051 @dataclass(frozen=True)
2339 def test(case, unsafe_hash, eq, frozen, with_hash, result): argument
2341 frozen=frozen):
2344 @dataclass(unsafe_hash=unsafe_hash, eq=eq, frozen=frozen)
[all …]
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes2.ts66 var frozen: ReadonlyShape;
67 var frozen: Readonly<Shape>;
68 var frozen = freeze(shape);
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp2227 UnicodeSet frozen(idSet); in TestFreezable() local
2228 frozen.freeze(); in TestFreezable()
2230 if(idSet.isFrozen() || !frozen.isFrozen()) { in TestFreezable()
2233 if(frozen!=idSet || !(frozen==idSet)) { in TestFreezable()
2237 frozen=wsSet; in TestFreezable()
2238 if(frozen!=idSet || !(frozen==idSet)) { in TestFreezable()
2242 UnicodeSet frozen2(frozen); in TestFreezable()
2243 if(frozen2!=frozen || frozen2!=idSet) { in TestFreezable()
2253 frozen3=frozen; in TestFreezable()
2258 UnicodeSet *cloned=frozen.clone(); in TestFreezable()
[all …]
/third_party/python/Doc/library/
Dtracemalloc.rst58 <frozen importlib._bootstrap>:716: size=4855 KiB, count=39328, average=126 B
59 <frozen importlib._bootstrap>:284: size=521 KiB, count=3199, average=167 B
64 <frozen importlib._bootstrap>:1446: size=70.4 KiB, count=911, average=79 B
65 <frozen importlib._bootstrap>:1454: size=52.0 KiB, count=25, average=2131 B
98 … <frozen importlib._bootstrap>:716: size=8173 KiB (+4428 KiB), count=71332 (+39369), average=117 B
101 <frozen importlib._bootstrap>:284: size=1005 KiB (+166 KiB), count=7423 (+1526), average=139 B
144 File "<frozen importlib._bootstrap>", line 716
145 File "<frozen importlib._bootstrap>", line 1036
146 File "<frozen importlib._bootstrap>", line 934
147 File "<frozen importlib._bootstrap>", line 1068
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalInfo.java313 private transient volatile boolean frozen = false; field in DateIntervalInfo
719 if ( frozen ) { in setIntervalPattern()
884 if ( frozen ) { in setFallbackIntervalPattern()
919 if ( frozen ) { in clone()
943 other.frozen = false; in cloneUnfrozenDII()
976 return frozen; in isFrozen()
985 frozen = true; in freeze()
/third_party/boost/tools/build/src/tools/
Dxsltproc.jam42 if ! $(.config-frozen)
44 .config-frozen = true ;
55 if $(.config-frozen)

12345