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

<<41424344454647484950>>

  /external/v8/src/
parser.h 362 typedef const AstRawString* Identifier;
397 bool IsEvalOrArguments(const AstRawString* identifier) const;
398 V8_INLINE bool IsFutureStrictReserved(const AstRawString* identifier) const;
405 bool IsPrototype(const AstRawString* identifier) const;
407 bool IsConstructor(const AstRawString* identifier) const;
857 const AstRawString* identifier) const {
858 return identifier->IsOneByteEqualTo("yield") ||
859 parser_->scanner()->IdentifierIsFutureStrictReserved(identifier);
    [all...]
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 109 * Return any resource identifier that has been given for the label text.
123 * Return any resource identifier that has been given for the label icon.
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbHid.java 77 0x09, 0x51, // USAGE (Contact Identifier)
108 // Tip Switch, In Range, Contact Identifier
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 94 // category. Variables and Functions merely put the appropriate identifier
96 // followed by a hyphen followed by the identifier (function to look up).
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
LayoutBinderTest.java 83 IdentifierExpr id = mExprModel.identifier("user");
98 IdentifierExpr id = mExprModel.identifier("user");
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 147 * Generates a string identifier that can uniquely identify the given layout bundle.
148 * This identifier can be used when we need to export data about this layout bundle.
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 100 * @param cookie Unique identifier for distinguishing simultaneous events
114 * @param cookie Unique identifier for distinguishing simultaneous events
  /frameworks/native/include/input/
InputDevice.h 76 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal,
147 * The device identifier is used to construct several default configuration file
  /frameworks/native/libs/input/
InputDevice.cpp 146 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal,
151 mIdentifier = identifier;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
RetrieveConf.java 138 * Message-class-value = Class-identifier | Token-text
139 * Class-identifier = Personal | Advertisement | Informational | Auto
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsService.java 137 * @param sessionToken Session token to be used as a unique identifier. This also has access
154 * @param sessionToken The unique identifier for the session. Can not be null.
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 164 * Return a unique identifier for the item at the given position.
170 * @return Unique identifier for the item at position
  /frameworks/support/v4/java/android/support/v4/app/
FragmentPagerAdapter.java 160 * Return a unique identifier for the item at the given position.
166 * @return Unique identifier for the item at position
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 59 * @param publicId The external subset public identifier.
60 * @param systemId The external subset system identifier.
  /libcore/luni/src/main/files/cacerts/
594f1775.0 54 X509v3 Authority Key Identifier:
57 X509v3 Subject Key Identifier:
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSession.java 53 * Returns this sessions identifier.
55 * @return this sessions identifier.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlgorithmIdentifier.java 37 * with the Algorithm Identifier which is a part of X.509 certificate
45 * algorithm OBJECT IDENTIFIER,
  /libcore/luni/src/main/java/org/w3c/dom/
Entity.java 48 * The public identifier associated with the entity if specified, and
54 * The system identifier associated with the entity if specified, and
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 73 * The system identifier, a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>], for this
80 * The system identifier, a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>], for this
  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 139 * contact, then use the contact's display name and lookup key (as a unique identifier) to
141 * identifier instead.
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
RetrieveConf.java 136 * Message-class-value = Class-identifier | Token-text
137 * Class-identifier = Personal | Advertisement | Informational | Auto
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardTile.java 35 * indicating that no identifier value is set. All other values (including those below -1)
41 * Identifier for this tile, to correlate with a new list when
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 190 final InputDeviceIdentifier identifier = local
192 if (mShowsOnlyFullImeAndKeyboardList && identifier != null) {
193 showKeyboardLayoutDialog(identifier);
527 final InputDeviceIdentifier identifier = device.getIdentifier(); local
529 mIm.getCurrentKeyboardLayoutForInputDevice(identifier);
543 showKeyboardLayoutDialog(identifier);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 32 /** The identifier of the learning dictionary */
34 /** The identifier of the user dictionary */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmdev.h 71 /* get connection identifier range */
73 /* set connection identifier range */

Completed in 404 milliseconds

<<41424344454647484950>>