Searched defs:disposition (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
H A DRegistry.cpp21 LPSECURITY_ATTRIBUTES securityAttributes, LPDWORD disposition)
28 if (disposition != NULL)
29 *disposition = dispositionReal;
19 Create(HKEY parentKey, LPCTSTR keyName, LPTSTR keyClass, DWORD options, REGSAM accessMask, LPSECURITY_ATTRIBUTES securityAttributes, LPDWORD disposition) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java124 /** {@code non-null;} disposition of the local */
125 private final Disposition disposition; field in class:LocalList.Entry
137 * @param disposition {@code non-null;} disposition of the local
141 public Entry(int address, Disposition disposition, RegisterSpec spec) { argument
146 if (disposition == null) {
147 throw new NullPointerException("disposition == null");
161 this.disposition = disposition;
168 return Integer.toHexString(address) + " " + disposition
310 withDisposition(Disposition disposition) argument
707 endLocal(int address, RegisterSpec endedLocal, Disposition disposition) argument
849 add(int address, Disposition disposition, RegisterSpec spec) argument
873 addOrUpdateEnd(int address, Disposition disposition, RegisterSpec spec) argument
[all...]
/external/valgrind/coregrind/
H A Dpub_core_threadstate.h178 Int disposition; member in struct:__anon16202::__anon16203::__anon16207
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4591 record_port_insert_rights(desc->port.name, desc->port.disposition);
4633 record_port_insert_rights(ports[i], desc->port.disposition);
4655 uint8_t disposition; member in struct:__anon16042
4661 PRE_FIELD_READ("msg->desc.port.disposition", desc->disposition);
4702 uint8_t disposition; member in struct:__anon16044
4714 PRE_FIELD_READ("msg->desc.ool_ports.disposition", desc->disposition);
5458 req->notify.name, req->notify.disposition);
5487 name_for_port(req->name), req->poly.name, req->poly.disposition);
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 135 milliseconds