HomeSort by relevance Sort by last modified time
    Searched full:range (Results 76 - 100 of 3739) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.cpp 96 static wstring dump(IDOMRange* range)
98 ASSERT(range);
101 if (FAILED(range->startOffset(&startOffset)))
105 if (FAILED(range->endOffset(&endOffset)))
109 if (FAILED(range->startContainer(&startContainer)))
113 if (FAILED(range->endContainer(&endContainer)))
117 _snwprintf(buffer, ARRAYSIZE(buffer), L"range from %ld of %s to %ld of %s", startOffset, dumpPath(startContainer.get()), endOffset, dumpPath(endContainer.get()));
123 /* [in] */ IDOMRange* range,
132 _tprintf(TEXT("EDITING DELEGATE: shouldBeginEditingInDOMRange:%s\n"), dump(range));
140 /* [in] */ IDOMRange* range,
    [all...]
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.cpp 41 unsigned range = matches.size(); local
44 while (range) {
45 unsigned index = range >> 1;
51 range = index;
54 range -= (index+1);
71 // does the new range fall before the current position in the array
82 // Okay, since we didn't hit the last case, the end of the new range is definitely at or after the begining
83 // If the new range start at or before the end of the last range, then the overlap (if it starts one after the
84 // end of the last range they concatenate, which is just as good
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebEditingDelegate.h 42 - (BOOL)webView:(WebView *)webView shouldBeginEditingInDOMRange:(DOMRange *)range;
43 - (BOOL)webView:(WebView *)webView shouldEndEditingInDOMRange:(DOMRange *)range;
44 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
45 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
46 - (BOOL)webView:(WebView *)webView shouldDeleteDOMRange:(DOMRange *)range;
48 - (BOOL)webView:(WebView *)webView shouldApplyStyle:(DOMCSSStyleDeclaration *)style toElementsInDOMRange:(DOMRange *)range;
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 49 typedef void (* StringRangeApplierFunction)(NSString *string, NSRange range, void *context);
185 NSRange hostNameOrStringStart = [string rangeOfCharacterFromSet:hostNameOrStringStartCharacters options:0 range:remaining];
200 NSRange hostNameEnd = [string rangeOfCharacterFromSet:hostNameEndCharacters options:0 range:remaining];
211 // Process host name range.
221 NSRange escapedCharacterOrStringEnd = [string rangeOfCharacterFromSet:quotedStringCharacters options:0 range:remaining];
274 if ([string rangeOfCharacterFromSet:nonSchemeCharacters options:0 range:NSMakeRange(0, separatorRange.location)].location != NSNotFound) {
290 NSRange hostNameTerminator = [string rangeOfCharacterFromSet:hostTerminators options:0 range:NSMakeRange(authorityStart, stringLength - authorityStart)];
294 NSRange userInfoTerminator = [string rangeOfString:@"@" options:0 range:NSMakeRange(authorityStart, hostNameEnd - authorityStart)];
302 static void collectRangesThatNeedMapping(NSString *string, NSRange range, void *context, BOOL encode)
305 ? [string _web_hostNameNeedsEncodingWithRange:range]
    [all...]
  /external/icu4c/common/unicode/
schriter.h 48 * The iteration range is the whole string, and the starting position is 0.
56 * The iteration range is the whole string, and the starting
58 * iteration range, the behavior of this object is undefined.
69 * The iteration range begins with the code unit specified by
72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
77 * @param textBegin The begin position of the iteration range
78 * @param textEnd The end position of the iteration range
88 * Copy constructor. The new iterator iterates over the same range
105 * range of the same string as "that", and refers to the sam
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EditingDelegate.mm 60 return [NSString stringWithFormat:@"range from %ld of %@ to %ld of %@", [self startOffset], [[self startContainer] dumpPath], [self endOffset], [[self endContainer] dumpPath]];
75 - (BOOL)webView:(WebView *)webView shouldBeginEditingInDOMRange:(DOMRange *)range
78 printf("EDITING DELEGATE: shouldBeginEditingInDOMRange:%s\n", [[range dump] UTF8String]);
82 - (BOOL)webView:(WebView *)webView shouldEndEditingInDOMRange:(DOMRange *)range
85 printf("EDITING DELEGATE: shouldEndEditingInDOMRange:%s\n", [[range dump] UTF8String]);
89 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
98 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", [[node dumpPath] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
102 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
111 printf("EDITING DELEGATE: shouldInsertText:%s replacingDOMRange:%s givenAction:%s\n", [[text description] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
115 - (BOOL)webView:(WebView *)webView shouldDeleteDOMRange:(DOMRange *)range
    [all...]
  /external/icu4c/samples/layout/
cmaps.cpp 181 le_int32 range = 0; local
184 range = fRangeOffset;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/icu4c/test/letest/
cmaps.cpp 175 le_int32 range = 0; local
178 range = fRangeOffset;
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
185 range += probe;
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/stlport/test/eh/
random_number.h 21 // Return a random number in the given range.
22 unsigned random_number( size_t range );
  /external/webkit/WebCore/html/
TimeRanges.cpp 70 Range addedRange(start, end);
72 // For each present range check if we need to:
73 // - merge with the added range, in case we are overlapping or contiguous
82 // We need to merge the addedRange and that range.
90 // First index, and we are completely before that range (and not contiguous, nor overlapping).
97 // We are exactly after the current previous range, and before the current range, while
105 // Now that we are sure we don't overlap with any range, just add it.
  /dalvik/dx/tests/003-magic-version-access/
class-version-44.0.txt 2 # classfile with an out-of-range version.
class-version-44.65535.txt 2 # classfile with an out-of-range version.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
DecimalToRoman.java 34 * @param postValue Minimum value for a given range of
38 * that same range (i.e. IV if postval is 5 (V))
51 /** Minimum value for a given range of roman numbers */
57 /** Value of last prefixed number within that same range */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
types.sgml 83 Values of this type can range from #G_MININT to #G_MAXINT.
90 Values of this type can range from 0 to #G_MAXUINT.
97 Values of this type can range from #G_MINSHORT to #G_MAXSHORT.
104 Values of this type can range from 0 to #G_MAXUSHORT.
111 Values of this type can range from #G_MINLONG to #G_MAXLONG.
118 Values of this type can range from 0 to #G_MAXULONG.
125 Values of this type can range from -128 to 127.
132 Values of this type can range from 0 to 255.
139 Values of this type can range from -32,768 to 32,767.
150 Values of this type can range from 0 to 65,535
    [all...]
  /external/opencore/baselibs/gen_data_structures/src/
rtsp_range_utils.h 29 RtspRangeType& range);
32 OSCL_IMPORT_REF int estimate_SDP_string_len(const RtspRangeType& range);
36 const RtspRangeType& range,
41 const RtspRangeType& range,
  /external/webkit/WebCore/editing/
markup.h 39 class Range;
44 PassRefPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text);
50 String createMarkup(const Range*,
55 String createFullMarkup(const Range*);
Editor.cpp 191 bool Editor::canDeleteRange(Range* range) const
194 Node* startContainer = range->startContainer(ec);
195 Node* endContainer = range->endContainer(ec);
202 if (range->collapsed(ec)) {
203 VisiblePosition start(startContainer, range->startOffset(ec), DOWNSTREAM);
258 // when the selection was updated by deleting the range
282 RefPtr<Range> range = selectedRange(); local
284 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText)
428 RefPtr<Range> range = m_frame->selection()->toNormalizedRange(); local
1323 RefPtr<Range> range = compositionRange(); local
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uctralgo.h 22 /// Copy copies elements from the range [first, last) to the range
36 /// Copy_if copies elements from the range [first, last) to the range
46 /// For_each applies the function object f to each element in the range
58 /// For_each applies the function object f to each element in the range
70 /// Returns the first iterator i in the range [first, last) such that
85 /// Returns the first iterator i in the range [first, last) such that
123 /// iterator i in the range [first, last), and assigns the result of that
137 /// iterator i in the range [first, last), and assigns the result of tha
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 53 #include "Range.h"
86 static QString dumpRange(WebCore::Range *range)
88 if (!range)
92 QString str = QString("range from %1 of %2 to %3 of %4")
93 .arg(range->startOffset(code)).arg(dumpPath(range->startContainer(code)))
94 .arg(range->endOffset(code)).arg(dumpPath(range->endContainer(code)));
104 bool EditorClientQt::shouldDeleteRange(Range* range
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_VIRTUAL_QUICK.S 19 * Code: Optimization for invoke-virtual and invoke-virtual/range
21 * For: invoke-virtual/quick, invoke-virtual/quick-range
28 and $$15, %edx # %edx<- D if not range
  /external/webkit/WebKit/win/Interfaces/
IWebEditingDelegate.idl 104 - (BOOL)webView:(WebView *)webView shouldBeginEditingInDOMRange:(DOMRange *)range;
106 HRESULT shouldBeginEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result);
109 - (BOOL)webView:(WebView *)webView shouldEndEditingInDOMRange:(DOMRange *)range;
111 HRESULT shouldEndEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result);
114 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
116 HRESULT shouldInsertNode([in] IWebView* webView, [in] IDOMNode* node, [in] IDOMRange* range, [in] WebViewInsertAction action);
119 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
121 HRESULT shouldInsertText([in] IWebView* webView, [in] BSTR text, [in] IDOMRange* range, [in] WebViewInsertAction action, [out, retval] BOOL* result);
124 - (BOOL)webView:(WebView *)webView shouldDeleteDOMRange:(DOMRange *)range;
126 HRESULT shouldDeleteDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result)
    [all...]
  /external/webkit/WebCore/dom/
Range.cpp 25 #include "Range.h"
50 static WTF::RefCountedLeakCounter rangeCounter("Range");
53 inline Range::Range(PassRefPtr<Document> ownerDocument)
65 PassRefPtr<Range> Range::create(PassRefPtr<Document> ownerDocument)
67 return adoptRef(new Range(ownerDocument));
70 inline Range::Range(PassRefPtr<Document> ownerDocument, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset)
90 PassRefPtr<Range> Range::create(PassRefPtr<Document> ownerDocument, PassRefPtr<Node> startContainer, int startOffse (…)
1678 RefPtr<Range> range = Range::create(node->document()); local
    [all...]
  /external/ipsec-tools/src/racoon/
security.c 206 * configured range for a policy rule.
208 * char *range Range
209 * return: 1 if the sl is within the range
210 * 0 if the sl is not within the range or an error
215 within_range(security_context_t sl, security_context_t range)
224 if (!*range) /* This policy doesn't have security context */
231 * Get the sids for the sl and range contexts
240 rtn = avc_context_to_sid(range, &rangesid);
244 "sid for range context (%s).\n", range)
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/org/apache/harmony/sound/internal/nls/
messages.properties 22 sound.05=command out of range: {0}
23 sound.06=channel out of range: {0}
24 sound.07=data1 out of range: {0}
25 sound.08=data2 out of range: {0}
31 sound.0F=value does not fall within the allowable range
  /external/icu4c/test/intltest/
dtfmtrtts.h 65 * Return a random value from -range..+range (closed).
67 static double randDouble(double range)
72 return (2.0 * range * a) - range;

Completed in 235 milliseconds

1 2 34 5 6 7 8 91011>>