HomeSort by relevance Sort by last modified time
    Searched defs:checkpoint (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/core/tests/coretests/src/android/metrics/
MetricsReaderTest.java 107 mReader.checkpoint();
  /platform_testing/tests/functional/systemmetrics/src/com/android/systemmetrics/functional/
AppStartTests.java 56 mMetricsReader.checkpoint(); // clear out old logs
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 318 // checkpoint saves the current state of known relations.
320 func (ft *factsTable) checkpoint() { func
326 // before the previous checkpoint.
489 ft.checkpoint()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 318 // checkpoint saves the current state of known relations.
320 func (ft *factsTable) checkpoint() { func
326 // before the previous checkpoint.
489 ft.checkpoint()
  /frameworks/base/core/java/android/metrics/
MetricsReader.java 62 * A call to {@link #checkpoint()} will cause the session to contain
112 public void checkpoint() { method in class:MetricsReader
113 // write a checkpoint into the log stream
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbtables.py 285 def checkpoint(self, mins=0): member in class:bsdTableDB
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbtables.py 285 def checkpoint(self, mins=0): member in class:bsdTableDB
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 285 def checkpoint(self, mins=0): member in class:bsdTableDB
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 285 def checkpoint(self, mins=0): member in class:bsdTableDB
  /external/libcxx/test/support/
rapid-cxx-test.hpp 520 struct checkpoint struct in namespace:rapid_cxx_test
529 inline checkpoint & global_checkpoint()
531 static checkpoint cp = {"", "", 0};
539 checkpoint& cp = detail::global_checkpoint();
546 inline checkpoint const & get_checkpoint()
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 65 mMetricsReader.checkpoint(); // clear out old logs
187 mMetricsReader.checkpoint(); // clear out old logs again
249 mMetricsReader.checkpoint(); // clear out old logs again
262 mMetricsReader.checkpoint(); // clear out old logs again\
  /external/autotest/client/cros/
power_status.py 1401 def checkpoint(self, tname='', tstart=None, tend=None): member in class:MeasurementLogger
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 877 long incount, outcount, checkpoint; local
895 checkpoint = sp->enc_checkpoint;
988 } else if (incount >= checkpoint) {
996 checkpoint = incount+CHECK_GAP;
1020 sp->enc_checkpoint = checkpoint;
  /toolchain/binutils/binutils-2.25/gold/
reloc.h 875 // Checkpoint the current position in the reloc section.
877 checkpoint() const function in class:gold::Track_relocs
880 // Reset the position to CHECKPOINT.
882 reset(section_size_type checkpoint)
883 { this->pos_ = checkpoint; }
gdb-index.cc 655 // the relocation tracker beyond the current DIE. We need to checkpoint
657 uint64_t checkpoint = this->get_reloc_checkpoint(); local
683 this->reset_relocs(checkpoint);
    [all...]
dwarf_reader.h 76 // Checkpoint the current position in the reloc section.
78 checkpoint() const function in class:gold::Elf_reloc_mapper
81 // Reset the current position to the CHECKPOINT.
83 reset(uint64_t checkpoint)
84 { this->do_reset(checkpoint); }
101 // Checkpoint the current position in the reloc section.
105 // Reset the current position to the CHECKPOINT.
107 do_reset(uint64_t checkpoint) = 0;
137 // Checkpoint the current position in the reloc section.
140 { return this->track_relocs_.checkpoint(); }
    [all...]
output.cc 3912 Checkpoint_output_section* checkpoint = local
3938 Checkpoint_output_section* checkpoint = this->checkpoint_; local
    [all...]
  /external/openssh/
ssh-keygen.c 2201 char out_file[PATH_MAX], *checkpoint = NULL; local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 315 /* Checkpoint structure to allow backtracking. This holds copies
2403 struct d_info_checkpoint checkpoint; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 1644 private void checkpoint(boolean yield) throws InterruptedException { method in class:Vpn.LegacyVpnRunner
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c 300 /* Checkpoint structure to allow backtracking. This holds copies
2390 struct d_info_checkpoint checkpoint; local
    [all...]
  /art/runtime/
thread.cc 1301 Closure* checkpoint = nullptr; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 409 // checkpoint in the stack during dependency building.
418 // checkpoint.
421 // Mark the last checkpoint as having cleared successfully, removing it from
425 // checkpoint won't be rolled back: if a checkpoint gets rolled back,
430 // Roll back the Tables to the state of the checkpoint at the top of the
524 struct CheckPoint {
525 explicit CheckPoint(const Tables* tables)
545 vector<CheckPoint> checkpoints_;
703 checkpoints_.push_back(CheckPoint(this))
720 const CheckPoint& checkpoint = checkpoints_.back(); local
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 844 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id,
866 // If the owning node has an exception, register the checkpoint to the
867 // predecessor so that the checkpoint is used for both the normal and the
871 liveness_block()->GetPredecessor()->Checkpoint(result);
873 liveness_block()->Checkpoint(result);
4223 Node* checkpoint = graph->NewNode(common()->Checkpoint(), frame_state, local
    [all...]
bytecode-graph-builder.cc 57 // Preserve a checkpoint of the environment for the IR graph. Any
59 Node* Checkpoint(BailoutId bytecode_offset, OutputFrameStateCombine combine,
387 Checkpoint(loop_id, OutputFrameStateCombine::Ignore(), false);
388 Node* checkpoint = local
389 graph()->NewNode(common()->Checkpoint(), frame_state, entry, entry);
390 UpdateEffectDependency(checkpoint);
394 Node* effect = checkpoint;
455 Node* BytecodeGraphBuilder::Environment::Checkpoint(
471 // If the owning node has an exception, register the checkpoint to the
472 // predecessor so that the checkpoint is used for both the normal and th
    [all...]

Completed in 1567 milliseconds

1 2 3