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

1 2 3 4 5 6

  /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/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/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/WebKitTools/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
prsa_tok.l 82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
cfparse.y 238 %token NUMBER SWITCH BOOLEAN
244 %type <num> NUMBER BOOLEAN SWITCH keylength
301 | USER NUMBER { lcconf->uid = $2; } EOS
313 | GROUP NUMBER { lcconf->gid = $2; } EOS
411 * in the configuration file plus the number
430 | PAD_MAXLEN NUMBER { lcconf->pad_maxsize = $2; } EOS
463 | ADMINSOCK QUOTEDSTRING QUOTEDSTRING QUOTEDSTRING NUMBER
527 : LDAP_PVER NUMBER
549 | LDAP_PORT NUMBER
850 | CFG_POOL_SIZE NUMBER
    [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 37 private static final String NUMBER = "number";
46 * @param number The number that was set.
48 void onNumberSet(int number);
57 * @param number The initial number.
61 int number,
66 callBack, number, rangeMin, rangeMax, title);
73 * @param number The initial number
123 int number = savedInstanceState.getInt(NUMBER); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 46 new String[] { Phones.NAME, Phones.NUMBER },
ExpandableList2.java 37 People.Phones._ID, People.Phones.NUMBER
62 new String[] {People.NUMBER}, // Number for child layouts
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardExporterTests.java 118 // vCard 2.1 does not specify anything about the number of N properties. We choose not
406 .put(Phone.NUMBER, "1")
427 .put(Phone.NUMBER, "1234567890(abcdefghijklmnopqrstuvwxyz)")
441 .put(Phone.NUMBER, "10")
444 .put(Phone.NUMBER, "20")
447 .put(Phone.NUMBER, "30")
450 .put(Phone.NUMBER, "40")
453 .put(Phone.NUMBER, "50")
456 .put(Phone.NUMBER, "60")
459 .put(Phone.NUMBER, "70"
    [all...]
  /external/openssl/crypto/conf/
keysets.pl 3 $NUMBER=0x01;
21 $v|=$NUMBER if ($c =~ /[0-9]/);
40 $v|=$NUMBER if ($c =~ /[0-9]/);
116 #define CONF_NUMBER $NUMBER
  /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...]
  /frameworks/base/core/java/android/provider/
CallLog.java 85 * The phone number as the user entered it.
88 public static final String NUMBER = "number";
109 * The cached name associated with the phone number, if it exists.
111 * associated with this number has changed.
117 * The cached number type (Home, Work, etc) associated with the
118 * phone number, if it exists.
120 * associated with this number has changed.
126 * The cached number label, for a custom number type, associated with th
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 76 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
108 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
124 child.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
153 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
164 after.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
177 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
180 values.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
191 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
222 // Insert a new phone number
225 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_2)
    [all...]

Completed in 875 milliseconds

1 2 3 4 5 6