Home
last modified time | relevance | path

Searched refs:finalized (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/distutils/
H A Dcmd.py17 final values, aka "finalized") in 'finalize_options()', both of which
88 # 'finalized' records whether or not 'finalize_options()' has been
92 self.finalized = 0
106 if not self.finalized:
108 self.finalized = 1
169 script, the command-line, and config files, and finalized in
296 finalized command object.
H A Ddist.py919 finalized. This provides the opportunity to sneak option
942 if not command.finalized:
945 command.finalized = 0
/third_party/python/Lib/test/
H A Dtest_generators.py70 # A generator caught in a refcycle gets finalized anyway.
72 finalized = False
74 nonlocal finalized
79 finalized = True
85 self.assertFalse(finalized)
88 self.assertTrue(finalized)
H A Dtest_asyncgen.py1433 finalized = 0
1436 nonlocal finalized
1442 finalized += 1
1464 self.assertEqual(finalized, 2)
/third_party/skia/experimental/docs/
H A DanimationCommon.js43 if (animation.finalized) {
46 animation.finalized = true;
302 + "'finalized':false } );\n";
/third_party/libwebsockets/lib/roles/http/server/
H A Dlws-spa.c91 char finalized; member
648 /* we reject any junk after the last part arrived and we finalized */ in lws_spa_process()
649 if (spa->finalized) in lws_spa_process()
684 spa->finalized = 1; in lws_spa_finalize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp308 ASSERT(!finalized);
309 finalized = true;
618 bool finalized = false;
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py361 build_py.finalized = False
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h4901 // text followed by a substitution expression), finalized by a single in ParseTemplateLiteral()
6054 Scope* finalized = scope()->FinalizeBlockScope(); in ParseForStatement() local
6055 DCHECK_NULL(finalized); in ParseForStatement()
6056 USE(finalized); in ParseForStatement()

Completed in 25 milliseconds