HomeSort by relevance Sort by last modified time
    Searched full:reattach (Results 1 - 25 of 42) sorted by null

1 2

  /external/valgrind/gdbserver_tests/
README_DEVELOPERS 162 target remote|vgdb reattach
164 target remote|vgdb reattach
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 851 # reattach should fail
853 self.tv.reattach, item_id, '', 'end')
880 # reattach item with children
881 self.tv.reattach(item_id, '', 'end')
892 self.tv.reattach, 'nonexistent', '', 'end')
896 self.tv.reattach, item2, 'otherparent', 'end')
898 self.tv.reattach, item2, '', 'invalid')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 851 # reattach should fail
853 self.tv.reattach, item_id, '', 'end')
880 # reattach item with children
881 self.tv.reattach(item_id, '', 'end')
892 self.tv.reattach, 'nonexistent', '', 'end')
896 self.tv.reattach, item2, 'otherparent', 'end')
898 self.tv.reattach, item2, '', 'invalid')
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 693 bool reattach = false,
765 if (reattach)
    [all...]
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 188 // Reattach block 3 to block 1 and recalculate
  /external/boringssl/src/crypto/asn1/
a_object.c 341 /* reattach data to object, after which it remains const */
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 342 // Reattach texture to FBO when using frame again. This may reallocate the texture
  /dalvik/docs/
debugger.html 200 The only way to "unlock" the references is to detach and reattach the
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 228 // We don't stop receiving callbacks forever because onResume() will reattach us
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 204 * All reporting and callbacks are halted until we reattach.
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 816 } else if (wpa_s->reattach && wpa_s->current_ssid != NULL) {
842 * Reset the reattach flag so that we fall back to full scan if
845 wpa_s->reattach = 0;
    [all...]
wpa_supplicant_i.h 656 unsigned int reattach:1; /* reassociation to the same BSS requested */ member in struct:wpa_supplicant
    [all...]
wpa_cli.c 788 return wpa_ctrl_command(ctrl, "REATTACH");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp     [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/about_tracing/
profiling_view.html 116 // Detach the buttons. We will reattach them to the timeline view.
  /external/skia/src/core/
SkGlyphCache.cpp 508 if (!proc(cache, context)) { // need to reattach
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 1101 addProgramStateCase<ProgramStateReattachShaderCase> (linkStatusGroup, m_context, "reattach_shader", "reattach shader");
  /external/libusb/libusb/
libusbi.h 681 * Reattach a kernel driver to the device.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 591 Log.d(TAG, "reAttach " + vh);
    [all...]
  /art/runtime/
thread_list.cc     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 446 // Reset the sequence ID to zero for reattach
    [all...]
  /external/lldb/www/
lldb-gdb.html 208 <b>(gdb)</b> kdp-reattach eorgadd
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 586 Log.d(TAG, "onAttachedToWindow reattach =" + mDetached);
    [all...]

Completed in 812 milliseconds

1 2