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

1 2 3 4

  /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/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))
  /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/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/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)) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
orph-d-awn.d 10 # Should attach to the .bss section (but we'll see it as attached to
  /external/selinux/libsemanage/src/
database_policydb.c 41 int attached; member in struct:dbase_policydb
99 if (dbase->attached)
200 tmp_dbase->attached = 0;
228 dbase->attached = 1;
238 dbase->attached = 0;
  /external/clang/utils/check_cfc/
check_cfc.py 152 attached = False
156 attached = False
159 attached = True
164 if attached == True:
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/
maven-deploy-plugin-2.7.jar 
  /frameworks/support/v4/tests/java/android/support/v4/app/test/
FragmentTestActivity.java 217 wasAttachedInTime = f.attached;
232 public boolean attached; field in class:FragmentTestActivity.ChildFragment
240 attached = true;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 116 have a Manage permissions level for the stack or an attached
144 have a Manage permissions level for the stack, or an attached
170 have a Manage permissions level for the stack, or an attached
203 have a Manage permissions level for the stack, or an attached
214 instance is to be attached to.
240 have an attached policy that explicitly grants permissions.
487 have a Manage permissions level for the stack, or an attached
573 attached policy that explicitly grants permissions. For more
629 have a Manage permissions level for the stack, or an attached
    [all...]
  /external/mesa3d/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
46 is maintained. A debug object can be attached, detached and queried
48 be attached to a single program object.
159 to each debug object that is attached to the program object.
  /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) {
  /external/jemalloc/include/jemalloc/internal/
prof.h 191 bool attached; member in struct:prof_tdata_s
393 assert(tdata == NULL || tdata->attached);
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 51 * is attached to a method, then it is not called with any locks and may be
300 * @return the base type of the parent window if attached or its own type otherwise
351 * Return true if this window (or a window it is attached to, but not
410 * not attached to any stack.
637 * attached to. Return positive to have them ordered in front, negative for
642 * @return int Layer in relation to the attached window, where positive is
    [all...]
ViewTreeObserver.java 62 * attached to and detached from its window.
66 * Callback method to be invoked when the view hierarchy is attached to a window
417 * Register a callback to be invoked when the view hierarchy is attached to a window.
846 * Notifies registered listeners that window has been attached/detached.
848 final void dispatchOnWindowAttachedChange(boolean attached) {
857 if (attached) listener.onWindowAttached();
899 * not attached to a Window or in the GONE state.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/
maven-deploy-plugin-2.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/
maven-install-plugin-2.4.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 292 boolean attached = false;
294 attached = attachLatch.await(3, TimeUnit.SECONDS);
302 if (!attached) {
  /external/v8/test/mjsunit/
debug-break-inline.js 32 // debugger is attached.
  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 102 console.log("Stream " + stream.id + " attached to video element");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame1-n32.d 12 # Initial PCs for the FDEs attached to CIE 0xbc
eh-frame2-n32.d 12 # Initial PCs for the FDEs attached to CIE 0xb8
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
CustomElements.js 137 attached(node);
147 attached(node);
150 attached(e);
173 function attached(element) {

Completed in 707 milliseconds

1 2 3 4