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

1 2 3 4 5 6 7 8

  /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...]
  /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/bluetooth/bluez/tools/
parser.h 48 NUMBER = 264,
62 #define NUMBER 264
75 int number; member in union:YYSTYPE
parser.y 50 int number;
58 %token <number> NUMBER RFCOMM
62 %type <number> bool
113 | K_CHANNEL 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/base/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/base/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 21 #if (NUMBER==3)
23 #elif (NUMBER==2)
25 #elif (NUMBER==1)
35 ref -= NUMBER; /* bic ref, ref, #3 */
40 #if (NUMBER==3)
42 #elif (NUMBER==2)
44 #elif (NUMBER==1)
108 #if (NUMBER==3)
110 #elif (NUMBER==2)
112 #elif (NUMBER==1
    [all...]
sad_inline.h 59 #define NUMBER 3
64 #undef NUMBER
65 #define NUMBER 2
70 #undef NUMBER
71 #define NUMBER 1
229 #define NUMBER 3
235 #undef NUMBER
236 #define NUMBER 2
243 #undef NUMBER
244 #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/Contacts/src/com/android/contacts/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;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 49 Phone.NUMBER
79 Phone.NUMBER
List7.java 46 Phone.NUMBER,
64 PHONE_PROJECTION, Phone.NUMBER + " NOT NULL", null, null);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForPhoneNumber.java 32 * Handler for phone number data rows.
45 if (values.containsKey(Phone.NUMBER)) {
46 String number = values.getAsString(Phone.NUMBER); local
49 PhoneNumberUtils.formatNumberToE164(number, mDbHelper.getCurrentCountryIso());
55 updatePhoneLookup(db, rawContactId, dataId, number, numberE164);
70 String number = null; local
72 if (values.containsKey(Phone.NUMBER)) {
73 number = values.getAsString(Phone.NUMBER);
159 String number = builder.getString(Phone.NUMBER); local
    [all...]
  /frameworks/base/core/java/android/content/
UriMatcher.java 178 child.mWhich = NUMBER;
230 case NUMBER:
257 private static final int NUMBER = 1;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
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 35 private static final String NUMBER = "number";
44 * @param number The number that was set.
46 void onNumberSet(int number);
55 * @param number The initial number.
59 int number,
63 this(context, AlertDialog.THEME_HOLO_LIGHT, callBack, number, rangeMin, rangeMax, title);
70 * @param number The initial number
121 int number = savedInstanceState.getInt(NUMBER); local
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 121 // vCard 2.1 does not specify anything about the number of N properties. We choose not
409 .put(Phone.NUMBER, "1")
435 .put(Phone.NUMBER, "1234567890(abcdefghijklmnopqrstuvwxyz)")
449 .put(Phone.NUMBER, "10")
452 .put(Phone.NUMBER, "20")
455 .put(Phone.NUMBER, "30")
458 .put(Phone.NUMBER, "40")
461 .put(Phone.NUMBER, "50")
464 .put(Phone.NUMBER, "60")
467 .put(Phone.NUMBER, "70"
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 7 8