Searched full:snapshot (Results 1 – 25 of 16094) sorted by relevance
12345678910>>...644
104 ui::Transform getInputTransform(const LayerSnapshot& snapshot) { in getInputTransform() argument105 if (!snapshot.hasBufferOrSidebandStream()) { in getInputTransform()106 return snapshot.geomLayerTransform; in getInputTransform()108 return snapshot.parentTransform; in getInputTransform()118 std::pair<FloatRect, bool> getInputBounds(const LayerSnapshot& snapshot, bool fillParentBounds) { in getInputBounds() argument119 FloatRect inputBounds = snapshot.croppedBufferSize; in getInputBounds()120 if (snapshot.hasBufferOrSidebandStream() && snapshot.croppedBufferSize.isValid() && in getInputBounds()121 snapshot.localTransform.getType() != ui::Transform::IDENTITY) { in getInputBounds()122 inputBounds = snapshot.localTransform.transform(inputBounds); in getInputBounds()125 bool inputBoundsValid = snapshot.croppedBufferSize.isValid(); in getInputBounds()[all …]
... -SNAPSHOT/COPYING libantlr3c-3.1.4-SNAPSHOT/ChangeLog libantlr3c-3.1.4-SNAPSHOT/ ...
75 * Contains all simply proxy methods which need a snapshot instance and just calls a method on it,77 * use from other methods which may need a snapshot for non-trivial reasons.143 protected Computer snapshot() { in snapshot() method in IPackageManagerBase151 return snapshot().activitySupportsIntentAsUser(mResolveComponentName, component, intent, in activitySupportsIntentAsUser()159 mService.addCrossProfileIntentFilter(snapshot(), in addCrossProfileIntentFilter()194 mPreferredActivityHelper.addPreferredActivity(snapshot(), in addPreferredActivity()206 return snapshot().canForwardTo(intent, resolvedType, sourceUserId, targetUserId); in canForwardTo()212 return snapshot().canRequestPackageInstalls(packageName, Binder.getCallingUid(), userId, in canRequestPackageInstalls()219 return snapshot().canonicalToCurrentPackageNames(names); in canonicalToCurrentPackageNames()232 return snapshot().checkSignatures(pkg1, pkg2, userId); in checkSignatures()[all …]
71 * {@link PackageManagerInternal} should eventually passing in a snapshot instance, deprecating97 public final Computer snapshot() { in snapshot() method in PackageManagerInternalBase105 return snapshot().getInstalledApplications(flags, userId, callingUid, in getInstalledApplications()113 return snapshot().getInstalledApplications(flags, userId, callingUid, in getInstalledApplicationsCrossUser()120 return snapshot().isInstantApp(packageName, userId); in isInstantApp()126 return snapshot().getInstantAppPackageName(uid); in getInstantAppPackageName()132 return snapshot().filterAppAccess(pkg, callingUid, userId); in filterAppAccess()139 return snapshot().filterAppAccess(packageName, callingUid, userId, filterUninstalled); in filterAppAccess()145 return snapshot().filterAppAccess(uid, callingUid); in filterAppAccess()152 return snapshot().getVisibilityAllowList(packageName, userId); in getVisibilityAllowList()[all …]
2 // source: android/snapshot/snapshot.proto47 namespace snapshot {57 } // namespace snapshot60 template<> ::android::snapshot::SnapshotMergeReport* Arena::CreateMaybeMessage<::android::snapshot:…61 template<> ::android::snapshot::SnapshotStatus* Arena::CreateMaybeMessage<::android::snapshot::Snap…62 template<> ::android::snapshot::SnapshotUpdateStatus* Arena::CreateMaybeMessage<::android::snapshot…65 namespace snapshot {182 …CE_ID::MessageLite /* @@protoc_insertion_point(class_definition:android.snapshot.SnapshotStatus) *…274 return "android.snapshot.SnapshotStatus"; in Swap()390 // .android.snapshot.SnapshotState state = 2; in Swap()[all …]
29 import "snapshot.proto";45 // an exported snapshot is normalized (completely self contained) and49 // - Once an imported snapshot has been loaded into an emulator it is no longer51 // - The hardware configuration of the emulator your are pushing a snapshot to52 // must match (or be very similar) to the one you pulled the snapshot from.54 // For example do not expect to be able to restore a snapshot on created on an62 // the hardware configuration, logical name, etc of the snapshot.65 // Pulls down the snapshot stored inside the AVD as a tar.gz/tar stream66 // This will normalize the snapshot, all relevant data to push a snapshot69 // Pulling down a snapshot will pause the emulator until the snapshots[all …]
17 """Unit test for the Snapshot module."""26 from atest.integration_tests.snapshot import Snapshot33 """Snapshot test class unit test."""56 snapshot = Snapshot(self.temp_dir / 'db')58 snapshot.take_snapshot(66 environ, objs = snapshot.restore_snapshot(75 """Test objects is restored from a snapshot."""78 snapshot = Snapshot(self.temp_dir / 'db')81 snapshot.take_snapshot('a_snapshot_name', workspace, ['*'], objs=objs)83 _, actual_objs = snapshot.restore_snapshot([all …]
1144 | 0000: local-snapshot1147 | 0000: local-snapshot1150 | 0000: local-snapshot1155 | 0003: local-snapshot1173 | 0000: local-snapshot1176 | 0000: local-snapshot1179 | 0000: local-snapshot1184 | 0002: local-snapshot1187 | 0002: local-snapshot1192 | 0004: local-snapshot[all …]
23 // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.Snapshot)30 * [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.43 * [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.56 * [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.95 …snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 charac…107 …snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 charac…119 …snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 charac…132 * [Output Only] Size in bytes of the snapshot at creation time.144 * [Output Only] Size in bytes of the snapshot at creation time.256 * [Output Only] Number of bytes downloaded to restore a snapshot to a disk.[all …]
25 …* Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regul…28 * Protobuf type {@code google.cloud.compute.v1.Snapshot}30 public final class Snapshot extends com.google.protobuf.GeneratedMessageV3 class32 // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.Snapshot)35 // Use Snapshot.newBuilder() to construct.36 private Snapshot(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Snapshot() method in Snapshot40 private Snapshot() { in Snapshot() method in Snapshot65 return new Snapshot(); in newInstance()95 com.google.cloud.compute.v1.Snapshot.class, in internalGetFieldAccessorTable()96 com.google.cloud.compute.v1.Snapshot.Builder.class); in internalGetFieldAccessorTable()[all …]
24 from tensorflow.python.data.experimental.ops import snapshot56 tmpdir = os.path.join(tmpdir, "snapshot")102 "snapshot.metadata")117 dataset.snapshot(path=self._snapshot_dir)130 dataset = dataset.snapshot(path=self._snapshot_dir)140 dataset2 = dataset2.snapshot(path=self._snapshot_dir)154 dataset = dataset.snapshot(path=self._snapshot_dir, compression="AUTO")159 dataset2 = dataset2.snapshot(path=self._snapshot_dir, compression="SNAPPY")173 dataset = dataset.snapshot(184 dataset2 = dataset2.snapshot([all …]
12 pub(super) struct Snapshot(usize); struct14 type UpdateResult = Result<Snapshot, Snapshot>;105 pub(super) fn load(&self) -> Snapshot { in load() argument106 Snapshot(self.val.load(Acquire)) in load()178 pub(super) fn transition_to_complete(&self) -> Snapshot { in transition_to_complete() argument181 let prev = Snapshot(self.val.fetch_xor(DELTA, AcqRel)); in transition_to_complete()185 Snapshot(prev.0 ^ DELTA) in transition_to_complete()193 let prev = Snapshot(self.val.fetch_sub(count * REF_ONE, AcqRel)); in transition_to_terminal()210 self.fetch_update_action(|mut snapshot| { in transition_to_notified_by_val()213 if snapshot.is_running() { in transition_to_notified_by_val()[all …]
70 val snapshot = selection.snapshot() in <lambda>() constant72 assertWithMessage("Snapshot was expected to be empty.").that(snapshot).isEmpty() in <lambda>()97 val snapshot = selection.snapshot() in testSelectionIsInitialized() constant100 assertWithMessage("Snapshot was expected to contain the initial selection") in testSelectionIsInitialized()101 .that(snapshot) in testSelectionIsInitialized()103 assertWithMessage("Snapshot has an unexpected size").that(snapshot).hasSize(10) in testSelectionIsInitialized()132 .that(selection.snapshot().size) in <lambda>()182 assertWithMessage("Snapshot was expected to contain the initial selection") in <lambda>()210 val snapshot = selection.snapshot() in <lambda>() constant211 assertWithMessage("Snapshot does not contain the added item") in <lambda>()[all …]
69 val snapshot = selection.snapshot() in <lambda>() constant71 assertWithMessage("Snapshot was expected to be empty.").that(snapshot).isEmpty() in <lambda>()96 val snapshot = selection.snapshot() in testSelectionIsInitialized() constant99 assertWithMessage("Snapshot was expected to contain the initial selection") in testSelectionIsInitialized()100 .that(snapshot) in testSelectionIsInitialized()102 assertWithMessage("Snapshot has an unexpected size").that(snapshot).hasSize(10) in testSelectionIsInitialized()131 assertWithMessage("Initial snapshot state does not match expected size") in <lambda>()132 .that(selection.snapshot()) in <lambda>()138 assertWithMessage("Resulting snapshot does not match expected size") in <lambda>()139 .that(selection.snapshot()) in <lambda>()[all …]
17 package com.android.tools.metalava.model.snapshot in <lambda>()51 /** Constructs a [Codebase] by taking a snapshot of another [Codebase] that is being visited. */ in <lambda>()65 * not emitted as part of the snapshot but is included because it is referenced from a in <lambda>()66 * [ClassItem] that is emitted from the snapshot. in <lambda>()92 /** Take a snapshot of this [ModifierList] for [snapshotCodebase]. */ in <lambda>()93 private fun ModifierList.snapshot() = snapshot(snapshotCodebase) in <lambda>() method107 description = "snapshot of ${codebase.description}", in <lambda>()122 * snapshot of [packageItem]. in <lambda>()128 modifiers = packageItem.modifiers.snapshot(), in <lambda>()129 commentFactory = packageItem.documentation::snapshot, in <lambda>()[all …]
25 * A Filestore snapshot.28 * Protobuf type {@code google.cloud.filestore.v1.Snapshot}30 public final class Snapshot extends com.google.protobuf.GeneratedMessageV3 class32 // @@protoc_insertion_point(message_implements:google.cloud.filestore.v1.Snapshot)35 // Use Snapshot.newBuilder() to construct.36 private Snapshot(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Snapshot() method in Snapshot40 private Snapshot() { in Snapshot() method in Snapshot49 return new Snapshot(); in newInstance()79 com.google.cloud.filestore.v1.Snapshot.class, in internalGetFieldAccessorTable()80 com.google.cloud.filestore.v1.Snapshot.Builder.class); in internalGetFieldAccessorTable()[all …]
25 * A Filestore snapshot.28 * Protobuf type {@code google.cloud.filestore.v1beta1.Snapshot}30 public final class Snapshot extends com.google.protobuf.GeneratedMessageV3 class32 // @@protoc_insertion_point(message_implements:google.cloud.filestore.v1beta1.Snapshot)35 // Use Snapshot.newBuilder() to construct.36 private Snapshot(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Snapshot() method in Snapshot40 private Snapshot() { in Snapshot() method in Snapshot49 return new Snapshot(); in newInstance()79 com.google.cloud.filestore.v1beta1.Snapshot.class, in internalGetFieldAccessorTable()80 com.google.cloud.filestore.v1beta1.Snapshot.Builder.class); in internalGetFieldAccessorTable()[all …]
25 * Represents a snapshot of a job.28 * Protobuf type {@code google.dataflow.v1beta3.Snapshot}30 public final class Snapshot extends com.google.protobuf.GeneratedMessageV3 class32 // @@protoc_insertion_point(message_implements:google.dataflow.v1beta3.Snapshot)35 // Use Snapshot.newBuilder() to construct.36 private Snapshot(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Snapshot() method in Snapshot40 private Snapshot() { in Snapshot() method in Snapshot53 return new Snapshot(); in newInstance()72 com.google.dataflow.v1beta3.Snapshot.class, in internalGetFieldAccessorTable()73 com.google.dataflow.v1beta3.Snapshot.Builder.class); in internalGetFieldAccessorTable()[all …]