Searched refs:l (Results 1 – 25 of 40) sorted by relevance
12
3 …<path d="M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3…12 …l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2 0.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-…16 ….4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4z"></path>20 …<path d="M685.4 354.8c0-4.4-3.6-8-8-8l-66 0.3L512 465.6l-99.3-118.4-66.1-0.3c-4.4 0-8 3.5-8 8 0 1.…35 …<path d="M603.3 327.5l-246 178c-4.4 3.2-4.4 9.7 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-…66 …<path d="M719.4 499.1l-296.1-215c-10.6-7.7-25.3-0.2-25.3 12.9v430c0 13.1 14.8 20.5 25.3 12.9l296.1…78 …<path d="M666.7 505.5l-246-178c-5.3-3.8-12.7-0.1-12.7 6.5v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512…89 … 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-0.3 3.5-0.8 4-2 5.6-6.7 3.6-10.7l-80.6-164.2zM522 505h…100 …l-0.1-0.1c-1.5-1.7-3.1-3.4-4.6-5.1l-0.1-0.1c-3.2-3.4-6.4-6.8-9.7-10.1l-0.1-0.1-4.8-4.8-0.3-0.3c-1.…104 …<path d="M671.6 299h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180c-1.4-2.7-4.1-4.4-7.1-4.4h-6…[all …]
90 …int l = recvfrom(sock, rbuf, sizeof(rbuf) - 1, 0, reinterpret_cast<struct sockaddr*>(&client), &le… in Recvfrom() local91 if (l > 0) { in Recvfrom()94 return l; in Recvfrom()100 int l = recv(connFd, rbuf, sizeof(rbuf) - 1, 0); in Recv() local101 if (l > 0) { in Recv()107 return l; in Recv()
15 …l=128,c=1/0,u=9007199254740991,y=NaN,d=4294967295,f=[["ary",l],["bind",1],["bindKey",2],["curry",8… argument
313 var l: LimitLine = limitLines.get(i);315 if (!l.isEnabled())320 this.mLimitLineClippingRect.inset(0, -l.getLineWidth(), 0, -l.getLineWidth());325 newPathLine.setColor(l.getLineColor());326 newPathLine.setStrokeWidth(l.getLineWidth());327 newPathLine.setDashPathEffect(l.getDashPathEffect());329 pts[1] = l.getLimit();334 …let offset = interval - interval * ((l.getLimit()- this.mAxis.mAxisMinimum) / (this.mAxis.mAxisMax…343 var label: string = l.getLabel();350 textPaint.setStyle(l.getTextStyle());[all …]
208 let l:LimitLine = limitLines.get(i);210 if (!l.isEnabled())213 this.mLimitLinePaint.setColor(l.getLineColor());214 this.mLimitLinePaint.setDashPathEffect(l.getDashPathEffect());215 this.mLimitLinePaint.setStrokeWidth(l.getLineWidth());217 let r:number = (l.getLimit() - this.radarChartMode.getYChartMin()) * factor;
337 let l: LimitLine = limitLines.get(i);338 if (!l.isEnabled())345 position[0] = this.getXRelativeValue(l.getLimit());349 limitPaint.push( this.renderLimitLineLine( l, position));350 limitPaint.push(this.renderLimitLineLabel(l, position, 2 + l.getYOffset()));
93 let l = Math.abs(str).toString().split('').reverse();95 for (let i = 0; i < l.length; i++) {96 t += l[i] + ((i + 1) % 3 == 0 && i + 1 != l.length ? ',' : '');
107 let l = Math.abs(str).toString().split('').reverse();109 for (let i = 0; i < l.length; i++) {110 t += l[i] + ((i + 1) % 3 == 0 && i + 1 != l.length ? ',' : '');
78 var l: OnChartGestureListener = this.mChart.getOnChartGestureListener();80 if (l != null)81 l.onChartGestureStart(me, this.mLastGesture);91 var l: OnChartGestureListener = this.mChart.getOnChartGestureListener();93 if (l != null)94 l.onChartGestureEnd(me, this.mLastGesture);
14 2. 命令行部分通过使能对应的label,来获取打点信息。通过该工具可以打开想要查看的用户态和内核label(通过命令行“bytrace -l”,查看支持的所有label),然后通过命令行进行抓取…51 | -l,--list_categories | 输出手机能支持的trace模块 |61 bytrace -l
14 …ble a user-space or kernel-space label you want to view (run the **bytrace -l** command to query a…49 | -l, --list_categories | Lists the ByTrace categories supported by the device. |59 bytrace -l
48 …static containsWithMargin(rectObj: Rect, x: number, y: number, t: number, r: number, b: number, l:…50 rectObj.x - l <= x &&90 containsWithMargin(x: number, y: number, t: number, r: number, b: number, l: number): boolean {91 …return this.x - l <= x && x <= this.x + this.width + r && this.y - t <= y && y <= this.y + this.he…
254 for (let l: number = 1; l <= originEtsFileLines; l++) {255 let newEtsFileLineNumber: number = l;257 if (l > originEtsFileLineNumber) {268 line: l,
284 bool Report::MultiLevelSameAndUpdateCount(ReportItem &l, ReportItem &r) in MultiLevelSameAndUpdateCount() argument286 if (MultiLevelCompare(l, r) == 0) { in MultiLevelSameAndUpdateCount()287 l.eventCount_ += r.eventCount_; in MultiLevelSameAndUpdateCount()288 HLOGM("l %" PRIu64 " %s c:%zu vs r %" PRIu64 " %s c:%zu", l.eventCount_, l.func_.data(), in MultiLevelSameAndUpdateCount()289 l.callStacks_.size(), r.eventCount_, r.func_.data(), r.callStacks_.size()); in MultiLevelSameAndUpdateCount()293 MergeCallFrameCount(l, r); in MultiLevelSameAndUpdateCount()
61 int l = -1; in UsbLogHandler() local64 l = LOG_FATAL; in UsbLogHandler()67 l = LOG_WARN; in UsbLogHandler()70 l = LOG_INFO; in UsbLogHandler()73 l = LOG_DEBUG; in UsbLogHandler()78 if (l >= 0) { in UsbLogHandler()91 WRITE_LOG(l, "%s", p); in UsbLogHandler()
491 l = list(set(list_png_name))492 if l:493 logger.error(l)495 for i in l:
34 .l {
1 …l=["text-color","allow-scale","letter-spacing",...o];t.styleMap=new Map([["common",new Set([...n])…
74 l (large), p (processor specific)
47 lib_switch = "-l"135 lib_switch = "-l"
316 [-l LOCAL_LIB_DIR [LOCAL_LIB_DIR ...]]324 python recv_binary_cache.py -l Z:\OHOS_MASTER\out\ohos-arm-release\lib.unstripped Z:\OHOS_MASTER\o…