/frameworks/base/services/input/ |
D | EventHub.cpp | 118 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 …]
|
D | EventHub.h | 284 const InputDeviceIdentifier identifier; member 300 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier);
|
/frameworks/base/tools/aidl/ |
D | aidl_language_l.l | 36 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/ |
D | InstrumentationUtils.java | 37 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/ |
D | Instrumentation.java | 738 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/ |
D | slang_pragma_recorder.cpp | 32 else if (Token.is(clang::tok::identifier)) in GetPragmaNameFromToken()
|
D | slang_rs_pragma_handler.cpp | 197 if (PragmaToken.is(clang::tok::identifier)) in handleItemListPragma()
|
/frameworks/base/docs/html/guide/topics/clipboard/ |
D | copy-paste.jd | 69 <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 "reference" (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/ |
D | versioning.jd | 88 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/ |
D | billing_reference.jd | 160 <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/ |
D | android-1.1.jd | 32 is assigned an integer identifier — <strong>2</strong> — 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
|
D | android-2.1.jd | 155 is assigned an integer identifier — 157 stored in the system itself. This identifier, called the "API Level", allows the
|
D | android-1.5.jd | 175 is assigned an integer identifier — 177 stored in the system itself. This identifier, called the "API Level", allows the
|
D | android-2.0.1.jd | 267 is assigned an integer identifier — <strong>{@sdkPlatformApiLevel}</strong> — that is 268 stored in the system itself. This identifier, called the "API Level", allows the
|
D | android-2.0.jd | 252 is assigned an integer identifier — <strong>{@sdkPlatformApiLevel}</strong> — that is 253 stored in the system itself. This identifier, called the "API Level", allows the
|
D | android-1.6.jd | 199 is assigned an integer identifier — 201 stored in the system itself. This identifier, called the "API Level", allows the
|
D | android-2.3.3.jd | 252 is assigned an integer identifier — 254 stored in the system itself. This identifier, called the "API Level", allows the
|
/frameworks/base/docs/html/guide/developing/testing/ |
D | testing_eclipse.jd | 152 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/ |
D | api-levels.jd | 34 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/ |
D | hello-datepicker.jd | 101 <p>This method is passed the identifier we gave <code>showDialog()</code> and initializes
|
D | hello-timepicker.jd | 98 <p>This is passed the identifier we gave <code>showDialog()</code> and initializes
|
/frameworks/base/core/java/android/webkit/ |
D | LoadListener.java | 988 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/ |
D | hello-timepicker.jd | 147 <p>This is an {@link android.app.Activity} callback that is passed the identifier you passed to
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | testing_android.jd | 595 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/ |
D | wikinotes-intents.jd | 105 starting with that identifier).</p> 131 with a constant called NOTE_NAME, which again is used as an identifier elsewhere
|