Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 117) sorted by relevance

12345

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts170 ? opaqueLayers.push(layer)
171 : transparentLayers.push(layer);
226 if (this.isHiddenByPolicy(layer)) reasons.push('flag is hidden');
229 reasons.push(`hidden by parent ${this.getDefinedValue(layer, 'parent')}`);
235 reasons.push('buffer is empty');
239 reasons.push('alpha is 0');
244 reasons.push('bounds is 0x0');
254 reasons.push('crop is 0x0');
261 reasons.push('transform is invalid');
268 reasons.push('relativeOf layer has been removed');
[all …]
/development/tools/winscope/src/parsers/surface_flinger/
Dtransform_utils.ts100 typeFlags.push('IDENTITY');
104 typeFlags.push('SCALE');
108 typeFlags.push('TRANSLATE');
112 typeFlags.push('ROT_INVALID');
121 typeFlags.push('ROT_270');
128 typeFlags.push('ROT_180');
131 typeFlags.push('ROT_90');
134 typeFlags.push('FLIP_V');
137 typeFlags.push('FLIP_H');
/development/tools/winscope/src/test/unit/
Dtree_node_utils.ts37 if (left !== undefined) children.push({name: 'left', value: left});
38 if (top !== undefined) children.push({name: 'top', value: top});
39 if (right !== undefined) children.push({name: 'right', value: right});
40 if (bottom !== undefined) children.push({name: 'bottom', value: bottom});
56 if (r !== undefined) children.push({name: 'r', value: r});
57 if (g !== undefined) children.push({name: 'g', value: g});
58 if (b !== undefined) children.push({name: 'b', value: b});
59 if (a !== undefined) children.push({name: 'a', value: a});
/development/samples/UiAutomator/
DREADME8 To run this demo you must build it first and push it on your device:
9 # adb push uiautomator.samples.jar /data/local/tmp
20 To run this demo you must build it first and push it on your device:
21 # adb push uiautomator.samples.jar /data/local/tmp
29 To run this demo you must build it first and push it on your device:
30 # adb push uiautomator.samples.jar /data/local/tmp
/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs71 crates.push(c); in parse_cargo_out_str()
135 result.rustc_invocations.push(args); in parse()
161 result.rustc_invocations.push(args); in parse()
184 result.warning_files.push(fpath); in parse()
190 result.test_errors.push(line.to_string()); in parse()
192 result.errors.push(line.to_string()); in parse()
258 .push(CrateType::from_str(arg_iter.next().unwrap().to_string().as_str())), in from_rustc_invocation()
259 "--test" => out.types.push(CrateType::Test), in from_rustc_invocation()
267 out.features.push(feature.to_string()); in from_rustc_invocation()
269 out.cfgs.push(arg.to_string()); in from_rustc_invocation()
[all …]
/development/tools/winscope/src/parsers/window_manager/
Dcustom_query_utils.ts39 result.push({token, title});
97 result.push({token, title});
115 result.push({token, title});
131 result.push({token, title});
151 result.push({token, title});
183 result.push({token, title});
195 result.push({token: hash, title: hash});
/development/tools/winscope/src/viewers/common/
Dproperties_presenter.ts110 predicatesDiscardingChildren.push(
116 predicatesDiscardingChildren.push(UiTreeUtils.isNotDefault);
117 predicatesDiscardingChildren.push(
123 predicatesDiscardingChildren.push(UiTreeUtils.isNotCalculated);
Dhierarchy_presenter.ts105 currentTrees.push(entry);
126 curr.push(...trees);
145 assertDefined(this.currentFormattedTrees.get(trace)).push(formattedTree);
338 this.pinnedItems.push(pinnedItem);
347 this.pinnedIds.push(newId);
371 formatted.push(formattedTree);
423 predicates.push(UiTreeUtils.isVisible);
439 this.pinnedItems.push(...this.extractPinnedItems(formattedTree));
447 pinnedNodes.push(tree);
451 pinnedNodes.push(...this.extractPinnedItems(child));
Dadd_diffs.ts77 diffNodes.push(oldNode);
115 diffNodes.push(oldNode);
135 diffNodes.push(newNode);
164 childDiffTrees.forEach((child) => diffChildren.push(child));
/development/tools/winscope/src/viewers/common/operations/
Dflatten_children_test.ts67 expectedChildren.push(firstChild);
76 expectedChildren.push(child);
85 expectedChildren.push(secondChild);
94 expectedChildren.push(child);
Dflatten_children.ts36 children.push(child);
37 children.push(...this.extractFlattenedChildren(child));
/development/tools/otagui/src/services/
DJobSubmission.js43 responses.push(
50 responses.push(
75 responses.push(response)
97 jsonOptions.extra_keys.push(flag.key)
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java121 Intent push = new Intent(); in createNotification() local
122 push.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in createNotification()
123 push.setClass(getActivity(), LNotificationActivity.class); in createNotification()
126 push, PendingIntent.FLAG_CANCEL_CURRENT); in createNotification()
/development/tools/winscope/src/app/components/
Dsnack_bar_opener.ts64 messages.push(warning.getMessage());
68 messages.push(
86 assertDefined(groups.get(warning.getDescriptor())).push(warning);
Dcollect_traces_component.ts567 requested.push(...tracesFromCollection);
568 requested.push('perfetto_trace'); // always start/stop/fetch perfetto trace
577 requested.push('perfetto_dump'); // always dump/fetch perfetto dump
589 req.push(con.key);
/development/tools/winscope/src/trace/tree_node/operations/
Doperation_chain.ts31 push(enclosedOperation: Operation<T>) { method in OperationChain
32 this.enclosedOperations.push(enclosedOperation);
/development/tools/winscope/src/trace_processor/
Dengine.ts234 this.pendingParses.push(asyncRes);
246 this.pendingEOFs.push(asyncRes);
260 this.pendingResetTraceProcessors.push(asyncRes);
278 this.pendingRestoreTables.push(asyncRes);
288 this.pendingComputeMetrics.push(asyncRes);
328 this.pendingQueries.push(result);
371 outerProto.msg.push(rpc);
384 cpus.push(it.cpu);
/development/tools/winscope/src/common/
Dstring_utils.ts37 result.push('_');
38 result.push(currChar.toLowerCase());
40 result.push(currChar);
/development/tools/winscope/src/parsers/perfetto/
Dparser_factory.ts104 parsers.push(...parser.getWindowParsers());
106 parsers.push(parser);
111 errors.push((error as Error).message);
/development/tools/winscope/src/viewers/
Dviewer_factory.ts57 viewers.push(new Viewer(trace as Trace<any>, traces, storage));
68 viewers.push(new ViewerViewCapture(traces, storage));
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts447 entries.push(
469 entries.push(
488 entries.push(
508 entries.push(
529 entries.push(
548 entries.push(
567 entries.push(
586 entries.push(
/development/tools/ota_analysis/src/services/
Dpayload_nonab.js32 this.partitions.push(newPartition)
112 partition.operations.push(op)
149 extents.push(extent)
/development/tools/winscope/src/parsers/legacy/
Dparser_factory.ts82 parsers.push(new FileAndParser(traceFile, subParser)),
85 parsers.push({file: traceFile, parser: p});
/development/tools/winscope/src/trace/tree_node/
Dtree_node.ts31 this.children.push(newChild);
86 result.push(node);
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts216 ids.push({displayId, groupId: rect.groupId, name: rect.label});
228 ids.push({displayId: -1, groupId: rect.groupId, name});
351 summary.push({key: 'Invisible due to', simpleValue: reason});
356 summary.push({
366 summary.push({
376 summary.push({

12345