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

1 2 3 4 5 6 7 8 91011>>

  /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/pdfium/fxjs/
cjs_keyvalue.h 13 enum class JS_GlobalDataType { NUMBER = 0, BOOLEAN, STRING, OBJECT, NULLOBJ };
  /external/ply/ply/test/
lex_opt_alias.py 12 'NAME','NUMBER',
27 def NUMBER(t):
36 t_ANY_NUMBER = 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,
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
NumberFormatProviderICU.java 22 private final static int NUMBER = 0;
39 return getInstance(NUMBER, locale);
56 case NUMBER:
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateSerialNumber.java 53 public static final String NUMBER = "number";
60 * @param serial the serial number for the certificate.
69 * @param serial the serial number for the certificate.
78 * @param in the DerInputStream to read the serial number from.
88 * @param in the InputStream to read the serial number from.
106 * Return the serial number as user readable string.
114 * Encode the serial number in DER form to the stream.
133 if (name.equalsIgnoreCase(NUMBER)) {
145 if (name.equalsIgnoreCase(NUMBER)) {
    [all...]
CRLNumberExtension.java 36 * Represent the CRL Number Extension.
39 * sequence number for each CRL issued by a given CA through a specific
55 public static final String NUMBER = "value";
57 private static final String LABEL = "CRL Number";
143 if (name.equalsIgnoreCase(NUMBER)) {
159 if (name.equalsIgnoreCase(NUMBER)) {
171 if (name.equalsIgnoreCase(NUMBER)) {
225 elements.addElement(NUMBER);
  /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)
  /external/pdfium/core/fpdfapi/parser/
cpdf_object.h 33 NUMBER,
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliHighlightingColors.java 67 "LITERAL", DefaultLanguageHighlighterColors.NUMBER);
68 public static final TextAttributesKey NUMBER = createTextAttributesKey(
69 "NUMBER", DefaultLanguageHighlighterColors.NUMBER);
  /packages/apps/Dialer/java/com/android/dialer/database/
FilteredNumberContract.java 24 * The contract between the filtered number provider and applications. Contains definitions for the
33 /** The type of filtering to be applied, e.g. block the number or whitelist the number. */
41 /** The original source of the filtered number, e.g. the user manually added it. */
45 /** The user manually added this number through Dialer (e.g. from the call log or InCallUI). */
54 * Represents the number to be filtered, normalized to compare phone numbers for equality.
60 * Represents the number to be filtered, for formatting and used with country iso for contact
65 String NUMBER = "number";
67 * The country code representing the country detected when the phone number was added to th
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
VoicemailCursorLoader.java 39 AnnotatedCallLog.NUMBER,
56 private static final int NUMBER = 2;
82 DialerPhoneNumber number; local
84 number = DialerPhoneNumber.parseFrom(cursor.getBlob(NUMBER));
99 "CP2 info incomplete for number: %s",
100 LogUtil.sanitizePii(number.getNormalizedNumber()));
105 .setNumber(number)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 244 // START, WORD, PERIOD, ABBREVIATION, NUMBER
247 // digit => NUMBER if German; end with caps otherwise
261 // On NUMBER : (period immediately preceded by one or more digits)
262 // digit => NUMBER
273 final int NUMBER = 4;
287 state = NUMBER;
317 case NUMBER:
321 state = NUMBER;
  /toolchain/binutils/binutils-2.27/ld/
deffilep.y 116 int number;
127 %type <number> NUMBER
130 %type <number> opt_ordinal
131 %type <number> attr attr_list opt_number exp_opt_list exp_opt
146 | STACKSIZE_K NUMBER opt_number { def_stacksize ($2, $3);}
147 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
153 | VERSIONK NUMBER { def_version ($2, 0);}
154 | VERSIONK NUMBER '.' NUMBER { def_version ($2, $4);
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_par.h 61 NUMBER = 277,
85 #define NUMBER 277
  /external/mesa3d/src/compiler/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/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/Dialer/java/com/android/dialer/calllog/ui/
CoalescedAnnotatedCallLogCursorLoader.java 35 private static final int NUMBER = 2;
64 DialerPhoneNumber number; local
66 number = DialerPhoneNumber.parseFrom(cursor.getBlob(NUMBER));
88 .setNumber(number)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 14 #define NUMBER 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 13 NUMBER = 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 14 #define NUMBER 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 11 NUMBER = 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 15 NUMBER = 2
  /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);

Completed in 1465 milliseconds

1 2 3 4 5 6 7 8 91011>>