HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER (Results 26 - 50 of 301) sorted by null

12 3 4 5 6 7 8 91011>>

  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 232 // START, WORD, PERIOD, ABBREVIATION, NUMBER
235 // digit => NUMBER if German; end with caps otherwise
249 // On NUMBER : (period immediately preceded by one or more digits)
250 // digit => NUMBER
261 final int NUMBER = 4;
275 state = NUMBER;
305 case NUMBER:
309 state = NUMBER;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogInsertionHelperTest.java 54 // Number as it should be dialed from Japan.
62 * phone number.
64 * @param number The unformatted phone number.
65 * @param expectedNormalized The expected normalized number.
67 private void checkNormalization(String number, String expectedNormalized) {
69 values.put(Calls.NUMBER, number);
  /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/fixes/
fix_numliterals.py 9 from ..fixer_util import Number
15 _accept_type = token.NUMBER
28 return Number(val, prefix=node.prefix)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 14 #define NUMBER 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_numliterals.py 9 from ..fixer_util import Number
15 _accept_type = token.NUMBER
28 return Number(val, prefix=node.prefix)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 46 Phone.NUMBER,
64 PHONE_PROJECTION, Phone.NUMBER + " NOT NULL", null, null);
ExpandableList2.java 44 Phone.NUMBER
117 new String[] { Phone.NUMBER }, // Number for child layouts
  /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,
  /external/libnl/lib/route/
pktloc_grammar.l 28 return NUMBER;
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 123 * Phone number of the voicemail sender.
126 public static final String NUMBER = Calls.NUMBER;
238 * number specified using a tel:/ URI.
  /external/chromium_org/v8/src/ic/
ic-state.h 95 return (result_kind_ > SMI && result_kind_ <= NUMBER) &&
97 left_kind_ <= NUMBER) ||
99 right_kind_ <= NUMBER));
144 enum Kind { NONE, SMI, INT32, NUMBER, STRING, GENERIC };
151 return (kind >= SMI && kind <= NUMBER) || kind == GENERIC;
184 // SMI < NUMBER
190 NUMBER,
  /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
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 177 String NUMBER = "-?(?:0|[1-9][0-9]*)(?:\\.[0-9]*[1-9])?(?:e-?[1-9][0-9]*)?";
193 CssTokens.TokenType.DIMENSION, Pattern.compile(NUMBER + "[a-z]+"));
219 CssTokens.TokenType.NUMBER,
220 Pattern.compile(NUMBER));
223 Pattern.compile(NUMBER + "%"));
251 * "1:NUMBER ex:IDENT" -> "1ex:DIMENSION" is a common source source of
258 if (it.type() != TokenType.NUMBER) {
263 } while (it.hasNext() && it.type() == TokenType.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...]
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
EbayPolicyExample.java 91 private static final Pattern NUMBER = Pattern.compile(
140 .allowAttributes("size").matching(NUMBER).onElements("font")
156 .allowAttributes("border", "hspace", "vspace").matching(NUMBER)
159 .matching(NUMBER).onElements("table")
195 .allowAttributes("colspan", "rowspan").matching(NUMBER)
  /frameworks/base/core/java/android/content/
UriMatcher.java 196 child.mWhich = NUMBER;
248 case NUMBER:
275 private static final int NUMBER = 1;
  /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) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 23 NUMBER: ('0'..'9')+;
90 NUMBER: ('0'..'9')+;
  /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/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl 7 # 2) The VERSION file containing the current SQLite version number.
20 # 4) Replaces the string --VERSION-NUMBER-- with current library version,
37 # Get the SQLite version number (ex: 3.6.18) from the $TOP/VERSION file.
44 # Get the fossil-scm version number from $TOP/manifest.uuid.
82 regsub -- --VERSION-NUMBER-- $line $nVersion line
  /external/ipsec-tools/src/racoon/
prsa_tok.l 82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 77 [0123456789]+ yylval.number = atoi(yytext); return NUMBER;

Completed in 2384 milliseconds

12 3 4 5 6 7 8 91011>>