/frameworks/base/telecomm/java/android/telecom/ |
PhoneAccountHandle.java | 28 * The unique identifier for a {@link PhoneAccount}. A {@code PhoneAccountHandle} is made of two 32 * <li>A string identifier that is unique across {@code PhoneAccountHandle}s with the same 80 * Important: A non-unique identifier could cause non-deterministic call-log backup/restore 83 * @return A service-specific unique identifier for this {@code PhoneAccountHandle}.
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsServiceClass.java | 20 * This class defines an identifier for each IMS service category.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
HeaderItem.java | 43 * Returns a unique identifier for this item.
|
/frameworks/support/v4/java/android/support/v4/widget/ |
TextViewCompat.java | 189 * @param start Resource identifier of the start Drawable. 190 * @param top Resource identifier of the top Drawable. 191 * @param end Resource identifier of the end Drawable. 192 * @param bottom Resource identifier of the bottom Drawable.
|
/libcore/luni/src/main/java/java/security/interfaces/ |
DSAPrivateKey.java | 29 * The serial version identifier.
|
DSAPublicKey.java | 29 * The serial version identifier.
|
ECPrivateKey.java | 29 * The serial version identifier.
|
ECPublicKey.java | 29 * The serial version identifier.
|
RSAPrivateKey.java | 29 * The serial version identifier.
|
RSAPublicKey.java | 29 * The serial version identifier.
|
/libcore/luni/src/main/java/java/security/spec/ |
InvalidParameterSpecException.java | 29 * The serial version identifier.
|
/libcore/luni/src/main/java/javax/crypto/ |
SecretKey.java | 36 * The serialization version identifier.
|
/libcore/luni/src/main/java/javax/crypto/interfaces/ |
DHPrivateKey.java | 29 * The serialization version identifier.
|
DHPublicKey.java | 29 * The serial version identifier.
|
PBEKey.java | 28 * The serial version identifier.
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSResourceResolver.java | 63 * @param publicId The public identifier of the external entity being 64 * referenced, or <code>null</code> if no public identifier was 66 * @param systemId The system identifier, a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>], of the 68 * system identifier was supplied.
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXNotSupportedException.java | 20 * feature or property identifier, but cannot perform the requested
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DefaultHandler2.java | 134 * @param publicId The public identifier of the external entity being 142 * @param systemId The system identifier of the external entity 167 * @param publicId The public identifier of the external entity being 170 * @param systemId The system identifier of the external entity
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
asdl.h | 4 typedef PyObject * identifier; typedef
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
asdl.h | 4 typedef PyObject * identifier; typedef
|
/external/clang/lib/Frontend/Rewrite/ |
RewriteMacros.cpp | 29 // If two tokens have the same kind and the same identifier info, they are 35 // Otherwise, if they are different but have the same identifier info, they 78 // If we have an identifier with no identifier info for our raw token, look 80 // identifier tokens. 130 if (RawTokens[CurRawTok].is(tok::identifier)) { 136 RawTokens[CurRawTok+1].is(tok::identifier) &&
|
/external/ppp/pppd/plugins/radius/ |
buildreq.c | 20 * Purpose: fills in NAS-Identifier or NAS-IP-Address in request 32 * Fill in NAS-Identifier 202 * Fill in NAS-IP-Address or NAS-Identifier 285 * Remarks: NAS-Identifier/NAS-IP-Address, NAS-Port and Acct-Delay-Time get 306 * Fill in NAS-IP-Address or NAS-Identifier 356 * Remarks: NAS-Identifier/NAS-IP-Address, NAS-Port and Acct-Delay-Time get 426 * Fill in NAS-IP-Address or NAS-Identifier,
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 439 // identifier. 474 DO(ConsumeString(&syntax, "Expected syntax identifier.")); 481 "Unrecognized syntax identifier \"" + syntax + "\". This parser " 836 // (N.B. that we do not check whether the current token is an identifier: 840 // a type, not that "42" is not an identifier. See b/12533582.) 937 DO(ConsumeIdentifier(default_value, "Expected enum identifier for field " 954 string identifier; \/\/ We parse identifiers into this string. local 1633 string identifier; local 1667 string identifier; local [all...] |
/external/selinux/secilc/docs/ |
cil_container_statements.xml | 36 <para>The namespace identifier.</para> 83 <para>The namespace identifier.</para> 99 <para>The abstract namespace identifier. This must match the <literal><link linkend="block">block_id</link></literal> entry.</para> 146 <para>The namespace identifier.</para> 162 <para>The inherited namespace identifier.</para> 325 <para>The <literal><link linkend="optional">optional</link></literal> namespace identifier.</para> 389 <para>A valid <literal><link linkend="block">block</link></literal>, <literal><link linkend="optional">optional</link></literal> or <literal><link linkend="macro">macro</link></literal> namespace identifier.</para>
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Extensions.java | 178 * id-ce-keyUsage OBJECT IDENTIFIER ::= { id-ce 15 } 213 * id-ce-extKeyUsage OBJECT IDENTIFIER ::= { id-ce 37 } 217 * KeyPurposeId ::= OBJECT IDENTIFIER 238 * id-ce-basicConstraints OBJECT IDENTIFIER ::= { id-ce 19 } 270 * id-ce-subjectAltName OBJECT IDENTIFIER ::= { id-ce 17 } 289 * id-ce-issuerAltName OBJECT IDENTIFIER ::= { id-ce 18 } 332 * id-ce-certificateIssuer OBJECT IDENTIFIER ::= { id-ce 29 }
|