Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
DViewDebug.java1492 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/
Dbinder.c90 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/
Dlayout-tricks-reuse.jd18 <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/
Dadvanced-nfc.jd28 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
Dnfc.jd11 <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/
DParcel.h246 void init(bool mapped, void* data, size_t size);
/frameworks/base/data/keyboards/
DGeneric.kl408 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
/frameworks/base/libs/binder/
DParcel.cpp1570 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/
Dproguard.jd157 class, method, and field names mapped to their obfuscated names.</p>
/frameworks/base/docs/html/guide/developing/devices/
Dmanaging-avds-cmdline.jd353 …dd-on) then the AVD will not be able to load the system image that it is mapped to. In this case, …
Demulator.jd1325 <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/
Dopengl.jd219 <strong>Figure 1.</strong> Default OpenGL coordinate system (left) mapped to a typical Android
/frameworks/base/docs/html/sdk/
Declipse-adt.jd283 In LinearLayout, sizes are mapped to weights instead of pixel widths.
Dandroid-4.0.jd1571 automatically mapped to the {@link android.view.KeyEvent#KEYCODE_BACK} and {@link