HomeSort by relevance Sort by last modified time
    Searched defs:attach (Results 26 - 50 of 316) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadService.cpp 28 binder::Status VirtualTouchpadService::attach() { function in class:android::dvr::VirtualTouchpadService
34 // The same client has called attach() twice with no intervening detach().
42 // Attach while another client is attached. This can happen if the client
52 if (const status_t error = touchpad_->Attach()) {
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ViewScrim.java 51 public void attach() { method in class:ViewScrim
  /external/ims/rcs/presencepolling/tests/src/com/android/service/ims/presence/
PollingServiceTests.java 51 mService.attach(mTestContext,null, null, null, mApp, null);
  /external/pdfium/third_party/agg23/
agg_renderer_base.h 38 void attach(pixfmt_type& ren) function in class:agg::renderer_base
agg_rendering_buffer.h 65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride) function in class:agg::rendering_buffer
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /external/python/cpython3/Lib/tkinter/
dnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /external/skia/tools/sk_app/
CommandSet.cpp 33 void CommandSet::attach(Window* window) { function in class:sk_app::CommandSet
  /external/skqp/tools/sk_app/
CommandSet.cpp 33 void CommandSet::attach(Window* window) { function in class:sk_app::CommandSet
  /external/zlib/src/contrib/iostream3/
zfstream.cc 77 // Attach to gzipped file
79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
407 // Attach to file and go into fail() state if unsuccessful
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode)
464 gzofstream::attach(int fd, function in class:gzofstream
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 69 public void attach(Connection conn, DriverCall dc) { method in class:GsmCdmaCall
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 55 //attach
57 mCallUnderTest.attach(mConnection1, mDriverCall);
80 //attach
82 mCallUnderTest.attach(mConnection1, mDriverCall);
87 //attach
88 mCallUnderTest.attach(mConnection2, mDriverCall);
107 //attach
109 mCallUnderTest.attach(mConnection1, mDriverCall);
110 mCallUnderTest.attach(mConnection2, mDriverCall);
  /frameworks/support/compat/src/main/java/androidx/core/view/
DragStartHelper.java 51 * mDragStartHelper.attach();
92 * The newly created helper is not initially attached to the view, {@link #attach} must be
102 * Attach the helper to the view.
106 public void attach() { method in class:DragStartHelper
  /frameworks/support/lifecycle/process/src/main/java/androidx/lifecycle/
ProcessLifecycleOwner.java 102 sInstance.attach(context);
154 void attach(Context context) { method in class:ProcessLifecycleOwner
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectionKey.java 88 * attached via the {@link #attach attach} method and then later retrieved via
387 public final Object attach(Object ob) { method in class:SelectionKey
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
zfstream.cc 77 // Attach to gzipped file
79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
407 // Attach to file and go into fail() state if unsuccessful
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode)
464 gzofstream::attach(int fd, function in class:gzofstream
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 57 * Is this a "listen" JDWP connection? (If false, it is a an "attach" connection.)
91 logWriter.println("Attach to: " + address);
152 transport.attach(address, settings.getTimeout(), settings.getTimeout());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ActivityController.java 26 return new ActivityController<>(activity, intent).attach();
30 return new ActivityController<>(activity, null).attach();
37 private ActivityController<T> attach() { method in class:ActivityController
309 attach();
  /external/skia/tools/sk_app/ios/
Window_ios.cpp 261 bool Window_ios::attach(BackendType attachType) { function in class:sk_app::Window_ios
  /external/skia/tools/sk_app/mac/
Window_mac.cpp 261 bool Window_mac::attach(BackendType attachType) { function in class:sk_app::Window_mac
  /external/skqp/tools/sk_app/ios/
Window_ios.cpp 249 bool Window_ios::attach(BackendType attachType) { function in class:sk_app::Window_ios

Completed in 763 milliseconds

12 3 4 5 6 7 8 91011>>