/external/srec/srec/include/ |
all_defs.h | 98 #ifndef RANGE 99 #define RANGE(X,Y,Z) ((X) < (Y) ? (Y) : (X) > (Z) ? (Z) : (X))
|
/libcore/luni/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 41 * range of unicode values (<code>m_first</code> to 42 * <code>m_last</code>). It will handle a certain range of values 44 * If the unicode point is before that explicit range, that is it 45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root 46 * of such a tree, m_before. Likewise for values in the range 72 * because for ASCII all chars in the range '\u0001' to '\u007F' 191 // The unicode value is before the range 204 // The unicode value is after the range 217 // The unicode value is in the range we explitly handle 238 // The unicode value is before the range [all...] |
/external/srec/srec/clib/ |
imeld_tr.c | 66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255); 69 fram[ii] = RANGE(vec[ii], 0, 255); 105 fram[ii]= RANGE (vec[ii], 0, 255);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
q_gain2.c | 39 #define RANGE 64
90 * - Set gains search range *
96 size = RANGE;
106 p = t_qua_gain7b + RANGE; /* pt at 1/4th of table */
108 j = nb_qua_gain7b - RANGE;
124 size = RANGE;
|
/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...] |
ValidityState.cpp | 112 case HTMLInputElement::RANGE:
|
HTMLInputElement.h | 56 RANGE, 109 // Returns the minimum value for type=date, number, or range. Don't call this for other types. 111 // Returns the maximum value for type=date, number, or range. Don't call this for other types. 267 // HTML5's "algorithm to convert a number to a string" for NUMBER/RANGE types.
|
/external/chromium/net/http/ |
http_atom_list.h | 48 HTTP_ATOM(RANGE)
|
/external/srec/srec/cfront/ |
ca_wave.c | 297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] + 301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] *
|
/external/bison/tests/ |
testsuite | 966 echo >>$at_stderr; echo "input.y:2.13-14: integer out of range: \`\$1' 1015 echo >>$at_stderr; echo "input.y:2.13-14: integer out of range: \`@1' [all...] |
/external/webkit/WebKit/chromium/src/ |
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);
|
AssertMatchingEnums.cpp | 240 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Range, HTMLInputElement::RANGE);
|
/external/srec/srec/crec/ |
get_fram.c | 383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86str.h | 94 MODE_HSYNC, /* hsync out of range */ 95 MODE_VSYNC, /* vsync out of range */ 111 MODE_BAD_HVALUE, /* horizontal timing was out of range */ 112 MODE_BAD_VVALUE, /* vertical timing was out of range */ 113 MODE_BAD_VSCAN, /* VScan value out of range */ 192 typedef struct { float hi, lo; } range; typedef in typeref:struct:__anon13472 198 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */ 208 range hsync[MAX_HSYNC]; 210 range vrefresh[MAX_VREFRESH]; 712 #define RANGE(r,u,v,t) { [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8Index.h | 403 V(RANGE, Range) \ [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/jdiff/ |
xerces.jar | |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |