HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 526 - 550 of 5290) sorted by null

<<21222324252627282930>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 13 ('Tag', 'ScriptTag', None, None, '4-byte ScriptTag identifier'),
24 ('Tag', 'LangSysTag', None, None, '4-byte LangSysTag identifier'),
56 ('uint16', 'SubfamilyID', None, None, 'Serves as an identifier that associates fonts in a subfamily.'),
92 ('uint16', 'CoverageFormat', None, None, 'Format identifier-format = 1'),
98 ('uint16', 'CoverageFormat', None, None, 'Format identifier-format = 2'),
110 ('uint16', 'ClassFormat', None, None, 'Format identifier-format = 1'),
117 ('uint16', 'ClassFormat', None, None, 'Format identifier-format = 2'),
148 ('uint16', 'PosFormat', None, None, 'Format identifier-format = 1'),
155 ('uint16', 'PosFormat', None, None, 'Format identifier-format = 2'),
163 ('uint16', 'PosFormat', None, None, 'Format identifier-format = 1')
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 399 case tok::identifier:
431 // If we have an identifier, skip over it.
432 if (Next.getKind() == tok::identifier)
455 /// 'class' ...[opt] identifier[opt]
456 /// 'class' identifier[opt] '=' type-id
457 /// 'typename' ...[opt] identifier[opt]
458 /// 'typename' identifier[opt] '=' type-id
460 /// 'class' ...[opt] identifier[opt]
461 /// 'template' '<' template-parameter-list '>' 'class' identifier[opt]
481 /// 'class' ...[opt][C++0x] identifier[opt
513 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
611 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/tools/aidl/
aidl_language_y.y 17 %token IDENTIFIER
83 PARCELABLE IDENTIFIER ';' {
104 | FLATTENABLE IDENTIFIER ';' {
167 interface_header IDENTIFIER '{' interface_items '}' {
211 type IDENTIFIER '(' arg_list ')' ';' {
229 | ONEWAY type IDENTIFIER '(' arg_list ')' ';' {
247 | type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
265 | ONEWAY type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
307 direction type IDENTIFIER {
319 IDENTIFIER {
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 87 * Moved the Identifier portion of annotationTypeElementRest to annotationMethodRest.
89 * has the Identifier portion in it, the parser would fail on constants in
116 * Changed "Identifier ('.' Identifier)*" to "qualifiedName" in more
174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
177 public static final int IDENTIFIER=4;
598 if ( (LA4_0==IDENTIFIER||LA4_0==ABSTRACT||LA4_0==BOOLEAN||LA4_0==BYTE||(LA4_0>=CHAR && LA4_0<=CLASS)||LA4_0==DOUBLE||LA4_0==ENUM||LA4_0==FINAL||LA4_0==FLOAT||(LA4_0>=INT && LA4_0<=NATIVE)||(LA4_0>=PRIVATE && LA4_0<=PUBLIC)||(LA4_0>=SHORT && LA4_0<=STRICTFP)||LA4_0==SYNCHRONIZED||LA4_0==TRANSIENT||(LA4_0>=VOID && LA4_0<=VOLATILE)||LA4_0==SEMI||LA4_0==MONKEYS_AT||LA4_0==LT) ) {
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
ecmalintrules.py 122 elif token.type in (Type.IDENTIFIER, Type.NORMAL):
359 before_space.type == Type.IDENTIFIER):
417 last_code and last_code.type in (Type.NORMAL, Type.IDENTIFIER)):
565 identifier = token.values['identifier']
570 if not state.HasDocComment(identifier):
575 identifier.find('.') != -1 and not
576 identifier.endswith('.prototype') and not
581 "No docs found for member '%s'" % identifier,
584 identifier.startswith('this.'))
    [all...]
  /external/clang/test/OpenMP/
simd_misc_messages.c 298 // expected-error@+1 {{use of undeclared identifier 'x'}}
302 // expected-error@+2 {{use of undeclared identifier 'x'}}
303 // expected-error@+1 {{use of undeclared identifier 'y'}}
307 // expected-error@+3 {{use of undeclared identifier 'x'}}
308 // expected-error@+2 {{use of undeclared identifier 'y'}}
309 // expected-error@+1 {{use of undeclared identifier 'z'}}
402 // expected-error@+1 {{use of undeclared identifier 'x'}}
406 // expected-error@+2 {{use of undeclared identifier 'x'}}
407 // expected-error@+1 {{use of undeclared identifier 'y'}}
411 // expected-error@+3 {{use of undeclared identifier 'x'}
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tokenization.txt 33 end-of-file. DOCTYPE tokens have a name, a public identifier, a system
34 identifier, and a force-quirks flag. When a DOCTYPE token is created,
35 its name, public identifier, and system identifier must be marked as
758 identifier state.
763 DOCTYPE system identifier state.
768 8.2.4.27 Before DOCTYPE public identifier state
776 Stay in the before DOCTYPE public identifier state.
779 Set the DOCTYPE token's public identifier to the empty string
780 (not missing), then switch to the DOCTYPE public identifier
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 119 : { is_type_name?(@input.look(1).text)}? IDENTIFIER
133 : ( IDENTIFIER
136 $Symbols::types.add($IDENTIFIER.text)
156 IDENTIFIER
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DummyLocalizable.java 29 /** Serializable version identifier. */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
NotPositiveDefiniteMatrixException.java 33 /** Serializable version identifier */
NotSymmetricMatrixException.java 33 /** Serializable version identifier */
SingularMatrixException.java 30 /** Serializable version identifier. */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
NoFeasibleSolutionException.java 31 /** Serializable version identifier. */
UnboundedSolutionException.java 31 /** Serializable version identifier. */
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 66 * Registers a {@link AuthSchemeFactory} with the given identifier. If a factory with the
75 * @param name the identifier for this scheme
96 * @param name the identifier of the class to unregister
108 * @param name the {@link AuthScheme authentication scheme} identifier
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 122 * The system identifier, a URI reference [IETF RFC 2396], for this output
124 * object pointed to by the system identifier, it can set the encoding
135 * The system identifier, a URI reference [IETF RFC 2396], for this output
137 * object pointed to by the system identifier, it can set the encoding
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureAlgorithmNameGenerator.java 117 * representations rather than the algorithm identifier (if possible).
134 * JCA string representations rather the the algorithm identifier (if
154 * @param oid object identifier to map.
166 * @param oid object identifier to map.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 20 * NOTE 2 &mdash; The tag used in the identifier octets is the tag of the chosen type,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedPrivateKeyInfo.java 72 * KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
AttributeTypeAndValue.java 58 * type OBJECT IDENTIFIER,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 79 * attrType OBJECT IDENTIFIER,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
MANIFEST 47 docs/apidoc/identifier-index.html
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 29 if (!II) // if no identifier, not a simple C function
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 24 int j = i; // expected-error{{use of undeclared identifier 'i'}}

Completed in 548 milliseconds

<<21222324252627282930>>