/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLTokenizer.h | 124 struct Checkpoint { 132 Checkpoint() 144 void createCheckpoint(Checkpoint&) const; 145 void restoreFromCheckpoint(const Checkpoint&);
|
HTMLDocumentParser.cpp | 363 OwnPtr<BackgroundHTMLParser::Checkpoint> checkpoint = adoptPtr(new BackgroundHTMLParser::Checkpoint); local 364 checkpoint->parser = m_weakFactory.createWeakPtr(); 365 checkpoint->token = token; 366 checkpoint->tokenizer = tokenizer; 367 checkpoint->treeBuilderState = HTMLTreeBuilderSimulator::stateFor(m_treeBuilder.get()); 368 checkpoint->inputCheckpoint = lastChunkBeforeScript->inputCheckpoint; 369 checkpoint->preloadScannerCheckpoint = lastChunkBeforeScript->preloadScannerCheckpoint; 370 checkpoint->unparsedInput = m_input.current().toString().isolatedCopy() [all...] |
HTMLTokenizer.cpp | 134 void HTMLTokenizer::createCheckpoint(Checkpoint& result) const 144 void HTMLTokenizer::restoreFromCheckpoint(const Checkpoint& checkpoint) 147 m_options = checkpoint.options; 148 m_state = checkpoint.state; 149 m_additionalAllowedCharacter = checkpoint.additionalAllowedCharacter; 150 m_inputStreamPreprocessor.reset(checkpoint.skipNextNewLine); 151 m_shouldAllowCDATA = checkpoint.shouldAllowCDATA; [all...] |
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 35 "Unable to checkpoint \\Seen state",
|
imap_err.et | 112 "Unable to checkpoint \\Seen state"
|
/external/chromium_org/net/websockets/ |
websocket_deflate_stream_test.cc | 355 MockCallback mock_callback, checkpoint; local 363 EXPECT_CALL(checkpoint, Call(0)); 369 checkpoint.Call(0); 386 MockCallback mock_callback, checkpoint; local 394 EXPECT_CALL(checkpoint, Call(0)); 400 checkpoint.Call(0); 434 MockCallback mock_callback, checkpoint; local 442 EXPECT_CALL(checkpoint, Call(0)); 447 checkpoint.Call(0); 472 MockCallback mock_callback, checkpoint; local 937 MockCallback mock_callback, checkpoint; local [all...] |
/external/kernel-headers/original/linux/raid/ |
md_p.h | 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */ 160 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/ |
md_p.h | 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */ 160 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/ |
md_p.h | 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */ 160 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/ |
md_p.h | 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */ 160 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
|
/external/chromium_org/webkit/data/test_shell/frames/ |
iframe1.html | 100 <li>how did your browser render the content of the <abbr title="inline frame">IFRAME</abbr>? Was the checkpoint text contained in a scrollable 117 <dl class="checkpoint"> 119 <dt class="checkpoint"><span class="checkpoint"><a id="tech-doc-content-access" 128 <dd class="checkpoint"><strong>Note:</strong> This includes format-defined 139 launching another application, by saving it to disk, etc.). This checkpoint 146 Techniques for checkpoint 2.1</a></span></dd> 148 <dt class="checkpoint"><span class="checkpoint"><a id="tech-nav-viewports" 162 <dd class="checkpoint"><strong>Note:</strong> For example, when all frames of [all...] |
/external/pixman/pixman/ |
pixman-mmx.c | 48 #define CHECKPOINT() error_f ("at %s %d\n", __FUNCTION__, __LINE__) 50 #define CHECKPOINT() [all...] |
/external/chromium/chrome/browser/ui/tabs/ |
dock_info_win.cc | 218 if (CheckPoint(hwnd, bounds.left, (bounds.top + bounds.bottom) / 2, 220 CheckPoint(hwnd, bounds.right - 1, (bounds.top + bounds.bottom) / 2, 222 CheckPoint(hwnd, (bounds.left + bounds.right) / 2, bounds.bottom - 1, 243 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) {
|
/art/runtime/ |
thread-inl.h | 70 // Copy over flags and try to clear the checkpoint bit if it is set. 76 // If we toggled the checkpoint flag we must have cleared it.
|
thread_list.cc | 159 // Call a checkpoint function for each thread, threads which are suspend get their checkpoint 166 // This thread will run it's checkpoint some time in the near future. 185 // Run the checkpoint on ourself while we wait for threads to suspend. 188 // Run the checkpoint on the suspended threads.
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Vpn.java | 980 private void checkpoint(boolean yield) throws InterruptedException { method in class:Vpn.LegacyVpnRunner [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
dock_info_win.cc | 249 if (CheckPoint(hwnd, bounds.left, (bounds.top + bounds.bottom) / 2, 251 CheckPoint(hwnd, bounds.right - 1, (bounds.top + bounds.bottom) / 2, 253 CheckPoint(hwnd, (bounds.left + bounds.right) / 2, bounds.bottom - 1, 273 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) {
|
/external/chromium_org/chrome_frame/test/ |
infobar_unittests.cc | 141 EXPECT_CALL(check, Call("checkpoint")); 146 check.Call("checkpoint"); 168 EXPECT_CALL(check, Call("checkpoint")); 173 check.Call("checkpoint"); // Make sure the delegate has been deleted
|
/external/chromium_org/components/breakpad/tools/ |
crash_service.h | 38 // should store breakpad's checkpoint file. |dumps_path| is the directory
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8RecursionScope.h | 56 // http://www.whatwg.org/specs/web-apps/current-work/#perform-a-microtask-checkpoint
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementCallbackDispatcher.h | 68 // checkpoint by this or other workers (for example, this work
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteGlobal.java | 107 * Gets the WAL auto-checkpoint integer in database pages.
|
/external/chromium_org/third_party/sqlite/src/src/ |
wal.c | 25 ** "checkpoint". 40 ** 12: Checkpoint sequence number 41 ** 16: Salt-1, random integer incremented with each checkpoint 89 ** On a checkpoint, the WAL is first VFS.xSync-ed, then valid content of the 95 ** After each checkpoint, the salt-1 value is incremented and the salt-2 317 ** information used by checkpoint. 421 u8 ckptLock; /* True if holding a checkpoint lock */ 425 u32 nCkpt; /* Checkpoint sequence counter in the wal-header */ 457 ** This functionality is used by the checkpoint code (see walCheckpoint()). [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 976 const char* checkpoint = message_start; local [all...] |
/external/chromium_org/net/tools/balsa/ |
balsa_frame.cc | 943 const char* checkpoint = message_start; local [all...] |