Searched defs:Snapshot (Results 1 - 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation.cc40 StatusOr<std::unique_ptr<SessionModule>> Computation::Snapshot() const { function in class:xla::Computation
/external/libchrome/base/process/
H A Dprocess_iterator.cc26 ProcessIterator::ProcessEntries ProcessIterator::Snapshot() { function in class:base::ProcessIterator
/external/v8/src/snapshot/
H A Dsnapshot.h54 class Snapshot : public AllStatic { class in namespace:v8::internal
88 // Snapshot blob layout:
110 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);
/external/python/cpython3/Lib/
H A Dtracemalloc.py32 Statistic difference on memory allocations between two Snapshot instance.
71 Snapshot instance.
379 class Snapshot: class in inherits:
381 Snapshot of traces of memory blocks allocated by Python.
418 Create a new Snapshot instance with a filtered traces sequence, filters
420 list, return a new Snapshot instance with a copy of the traces.
439 return Snapshot(new_traces, self.traceback_limit)
524 return Snapshot(traces, traceback_limit)
/external/v8/src/
H A Dcounters.cc293 void RuntimeCallTimer::Snapshot() { function in class:v8::internal::RuntimeCallTimer
375 current_timer_.Value()->Snapshot();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java421 public synchronized Snapshot get(String key) throws IOException {
429 Snapshot snapshot = entry.snapshot();
457 return null; // Snapshot is stale.
708 * <p><strong>The caller must {@link Snapshot#close close}</strong> each snapshot returned by
713 public synchronized Iterator<Snapshot> snapshots() throws IOException {
715 return new Iterator<Snapshot>() {
720 Snapshot nextSnapshot;
723 Snapshot removeSnapshot;
734 Snapshot snapshot = entry.snapshot();
744 @Override public Snapshot nex
766 public final class Snapshot implements Closeable { class in class:DiskLruCache
772 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) { method in class:DiskLruCache.Snapshot
[all...]
/external/libchrome/base/debug/
H A Dactivity_tracker.cc368 bool ActivityUserData::CreateSnapshot(Snapshot* output_snapshot) const {
661 ThreadActivityTracker::Snapshot::Snapshot() {} function in class:base::debug::ThreadActivityTracker::Snapshot
662 ThreadActivityTracker::Snapshot::~Snapshot() {}
912 bool ThreadActivityTracker::CreateSnapshot(Snapshot* output_snapshot) const {
964 // TODO(bcwhite): Snapshot other things here.
1498 ActivityUserData::Snapshot process_data_snapshot;
H A Dactivity_tracker.h402 using Snapshot = std::map<std::string, TypedValue>;
465 bool CreateSnapshot(Snapshot* output_snapshot) const;
586 struct BASE_EXPORT Snapshot { struct in class:base::debug::ActivityUserData::ThreadActivityTracker
589 Snapshot();
590 ~Snapshot();
713 bool CreateSnapshot(Snapshot* output_snapshot) const;
800 ActivityUserData::Snapshot&& process_data)>;
/external/libchrome/base/
H A Dtracked_objects.cc499 void ThreadData::Snapshot(int current_profiling_phase, function in class:tracked_objects::ThreadData
/external/v8/src/ast/
H A Dscopes.cc153 Scope::Snapshot::Snapshot(Scope* scope) function in class:v8::internal::Scope::Snapshot
811 void Scope::Snapshot::Reparent(DeclarationScope* new_parent) const {
/external/valgrind/massif/
H A Dms_main.c647 XTree* xt; // Snapshot of heap_xt, if a detailed snapshot,
649 Snapshot; typedef in typeref:struct:__anon29564
652 static Snapshot* snapshots; // Array of snapshots.
654 static Bool is_snapshot_in_use(Snapshot* snapshot)
670 static Bool is_detailed_snapshot(Snapshot* snapshot)
675 static Bool is_uncullable_snapshot(Snapshot* snapshot)
682 static void sanity_check_snapshot(Snapshot* snapshot)
704 static void clear_snapshot(Snapshot* snapshot, Bool do_sanity_check)
717 static void delete_snapshot(Snapshot* snapshot)
731 Snapshot* snapsho
[all...]
/external/robolectric/v1/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 725 milliseconds