Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/services/input/
DEventHub.cpp118 const InputDeviceIdentifier& identifier) : in Device() argument
120 fd(fd), id(id), path(path), identifier(identifier), in Device()
218 return device->identifier.name; in getDeviceName()
250 axis, device->identifier.name.string(), device->fd, errno); in getAbsoluteAxisInfo()
359 axis, device->identifier.name.string(), device->fd, errno); in getAbsoluteAxisValue()
705 eventItem.events, device->identifier.name.string()); in getEvents()
845 InputDeviceIdentifier identifier; in openDeviceLocked() local
852 identifier.name.setTo(buffer); in openDeviceLocked()
858 if (identifier.name == item) { in openDeviceLocked()
880 identifier.bus = inputId.bustype; in openDeviceLocked()
[all …]
DEventHub.h284 const InputDeviceIdentifier identifier; member
300 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier);
/frameworks/base/tools/aidl/
Daidl_language_l.l36 identifier [_a-zA-Z][_a-zA-Z0-9\.]*
91 {identifier} { SET_BUFFER(IDENTIFIER); return IDENTIFIER; }
92 {identifier}\<{whitespace}*{identifier}({whitespace}*,{whitespace}*{identifier})*{whitespace}*\> …
/frameworks/base/test-runner/src/android/test/
DInstrumentationUtils.java37 public static int getMenuIdentifier(Class cls, String identifier) { in getMenuIdentifier() argument
40 Integer field = (Integer)cls.getDeclaredField(identifier).get(cls); in getMenuIdentifier()
/frameworks/base/core/java/android/app/
DInstrumentation.java738 private final int identifier; in invokeMenuActionSync() field in Instrumentation.MenuRunnable
745 identifier = _identifier; in invokeMenuActionSync()
754 identifier, in invokeMenuActionSync()
801 private final int identifier; in invokeContextMenuAction() field in Instrumentation.ContextMenuRunnable
808 identifier = _identifier; in invokeContextMenuAction()
815 identifier, in invokeContextMenuAction()
/frameworks/compile/slang/
Dslang_pragma_recorder.cpp32 else if (Token.is(clang::tok::identifier)) in GetPragmaNameFromToken()
Dslang_rs_pragma_handler.cpp197 if (PragmaToken.is(clang::tok::identifier)) in handleItemListPragma()
/frameworks/base/docs/html/guide/topics/clipboard/
Dcopy-paste.jd69 <a href="#Encoding">Encoding an identifier on the URI</a>
419 in the section <a href="#Encoding">Encoding an identifier on the URI</a>:
684 piece of data to retrieve. You can provide this information by encoding an identifier for the
693 <h3 id="Encoding">Encoding an identifier on the URI</h3>
695 A useful technique for copying data to the clipboard with a URI is to encode an identifier for
696 the data on the URI itself. Your content provider can then get the identifier from the URI and
697 use it to retrieve the data. The pasting application doesn't have to know that the identifier
698 exists; all it has to do is get your &quot;reference&quot; (the URI plus the identifier) from
702 You usually encode an identifier onto a content URI by concatenating it to the end of the URI.
741 data you want to copy, and presumably a unique identifier for each piece. In response to a
[all …]
/frameworks/base/docs/html/guide/publishing/
Dversioning.jd88 absolute or relative version identifier. </p>
142 by the platform's API Level identifier. </li>
150 specified by the platform's API Level identifier. <strong>Important:</strong> Please read the <a
/frameworks/base/docs/html/guide/market/billing/
Dbilling_reference.jd160 <td>Any valid product identifier.</td>
249 <p>This key provides you with a request identifier, which you can use to match asynchronous
383 <td>A unique identifier that is sent with an <code>IN_APP_NOTIFY</code> broadcast intent. Each
391 <td>A unique order identifier for the transaction. This corresponds to the Google Checkout Order
400 <td>The item's product identifier. Every item has a product ID, which you must specify in the
/frameworks/base/docs/html/sdk/
Dandroid-1.1.jd32 is assigned an integer identifier &mdash; <strong>2</strong> &mdash; that is
33 stored in the system itself. This identifier, called the "API Level", allows the
40 identifier. Prior to installing an application, the system checks the value of
Dandroid-2.1.jd155 is assigned an integer identifier &mdash;
157 stored in the system itself. This identifier, called the "API Level", allows the
Dandroid-1.5.jd175 is assigned an integer identifier &mdash;
177 stored in the system itself. This identifier, called the "API Level", allows the
Dandroid-2.0.1.jd267 is assigned an integer identifier &mdash; <strong>{@sdkPlatformApiLevel}</strong> &mdash; that is
268 stored in the system itself. This identifier, called the "API Level", allows the
Dandroid-2.0.jd252 is assigned an integer identifier &mdash; <strong>{@sdkPlatformApiLevel}</strong> &mdash; that is
253 stored in the system itself. This identifier, called the "API Level", allows the
Dandroid-1.6.jd199 is assigned an integer identifier &mdash;
201 stored in the system itself. This identifier, called the "API Level", allows the
Dandroid-2.3.3.jd252 is assigned an integer identifier &mdash;
254 stored in the system itself. This identifier, called the "API Level", allows the
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_eclipse.jd152 Before you create your test package, you choose the Java package identifier you want to use
167 Find the Java package identifier set by the projection creation wizard. If you haven't
169 If you want to change the identifier value, right-click the identifier and select
173 When you are ready, right-click the Java package identifier again and select
/frameworks/base/docs/html/guide/appendix/
Dapi-levels.jd34 understand the API Level identifier and the role it plays in ensuring your
76 integer identifier called "API Level". Each Android platform version supports
161 <p>The API Level identifier serves a key role in ensuring the best possible
173 <p>Each Android platform version stores its API Level identifier internally, in
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-datepicker.jd101 <p>This method is passed the identifier we gave <code>showDialog()</code> and initializes
Dhello-timepicker.jd98 <p>This is passed the identifier we gave <code>showDialog()</code> and initializes
/frameworks/base/core/java/android/webkit/
DLoadListener.java988 static boolean willLoadFromCache(String url, long identifier) { in willLoadFromCache() argument
991 CacheManager.getCacheFile(url, identifier, null) != null; in willLoadFromCache()
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-timepicker.jd147 <p>This is an {@link android.app.Activity} callback that is passed the identifier you passed to
/frameworks/base/docs/html/guide/topics/testing/
Dtesting_android.jd595 A Java package identifier applies to a source file. This package name reflects the directory
604 By default, these tools set the Java package identifier for the test class to be the same
605 as the Android package identifier. You may want to change this if you want to expose
607 change only the Java package identifier, not the Android package names, and change only the
/frameworks/base/docs/html/resources/articles/
Dwikinotes-intents.jd105 starting with that identifier).</p>
131 with a constant called NOTE_NAME, which again is used as an identifier elsewhere

123