Searched refs:operations (Results 1 – 12 of 12) sorted by relevance
/development/tools/winscope/src/trace/tree_node/ |
D | properties_provider_builder.ts | 43 setCommonOperations(operations: Array<Operation<PropertyTreeNode>>): this { 44 this.commonOperations = new OperationChain<PropertyTreeNode>(operations); 48 setEagerOperations(operations: Array<Operation<PropertyTreeNode>>): this { 49 this.eagerOperations = new OperationChain<PropertyTreeNode>(operations); 53 setLazyOperations(operations: Array<Operation<PropertyTreeNode>>): this { 54 this.lazyOperations = new OperationChain<PropertyTreeNode>(operations);
|
/development/tools/winscope/src/viewers/common/ |
D | ui_tree_formatter.ts | 23 private operations = OperationChain.emptyChain<T>(); property in UiTreeFormatter 31 this.operations.push(operation); 40 return this.operations.apply(this.uiTree);
|
/development/tools/winscope/src/parsers/window_manager/ |
D | parser_window_manager_utils.ts | 47 const operations = assertDefined( constant 57 .setCommonOperations(operations.common) 58 .setEagerOperations(operations.eager) 59 .setLazyOperations(operations.lazy) 175 operations?: OperationLists, 190 if (!operations) { 191 operations = assertDefined(WM_OPERATION_LISTS.get(containerChildType)); 197 .setCommonOperations(operations.common) 198 .setEagerOperations(operations.eager) 199 .setLazyOperations(operations.lazy)
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/ |
D | ContactsFragment.java | 161 ArrayList<ContentProviderOperation> operations = new ArrayList<ContentProviderOperation>(2); in insertDummyContact() local 168 operations.add(op.build()); in insertDummyContact() 177 operations.add(op.build()); in insertDummyContact() 182 resolver.applyBatch(ContactsContract.AUTHORITY, operations); in insertDummyContact()
|
/development/tools/ota_analysis/src/services/ |
D | payload_composition.js | 36 for (let operation of partition.operations) { 81 for (let operation of partition.operations) { 112 for (let operation of partition.operations) {
|
D | payload_nonab.js | 71 partition.operations = new Array() 112 partition.operations.push(op)
|
D | update_metadata_pb.js | 2219 this.operations = []; property in chromeos_update_engine.PartitionUpdate.PartitionUpdate 2289 PartitionUpdate.prototype.operations = $util.emptyArray; method in PartitionUpdate 2417 if (message.operations != null && message.operations.length) 2418 for (let i = 0; i < message.operations.length; ++i) 2419 …$root.chromeos_update_engine.InstallOperation.encode(message.operations[i], writer.uint32(/* id 8,… 2501 if (!(message.operations && message.operations.length)) 2502 message.operations = []; 2503 …message.operations.push($root.chromeos_update_engine.InstallOperation.decode(reader, reader.uint32… 2607 if (message.operations != null && message.hasOwnProperty("operations")) { 2608 if (!Array.isArray(message.operations)) [all …]
|
/development/tools/ota_analysis/src/components/ |
D | PartitionDetail.vue | 42 <h4> Total Operations: {{ partition.operations.length }} </h4> 47 v-for="operation in partition.operations"
|
/development/samples/browseable/WearHighBandwidthNetworking/ |
D | _index.jd | 11 high-bandwidth network operations if the bandwidth of currently available networks is inadequate.
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 6 computer that will support higher-level operations (like conditionals,
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 968 undermine - v. destroy property or hinder normal operations
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 280 unavailability or interruption of operations. 10124 programs or equipment, and unavailability or interruption of operations. 11945 …damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 13327 …damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
|