/external/chromium_org/v8/test/webkit/ |
D | dfg-int32-to-double-on-set-local-and-exit-expected.txt | 29 Checkpoint: 1 30 Checkpoint: a 31 Checkpoint: b 32 Checkpoint: 2 33 Checkpoint: c 34 Checkpoint: 3 35 Checkpoint: 1 36 Checkpoint: a 37 Checkpoint: b 38 Checkpoint: 2 [all …]
|
D | dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt | 29 Checkpoint: 1 30 Checkpoint: a 31 Checkpoint: b 32 Checkpoint: 2 33 Checkpoint: c 34 Checkpoint: 3 35 Checkpoint: 1 36 Checkpoint: a 37 Checkpoint: b 38 Checkpoint: 2 [all …]
|
/external/chromium/chrome/browser/history/ |
D | history_browsertest.cc | 22 void Checkpoint(const char* message, const base::TimeTicks& start_time) { in Checkpoint() function 162 Checkpoint("Before waiting for history to load", start_time); in IN_PROC_BROWSER_TEST_F() 164 Checkpoint("After waiting for history to load", start_time); in IN_PROC_BROWSER_TEST_F() 166 Checkpoint("After checking history", start_time); in IN_PROC_BROWSER_TEST_F() 169 Checkpoint("After NavigateToURL", start_time); in IN_PROC_BROWSER_TEST_F() 171 Checkpoint("After waiting for history backend to run", start_time); in IN_PROC_BROWSER_TEST_F() 173 Checkpoint("After second check", start_time); in IN_PROC_BROWSER_TEST_F() 184 Checkpoint("Before waiting for history to load", start_time); in IN_PROC_BROWSER_TEST_F() 186 Checkpoint("After waiting for history to load", start_time); in IN_PROC_BROWSER_TEST_F() 189 Checkpoint("After first NavigateToURL", start_time); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium/chrome/browser/ui/views/ |
D | find_bar_host_interactive_uitest.cc | 28 void Checkpoint(const char* message, const base::TimeTicks& start_time) { in Checkpoint() function 186 Checkpoint("Test starting", start_time); in IN_PROC_BROWSER_TEST_F() 194 Checkpoint("Navigate", start_time); in IN_PROC_BROWSER_TEST_F() 200 Checkpoint("Show Find bar", start_time); in IN_PROC_BROWSER_TEST_F() 205 Checkpoint("Search for 'a'", start_time); in IN_PROC_BROWSER_TEST_F() 214 Checkpoint("Delete 'a'", start_time); in IN_PROC_BROWSER_TEST_F() 223 Checkpoint("Close find bar", start_time); in IN_PROC_BROWSER_TEST_F() 229 Checkpoint("Show Find bar", start_time); in IN_PROC_BROWSER_TEST_F() 234 Checkpoint("Validate text", start_time); in IN_PROC_BROWSER_TEST_F() 240 Checkpoint("Close Find bar", start_time); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | BackgroundHTMLInputStream.h | 56 struct Checkpoint { struct 57 …Checkpoint(const SegmentedString& i, size_t n, size_t t) : input(i), numberOfSegmentsAlreadyAppend… in Checkpoint() argument 71 Vector<Checkpoint> m_checkpoints; argument
|
D | HTMLPreloadScanner.h | 75 struct Checkpoint { struct 76 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount) in Checkpoint() function 95 Vector<Checkpoint> m_checkpoints; argument
|
D | HTMLTokenizer.h | 124 struct Checkpoint { struct 132 Checkpoint() in Checkpoint() argument 144 void createCheckpoint(Checkpoint&) const; 145 void restoreFromCheckpoint(const Checkpoint&);
|
D | BackgroundHTMLInputStream.cpp | 52 …m_checkpoints.append(Checkpoint(m_current, m_segments.size(), tokensExtractedSincePreviousCheckpoi… in createCheckpoint() 65 const Checkpoint& lastInvalidCheckpoint = m_checkpoints[newFirstValidCheckpointIndex - 1]; in invalidateCheckpointsBefore() 82 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex]; in rewindTo()
|
D | BackgroundHTMLParser.h | 62 struct Checkpoint { struct 73 void resumeFrom(PassOwnPtr<Checkpoint>); argument
|
D | HTMLPreloadScanner.cpp | 285 m_checkpoints.append(Checkpoint(m_predictedBaseElementURL, m_inStyle, m_templateCount)); in createCheckpoint() 292 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex]; in rewindTo()
|
D | BackgroundHTMLParser.cpp | 99 void BackgroundHTMLParser::resumeFrom(PassOwnPtr<Checkpoint> checkpoint) in resumeFrom()
|
D | HTMLDocumentParser.cpp | 363 …OwnPtr<BackgroundHTMLParser::Checkpoint> checkpoint = adoptPtr(new BackgroundHTMLParser::Checkpoin… in discardSpeculationsAndResumeFrom()
|
D | HTMLTokenizer.cpp | 134 void HTMLTokenizer::createCheckpoint(Checkpoint& result) const in createCheckpoint() 144 void HTMLTokenizer::restoreFromCheckpoint(const Checkpoint& checkpoint) in restoreFromCheckpoint()
|
/external/chromium_org/net/websockets/ |
D | websocket_channel_test.cc | 134 typedef MockFunction<void(int)> Checkpoint; // NOLINT typedef 1258 Checkpoint checkpoint; in TEST_F() 1578 Checkpoint checkpoint; in TEST_F() 1599 Checkpoint checkpoint; in TEST_F() 1647 Checkpoint checkpoint; in TEST_F() 1786 Checkpoint checkpoint; in TEST_F() 1819 Checkpoint checkpoint; in TEST_F() 1905 Checkpoint checkpoint; in TEST_F() 2089 Checkpoint checkpoint; in TEST_F() 2298 Checkpoint checkpoint; in TEST_F()
|
/external/iptables/utils/ |
D | pf.os | 558 S12:64:1:44:M1460: @Checkpoint:::Checkpoint (unknown 1) 559 S12:64:1:48:N,N,S,M1460: @Checkpoint:::Checkpoint (unknown 2) 563 # S32:64:0:68:M512,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO w/Checkpoint NG FP3
|
/external/chromium_org/media/filters/ |
D | chunk_demuxer_unittest.cc | 830 MOCK_METHOD1(Checkpoint, void(int id)); 1079 EXPECT_CALL(*this, Checkpoint(1)); in TEST_F() 1083 EXPECT_CALL(*this, Checkpoint(2)); in TEST_F() 1085 Checkpoint(1); in TEST_F() 1091 Checkpoint(2); in TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 318 void Checkpoint(); 502 void DescriptorPool::Tables::Checkpoint() { in Checkpoint() function in google::protobuf::DescriptorPool::Tables 2740 tables_->Checkpoint(); in BuildFile() 2856 tables_->Checkpoint(); in BuildFile()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqlite.h.in | 6298 ** CAPI3REF: Checkpoint a database 6316 ** CAPI3REF: Checkpoint a database 6324 ** Checkpoint as many frames as possible without waiting for any database 6394 ** CAPI3REF: Checkpoint operation parameters
|