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

<<21222324252627282930>>

  /external/icu4c/test/intltest/
nmfmtrt.cpp 76 * Return a random value from -range..+range.
79 NumberFormatRoundTripTest::randomDouble(double range)
82 return (2.0 * range * a) - range;
183 // the double will stay in range.
  /external/iptables/extensions/
libip6t_multiport.c 96 char *buffer, *cp, *next, *range; local
109 range = strchr(cp, ':');
110 if (range) {
114 *range++ = '\0';
117 if (range) {
119 multiinfo->ports[++i] = parse_port(range, proto);
libipt_multiport.c 99 char *buffer, *cp, *next, *range; local
112 range = strchr(cp, ':');
113 if (range) {
117 *range++ = '\0';
120 if (range) {
122 multiinfo->ports[++i] = parse_port(range, proto);
  /external/kernel-headers/original/asm-arm/
cacheflush.h 124 * Clean and invalidate a range of cache entries in the
143 * Invalidate (discard) the specified virtual address range.
152 * Clean (write back) the specified virtual address range.
158 * Clean and invalidate the specified virtual address range.
308 * Harvard caches are synchronised for the user space address range.
316 * stored within this range of addresses can be executed by the CPU.
  /external/opencore/codecs_v2/utilities/colorconvert/include/
cczoomrotationbase.h 152 * @brief This function specifies the range of the YCbCr input such that the
154 * @param range a boolean, false or zero means the range of the Y is 16-235,
155 * true or one means the full range of 0-255 is used. The default range is false.
158 virtual int32 SetYuvFullRange(bool range) = 0;
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_progressive_download.cpp 74 // check range header
100 // only send Range header for previous non-zero bytes position.
101 // Some server may not like this, Range: bytes=0-
104 StrCSumPtrLen rangeKey = "Range";
107 LOGINFODATAPATH((0, "ProgressiveDownloadState_GET::setHeaderFields(), Range: bytes=%d-", iCfgFile->GetCurrentFileSize()));
184 // Get internal download size synced up with new content-range info
  /external/oprofile/daemon/
oprofiled.c 88 { "kernel-range", 'r', POPT_ARG_STRING, &kernel_range, 0, "Kernel VMA range", "start-end", },
91 { "xen-range", 0, POPT_ARG_STRING, &xen_range, 0, "Xen VMA range", "start-end", },
431 fprintf(stderr, "oprofiled: no kernel VMA range specified.\n");
459 fprintf(stderr, "oprofiled: no Xen VMA range specified.\n");
  /external/webkit/WebCore/page/
Settings.h 379 // range is from 200 to 10,000. 0 is a special value means device-width.
382 // range is from 223 to 10,000. 0 is a special value means device-height
385 // range is from 1 to 1000 in percent. default is 0, which means undefined.
387 // range is from 1 to 1000 in percent. default is 0, which means undefined.
389 // range is from 1 to 1000 in percent. default is 0, which means undefined.
393 // range is from 70 to 400. 0 is a special value means device-dpi
Frame.cpp 317 IntRect Frame::firstRectForRange(Range* range) const
321 ASSERT(range->startContainer(ec));
322 ASSERT(range->endContainer(ec));
326 range->startPosition().getInlineBoxAndOffset(DOWNSTREAM, startInlineBox, startCaretOffset);
328 RenderObject* startRenderer = range->startContainer(ec)->renderer();
335 range->endPosition().getInlineBoxAndOffset(UPSTREAM, endInlineBox, endCaretOffset);
337 RenderObject* endRenderer = range->endContainer(ec)->renderer();
984 RefPtr<Range> range(selection()->toNormalizedRange())
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 167 [newString replaceOccurrencesOfString:@"\r" withString:@"" options:NSLiteralSearch range:NSMakeRange(0, [newString length])];
168 [newString replaceOccurrencesOfString:@"\n" withString:@"" options:NSLiteralSearch range:NSMakeRange(0, [newString length])];
228 options:0 range:NSMakeRange(position, length - position)];
234 options:0 range:NSMakeRange(nonSpace.location, length - nonSpace.location)];
265 NSRange nonSpace = [self rangeOfCharacterFromSet:notSpaces options:0 range:NSMakeRange(position, length - position)];
269 NSRange space = [self rangeOfCharacterFromSet:spaces options:0 range:NSMakeRange(nonSpace.location, length - nonSpace.location)];
  /frameworks/base/media/libstagefright/
HTTPDataSource.cpp 65 char range[128]; local
66 sprintf(range, "Range: bytes=%ld-\r\n", rangeStart);
68 request.append(range);
354 LOGV("new range offset=%ld (old=%ld)",
372 // If we never triggered a range request but know the content length,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 117 dtstart.toMillis(false /* use isDst */) /* range start */,
118 -1 /* range end */);
502 * Expands the recurrence within the given range using the given dtstart
510 * @param rangeStartMillis the beginning of the range to expand, in UTC
512 * @param rangeEndMillis the non-inclusive end of the range to expand, in
513 * UTC milliseconds; use -1 for the entire range.
625 // add the dtstart instance to the recurrence, if within range.
626 // For example, if dtstart is Mar 1, 2010 and the range is Jan 1 - Apr 1,
627 // then add it here and increment count. If the range is earlier or later,
648 "No range end provided for a recurrence that has no UNTIL or COUNT.")
    [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 200 case RANGE:
226 case RANGE:
288 case RANGE:
308 case RANGE:
344 case RANGE:
383 case RANGE:
423 case RANGE: {
425 // A remedy for the inconsistent min/max values for RANGE.
461 case RANGE:
500 case RANGE
    [all...]
  /external/icu4c/common/
rbbisetb.cpp 19 // with all characters within a range belonging to the same
136 // Initialize the process by creating a single range encompassing all characters
173 // skip over ranges from the range list that are completely
174 // below the current range from the input unicode set.
179 // If the start of the range from the range list is before with
180 // the start of the range from the unicode set, split the range list range
183 // Then continue the loop; the post-split current range will then be skippe
    [all...]
propsvec.c 53 columns+=2; /* count range start and limit columns */
130 /* do a binary search for the start of the range */
180 column+=2; /* skip range start and limit columns */
183 /* find the rows whose ranges overlap with the input range */
191 * input range (only possible for the first and last rows)
245 /* split the range and move the firstRow pointer */
255 /* split the range and move the firstRow pointer */
260 /* set the "row last seen" to the last row for the range */
uniset.cpp 65 * Modify the given UChar32 variable so that it is in range, by
164 * Constructs a set containing the given range. If <code>end >
167 * @param start first character, inclusive, of range
168 * @param end last character, inclusive, of range
425 * @param c a character in the range MIN_VALUE..MAX_VALUE
427 * @return the smallest integer i in the range 0..len-1,
445 // High runner test. c is often after the last range, so an
468 * of the given range.
469 * @param start first character, inclusive, of the range
470 * @param end last character, inclusive, of the range
    [all...]
  /bionic/libm/man/
acos.3 57 A domain error occurs for arguments not in the range
66 functions return the arc cosine in the range
asin.3 57 A domain error occurs for arguments not in the range
66 functions return the arc sine in the range
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
FloatControl.java 91 // sound.0F=value does not fall within the allowable range
139 + " (range: " + minimum + " - " + maximum + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_STATIC.S 20 * a "routine" variable to specify this is the "range" version of
23 * For: invoke-static, invoke-static/range
  /external/bluetooth/bluez/test/
sdptest.c 64 uint32_t range = 0x0000ffff; local
79 attrids = sdp_list_append(NULL, &range);
  /external/bluetooth/glib/glib/
grand.c 364 * the range [0..2^32-1].
413 * the range [@begin..@end-1].
492 * the range [0..1).
519 * the range [@begin..@end).
532 * Return a random #guint32 equally distributed over the range
555 * Returns a random #gint32 equally distributed over the range
576 * Returns a random #gdouble equally distributed over the range [0..1).
598 * Returns a random #gdouble equally distributed over the range [@begin..@end).
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 106 /* check range */
146 /* check range */
  /external/freetype/src/base/
ftbbox.c 87 /* a bounding range. This version uses direct computation, as it */
197 /* updates a bounding range. This version uses splitting because we */
388 /* least significant bit), then `y' is in the range */
394 /* to the integer range `-2^23..2^23-1'. */
411 /* depending on the greatest integer range of the particular */
416 /* corresponds to a value of `t1' that is in the range */
420 /* This ensures that all values are now in the range */
424 /* of the range of the original polynomial coefficients. */
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.h 56 #define EIPSEC_INVAL_PREFIXLEN 16 /*SPI range violation*/
67 #define EIPSEC_INVAL_PRIORITY_OFFSET 27 /*priority offset out of range*/

Completed in 291 milliseconds

<<21222324252627282930>>