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

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/JavaScriptCore/wtf/text/
TextPosition.h 38 * Later TextPosition0 and TextPosition1 and both number types can be merged together quite easily.
52 * Later both number types can be merged in one type quite easily.
59 template<typename NUMBER>
62 TextPosition(NUMBER line, NUMBER column)
73 static TextPosition<NUMBER> minimumPosition() { return TextPosition<NUMBER>(NUMBER::base(), NUMBER::base()); }
76 static TextPosition<NUMBER> belowRangePosition() { return TextPosition<NUMBER>(NUMBER::belowBase(), NUMBER::belowBase());
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SimpleExpression.g3 64 | NUMBER
76 NUMBER
FastSimpleExpression.g3 67 | NUMBER
79 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,
  /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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-010.js 19 var NUMBER = 0;
26 result = new NUMBER();
34 "NUMBER=0, result = new NUMBER()" +
expression-013.js 20 var NUMBER = new Number(1);
27 result = new NUMBER();
35 "NUMBER = new Number(1); result = new NUMBER()" +
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 26 #if (NUMBER==3)
28 #elif (NUMBER==2)
30 #elif (NUMBER==1)
40 ref -= NUMBER; /* bic ref, ref, #3 */
45 #if (NUMBER==3)
47 #elif (NUMBER==2)
49 #elif (NUMBER==1)
113 #if (NUMBER==3)
115 #elif (NUMBER==2)
117 #elif (NUMBER==1
    [all...]
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/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 23 #if (NUMBER==3)
25 #elif (NUMBER==2)
27 #elif (NUMBER==1)
37 ref -= NUMBER; /* bic ref, ref, #3 */
42 #if (NUMBER==3)
44 #elif (NUMBER==2)
46 #elif (NUMBER==1)
110 #if (NUMBER==3)
112 #elif (NUMBER==2)
114 #elif (NUMBER==1
    [all...]
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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-5-n.js 75 var NUMBER = 0;
78 "NUMBER=0, var n = new NUMBER()",
80 n = new NUMBER() );
11.2.2-8-n.js 75 var NUMBER = new Number(1);
78 "var NUMBER = new Number(1); var n = new NUMBER()",
80 n = new NUMBER() );
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.h 2 #define NUMBER 258
  /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");
  /external/ipsec-tools/src/racoon/
prsa_par.h 61 NUMBER = 277,
85 #define NUMBER 277
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java 45 after.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
63 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
75 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
78 values.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneQuery.java 22 * The query to look up the {@link ContactInfo} for a given number in the Call Log.
30 PhoneLookup.NUMBER,
CallLogQuery.java 30 Calls.NUMBER, // 1
49 public static final int NUMBER = 1;
  /external/elfutils/libcpu/
i386_lex.l 44 NUMBER [0-9]+
63 {NUMBER} { i386_lval.num = strtoul (yytext, NULL, 10);
  /frameworks/base/core/java/android/webkit/
WebTextView.java 35 static final int NUMBER = 5;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 49 Phone.NUMBER
79 Phone.NUMBER
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForPhoneNumber.java 32 * Handler for phone number data rows.
47 if (values.containsKey(Phone.NUMBER)) {
48 final String number = values.getAsString(Phone.NUMBER); local
50 updatePhoneLookup(db, rawContactId, dataId, number, normalizedNumber);
68 if (values.containsKey(Phone.NUMBER)) {
72 values.getAsString(Phone.NUMBER),
84 // No NUMBER? Also ignore NORMALIZED_NUMBER
85 if (!values.containsKey(Phone.NUMBER)) {
90 // NUMBER is given. Try to extract NORMALIZED_NUMBER from it, unless it is also give
91 final String number = values.getAsString(Phone.NUMBER); local
161 String number = builder.getString(Phone.NUMBER); local
    [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");
  /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...]

Completed in 2146 milliseconds

1 2 3 4 5 6 7 8 9