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

<<31323334353637383940>>

  /dalvik/dx/tests/032-bb-live-code/
blort.j 26 ; Test that an exception handler for a live range is enlivened.
45 ; Test that an exception handler for a live range is dead as long as
  /dalvik/libcore/luni/src/main/java/java/util/
MiniEnumSet.java 264 long range = (-1L >>> (MAX_ELEMENTS - length)) << start.ordinal(); local
265 bits |= range;
  /dalvik/libcore/sql/src/main/java/java/sql/
Timestamp.java 65 * specified as an integer in the range [0,11].
67 * specified as an integer in the range [1,31].
69 * specified as an integer in the range [0,23].
71 * specified as an integer in the range [0,59].
73 * specified as an integer in the range [0,59].
76 * as an integer in the range [0,999'999'999]
78 * if any of the parameters is out of range.
305 // sql.0=Value out of range
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
AttList.java 94 * range.
110 * if the index is out of range.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/
NodeFilter.java 32 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
NodeIterator.java 28 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
  /dalvik/libdex/
Leb128.h 47 * range here, meaning we tolerate garbage in the
90 * range here, meaning we tolerate garbage in the
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 70 * Try bad range values, 32 bit get/put.
125 * Try bad range values, 64 bit get/put.
  /dalvik/vm/analysis/
DexVerify.c 282 /* make sure the start of the array data table is in range */
309 /* make sure the end of the switch is in range */
409 * Ensure that the class index is in the valid range.
433 * here is ensure that the field index is in the valid range.
458 * here is ensure that the method index is in the valid range.
477 * here is ensure that the string index is in the valid range.
515 * - (CF) local variable load/store register values must be in valid range
520 * - (CF) register accesses fall within range of allocated registers
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER.S 21 * For: invoke-super, invoke-super/range
49 and $$15, %eax # %eax<- D if not range
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
InnerClassesAttribute_info.java 53 * @param offset inner class entry offset [must be in [0, size()) range;
57 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
  /external/icu4c/test/cintltst/
trietest.c 132 log_err("error: utrie_enum() delivers wrong range [U+%04lx..U+%04lx[.0x%lx instead of [U+%04lx..U+%04lx[.0x%lx\n",
327 /* test linear Latin-1 range from utrie_getData() */
416 /* test linear Latin-1 range */
534 /* test linear Latin-1 range from utrie_getData() */
625 /* test linear Latin-1 range */
723 {0, 0}, /* dummy start range to make _testEnumRange() simpler */
759 {0, 0}, /* dummy start range to make _testEnumRange() simpler */
790 {0, 9}, /* dummy start range, also carries the initial value */
  /external/iptables/extensions/
libip6t_esp.c 17 " --espspi [!] spi[:spi] match spi (range)\n",
66 "Invalid ESP spi range: %s", spistring);
libipt_esp.c 18 " match spi (range)\n",
67 "Invalid ESP spi range: %s", spistring);
  /external/jpeg/
jdmaster.c 224 * Several decompression processes need to range-limit values to the range
225 * 0..MAXJSAMPLE; the input value may fall somewhat outside this range
237 * of x is within MAXJSAMPLE+1 of the legal range, so a table running from
239 * limiting step (just after the IDCT), a wildly out-of-range value is
245 * samples. Under normal circumstances this is more than enough range and
247 * cause wraparound, and we will safely generate a bogus-but-in-range output.
259 * with the simpler range limiting table. The post-IDCT table begins at
  /external/kernel-headers/original/asm-generic/
errno.h 15 #define ECHRNG 44 /* Channel number out of range */
19 #define ELNRNG 48 /* Link number out of range */
  /external/kernel-headers/original/linux/
msm_q6vdec.h 153 u32 vc1_rangeY; /* luma range mapping */
154 u32 vc1_rangeUV; /* chroma range mapping */
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.h 50 * A value range of 2.0...4.0 is recommended (<= 0.0: disabled)
71 * A value range of 2.0...4.0 is recommended (0.0: disabled)
  /external/opencore/codecs_v2/audio/aac/dec/src/
tns_decode_coef.cpp 69 The inputs and their range are defined in ISO/IEC 14496-3:1999(E)
73 Inputs: order = RANGE = 1-20
76 coef_res = RANGE = 0-1
79 lpc_coef = RANGE = -8 to 7 if coef_res = 1 compression OFF
224 * (with the modification that our coef_res has a range[0,1]
225 * The ISO code has a range of [3,4])
244 * The range of coefs is limited to -4:3 if coef_res = 0
338 /* sin_result has a range of -0.999 to +0.999 in Q-31 */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
pow2.cpp 82 exponent = Integer part whose valid range is: 0 <= value <= 30 (Word16)
83 fraction = Fractional part whose valid range is 0 <= value < 1
125 Word32 Pow2 ( // (o) : result (range: 0<=val<=0x7fffffff)
126 Word16 exponent, // (i) : Integer part. (range: 0<=val<=30)
127 Word16 fraction // (i) : Fractional part. (range: 0.0<=val<1.0)
176 Word32 Pow2( /* (o) : result (range: 0<=val<=0x7fffffff) */
177 Word16 exponent, /* (i) : Integer part. (range: 0<=val<=30) */
178 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) */
  /external/opencore/codecs_v2/utilities/colorconvert/include/
ccrgb12toyuv420.h 104 * @brief Implemenation of a virtual function for range.
107 int32 SetYuvFullRange(bool range);
ccrgb24toyuv420.h 111 * @brief Implemenation of a virtual function for range.
114 int32 SetYuvFullRange(bool range);
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccyuv420toyuv420semi.cpp 52 int32 ColorConvertYUV420SEMI::SetYuvFullRange(bool range)
54 OSCL_UNUSED_ARG(range);
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_par_com_basic_ds.h 69 // for easy range access
204 Code457 = 457, // invalid range
    [all...]
rtsp_par_com_constants.h 84 #define RtspReasonStringInvalidRange "Invalid Range"
149 #define RtspRecognizedFieldRange "Range"

Completed in 202 milliseconds

<<31323334353637383940>>