Searched refs:mapped (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 1492 boolean mapped = false; in exportMethods() 1498 mapped = true; in exportMethods() 1503 if (!mapped) { in exportMethods() 1567 final IntToString mapped = mapping[j]; in exportFields() local 1568 if (mapped.from() == intValue) { in exportFields() 1569 fieldValue = mapped.to(); in exportFields() 1657 final IntToString mapped = indexMapping[k]; in exportUnrolledArray() local 1658 if (mapped.from() == j) { in exportUnrolledArray() 1659 name = mapped.to(); in exportUnrolledArray() 1668 final IntToString mapped = mapping[k]; in exportUnrolledArray() local [all …]
|
/frameworks/base/cmds/servicemanager/ |
D | binder.c | 90 void *mapped; member 112 bs->mapped = mmap(NULL, mapsize, PROT_READ, MAP_PRIVATE, bs->fd, 0); in binder_open() 113 if (bs->mapped == MAP_FAILED) { in binder_open() 132 munmap(bs->mapped, bs->mapsize); in binder_close()
|
/frameworks/base/docs/html/resources/articles/ |
D | layout-tricks-reuse.jd | 18 <p>In Android XML layout files, each tag is mapped to an actual class instance 20 you also use three special tags that are not mapped to a <code>View</code>
|
/frameworks/base/docs/html/guide/topics/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/include/binder/ |
D | Parcel.h | 246 void init(bool mapped, void* data, size_t size);
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 408 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
|
/frameworks/base/libs/binder/ |
D | Parcel.cpp | 1570 void Parcel::Blob::init(bool mapped, void* data, size_t size) { in init() argument 1571 mMapped = mapped; in init()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | proguard.jd | 157 class, method, and field names mapped to their obfuscated names.</p>
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | managing-avds-cmdline.jd | 353 …dd-on) then the AVD will not be able to load the system image that it is mapped to. In this case, …
|
D | emulator.jd | 1325 <td>The message must be a UTF-8 string. Unicode posts will be reverse-mapped according to the curre…
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 219 <strong>Figure 1.</strong> Default OpenGL coordinate system (left) mapped to a typical Android
|
/frameworks/base/docs/html/sdk/ |
D | eclipse-adt.jd | 283 In LinearLayout, sizes are mapped to weights instead of pixel widths.
|
D | android-4.0.jd | 1571 automatically mapped to the {@link android.view.KeyEvent#KEYCODE_BACK} and {@link
|