Home
last modified time | relevance | path

Searched refs:marked (Results 1 - 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DnewTargetNarrowing.js5 if (new.target.marked === true) {
6 foo(new.target.marked);
10 f.marked = true;
17 if (new.target.marked === true) {
18 foo(new.target.marked);
21 f.marked = true;
/third_party/musl/porting/linux/user/src/sigchain/
H A Dsigchain.c56 bool marked; member
136 * @brief Judge whether the signal is marked
138 * @retval true if the signal is marked, or false.
142 return sig_chains[signo - 1].marked; in ismarked()
251 sig_chains[signo - 1].marked = false; in unregister_sigchain()
262 if (!sig_chains[signo - 1].marked) { in mark_signal_to_sigchain()
264 sig_chains[signo - 1].marked = true; in mark_signal_to_sigchain()
/third_party/musl/src/sigchain/linux/
H A Dsigchain.c59 bool marked; member
138 * @brief Judge whether the signal is marked
140 * @retval true if the signal is marked, or false.
144 return sig_chains[signo - 1].marked; in ismarked()
279 sig_chains[signo - 1].marked = false; in unregister_sigchain()
290 if (!sig_chains[signo - 1].marked) { in mark_signal_to_sigchain()
292 sig_chains[signo - 1].marked = true; in mark_signal_to_sigchain()
/third_party/skia/src/pathops/
H A DSkOpAngle.h80 void setLastMarked(SkOpSpanBase* marked) { in setLastMarked() argument
81 fLastMarked = marked; in setLastMarked()
/third_party/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl56 The first version in which the symbol is marked "deprecated" - meaning that
58 marked for getting removed in a future.
/third_party/markupsafe/
H A D_speedups.c288 " string, so it will still be marked as safe and won't be escaped"
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h280 __u32 marked; /* Marked packets */ member
380 __u32 marked; /* Marked packets */ member
757 __u32 marked; member
803 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
805 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
836 __u32 ecn_mark; /* number of packets we ECN marked
965 __u32 ecn_mark; /* packets marked with ecn*/
/third_party/node/deps/v8/src/compiler/
H A Dverifier.cc2004 BoolVector marked(static_cast<int>(count), false, zone); in Run()
2008 marked[start->id().ToSize()] = true; in Run()
2014 if (!marked[succ->id().ToSize()]) { in Run()
2015 marked[succ->id().ToSize()] = true; in Run()
2021 // Verify marked blocks are in the RPO. in Run()
2024 if (marked[i]) { in Run()
2029 // Verify RPO blocks are marked. in Run()
2031 CHECK(marked[rpo_order->at(b)->id().ToSize()]); in Run()
H A Dscheduler.cc1614 // Mark {block} and push its non-marked predecessor on the marking queue.
1654 // Compute transitive marking closure; a block is marked if all its in SplitNode()
1655 // successors are marked. in SplitNode()
1660 bool marked = true; in SplitNode() local
1663 marked = false; in SplitNode()
1667 if (marked) MarkBlock(top_block); in SplitNode()
1670 // If the (common dominator) {block} is marked, we know that all paths from in SplitNode()
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx324 page->marked = 0; in handleRqeuiresPageRegion()
325 cupsArrayRemove(ppd->marked,page); in handleRqeuiresPageRegion()
328 page->marked = 0; in handleRqeuiresPageRegion()
329 cupsArrayRemove(ppd->marked, page); in handleRqeuiresPageRegion()
H A Dimagetoraster.c380 choice->marked = 0; in main()
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go407 if marked := markedNodesSet[node]; marked {
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat84 # -- HISTORY -- If not marked, then pre 2.2.
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf.cc61 choice->marked=0; in setFinalPPD()
804 // printer can collate, but also for the currently marked ppd features? in printerWillCollate()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp91 bool marked = false; in SpoolAdobeData() local
95 marked)) in SpoolAdobeData()
104 stream.Put_uint8 (marked ? 1 : 0); in SpoolAdobeData()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc2325 // as bytes marked ahead of schedule by the incremental marker. in PerformGarbageCollection()
3117 bool marked = false; in ResetAllAllocationSitesDependentCode() local
3120 [&marked, allocation, this](AllocationSite site) { in ResetAllAllocationSitesDependentCode()
3124 marked = true; in ResetAllAllocationSitesDependentCode()
3129 if (marked) isolate_->stack_guard()->RequestDeoptMarkedAllocationSites(); in ResetAllAllocationSitesDependentCode()
5946 // All pages right after bootstrapping must be marked as never-evacuate. in NotifyDeserializationComplete()

Completed in 39 milliseconds