HomeSort by relevance Sort by last modified time
    Searched refs:continuation (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/SemaCXX/
member-expr-static.cpp 5 extern void kernel_thread_start(thread_continue_t continuation);
  /external/e2fsprogs/lib/et/
et_c.awk 136 (continuation == 1) && ($0 ~ /\\[ \t]*$/) {
142 (continuation == 1) && ($0 ~ /"[ \t]*$/) {
145 continuation = 0;
178 continuation++;
186 continuation++;
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 59 // Make sure we do not retain "this" in the continuation outline table map of our containing blocks.
61 bool containingBlockPaintsContinuationOutline = continuation() || isInlineElementContinuation();
75 // Destroy our continuation before anything other than anonymous children.
77 // have continuations of their own that are anonymous children of our continuation.
78 RenderBoxModelObject* continuation = this->continuation(); local
79 if (continuation) {
80 continuation->destroy();
113 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
RenderInline.h 71 virtual RenderBoxModelObject* virtualContinuation() const { return continuation(); }
81 using RenderBoxModelObject::continuation;
RenderBlock.cpp 167 // Destroy our continuation before anything other than anonymous children.
169 // have continuations of their own that are anonymous children of our continuation.
170 RenderBoxModelObject* continuation = this->continuation(); local
171 if (continuation) {
172 continuation->destroy();
242 // Ensure that all of our continuation blocks pick up the new style.
244 RenderBoxModelObject* nextCont = currCont->continuation();
318 RenderBlock* curr = toRenderBlock(continuation());
330 curr = toRenderBlock(curr->continuation());
2659 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
RenderBoxModelObject.h 139 RenderBoxModelObject* continuation() const;
RenderBlock.h 143 virtual RenderBoxModelObject* virtualContinuation() const { return continuation(); }
144 bool isAnonymousBlockContinuation() const { return continuation() && isAnonymousBlock(); }
148 using RenderBoxModelObject::continuation;
    [all...]
RenderBoxModelObject.cpp 56 // The HashMap for storing continuation pointers.
59 // split into a sequence of inlines and blocks. The continuation will either be
62 // its continuation but the <b> will just have an inline as its continuation.
273 // A continuation of this RenderObject should be destroyed at subclasses.
274 ASSERT(!continuation());
2211 RenderBoxModelObject* RenderBoxModelObject::continuation() const function in class:WebCore::RenderBoxModelObject
    [all...]
InlineFlowBox.cpp 301 // we know the inline began on this line (unless we are a continuation).
321 && ((lastLine || isLastObjectOnLine) && !inlineFlow->continuation()))
325 && ((lastLine || isLastObjectOnLine) && !inlineFlow->continuation()))
    [all...]
RenderObject.cpp     [all...]
  /external/v8/benchmarks/
base.js 106 var continuation = null;
112 while (continuation || index < length) {
113 if (continuation) {
114 continuation = continuation();
118 continuation = suite.RunStep(runner);
120 if (continuation && typeof window != 'undefined' && window.setTimeout) {
232 // individual benchmark in the suite and returns a continuation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 141 return toRenderInline(renderer)->continuation();
146 RenderObject* r = toRenderInline(renderer)->continuation();
153 r = toRenderInline(r)->continuation();
187 ASSERT(cur || !toRenderInline(prev)->continuation());
226 // Blocks with a previous continuation always have a next continuation
245 ASSERT(cur || !toRenderInline(prev)->continuation());
270 curContainer = toRenderInline(curContainer)->continuation();
297 // Case 1: The node is a block and is an inline's continuation. In that case, the inline's
298 // last child is our previous sibling (or further back in the continuation chain
357 RenderObject* continuation = toRenderInline(m_renderer->parent())->continuation(); local
800 RenderObject* continuation = toRenderBlock(currRenderer)->continuation(); local
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 348 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
350 reinterpret_cast<uint32_t>(continuation->entry()));
719 // Compute this frame's PC, state, and continuation.
737 // Set the continuation for the topmost frame.
740 Code* continuation = (bailout_type_ == EAGER) local
744 reinterpret_cast<uint32_t>(continuation->entry()));
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 438 Code* continuation = local
441 reinterpret_cast<uint32_t>(continuation->entry()));
796 // Compute this frame's PC, state, and continuation.
810 // Set the continuation for the topmost frame.
813 Code* continuation = (bailout_type_ == EAGER) local
817 reinterpret_cast<uint32_t>(continuation->entry()));
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 338 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
340 reinterpret_cast<uint32_t>(continuation->entry()));
709 // Compute this frame's PC, state, and continuation.
724 // Set the continuation for the topmost frame.
727 Code* continuation = (bailout_type_ == EAGER) local
731 reinterpret_cast<uint32_t>(continuation->entry()));
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 325 Code* continuation = local
328 reinterpret_cast<intptr_t>(continuation->entry()));
699 // Compute this frame's PC, state, and continuation.
713 // Set the continuation for the topmost frame.
715 Code* continuation = (bailout_type_ == EAGER) local
719 reinterpret_cast<intptr_t>(continuation->entry()));
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 368 function styleSheetCallback(styleSheets, sourceURL, continuation, styleSheet)
374 if (continuation)
375 continuation(styleSheets);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 113 // Add a continuation row for each line of text from the extra parameters.
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 874 mDNSBool continuation = ((c1 & 0xC0) == 0x80); local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 6168 UBool continuation = isContinuation(CE); local
    [all...]

Completed in 941 milliseconds

1 2