Searched defs:checkpoint (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Ddfg-int32-to-double-on-set-local-and-exit.js30 function checkpoint(text) { function
36 checkpoint("a");
38 checkpoint("b");
41 checkpoint("c");
46 checkpoint("1");
48 checkpoint("2");
50 checkpoint("3");
H A Ddfg-int32-to-double-on-set-local-and-sometimes-exit.js30 function checkpoint(text) { function
36 checkpoint("a");
38 checkpoint("b");
43 checkpoint("c");
48 checkpoint("1");
50 checkpoint("2");
52 checkpoint("3");
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.cpp51 HTMLInputCheckpoint checkpoint = m_checkpoints.size(); local
54 return checkpoint;
60 // There is nothing to do for the first valid checkpoint.
82 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex];
83 ASSERT(!checkpoint.isNull());
87 m_current = checkpoint.input;
89 for (size_t i = checkpoint.numberOfSegmentsAlreadyAppended; i < m_segments.size(); ++i) {
H A DBackgroundHTMLParser.cpp151 void BackgroundHTMLParser::resumeFrom(PassOwnPtr<Checkpoint> checkpoint) argument
153 m_parser = checkpoint->parser;
154 m_token = checkpoint->token.release();
155 m_tokenizer = checkpoint->tokenizer.release();
156 m_treeBuilderSimulator.setState(checkpoint->treeBuilderState);
157 m_input.rewindTo(checkpoint->inputCheckpoint, checkpoint->unparsedInput);
158 m_preloadScanner->rewindTo(checkpoint->preloadScannerCheckpoint);
H A DHTMLTokenizer.cpp148 void HTMLTokenizer::restoreFromCheckpoint(const Checkpoint& checkpoint) argument
151 m_options = checkpoint.options;
152 m_state = checkpoint.state;
153 m_additionalAllowedCharacter = checkpoint.additionalAllowedCharacter;
154 m_inputStreamPreprocessor.reset(checkpoint.skipNextNewLine);
155 m_shouldAllowCDATA = checkpoint.shouldAllowCDATA;
H A DHTMLPreloadScanner.cpp388 TokenPreloadScannerCheckpoint checkpoint = m_checkpoints.size(); local
390 return checkpoint;
396 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex];
397 m_predictedBaseElementURL = checkpoint.predictedBaseElementURL;
398 m_inStyle = checkpoint.inStyle;
399 m_templateCount = checkpoint.templateCount;
H A DHTMLDocumentParser.cpp417 OwnPtr<BackgroundHTMLParser::Checkpoint> checkpoint = adoptPtr(new BackgroundHTMLParser::Checkpoint); local
418 checkpoint->parser = m_weakFactory.createWeakPtr();
419 checkpoint->token = token;
420 checkpoint->tokenizer = tokenizer;
421 checkpoint->treeBuilderState = HTMLTreeBuilderSimulator::stateFor(m_treeBuilder.get());
422 checkpoint->inputCheckpoint = lastChunkBeforeScript->inputCheckpoint;
423 checkpoint->preloadScannerCheckpoint = lastChunkBeforeScript->preloadScannerCheckpoint;
424 checkpoint->unparsedInput = m_input.current().toString().isolatedCopy();
427 ASSERT(checkpoint->unparsedInput.isSafeToSendToAnotherThread());
428 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, checkpoint
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_filter.cc154 base::TimeTicks checkpoint = base::TimeTicks::Now(); local
173 base::TimeTicks::Now() - checkpoint);
182 base::TimeTicks checkpoint = base::TimeTicks::Now(); local
224 base::TimeTicks::Now() - checkpoint);
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame_test.cc228 testing::MockFunction<void(int)> checkpoint; local
248 EXPECT_CALL(checkpoint, Call(0));
259 checkpoint.Call(0);
462 testing::MockFunction<void(int)> checkpoint; local
473 EXPECT_CALL(checkpoint, Call(0));
479 EXPECT_CALL(checkpoint, Call(1));
491 checkpoint.Call(0);
495 checkpoint.Call(1);
515 testing::MockFunction<void(int)> checkpoint; local
526 EXPECT_CALL(checkpoint, Cal
560 testing::MockFunction<void(int)> checkpoint; local
[all...]
H A Dbalsa_frame.cc962 const char* checkpoint = message_start; local
985 checkpoint = message_start = message_current;
1026 headers_->WriteFromFramer(checkpoint,
1027 1 + message_current - checkpoint);
1028 checkpoint = message_current + 1;
1070 headers_->WriteFromFramer(checkpoint,
1071 1 + message_current - checkpoint);
1072 checkpoint = message_current + 1;
1106 headers_->WriteFromFramer(checkpoint, message_current - checkpoint);
[all...]
/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface_test.cc175 testing::MockFunction<void(int)> checkpoint; // NOLINT local
179 EXPECT_CALL(checkpoint, Call(0));
189 checkpoint.Call(0);
210 testing::MockFunction<void(int)> checkpoint; // NOLINT local
214 EXPECT_CALL(checkpoint, Call(0));
221 checkpoint.Call(0);
233 testing::MockFunction<void(int)> checkpoint; // NOLINT local
237 EXPECT_CALL(checkpoint, Call(0));
246 checkpoint.Call(0);
H A Dspdy_interface_test.cc295 testing::MockFunction<void(int)> checkpoint; // NOLINT local
308 EXPECT_CALL(checkpoint, Call(0));
314 checkpoint.Call(0);
328 testing::MockFunction<void(int)> checkpoint; // NOLINT local
343 EXPECT_CALL(checkpoint, Call(0));
349 checkpoint.Call(0);
462 testing::MockFunction<void(int)> checkpoint; // NOLINT local
477 EXPECT_CALL(checkpoint, Call(0));
491 checkpoint.Call(0);
511 testing::MockFunction<void(int)> checkpoint; // NOLIN local
845 testing::MockFunction<void(int)> checkpoint; // NOLINT local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DDOMWebSocketTest.cpp495 Checkpoint checkpoint; local
516 Checkpoint checkpoint; local
521 EXPECT_CALL(checkpoint, Call(1));
528 checkpoint.Call(1);
596 Checkpoint checkpoint; local
602 EXPECT_CALL(checkpoint, Call(1));
609 checkpoint.Call(1);
H A DNewWebSocketChannelImplTest.cpp167 Checkpoint checkpoint; local
172 EXPECT_CALL(checkpoint, Call(1));
177 checkpoint.Call(1);
204 Checkpoint checkpoint; local
208 EXPECT_CALL(checkpoint, Call(1));
212 EXPECT_CALL(checkpoint, Call(2));
214 EXPECT_CALL(checkpoint, Call(3));
224 checkpoint.Call(1);
226 checkpoint.Call(2);
228 checkpoint
258 Checkpoint checkpoint; local
374 Checkpoint checkpoint; local
501 Checkpoint checkpoint; local
666 Checkpoint checkpoint; local
695 Checkpoint checkpoint; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DReadableStreamTest.cpp155 Checkpoint checkpoint; local
163 EXPECT_CALL(checkpoint, Call(0));
165 EXPECT_CALL(checkpoint, Call(1));
168 checkpoint.Call(0);
171 checkpoint.Call(1);
181 Checkpoint checkpoint; local
189 EXPECT_CALL(checkpoint, Call(0));
190 EXPECT_CALL(checkpoint, Call(1));
194 checkpoint.Call(0);
196 checkpoint
445 Checkpoint checkpoint; local
480 Checkpoint checkpoint; local
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_deflate_stream_test.cc382 MockCallback mock_callback, checkpoint; local
390 EXPECT_CALL(checkpoint, Call(0));
396 checkpoint.Call(0);
413 MockCallback mock_callback, checkpoint; local
421 EXPECT_CALL(checkpoint, Call(0));
427 checkpoint.Call(0);
461 MockCallback mock_callback, checkpoint; local
469 EXPECT_CALL(checkpoint, Call(0));
474 checkpoint.Call(0);
499 MockCallback mock_callback, checkpoint; local
1042 MockCallback mock_callback, checkpoint; local
[all...]
H A Dwebsocket_channel_test.cc1454 // We use this checkpoint object to verify that the callback isn't called
1456 Checkpoint checkpoint; local
1463 EXPECT_CALL(checkpoint, Call(1));
1468 EXPECT_CALL(checkpoint, Call(2));
1472 checkpoint.Call(1);
1474 checkpoint.Call(2);
1755 // We use this checkpoint object to verify that the quota update comes after
1757 Checkpoint checkpoint; local
1762 EXPECT_CALL(checkpoint, Call(1));
1764 EXPECT_CALL(checkpoint, Cal
1778 Checkpoint checkpoint; local
1825 Checkpoint checkpoint; local
2152 Checkpoint checkpoint; local
2185 Checkpoint checkpoint; local
2205 Checkpoint checkpoint; local
2230 Checkpoint checkpoint; local
2269 Checkpoint checkpoint; local
2295 Checkpoint checkpoint; local
2359 Checkpoint checkpoint; local
2552 Checkpoint checkpoint; local
2764 Checkpoint checkpoint; local
3347 Checkpoint checkpoint; local
[all...]
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc461 base::TimeTicks checkpoint = base::TimeTicks::Now(); local
465 checkpoint2 - checkpoint);
467 checkpoint = checkpoint2;
471 checkpoint2 - checkpoint);
473 checkpoint = checkpoint2;
477 checkpoint2 - checkpoint);
/external/lldb/source/Target/
H A DThread.cpp1893 Thread::SaveFrameZeroState (RegisterCheckpoint &checkpoint) argument
1898 checkpoint.SetStackID(frame_sp->GetStackID());
1901 return reg_ctx_sp->ReadAllRegisterValues (checkpoint.GetData());
1907 Thread::RestoreSaveFrameZero (const RegisterCheckpoint &checkpoint) argument
1909 return ResetFrameZeroRegisters (checkpoint.GetData());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc340 // checkpoint in the stack during dependency building.
349 // checkpoint.
352 // Mark the last checkpoint as having cleared successfully, removing it from
356 // checkpoint won't be rolled back: if a checkpoint gets rolled back,
361 // Roll back the Tables to the state of the checkpoint at the top of the
591 const CheckPoint& checkpoint = checkpoints_.back(); local
593 for (int i = checkpoint.pending_symbols_before_checkpoint;
598 for (int i = checkpoint.pending_files_before_checkpoint;
603 for (int i = checkpoint
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 384 milliseconds