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

<<11121314151617181920>>

  /external/opencore/codecs_v2/utilities/colorconvert/include/
ccyuv422toyuv420.h 113 * * @brief This function specifies the range of the YCbCr input such that the
115 * * @param range a boolean, false or zero means the range of the Y is 16-235,
116 * * true or one means the full range of 0-255 is used. The default range is false.
119 virtual int32 SetYuvFullRange(bool range);
  /external/qemu/memcheck/
memcheck_mmrange_map.h 17 * address range that belongs to a mapped execution module in the guest system.
38 /* Memory mapping range map. */
79 * start - Starting address of a mapping range.
80 * end - Ending address of a mapping range.
93 * start - Starting address of a mapping range.
94 * end - Ending address of a mapping range.
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 48 /* [in] */ IDOMRange *range,
53 /* [in] */ IDOMRange *range,
59 /* [in] */ IDOMRange *range,
65 /* [in] */ IDOMRange *range,
71 /* [in] */ IDOMRange *range,
85 /* [in] */ IDOMRange *range,
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
float.h 69 range of normalized floating-point numbers,
88 /* Maximum integer such that 10 raised to that power is in the range of
136 0 evaluate all operations and constants just to the range and
139 to the range and precision of the double type, evaluate
140 long double operations and constants to the range and
142 2 evaluate all operations and constants to the range and
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
float.h 69 range of normalized floating-point numbers,
88 /* Maximum integer such that 10 raised to that power is in the range of
136 0 evaluate all operations and constants just to the range and
139 to the range and precision of the double type, evaluate
140 long double operations and constants to the range and
142 2 evaluate all operations and constants to the range and
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
float.h 69 range of normalized floating-point numbers,
88 /* Maximum integer such that 10 raised to that power is in the range of
136 0 evaluate all operations and constants just to the range and
139 to the range and precision of the double type, evaluate
140 long double operations and constants to the range and
142 2 evaluate all operations and constants to the range and
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
float.h 69 range of normalized floating-point numbers,
88 /* Maximum integer such that 10 raised to that power is in the range of
136 0 evaluate all operations and constants just to the range and
139 to the range and precision of the double type, evaluate
140 long double operations and constants to the range and
142 2 evaluate all operations and constants to the range and
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
float.h 69 range of normalized floating-point numbers,
88 /* Maximum integer such that 10 raised to that power is in the range of
136 0 evaluate all operations and constants just to the range and
139 to the range and precision of the double type, evaluate
140 long double operations and constants to the range and
142 2 evaluate all operations and constants to the range and
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
float.h 69 range of normalized floating-point numbers,
88 /* Maximum integer such that 10 raised to that power is in the range of
136 0 evaluate all operations and constants just to the range and
139 to the range and precision of the double type, evaluate
140 long double operations and constants to the range and
142 2 evaluate all operations and constants to the range and
  /external/freetype/src/truetype/
ttinterp.c 158 #define INS_Goto_CodeRange( range, ip ) \
159 Ins_Goto_CodeRange( EXEC_ARG_ range, ip )
260 /* Switches to a new code range (updates the code related elements in */
264 /* range :: The new execution code range. */
266 /* IP :: The new IP in the new code range. */
276 FT_Int range,
282 FT_ASSERT( range >= 1 && range <= 3 );
284 coderange = &exec->codeRangeTable[range - 1]
1493 TT_CodeRange* range; local
    [all...]
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 184 bool EditorClientImpl::shouldBeginEditing(Range* range)
187 return m_webView->client()->shouldBeginEditing(WebRange(range));
191 bool EditorClientImpl::shouldEndEditing(Range* range)
194 return m_webView->client()->shouldEndEditing(WebRange(range));
199 Range* range,
204 WebRange(range),
211 Range* range
    [all...]
WebBindings.cpp 46 #include "Range.h"
283 static bool getRangeImpl(NPObject* npobj, WebRange* range)
287 if (V8ClassIndex::RANGE != V8DOMWrapper::domWrapperType(v8object))
290 Range* native = V8Range::toNative(v8object);
294 *range = WebRange(native);
316 bool WebBindings::getRange(NPObject* range, WebRange* webrange)
319 return getRangeImpl(range, webrange);
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 143 bool EditorClientWx::shouldDeleteRange(Range*)
213 bool EditorClientWx::shouldBeginEditing(Range*)
219 bool EditorClientWx::shouldEndEditing(Range*)
225 bool EditorClientWx::shouldInsertNode(Node*, Range*,
232 bool EditorClientWx::shouldInsertText(const String&, Range*,
240 Range*)
246 bool EditorClientWx::shouldMoveRangeAfterDelete(Range*, Range*)
252 bool EditorClientWx::shouldChangeSelectedRange(Range* fromRange, Range* toRange,
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 332 /* Get a range of parameters regarding the device capabilities */
336 struct iw_range *range = (struct iw_range *) cmdObj->buffer2; local
343 os_memorySet(pCmdInterpret->hOs, range, 0, sizeof(struct iw_range));
346 range->we_version_compiled = WIRELESS_EXT; /* Must be WIRELESS_EXT */
347 range->we_version_source = 19; /* Last update of source */
350 range->throughput = MAX_THROUGHPUT;
353 range->min_nwid = 0; /* Minimal NWID we are able to set */
354 range->max_nwid = 0; /* Maximal NWID we are able to set */
357 range->old_num_channels = 0;
358 range->old_num_frequency = 0
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
upredalgo.h 20 /// Copy_if copies elements from the range [first, last) to the range
37 /// Returns the first iterator i in the range [first, last) such that
104 /// Replace_if replaces every element in the range [first, last) for which
118 /// Replace_copy_if copies elements from the range [first, last) to the range
134 /// Remove_copy_if copies elements from the range [first, last) to a range
136 /// copied. The return value is the end of the resulting range. This operation
138 /// is the same as in the range [first, last)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 298 /* Get a range of parameters regarding the device capabilities */
302 struct iw_range *range = (struct iw_range *) cmdObj->buffer2; local
307 os_memorySet(pCmdInterpret->hOs, range, 0, sizeof(struct iw_range));
310 range->we_version_compiled = WIRELESS_EXT; /* Must be WIRELESS_EXT */
311 range->we_version_source = 19; /* Last update of source */
314 range->throughput = MAX_THROUGHPUT;
317 range->min_nwid = 0; /* Minimal NWID we are able to set */
318 range->max_nwid = 0; /* Maximal NWID we are able to set */
321 range->old_num_channels = 0;
322 range->old_num_frequency = 0
    [all...]
  /external/iptables/extensions/
libip6t_dst.c 68 char *buffer, *cp, *next, *range; local
82 range = strchr(cp, ':');
84 if (range) {
88 *range++ = '\0';
92 if (range) {
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
102 printf("opts str: %s %s\n", cp, range);
libip6t_hbh.c 75 char *buffer, *cp, *next, *range; local
85 range = strchr(cp, ':');
86 if (range) {
90 *range++ = '\0';
93 if (range) {
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
103 printf("opts str: %s %s\n", cp, range);
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 495 - (NSString *)_markupStringFromRange:(DOMRange *)range nodes:(NSArray **)nodes
499 NSString *markupString = createMarkup(core(range), nodes ? &nodeList : 0, AnnotateForInterchange);
511 - (NSString *)_stringForRange:(DOMRange *)range
515 UChar* buf = plainTextToMallocAllocatedBuffer(core(range), length, true);
624 - (NSRect)_firstRectForDOMRange:(DOMRange *)range
626 return _private->coreFrame->firstRectForRange(core(range));
629 - (void)_scrollDOMRangeToVisible:(DOMRange *)range
631 NSRect rangeRect = [self _firstRectForDOMRange:range];
632 Node *startNode = core([range startContainer]);
682 - (NSRange)_convertToNSRange:(Range *)rang
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
IMemorySystem.java 101 * range that was previously allocated using <code>malloc()</code>.
123 * within the range that was previously allocated using
141 * The behavior of this method is undefined if the range
168 * The behavior of this method is undefined if the range
198 * The behavior of this method is undefined if the range
230 * The behavior of this method is undefined if the range
261 * The behavior is unspecified if <code>address</code> is not in the range
274 * The behavior is unspecified if <code>address</code> is not in the range
290 * is not wholly within the range that was previously allocated using
305 * not wholly within the range that was previously allocated usin
    [all...]
  /external/dbus/dbus/
dbus-marshal-validate.c 38 * Verifies that the range of type_str from type_pos to type_end is a
41 * The range passed in should NOT include the terminating
609 * Verifies that the range of value_str from value_pos to value_end is
695 * Checks that the given range of the string is a valid object path
700 * it allows a start,len range that extends past the string end.
708 * @returns #TRUE if the byte range exists and is a valid name
763 * Checks that the given range of the string is a valid interface name
768 * it allows a start,len range that extends past the string end.
773 * @returns #TRUE if the byte range exists and is a valid name
839 * Checks that the given range of the string is a valid member nam
    [all...]
  /external/webkit/WebCore/editing/
VisibleSelection.cpp 37 #include "Range.h"
88 VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity)
89 : m_base(range->startPosition())
90 , m_extent(range->endPosition())
126 PassRefPtr<Range> VisibleSelection::firstRange() const
132 return Range::create(start.node()->document(), start, end);
135 PassRefPtr<Range> VisibleSelection::toNormalizedRange() const
152 // If the selection is a caret, move the range start upstream. This helps us match
158 // If the selection is a range, select the minimum range that encompasses the selection
    [all...]
  /external/webkit/WebCore/page/
DragController.cpp 97 static PassRefPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, RefPtr<Range> context,
343 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point)
349 range = dragCaret.toNormalizedRange();
373 RefPtr<Range> innerRange = innerFrame->selection()->toNormalizedRange();
414 RefPtr<Range> range = dragCaret.toNormalizedRange(); local
416 // For range to be null a WebKit client must have done something bad while
418 if (!range)
420 DocLoader* loader = range->ownerDocument()->docLoader()
571 RefPtr<Range> range = src->document()->createRange(); local
    [all...]
  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 287 RefPtr<Range> range = Range::create(document()); local
288 range->selectNodeContents(m_innerText.get(), ec);
290 CharacterIterator it(range.get());
292 Node* endContainer = it.range()->endContainer(ec);
294 int endOffset = it.range()->endOffset(ec);
305 RefPtr<Range> range = Range::create(document()) local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 135 "Calling nextDouble resulted in a number out of range [0,1)",
164 assertTrue("Calling nextFloat resulted in a number out of range [0,1)",
233 final int range = 10; local
234 int lastNum = r.nextInt(range);
239 nextNum = r.nextInt(range);
242 if (!(0 <= nextNum && nextNum < range))
246 assertTrue("Calling nextInt (range) 100 times resulted in same number",
249 "Calling nextInt (range) resulted in a number outside of [0, range)",

Completed in 296 milliseconds

<<11121314151617181920>>