Searched refs:attach (Results 1 - 25 of 126) sorted by relevance

123456

/external/strace/tests/
H A Dattach-p-cmd.test35 rm -rf attach-p-cmd.test-lock
37 ./set_ptracer_any ./attach-p-cmd-p >> "$OUT" &
42 fail_ 'set_ptracer_any ./attach-p-cmd-p failed'
45 run_strace -a30 -echdir -p $tracee_pid ./attach-p-cmd-cmd > "$OUT"
H A Dattach-f-p.test37 run_prog ./attach-f-p-cmd > /dev/null
40 ./set_ptracer_any sh -c "exec ./attach-f-p >> $OUT" > /dev/null &
48 run_strace -a32 -f -echdir -p $tracee_pid ./attach-f-p-cmd > "$OUT"
/external/strace/tests-m32/
H A Dattach-p-cmd.test35 rm -rf attach-p-cmd.test-lock
37 ./set_ptracer_any ./attach-p-cmd-p >> "$OUT" &
42 fail_ 'set_ptracer_any ./attach-p-cmd-p failed'
45 run_strace -a30 -echdir -p $tracee_pid ./attach-p-cmd-cmd > "$OUT"
H A Dattach-f-p.test37 run_prog ./attach-f-p-cmd > /dev/null
40 ./set_ptracer_any sh -c "exec ./attach-f-p >> $OUT" > /dev/null &
48 run_strace -a32 -f -echdir -p $tracee_pid ./attach-f-p-cmd > "$OUT"
/external/strace/tests-mx32/
H A Dattach-p-cmd.test35 rm -rf attach-p-cmd.test-lock
37 ./set_ptracer_any ./attach-p-cmd-p >> "$OUT" &
42 fail_ 'set_ptracer_any ./attach-p-cmd-p failed'
45 run_strace -a30 -echdir -p $tracee_pid ./attach-p-cmd-cmd > "$OUT"
H A Dattach-f-p.test37 run_prog ./attach-f-p-cmd > /dev/null
40 ./set_ptracer_any sh -c "exec ./attach-f-p >> $OUT" > /dev/null &
48 run_strace -a32 -f -echdir -p $tracee_pid ./attach-f-p-cmd > "$OUT"
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTransportWrapper.java69 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; method in interface:TransportWrapper
/external/skia/tools/viewer/sk_app/win/
H A DWindow_win.h26 bool attach(BackendType) override;
/external/strace/
H A Dubi.c129 struct ubi_attach_req attach; local
132 if (umove_or_printaddr(tcp, arg, &attach))
138 attach.ubi_num, attach.mtd_num,
139 attach.vid_hdr_offset, attach.max_beb_per1024);
/external/skia/include/views/
H A DSkOSWindow_iOS.h25 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
H A DSkOSWindow_Mac.h33 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
H A DSkOSWindow_Unix.h44 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm66 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, bool /*deepColor*/,
68 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
H A DSkNSView.h38 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
/external/skia/tools/viewer/sk_app/android/
H A DWindow_android.h28 bool attach(BackendType) override;
/external/skia/tools/viewer/sk_app/mac/
H A DWindow_mac.h33 bool attach(BackendType) override;
/external/pdfium/third_party/agg23/
H A Dagg_rendering_buffer.h65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride) function in class:agg::rendering_buffer
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc79 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);
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
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/external/mockito/lib/
H A Dbyte-buddy-agent-1.6.9.jar ... .lang.instrument.Instrumentation instrumentation public static void attach (java.io.File, java.lang.String ...
/external/skia/platform_tools/android/bin/
H A Dandroid_gdb_app46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
/external/skia/src/views/ios/
H A DSkOSWindow_iOS.mm60 bool SkOSWindow::attach(SkBackEndTypes /* attachType */,
/external/elfutils/libdwfl/
H A DMakefile.am71 linux-pid-attach.c linux-core-attach.c dwfl_frame_regs.c \

Completed in 4345 milliseconds

123456