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

<<41424344454647484950>>

  /external/opencore/oscl/oscl/osclproc/src/
oscl_procstatus.h 96 EXCEED_MAX_SEM_COUNT_ERROR, // Out of range of semaphore count
  /external/opencore/protocols/http_parcom/include/
http_parser_external.h 28 uint32 iContentRangeLeft; // for "Content-Range"
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_par_com_message.cpp 68 // range = ... ?
  /external/opencore/protocols/sdp/parser/include/
sdp_parser.h 75 int convertToMilliSec(RtspRangeType range , int &startTime, int &stopTime);
  /external/ppp/pppd/plugins/pppoatm/
atm.h 50 #define T2A_NNI 16 /* allow NNI VPI range (PVC) */
  /external/proguard/src/proguard/classfile/
ProgramMember.java 73 * Returns the line number range of the given class member as "m:n",
  /external/qemu/android/skin/
scaler.c 40 /* right now, we only support scales in the 0.5 .. 1.0 range */
  /external/qemu/
kqemu.h 124 uint64_t phys_addr; /* physical address range: phys_addr,
  /external/skia/emoji/
GmojiMaker.cpp 81 std::cerr << "PUA not in expected range " << pua << " line "
  /external/skia/src/effects/
SkKernel33MaskFilter.cpp 52 const uint8_t* srcRow = srcImage + ky * srcRB; // may be out-of-range
  /external/speex/libspeex/
vorbis_psy.h 48 appearance (these are more accurate and over a longer range than
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 127 * Indicates if character is in range [a-z] or [A-Z] or [0-9] or ['.'].
  /external/srec/srec/crec/
srec_results.c 213 return 0; /* out of range error */
244 return ESR_ARGUMENT_OUT_OF_BOUNDS; /* out of range error */
295 return 1; /* out of range error */
465 return 0; /* out of range error */
  /external/srec/srec/include/
voicing.h 37 #define DYNAMIC_RANGE (70 << 8) /* typical dynamic range */
  /external/webkit/JavaScriptCore/pcre/
pcre_compile.cpp 71 /* Table for handling escaped characters in the range '0'-'z'. Positive returns
112 "range out of order in character class\0"
470 * Get othercase range *
473 /* This function is passed the start and end of a class range, in UTF-8 mode
481 ocptr where to put start of othercase range
482 odptr where to put end of othercase range
484 Yield: true when range returned; false when no more
518 /* This function takes an integer value in the range 0 - 0x7fffffff
688 If the class contains characters outside the 0-255 range, a different
798 /* A single character may be followed by '-' to form a range. However
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Error.cpp 52 name = "Range error";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.4-1.js 36 all pos are in range.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
slice.js 63 // passed in. The arguments passed into slice range in
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/
slice.js 63 // passed in. The arguments passed into slice range in
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.h 55 // contained in the specified range of memory will not be used for a
  /external/webkit/SunSpider/hosted/
sunspider.html 66 times and determines an error range (technically, a 95% confidence
  /external/webkit/WebCore/bindings/v8/custom/
V8SQLResultSetRowListCustom.cpp 60 V8Proxy::throwError(V8Proxy::RangeError, "Item index is out of range.");
  /external/webkit/WebCore/dom/
Clipboard.h 71 virtual void writeRange(Range*, Frame*) = 0;
  /external/webkit/WebCore/page/
DragController.h 47 class Range;
  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 204 const FontDataRange& range = segmentedFontData->rangeAt(i); local
207 int from = max(0, static_cast<int>(range.from()) - static_cast<int>(start));
208 int to = 1 + min(static_cast<int>(range.to()) - static_cast<int>(start), static_cast<int>(GlyphPage::size) - 1);
222 haveGlyphs |= pageToFill->fill(from, to - from, buffer + from * (start < 0x10000 ? 1 : 2), (to - from) * (start < 0x10000 ? 1 : 2), range.fontData());

Completed in 182 milliseconds

<<41424344454647484950>>