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

1 2 3

  /system/connectivity/shill/supplicant/
mock_supplicant_interface_proxy.h 47 MOCK_METHOD0(Reattach, bool());
supplicant_interface_proxy_interface.h 44 virtual bool Reattach() = 0;
  /prebuilts/go/darwin-x86/src/cmd/addr2line/
addr2line_test.go 56 // Reattach drive letter.
  /prebuilts/go/linux-x86/src/cmd/addr2line/
addr2line_test.go 56 // Reattach drive letter.
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.cc 257 bool ChromeosSupplicantInterfaceProxy::Reattach() {
260 if (!interface_proxy_->Reattach(&error)) {
261 LOG(ERROR) << "Failed to reattach: "
chromeos_supplicant_interface_proxy.h 58 bool Reattach() override;
  /external/valgrind/gdbserver_tests/
README_DEVELOPERS 162 target remote|vgdb reattach
164 target remote|vgdb reattach
  /external/skia/src/gpu/
GrLayerHoister.h 36 /** Attempt to reattach layers that may have been atlased in the past
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerPagerAdapter.java 87 // Reattach the existing fragment.
  /system/connectivity/shill/dbus_bindings/
supplicant-interface.dbus-xml 22 <method name="Reattach">
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java 89 // Only reattach f1; leave v2 detached.
  /prebuilts/misc/windows/sdl2/test/
testgamecontroller.c 242 retval = SDL_TRUE; /* keep going, wait for reattach. */
testjoystick.c 198 retval = SDL_TRUE; /* keep going, wait for reattach. */
  /external/boringssl/src/crypto/asn1/
a_object.c 341 /* reattach data to object, after which it remains const */
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
profiling_view.html 89 // Detach the buttons. We will reattach them to the timeline view.
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 188 // Reattach block 3 to block 1 and recalculate
  /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
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java 246 * and reattach to a different thread to finish processing at a later time.
  /external/iproute2/examples/bpf/
bpf_prog.c 82 * and thus if the agent is restarted, it can reattach to the same fds, also

Completed in 4358 milliseconds

1 2 3