Searched defs:attached (Results 1 - 22 of 22) sorted by relevance

/external/autotest/client/site_tests/security_SysVIPC/
H A Dsecurity_SysVIPC.py14 ShmRecord = namedtuple('ShmRecord', ['owner', 'perms', 'attached'])
21 attached=('/usr/bin/cras',))]) variable in class:security_SysVIPC
30 """Find programs attached to a given shared memory segment.
38 # attached to the specified shm segment.
58 attached = self.find_attached(shmid)
59 seen.add(ShmRecord(owner=owner, perms=perms, attached=attached))
/external/valgrind/memcheck/tests/solaris/
H A Ddoor_data.c61 int attached = 0; local
63 /* Make sure nothing else is attached. */
78 attached = 1;
87 if (attached && unlink(door_file)) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragment.java26 private boolean attached; field in class:ShadowFragment
78 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
124 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
132 throw new IllegalStateException("Fragment " + this + " not attached to Activity");
138 attached = isAttached;
142 return attached;
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.c41 int attached; member in struct:dbase_policydb
99 if (dbase->attached)
199 tmp_dbase->attached = 0;
227 dbase->attached = 1;
237 dbase->attached = 0;
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_aux.h28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached
46 Boolean attached; member in struct:fst_event_extra::fst_event_extra_iface_state
H A Dfst_ctrl_iface.c117 is->attached ? FST_CEI_PNAME_ATTACHED :
695 Boolean attached)
700 extra.iface_state.attached = attached;
694 fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, Boolean attached) argument
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_aux.h28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached
46 Boolean attached; member in struct:fst_event_extra::fst_event_extra_iface_state
H A Dfst_ctrl_iface.c117 is->attached ? FST_CEI_PNAME_ATTACHED :
695 Boolean attached)
700 extra.iface_state.attached = attached;
694 fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, Boolean attached) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_aux.h28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached
46 Boolean attached; member in struct:fst_event_extra::fst_event_extra_iface_state
H A Dfst_ctrl_iface.c117 is->attached ? FST_CEI_PNAME_ATTACHED :
695 Boolean attached)
700 extra.iface_state.attached = attached;
694 fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, Boolean attached) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c66 int attached; member in struct:wpa_ctrl_dst
293 dst->attached = 1;
294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached");
298 dst->attached = 0;
504 if (dst->attached && level >= dst->debug_level) {
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h191 bool attached; member in struct:prof_tdata_s
394 assert(tdata == NULL || tdata->attached);
/external/libusb/include/libusb/
H A Dlibusbi.h384 int attached; member in struct:libusb_device
/external/libusb/libusb/
H A Dlibusbi.h384 int attached; member in struct:libusb_device
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 439 milliseconds