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

<<11121314151617181920>>

  /frameworks/base/core/java/android/content/res/
Resources.java 178 * @return A theme resource identifier
298 * @param id The desired resource identifier, as generated by the aapt
300 * entry. The value 0 is an invalid identifier.
325 * @param id The desired resource identifier, as generated by the aapt
327 * entry. The value 0 is an invalid identifier.
389 * @param id The desired resource identifier, as generated by the aapt
391 * entry. The value 0 is an invalid identifier.
416 * @param id The desired resource identifier, as generated by the aapt
418 * entry. The value 0 is an invalid identifier.
446 * @param id The desired resource identifier, as generated by the aap
    [all...]
  /external/lldb/www/python_reference/
identifier-index-C.html 6 <title>Identifier Index</title>
48 >]&nbsp;|&nbsp;<a href="identifier-index-C.html"
56 <h1 class="epydoc">Identifier Index</h1>
59 <a href="identifier-index-A.html">A</a>
60 <a href="identifier-index-B.html">B</a>
61 <a href="identifier-index-C.html">C</a>
62 <a href="identifier-index-D.html">D</a>
63 <a href="identifier-index-E.html">E</a>
64 <a href="identifier-index-F.html">F</a>
65 <a href="identifier-index-G.html">G</a
    [all...]
identifier-index-F.html 6 <title>Identifier Index</title>
48 >]&nbsp;|&nbsp;<a href="identifier-index-F.html"
56 <h1 class="epydoc">Identifier Index</h1>
59 <a href="identifier-index-A.html">A</a>
60 <a href="identifier-index-B.html">B</a>
61 <a href="identifier-index-C.html">C</a>
62 <a href="identifier-index-D.html">D</a>
63 <a href="identifier-index-E.html">E</a>
64 <a href="identifier-index-F.html">F</a>
65 <a href="identifier-index-G.html">G</a
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 156 * Retrieves icon id from an Icon Identifier COMPREHENSION-TLV object
158 * @param ctlv An Icon Identifier COMPREHENSION-TLV object
178 * Retrieves item icons id from an Icon Identifier List COMPREHENSION-TLV
181 * @param ctlv An Item Icon List Identifier COMPREHENSION-TLV object
269 * Retrieves alpha identifier from an Alpha Identifier COMPREHENSION-TLV
272 * @param ctlv An Alpha Identifier COMPREHENSION-TLV object
273 * @return String corresponding to the alpha identifier
295 * if the alpha identifier is not provided by the UICC,
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 124 * <p><code>doctype-system</code> specifies the system identifier
130 * output method should output PUBLIC followed by the public identifier
131 * and then the system identifier; otherwise, it should output SYSTEM
132 * followed by the system identifier. The internal subset should be empty.
140 * public identifier; if the doctype-system property is also specified,
141 * it should also output the specified system identifier following the
142 * public identifier. If the doctype-system property is specified but
144 * should output SYSTEM followed by the specified system identifier.</p>
146 * <p><code>doctype-system</code> specifies the system identifier
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 29 t=IDENTIFIER {found_identifier($t.text)}
32 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
101 'var' t=IDENTIFIER ';'
106 t=IDENTIFIER '(' ')' ';'
110 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
  /external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java 67 * Registers a {@link CookieSpecFactory} with the given identifier.
72 * @param name the identifier for this specification
90 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister
102 * @param name the {@link CookieSpec cookie specification} identifier
127 * @param name the {@link CookieSpec cookie specification} identifier
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/
EACObjectIdentifiers.java 22 * bsi-de OBJECT IDENTIFIER ::= {
33 * id-PK OBJECT IDENTIFIER ::= {
48 * id-CA OBJECT IDENTIFIER ::= {
66 * id-TA OBJECT IDENTIFIER ::= {
103 * id-EAC-ePassport OBJECT IDENTIFIER ::= {
  /external/clang/test/CodeGen/
pragma-weak.c 32 #pragma weak param // expected-warning {{weak identifier 'param' never declared}}
53 #pragma weak unused // expected-warning {{weak identifier 'unused' never declared}}
54 #pragma weak unused_alias = __unused_alias // expected-warning {{weak identifier '__unused_alias' never declared}}
56 #pragma weak td // expected-warning {{weak identifier 'td' never declared}}
59 #pragma weak td2 = __td2 // expected-warning {{weak identifier '__td2' never declared}}
  /external/clang/test/Parser/
declarators.c 31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
38 int (test5), ; // expected-error {{expected identifier or '('}}
89 struct X<foo::int> { }; // expected-error{{expected identifier or '('}}
126 , // expected-error{{expected identifier}}
132 1D, // expected-error{{expected identifier}}
  /external/ipsec-tools/src/racoon/
remoteconf.h 69 int idvtype; /* my identifier type */
70 vchar_t *idv; /* my identifier */
85 int verify_identifier; /* vefify the peer's identifier */
157 int idtype; /* identifier type */
158 vchar_t *id; /* identifier */
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 104 * @return the object identifier
116 eo.identifier = exportedObjects.size() - 1;
127 return eo.identifier;
236 out.writeInt(found.identifier);
247 public int identifier; field in class:ExportedObject
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 13 * ::= identifier
26 * ::= identifier
27 * ::= identifier '(' argumentexpr ')' *)
56 ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression *)
58 'Token.Ident id ?? "expected identifier after for";
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 29 Identifier,
85 /// Get the identifier string for the current token, which should be an
86 /// identifier or a string. This gets the portion of the string which should
87 /// be used as the identifier, e.g., it does not include the quotes on
90 if (Kind == Identifier)
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 262 /// ::= { ".weak", ... } [ identifier ( , identifier )* ]
273 return TokError("expected identifier in directive");
314 if (!getLexer().is(AsmToken::Identifier))
322 // .section name [, "flags"] [, identifier [ identifier ], identifier]
340 return TokError("expected identifier in directive");
367 if (!getLexer().is(AsmToken::Identifier))
379 return TokError("expected identifier in directive")
718 StringRef identifier; local
    [all...]
DarwinAsmParser.cpp 403 /// ::= .desc identifier , expression
407 return TokError("expected identifier in directive");
409 // Handle the identifier as the key symbol.
432 /// ::= .indirect_symbol identifier
445 return TokError("expected identifier in .indirect_symbol directive");
515 /// ::= .lsym identifier , expression
519 return TokError("expected identifier in directive");
521 // Handle the identifier as the key symbol.
545 /// ::= .section identifier (',' identifier)*
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 132 * Generate a call identifier. This is useful when we want to generate a
133 * call identifier in advance of generating a message.
163 * Generate a cryptographically random identifier that can be used to
164 * generate a branch identifier.
167 * used as a branch identifier.
  /external/selinux/secilc/docs/
cil_call_macro_statements.xml 31 <para>The identifier of the <literal><link linkend="macro">macro</link></literal> to be instantiated.</para>
50 <para>Declare a macro in the current namespace with its associated parameters. The macro identifier is used by the <literal><link linkend="call">call</link></literal> statement to instantiate the macro and resolve any parameters. The call statement may be within the body of a macro.</para>
86 <para>The <literal><link linkend="macro">macro</link></literal> identifier.</para>
122 <para>The parameter identifier used to reference the entry within the macro body (e.g. <literal>ARG1</literal>).</para>
150 <para>This example does not pass any parameters to the macro but adds a <literal>type</literal> identifier to the current namespace:</para>
  /external/v8/src/
preparser.cc 340 // 'function' Identifier '(' FormalParameterListopt ')' '{' FunctionBody '}'
342 // 'function' '*' Identifier '(' FormalParameterListopt ')'
348 Identifier name = ParseIdentifierOrStrictReservedWord(
363 Identifier name =
417 // ('var' | 'const') (Identifier ('=' AssignmentExpression)?)+[',']
424 // Identifier '=' AssignmentExpression
496 // Identifier ':' Statement
500 // Even if the expression starts with an identifier, it is not necessarily an
501 // identifier. For example, "foo + bar" starts with an identifier but is no
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Stream.cpp 29 status_t Element<audio_stream_type_t>::setIdentifier(audio_stream_type_t identifier)
31 if (identifier > AUDIO_STREAM_CNT) {
34 mIdentifier = identifier;
35 ALOGD("%s: Stream %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tree-construction.txt 197 the string "html", or if the token's public identifier is
199 "XSLT-compat", or if the token's system identifier is not
209 publicId attribute set to the public identifier given in the
210 DOCTYPE token, or the empty string if the public identifier was
211 missing; the systemId attribute set to the system identifier
213 identifier was missing; and the other attributes specific to
224 + The public identifier starts with: "+//Silmaril//dtd html Pro
226 + The public identifier starts with: "-//AdvaSoft Ltd//DTD HTML
228 + The public identifier starts with: "-//AS//DTD HTML 3.0
230 + The public identifier starts with: "-//IETF//DTD HTML 2.
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 469 // Get the module identifier
471 unsigned char identifier[16]; local
473 if (file_id.ElfFileIdentifier(identifier)) {
474 cv_ptr->signature.data1 = (uint32_t)identifier[0] << 24 |
475 (uint32_t)identifier[1] << 16 | (uint32_t)identifier[2] << 8 |
476 (uint32_t)identifier[3];
477 cv_ptr->signature.data2 = (uint32_t)identifier[4] << 8 | identifier[5];
478 cv_ptr->signature.data3 = (uint32_t)identifier[6] << 8 | identifier[7]
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 116 * OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= {
123 * PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= {
127 * PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ObjectDigestInfo.java 25 * otherObjectTypeID OBJECT IDENTIFIER OPTIONAL,
92 * @param digestAlgorithm The algorithm identifier for the hash.
167 * otherObjectTypeID OBJECT IDENTIFIER OPTIONAL,
X509ObjectIdentifiers.java 27 * id-SHA1 OBJECT IDENTIFIER ::=
35 * ripemd160 OBJECT IDENTIFIER ::=
43 * ripemd160WithRSAEncryption OBJECT IDENTIFIER ::=

Completed in 202 milliseconds

<<11121314151617181920>>