HomeSort by relevance Sort by last modified time
    Searched defs:NUMBER (Results 1 - 25 of 75) sorted by null

1 2 3

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java 40 * <p>The XPath 1.0 number data type.</p>
44 public static final QName NUMBER = new QName("http://www.w3.org/1999/XSL/Transform", "NUMBER");
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 61 * A JSON number represented in this API by a Java {@code double}, {@code
64 NUMBER,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterParameter.h 48 NUMBER,
  /frameworks/base/core/java/android/util/
JsonToken.java 61 * A JSON number represented in this API by a Java {@code double}, {@code
64 NUMBER,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 11 NUMBER '1' (1, 0) (1, 1)
13 NUMBER '1' (1, 4) (1, 5)
126 NUMBER '0xff' (1, 0) (1, 4)
128 NUMBER '255' (1, 8) (1, 11)
130 NUMBER '0b10' (1, 0) (1, 4)
132 NUMBER '255' (1, 8) (1, 11)
134 NUMBER '0o123' (1, 0) (1, 5)
136 NUMBER '0123' (1, 9) (1, 13)
138 NUMBER '01234567' (1, 0) (1, 8)
141 NUMBER '0x15' (1, 12) (1, 16
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 11 NUMBER '1' (1, 0) (1, 1)
13 NUMBER '1' (1, 4) (1, 5)
126 NUMBER '0xff' (1, 0) (1, 4)
128 NUMBER '255' (1, 8) (1, 11)
130 NUMBER '0b10' (1, 0) (1, 4)
132 NUMBER '255' (1, 8) (1, 11)
134 NUMBER '0o123' (1, 0) (1, 5)
136 NUMBER '0123' (1, 9) (1, 13)
138 NUMBER '01234567' (1, 0) (1, 8)
141 NUMBER '0x15' (1, 12) (1, 16
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQuery.java 30 Calls.NUMBER, // 1
50 public static final int NUMBER = 1;
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPickerDialog.java 34 private static final String NUMBER = "number";
43 * @param number The number that was set.
45 void onNumberSet(int number);
54 * @param number The initial number.
58 int number,
62 this(context, AlertDialog.THEME_HOLO_LIGHT, callBack, number, rangeMin, rangeMax, title);
69 * @param number The initial number
120 int number = savedInstanceState.getInt(NUMBER); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.h 38 #define SX_AS_NUMBER(x) SX_AS_(number, x)
159 s_pattern(s_number *&s) : p_number(&s), type(NUMBER) { }
174 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
  /external/ipsec-tools/src/racoon/
prsa_par.h 61 NUMBER = 277,
85 #define NUMBER 277
  /external/mesa3d/src/glsl/
s_expression.h 38 #define SX_AS_NUMBER(x) SX_AS_(number, x)
159 s_pattern(s_number *&s) : p_number(&s), type(NUMBER) { }
174 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 61 #define NUMBER 3
66 #undef NUMBER
67 #define NUMBER 2
72 #undef NUMBER
73 #define NUMBER 1
231 #define NUMBER 3
237 #undef NUMBER
238 #define NUMBER 2
245 #undef NUMBER
246 #define NUMBER
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
VoiceMailConstants.java 45 static final int NUMBER = 1;
65 return data[NUMBER];
104 data[NUMBER] = parser.getAttributeValue(null, "vmnumber");
  /cts/tools/signature-tools/test/signature/comparator/
MethodCompareTests.java 326 "public class J<W> extends I<Number,W>{" +
423 CompilationUnit NUMBER = new CompilationUnit("a.Number",
425 "public class Number{}");
433 "public class E extends A<Number>{" +
434 " public void m(Number n){}" +
438 "public class E extends A<Number>{}");
439 IApi fromApi = convert(E0, Q, NUMBER);
440 IApi toApi = convert(E1, Q, NUMBER);
448 CompilationUnit NUMBER = new CompilationUnit("a.Number",
    [all...]
  /external/bison/examples/calc++/
calc++-parser.hh 101 NUMBER = 260
190 /// For a state, default reduction number.
201 /// - if negative, reduce the rule which number is the opposite.
229 /// For each rule, its source line number.
231 /// For each scanner token number, its symbol number.
243 /// Convert a scanner token number \a t to a symbol number.
  /external/chromium/base/json/
json_reader.h 7 // http://www.ietf.org/rfc/rfc4627.txt?number=4627
61 NUMBER,
161 // Parses a sequence of characters into a Token::NUMBER. If the sequence of
162 // characters is not a valid number, returns a Token::INVALID_TOKEN. Note
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 26 NUMBER = 'number'
87 EXPRESSION_ENDER_TYPES = [tokens.TokenType.NORMAL, IDENTIFIER, NUMBER,
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokens.py 26 NUMBER = 'number'
87 EXPRESSION_ENDER_TYPES = [tokens.TokenType.NORMAL, IDENTIFIER, NUMBER,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 64 #define NUMBER 3
69 #undef NUMBER
70 #define NUMBER 2
75 #undef NUMBER
76 #define NUMBER 1
234 #define NUMBER 3
240 #undef NUMBER
241 #define NUMBER 2
248 #undef NUMBER
249 #define NUMBER
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 62 * Query parameter used to limit the number of call logs returned.
134 * The phone number as the user entered it.
137 public static final String NUMBER = "number";
140 * The number presenting rules set by the network.
156 /** Number is allowed to display for caller id. */
158 /** Number is blocked by user. */
160 /** Number is not specified or unknown by network. */
162 /** Number is a pay phone. */
195 * The cached name associated with the phone number, if it exists
    [all...]
VoicemailContract.java 123 * Phone number of the voicemail sender.
126 public static final String NUMBER = Calls.NUMBER;
232 * number specified using a tel:/ URI.
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 153 final String NUMBER = "123";
158 // Pure decimal number is ignored
159 verifyWordLimits(NUMBER, 1, -1, -1);
161 // Number with letter is valid
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 82 int NUMBER = 2048;
84 int len = str.length() * NUMBER;
85 /* == 88064 *//* NUMBER compulsively written copies of the same string */
87 for (int i = 0; i < NUMBER; ++i) {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 14 #define NUMBER 2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 11 NUMBER = 2

Completed in 1003 milliseconds

1 2 3