Home
last modified time | relevance | path

Searched refs:isTop (Results 1 - 25 of 37) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drosen_render_select_popup.cpp77 void RosenRenderSelectPopup::PaintGradient(RenderContext& context, bool isTop) in PaintGradient() argument
87 auto yPos = isTop ? GetOptionTop() : GetOptionBottom() - NormalizeToPx(GRADIENT_HEIGHT); in PaintGradient()
97 if (isTop) { in PaintGradient()
H A Drosen_render_select_popup.h31 void PaintGradient(RenderContext& context, bool isTop);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp29 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand; in biasAddiLoadCandidate()
30 SchedCandidate &SecondCand = Zone.isTop() ? Cand : TryCand; in biasAddiLoadCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h186 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init()
191 bool isTop() const { in isTop() function
212 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
H A DHexagonMachineScheduler.cpp376 if (isTop()) in bumpCycle()
394 if (!isTop() && SU->isCall) { in bumpNode()
403 startNewCycle = ResourceModel->reserveResources(SU, isTop()); in bumpNode()
428 unsigned ReadyCycle = isTop() ? SU->TopReadyCycle : SU->BotReadyCycle; in releasePending()
467 return !ResourceModel->isResourceAvailable(*Available.begin(), isTop()) || in pickOnlyChoice()
468 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice()
474 ResourceModel->reserveResources(nullptr, isTop()); in pickOnlyChoice()
H A DHexagonConstPropagation.cpp162 bool isTop() const { return Kind == Top; } in isTop() function in __anon24612::LatticeCell
213 assert(Top.isTop()); in CellMap()
469 uint32_t Ps = !isTop() ? properties() in convertToProperty()
506 } else if (isTop()) { in print()
526 if (isBottom() || L.isTop()) in meet()
528 if (isTop()) { in meet()
607 assert(!isTop() && "Should not call this for a top cell"); in properties()
2216 assert(!Input.isTop()); in evaluate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1936 unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle); in getLatencyStallCycles()
1951 if (!isTop()) in getNextResourceCycleByInstance()
2006 ((isTop() && SchedModel->mustBeginGroup(SU->getInstr())) || in checkHazard()
2007 (!isTop() && SchedModel->mustEndGroup(SU->getInstr())))) { in checkHazard()
2009 << (isTop() ? "begin" : "end") << " group\n"); in checkHazard()
2143 if (isTop()) in bumpCycle()
2208 if (!isTop() && SU->isCall) { in bumpNode()
2225 unsigned ReadyCycle = (isTop() ? SU->TopReadyCycle : SU->BotReadyCycle); in bumpNode()
2290 if (isTop()) { in bumpNode()
2300 unsigned &TopLatency = isTop() in bumpNode()
2902 getWeakLeft(const SUnit *SU, bool isTop) getWeakLeft() argument
2913 biasPhysReg(const SUnit *SU, bool isTop) biasPhysReg() argument
3255 reschedulePhysReg(SUnit *SU, bool isTop) reschedulePhysReg() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dnode.js397 name: this.isProjectRoot || this.isTop ? this.packageName : this.name,
877 const { globalTop, isTop, path, sourceReference } = this
880 isTop: srcTop,
883 const thisDev = isTop && !globalTop && path
1022 if (!this.isTop &&
1396 if (this.isTop) {
1402 get isTop () {
1407 if (this.isTop) {
H A Dplace-dep.js83 if (!target.isTop && targetEdge && targetEdge.peer) {
231 if (p.matches(this.dep) && !p.isTop) {
277 if (node.isDescendantOf(target) && !node.isTop) {
H A Dedge.js237 } else if (this.peer && this.#from === this.#to.parent && !this.#from.isTop) {
H A Daudit-report.js173 if (dep.isTop && !vuln.topNodes.has(dep)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h695 bool isTop() const { in isTop() function in llvm::SchedBoundary
716 return isTop() ? SU->getHeight() : SU->getDepth(); in getUnscheduledLatency()
932 unsigned getWeakLeft(const SUnit *SU, bool isTop);
933 int biasPhysReg(const SUnit *SU, bool isTop);
1011 void reschedulePhysReg(SUnit *SU, bool isTop);
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/
H A Dindex.js95 function expand(str, isTop) {
195 if (!isTop || isSequence || expansion)
/third_party/node/deps/npm/node_modules/brace-expansion/
H A Dindex.js95 function expand(str, isTop) {
195 if (!isTop || isSequence || expansion)
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp395 void RSSurfaceRenderParams::SetLayerTop(bool isTop) in SetLayerTop() argument
397 if (isLayerTop_ == isTop) { in SetLayerTop()
400 isLayerTop_ = isTop; in SetLayerTop()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp184 bool isTop = GetData<bool>(); in RSPhysicalScreenFuzzTest() local
185 rsInterfaces.SetLayerTop(nodeIdStr, isTop); in RSPhysicalScreenFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h304 void SetLayerTop(const std::string &nodeIdStr, bool isTop);
H A Drs_interfaces.cpp789 void RSInterfaces::SetLayerTop(const std::string &nodeIdStr, bool isTop) in SetLayerTop() argument
791 renderServiceClient_->SetLayerTop(nodeIdStr, isTop); in SetLayerTop()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js393 top: !!(node.isTop || node.globalTop),
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp2066 void RSRenderServiceConnection::SetLayerTop(const std::string &nodeIdStr, bool isTop)
2071 auto task = [weakThis = wptr<RSRenderServiceConnection>(this), nodeIdStr, isTop]() -> void {
2078 [&nodeIdStr, &isTop](const std::shared_ptr<RSSurfaceRenderNode>& surfaceNode) mutable {
2081 surfaceNode->SetLayerTop(isTop);
H A Drs_render_service_connection.h308 void SetLayerTop(const std::string &nodeIdStr, bool isTop) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h310 virtual void SetLayerTop(const std::string &nodeIdStr, bool isTop) = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h367 void SetLayerTop(bool isTop);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h297 void SetLayerTop(const std::string &nodeIdStr, bool isTop) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp625 void RSRenderServiceClient::SetLayerTop(const std::string &nodeIdStr, bool isTop) in SetLayerTop() argument

Completed in 35 milliseconds

12