HomeSort by relevance Sort by last modified time
    Searched defs:attached (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py 14 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))
  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachView.java 33 private boolean attached; field in class:ViewAttachView
58 if (attached) {
61 attached = true;
68 if (!attached) {
72 attached = false;
  /external/valgrind/memcheck/tests/solaris/
door_data.c 61 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/
ShadowFragment.java 26 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/
database_policydb.c 41 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/src/fst/
fst_ctrl_aux.h 28 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
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 66 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) {
  /frameworks/support/fragment/tests/java/android/support/v4/app/test/
FragmentTestActivity.java 235 wasAttachedInTime = f.attached;
250 public boolean attached; field in class:FragmentTestActivity.ChildFragment
258 attached = true;
  /art/runtime/jit/
profile_saver.cc 573 bool attached = runtime->AttachCurrentThread("Profile Saver", local
577 if (!attached) {
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 191 bool attached; member in struct:prof_tdata_s
394 assert(tdata == NULL || tdata->attached);
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/
maven-deploy-plugin-2.7.jar 
  /external/libusb/libusb/
libusbi.h 384 int attached; member in struct:libusb_device
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/
maven-install-plugin-2.4.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 242 CARD8 attached; /* id of master dev (if IsXExtension..) */ member in struct:_xDeviceInfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 242 CARD8 attached; /* id of master dev (if IsXExtension..) */ member in struct:_xDeviceInfo
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/misc/common/robolectric/lib/
maven-project-2.2.1.jar 
robolectric-3.1.1.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.9/
maven-project-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 1407 milliseconds

1 2 3