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

<<31323334353637383940>>

  /external/tremolo/Tremolo/
treminfo.c 144 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
150 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
160 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 35 #include "Range.h"
314 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
315 RefPtr<Range> endRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), endIndex, 0, true);
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 40 #include "Range.h"
111 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
280 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 339 NSRange range = obj->selectedRange;
341 [obj->textStorage replaceCharactersInRange:range withString:string];
343 obj->selectedRange.location = range.location + [string length];
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uvector.h 170 /// Copies range [\p i1, \p i2]
187 /// Copies the range [\p i1, \p i2]
238 /// Inserts range [\p i1, \p i2] at offset \p ip.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 209 * Interest is only in number of steps over this range.
232 * nQFactor : JPEG Q factor value in the range of 1-100. A factor of 1
271 * the range 0-255 and stored in linear order
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 195 // Skip over the days outside of the adapter's range
204 // range of days, then create day headers and events for
245 // Skip over the days outside of the adapter's range
  /packages/apps/Gallery3D/src/com/cooliris/media/
LongSparseArray.java 191 * Given an index in the range <code>0...size()-1</code>, returns the key
204 * Given an index in the range <code>0...size()-1</code>, returns the value
218 * Given an index in the range <code>0...size()-1</code>, sets a new value
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java 78 * For approximate matching, we have a range of scores, let's say 40-70. Depending one how
138 * Returns the lower range for the match score for the given {@code candidateNameType} and
147 * Returns the upper range for the match score for the given {@code candidateNameType} and
  /dalvik/vm/mterp/out/
InterpC-x86.c 50 * statement, avoiding the "is the opcode in range" tests required for switch.
    [all...]
  /external/icu4c/common/unicode/
uchar.h 68 * standards do not define their semantics beyond the ASCII range, which means
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 68 * standards do not define their semantics beyond the ASCII range, which means
745 UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 68 * standards do not define their semantics beyond the ASCII range, which means
745 UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 68 * standards do not define their semantics beyond the ASCII range, which means
745 UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 68 * standards do not define their semantics beyond the ASCII range, which means
745 UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */
    [all...]
  /external/libxml2/
xmlregexp.c 695 * @type: the type of range
699 * Allocate a new regexp range
701 * Returns the new range or NULL in case of error
710 xmlRegexpErrMemory(ctxt, "allocating range");
722 * @range: the regexp range
724 * Free a regexp range
727 xmlRegFreeRange(xmlRegRangePtr range) {
728 if (range == NULL)
731 if (range->blockName != NULL
1209 xmlRegRangePtr range; local
2915 xmlRegRangePtr range; local
    [all...]
  /external/clearsilver/util/regex/
regex.c 368 the range 0 to one less than the pattern buffer's re_nsub
377 number, in the range 0 to one less than `re_nsub' in the
682 /* Are we starting a range? */
688 /* Have we broken a range? */
957 gettext_noop ("Invalid range end"), /* REG_ERANGE */
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /bionic/libc/regex/
regerror.c 64 { REG_ERANGE, "REG_ERANGE", "invalid character range" },
  /bionic/libm/man/
fma.3 85 were computed with unbounded precision and range,
ieee.3 174 Range: Overflow threshold = 2.0**128 = 3.4e38
209 Range: Overflow threshold = 2.0**1024 = 1.8e308
239 Range: Overflow threshold = 2.0**16384 = 1.2e4932
269 Range: Overflow threshold = 2.0**16384 = 1.2e4932
395 when a result, if properly computed, might have lain barely within range, and
428 greater range or precision would be needed to represent the exact result.
  /bionic/libm/src/
e_expf.c 79 /* x is now in primary range */
  /bionic/linker/
Android.mk 14 # SH-4A series virtual address range from 0x00000000 to 0x7FFFFFFF.
  /bootable/recovery/
common.h 41 // the range [0..numitems).
  /build/tools/
compare_fileslist.py 49 for i in range(0,index):

Completed in 547 milliseconds

<<31323334353637383940>>