Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java1199 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/
Dmk_hyb_file.py232 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/
Dbinder.c92 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/
DDiagCommonKinds.inc128 "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/
Dbilling_reference.jd39 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}
Dbilling_integrate.jd435 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/
DSupplicantBridge.java398 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/
DExitTransitionCoordinator.java67 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/
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/docs/html/topic/performance/
Dmemory.jd417 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/
DGeneric.kl415 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
/frameworks/base/docs/html/wear/preview/features/
Dgestures.jd85 Each wrist gesture is mapped to an <code>int</code> constant from the
/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd294 // the containing view to be mapped to the delegate view.
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd349 Suggestions</a> and mapped the {@link android.app.SearchManager#SUGGEST_COLUMN_TEXT_1},
/frameworks/native/vulkan/api/
Dvulkan.api885 …/// 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/
Dopengl.jd266 <strong>Figure 1.</strong> Default OpenGL coordinate system (left) mapped to a typical Android
/frameworks/base/docs/html/training/articles/
Dsmp.jd142 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/
Dcamera.jd1175 describes a rectangular shape mapped on a 2000 x 2000 unit grid. The coordinates -1000, -1000
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1487 automatically mapped to the {@link android.view.KeyEvent#KEYCODE_BACK} and {@link