/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | rosen_render_select_popup.cpp | 77 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 D | rosen_render_select_popup.h | 31 void PaintGradient(RenderContext& context, bool isTop);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineScheduler.cpp | 29 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 D | HexagonMachineScheduler.h | 186 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 D | HexagonMachineScheduler.cpp | 376 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 D | HexagonConstPropagation.cpp | 162 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 D | MachineScheduler.cpp | 1936 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 D | node.js | 397 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 D | place-dep.js | 83 if (!target.isTop && targetEdge && targetEdge.peer) { 231 if (p.matches(this.dep) && !p.isTop) { 277 if (node.isDescendantOf(target) && !node.isTop) {
|
H A D | edge.js | 237 } else if (this.peer && this.#from === this.#to.parent && !this.#from.isTop) {
|
H A D | audit-report.js | 173 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 D | MachineScheduler.h | 695 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 D | index.js | 95 function expand(str, isTop) { 195 if (!isTop || isSequence || expansion)
|
/third_party/node/deps/npm/node_modules/brace-expansion/ |
H A D | index.js | 95 function expand(str, isTop) { 195 if (!isTop || isSequence || expansion)
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_surface_render_params.cpp | 395 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 D | rsinterfaces_fuzzer.cpp | 184 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 D | rs_interfaces.h | 304 void SetLayerTop(const std::string &nodeIdStr, bool isTop);
|
H A D | rs_interfaces.cpp | 789 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 D | rebuild.js | 393 top: !!(node.isTop || node.globalTop),
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 2066 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 D | rs_render_service_connection.h | 308 void SetLayerTop(const std::string &nodeIdStr, bool isTop) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 310 virtual void SetLayerTop(const std::string &nodeIdStr, bool isTop) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 367 void SetLayerTop(bool isTop);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 297 void SetLayerTop(const std::string &nodeIdStr, bool isTop) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 625 void RSRenderServiceClient::SetLayerTop(const std::string &nodeIdStr, bool isTop) in SetLayerTop() argument
|