HomeSort by relevance Sort by last modified time
    Searched refs:upstream (Results 1 - 24 of 24) sorted by null

  /external/clang/
README.android 3 * upstream to the llvm.org repository:
9 * merge conflicts with upstream on those parts.
15 * For Honeycomb: Synced to upstream r112347
16 * For Honeycomb MR1: Synced to upstream r119349
17 * For Honeycomb MR2: Synced to upstream r119349
18 * For Ice Cream Sandwich: Synced to upstream r135574
19 * For Ice Cream Sandwich MR1: Synced to upstream r142531
  /external/llvm/
README.android 3 * upstream to the llvm.org repository:
9 * merge conflicts with upstream on those parts.
15 * For Honeycomb: Synced to upstream r112344.
16 * For Honeycomb MR1: Synced to upstream r119309
17 * For Honeycomb MR2: Synced to upstream r119309
18 * For Ice Cream Sandwich: Synced to upstream r135569
19 * For Ice Cream Sandwich MR1: Synced to upstream r142530
27 * Upstream was migrating from 2.7 bitcode to 3.0 bitcode.
37 * Our bitcode reader can read both 2.7 and 3.0 versions. Writer is tracking upstream.
55 should be pushed upstream eventually.
    [all...]
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 454 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
455 int upstream = startOffset; local
456 while (upstream > 0 && isWhitespace(text[upstream - 1]))
457 upstream--;
463 int length = downstream - upstream;
467 VisiblePosition visibleUpstreamPos(Position(textNode, upstream, Position::PositionIsOffsetInAnchor));
470 String string = text.substring(upstream, length);
474 isStartOfParagraph(visibleUpstreamPos) || upstream == 0,
478 replaceTextInNode(textNode, upstream, length, rebalancedString)
    [all...]
InsertTextCommand.cpp 140 startPosition = startPosition.upstream();
145 deleteInsignificantText(startPosition.upstream(), startPosition.downstream());
htmlediting.cpp 511 Position upstream(visiblePosition.deepEquivalent().upstream());
512 if (upstream.deprecatedNode() && upstream.deprecatedNode()->renderer() && upstream.deprecatedNode()->renderer()->isTable() && upstream.atLastEditingPositionForNode())
513 return upstream.deprecatedNode();
    [all...]
VisiblePosition.cpp 59 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
91 // UPSTREAM position can never yield another UPSTREAM position (unless line wrap length is 0!).
92 if (prev.isNotNull() && m_affinity == UPSTREAM) {
94 temp.setAffinity(UPSTREAM);
465 Position upstream = candidate.upstream(); local
466 if (upstream.isCandidate())
467 return upstream;
482 // unless the affinity is upstream
    [all...]
VisibleSelection.cpp 146 // If the selection is a caret, move the range start upstream. This helps us match
149 s = m_start.upstream().parentAnchoredEquivalent();
165 e = m_end.upstream();
399 } else if (m_start == m_end || m_start.upstream() == m_end.upstream()) {
426 m_end = m_end.upstream();
ApplyStyleCommand.cpp 127 , m_end(endingSelection().end().upstream())
155 , m_end(endingSelection().end().upstream())
169 , m_end(endingSelection().end().upstream())
345 start = start.upstream(); // Move upstream to ensure we do not add redundant spans.
574 // Use the upstream position of the start for removing style.
578 Position removeStart = start.upstream();
    [all...]
DeleteSelectionCommand.cpp 179 m_upstreamStart = start.upstream();
181 m_upstreamEnd = end.upstream();
233 // extend selection upstream if there is whitespace there
238 // Expand out one character upstream for smart delete and recalculate
240 m_upstreamStart = pos.upstream();
253 m_upstreamEnd = pos.upstream();
    [all...]
InsertParagraphSeparatorCommand.cpp 181 insertionPosition = insertionPosition.upstream();
299 // style of the upstream position.
InsertListCommand.cpp 368 Position insertionPos(start.deepEquivalent().upstream());
ReplaceSelectionCommand.cpp     [all...]
markup.cpp 440 Node* upstreamNode = next.deepEquivalent().upstream().deprecatedNode();
    [all...]
SelectionController.cpp     [all...]
Editor.cpp 580 end = m_frame->selection()->selection().end().upstream();
659 Node* endNode = m_frame->selection()->selection().end().upstream().deprecatedNode();
    [all...]
  /external/webkit/Source/WebCore/dom/
Position.h 153 Position upstream(EditingBoundaryCrossingRule = CannotCrossEditingBoundary) const;
Position.cpp 351 Position prevPosition = upstream(CanCrossEditingBoundary);
498 // upstream() and downstream() want to return positions that are either in a
515 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
517 Position Position::upstream(EditingBoundaryCrossingRule rule) const function in class:WebCore::Position
633 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
636 // and upstream() will return the left one.
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 123 event:0xec counters:0,1,2,3 um:probe minimum:500 name:PROBE_RESPONSES_AND_UPSTREAM_REQUESTS : Probe responses and upstream requests
  /external/oprofile/events/x86-64/hammer/
events 119 event:0xec counters:0,1,2,3 um:probe minimum:500 name:PROBE_RESPONSES_AND_UPSTREAM_REQUESTS : Probe responses and upstream requests
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 692 temporarily override the "upstream" expectations until the port can
    [all...]
  /external/oprofile/events/mips/74K/
events 29 event:0xb counters:0,2 um:zero minimum:500 name:IFU_IDU_MISS_PRED_UPSTREAM_CYCLES : 11-0 Cycles IFU-IDU gate is closed (to prevent upstream from getting ahead) due to mispredicted branch
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 745 Position newStart = start.upstream().leadingWhitespacePosition(DOWNSTREAM, true);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 460 milliseconds