/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 1199 boolean mapped = false; in exportMethods() 1205 mapped = true; in exportMethods() 1210 if (!mapped) { in exportMethods() 1286 final IntToString mapped = mapping[j]; in exportFields() local 1287 if (mapped.from() == intValue) { in exportFields() 1288 fieldValue = mapped.to(); in exportFields() 1396 final IntToString mapped = indexMapping[k]; in exportUnrolledArray() local 1397 if (mapped.from() == j) { in exportUnrolledArray() 1398 name = mapped.to(); in exportUnrolledArray() 1407 final IntToString mapped = mapping[k]; in exportUnrolledArray() local [all …]
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 232 mapped = {} 234 assert ch_map[c] not in mapped, 'duplicate edge ' + node.str + ' ' + hex(ord(c)) 235 mapped[ch_map[c]] = next 236 for i in sorted(mapped.keys()): 237 result.append(mapped[i])
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 92 void *mapped; member 123 bs->mapped = mmap(NULL, mapsize, PROT_READ, MAP_PRIVATE, bs->fd, 0); in binder_open() 124 if (bs->mapped == MAP_FAILED) { in binder_open() 141 munmap(bs->mapped, bs->mapsize); in binder_close()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 128 "cannot open memory mapped file %0 from offset %1 to length %2.", 132 "cannot remove the mapped memory of file %0.", 133 "cannot remove the mapped memory of file %0.")
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_reference.jd | 39 synchronously as an integer mapped to the {@code RESPONSE_CODE} key in the 111 a String {@code ArrayList} mapped to the {@code DETAILS_LIST} key. Each 165 This method returns a response code integer mapped to the {@code 167 purchase flow for the in-app item mapped to the {@code BUY_INTENT} key, as 290 This method returns a response code integer mapped to the {@code 292 purchase flow for the in-app subscription mapped to the {@code BUY_INTENT}
|
D | billing_integrate.jd | 435 The purchase data for the order is a String in JSON format that is mapped to 529 token that is mapped to the key {@code INAPP_CONTINUATION_TOKEN} in the response
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | SupplicantBridge.java | 398 Integer mapped = sMappings.get(suffix); in unescapeSSID() local 399 if (mapped != null) { in unescapeSSID() 400 octets[bo++] = mapped.byteValue(); in unescapeSSID()
|
/frameworks/base/core/java/android/app/ |
D | ExitTransitionCoordinator.java | 67 ArrayList<String> accepted, ArrayList<View> mapped, boolean isReturning) { in ExitTransitionCoordinator() argument 69 viewsReady(mapSharedElements(accepted, mapped)); in ExitTransitionCoordinator()
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | advanced-nfc.jd | 28 NDEF data or when the NDEF data could not be mapped to a MIME type or URI. 120 <p>When a device scans a tag that has NDEF data on it, but could not be mapped to a MIME or URI, 134 cannot be mapped to a MIME type or URI, or if the tag scanned did not contain NDEF data. For
|
D | nfc.jd | 11 <li><a href="#ndef">How NFC tags are mapped to MIME types and URIs</a></li> 89 steps are described in <a href="#ndef">How NFC tags are mapped to MIME types and URIs</a>.</li> 94 <h3 id="ndef">How NFC tags are mapped to MIME types and URIs</h3> 152 record. This happens when the NDEF data cannot be mapped to a MIME type or URI, or when the 159 fields to MIME types or URIs. It also describes which TNFs cannot be mapped to a MIME type or URI. 262 contains NDEF data that cannot be mapped to a MIME type or URI, or if the tag does not contain NDEF
|
/frameworks/base/docs/html/topic/performance/ |
D | memory.jd | 417 more RAM for that code to be mapped into memory. 538 amounts of your code to be mapped into RAM unnecessarily. The system 539 allocates these mapped pages into clean memory so Android can drop them; yet
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 415 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
|
/frameworks/base/docs/html/wear/preview/features/ |
D | gestures.jd | 85 Each wrist gesture is mapped to an <code>int</code> constant from the
|
/frameworks/base/docs/html/training/gestures/ |
D | viewgroup.jd | 294 // the containing view to be mapped to the delegate view.
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | searchable.jd | 349 Suggestions</a> and mapped the {@link android.app.SearchManager#SUGGEST_COLUMN_TEXT_1},
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 885 …/// Buffer should support constent data access to physical memory blocks mapped into multiple loca… 931 … /// Image should support constent data access to physical memory blocks mapped into multiple loca… 1554 … offset /// Offset within the mapped memory the range s… 1555 … size /// Size of the range within the mapped memory
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 266 <strong>Figure 1.</strong> Default OpenGL coordinate system (left) mapped to a typical Android
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 142 memory-mapped device driver I/O for the moment.)</p> 356 <p>(In a kernel device driver that accesses memory-mapped I/O locations, it may
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 1175 describes a rectangular shape mapped on a 2000 x 2000 unit grid. The coordinates -1000, -1000
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1487 automatically mapped to the {@link android.view.KeyEvent#KEYCODE_BACK} and {@link
|