HomeSort by relevance Sort by last modified time
    Searched refs:RANGE (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYAxisType.java 21 RANGE
XYStepCalculator.java 44 case RANGE:
  /external/icu/android_icu4j/src/main/java/android/icu/number/
NumberRangeFormatter.java 36 * Defines how to merge fields that are identical across the range sign.
72 * Collapse any field that is equal across the range sign. May introduce ambiguity on the magnitude of the
82 * Defines the behavior when the two numbers in the range are identical after rounding. To programmatically detect
91 * Show the number as a single value rather than a range. Example: "$5"
108 * Show the number using a locale-sensitive approximation pattern. Use the range pattern always, even if the
117 * Show the number as the range of two equal values. Use the range pattern always, even if the inputs are the
123 RANGE
127 * Used in the result class FormattedNumberRange to indicate to the user whether the numbers formatted in the range
136 * Used to indicate that the two numbers in the range were equal, even before any rounding rules were applied
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberRangeFormatter.java 35 * Defines how to merge fields that are identical across the range sign.
74 * Collapse any field that is equal across the range sign. May introduce ambiguity on the magnitude of the
85 * Defines the behavior when the two numbers in the range are identical after rounding. To programmatically detect
94 * Show the number as a single value rather than a range. Example: "$5"
113 * Show the number using a locale-sensitive approximation pattern. Use the range pattern always, even if the
123 * Show the number as the range of two equal values. Use the range pattern always, even if the inputs are the
130 RANGE
134 * Used in the result class FormattedNumberRange to indicate to the user whether the numbers formatted in the range
143 * Used to indicate that the two numbers in the range were equal, even before any rounding rules were applied
    [all...]
  /external/curl/docs/cmdline-opts/
local-port.d 2 Arg: <num/range>
3 Help: Force use of RANGE for local port numbers
6 Set a preferred single number or range (FROM-TO) of local port numbers to use
8 that will be busy at times so setting this range to something too narrow might
range.d 1 Long: range
3 Help: Retrieve only the bytes within RANGE
4 Arg: <range>
7 Retrieve a byte range (i.e. a partial document) from an HTTP/1.1, FTP or SFTP
34 \&'start-stop' range syntax. If a non-digit character is given in the range,
39 enabled, so that when you attempt to get a range, you'll instead get the whole
42 FTP and SFTP range downloads only support the simple 'start-stop' syntax
  /external/apache-xml/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/u-boot/drivers/power/regulator/
sandbox.c 22 #define RANGE(_min, _max, _step) { \
29 * struct output_range - helper structure type to define the range of output
42 /* BUCK: 1,2 - voltage range */
44 RANGE(OUT_BUCK1_UV_MIN, OUT_BUCK1_UV_MAX, OUT_BUCK1_UV_STEP),
45 RANGE(OUT_BUCK2_UV_MIN, OUT_BUCK2_UV_MAX, OUT_BUCK2_UV_STEP),
48 /* BUCK: 1 - current range */
50 RANGE(OUT_BUCK1_UA_MIN, OUT_BUCK1_UA_MAX, OUT_BUCK1_UA_STEP),
60 /* LDO: 1,2 - voltage range */
62 RANGE(OUT_LDO1_UV_MIN, OUT_LDO1_UV_MAX, OUT_LDO1_UV_STEP),
63 RANGE(OUT_LDO2_UV_MIN, OUT_LDO2_UV_MAX, OUT_LDO2_UV_STEP)
    [all...]
  /frameworks/av/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;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 30 #define RANGE 22
  /external/drrickorang/LoopbackApp/app/src/main/cpp/
loopback.h 46 // Must match constant 'range' in BufferPeriod.java
47 RANGE = 1002,
jni_native.c 131 // get the length = RANGE
132 jintArray result = (*env)->NewIntArray(env, RANGE);
133 (*env)->SetIntArrayRegion(env, result, 0, RANGE, recorderBufferPeriod);
167 jintArray result = (*env)->NewIntArray(env, RANGE);
168 (*env)->SetIntArrayRegion(env, result, 0, RANGE, playerBufferPeriod);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 62 RANGE = "range"
124 RANGE,
sre_compile.py 238 elif op is RANGE:
273 elif op is RANGE:
274 r = range(av[0], av[1]+1)
296 if fixup and isunicode and op is RANGE:
307 tail.append((RANGE, (lo, hi)))
328 # use literal/range
333 out.append((RANGE, (p, q - 1)))
377 for i in range(0, 65536, 256):
392 for i in map(fixup, range(lo, hi+1)):
414 for i in range(len(s), 0, -_CODEBITS)]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 60 RANGE = "range"
122 RANGE,
  /external/python/cpython2/Lib/
sre_constants.py 62 RANGE = "range"
124 RANGE,
  /external/clang/include/clang/AST/
StmtCXX.h 123 /// statement, represented as 'for (range-declarator : range-expression)'.
130 enum { RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END };
131 // SubExprs[RANGE] is an expression or declstmt.
140 CXXForRangeStmt(DeclStmt *Range, DeclStmt *Begin, DeclStmt *End,
154 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
165 return cast<DeclStmt>(SubExprs[RANGE]);
184 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
185 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
  /external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 107 | ^(RANGE CHAR_LITERAL CHAR_LITERAL)
248 | ^(RANGE atom atom)
  /external/clang/lib/AST/
StmtCXX.cpp 52 CXXForRangeStmt::CXXForRangeStmt(DeclStmt *Range,
60 SubExprs[RANGE] = Range;
72 assert(RangeDecl && "for-range should have a single var decl");
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 96 /** The HTTP {@code If-Range} header field name. */
97 public static final String IF_RANGE = "If-Range";
108 /** The HTTP {@code Range} header field name. */
109 public static final String RANGE = "Range";
149 /** The HTTP {@code Content-Range} header field name. */
150 public static final String CONTENT_RANGE = "Content-Range";
  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 134 #if RANGE
  /external/selinux/checkpolicy/
policy_scan.l 130 RANGE |
131 range { return(RANGE); }
  /external/jemalloc/test/integration/
rallocx.c 120 #define RANGE 2048
134 for (j = 1; j < RANGE; j++) {
  /external/jemalloc_new/test/integration/
rallocx.c 111 #define RANGE 2048
125 for (j = 1; j < RANGE; j++) {
  /external/tensorflow/tensorflow/python/kernel_tests/
candidate_sampler_ops_test.py 36 RANGE = 5
37 NUM_SAMPLED = RANGE
127 for _ in range(10):

Completed in 970 milliseconds

1 2 3 4