/external/llvm/test/Linker/ |
D | metadata-attach.ll | 3 ; CHECK: @g1 = global i32 0, !attach !0 4 @g1 = global i32 0, !attach !0 6 ; CHECK: @g2 = external global i32, !attach !0 7 @g2 = external global i32, !attach !0 9 ; CHECK: define void @f1() !attach !0 10 define void @f1() !attach !0 { 16 ; CHECK: declare !attach !0 void @f2() 17 declare !attach !0 void @f2()
|
D | metadata-a.ll | 4 ; CHECK: ret void, !attach !0 6 ; CHECK: ret void, !attach !1 12 ret void, !attach !0
|
/external/llvm/test/BugPoint/ |
D | metadata.ll | 7 ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] 15 %s = mul i8 22, 9, !attach !0, !dbg !10 16 store i8 %s, i8* %b, !attach !1, !dbg !11 17 call void @foo(), !attach !2, !dbg !12 18 store i32 7, i32* %a, !attach !3, !dbg !13 19 %t = add i32 0, 5, !attach !4, !dbg !14
|
/external/swiftshader/third_party/LLVM/test/BugPoint/ |
D | metadata.ll | 7 ; CHECK: call void @foo(), !dbg !0, !attach !2 14 %s = mul i8 22, 9, !attach !0, !dbg !10 15 store i8 %s, i8* %b, !attach !1, !dbg !11 16 call void @foo(), !attach !2, !dbg !12 17 store i32 7, i32* %a, !attach !3, !dbg !13 18 %t = add i32 0, 5, !attach !4, !dbg !14
|
/external/strace/ |
D | ubi.c | 129 struct ubi_attach_req attach; in ubi_ioctl() local 132 if (umove_or_printaddr(tcp, arg, &attach)) in ubi_ioctl() 138 attach.ubi_num, attach.mtd_num, in ubi_ioctl() 139 attach.vid_hdr_offset, attach.max_beb_per1024); in ubi_ioctl()
|
/external/strace/tests-mx32/ |
D | attach-p-cmd.test | 35 rm -rf attach-p-cmd.test-lock 37 ./set_ptracer_any ./attach-p-cmd-p >> "$OUT" & 45 run_strace -a30 -echdir -p $tracee_pid ./attach-p-cmd-cmd > "$OUT"
|
D | attach-f-p.test | 37 run_prog ./attach-f-p-cmd > /dev/null 48 run_strace -a32 -f -echdir -p $tracee_pid ./attach-f-p-cmd > "$OUT"
|
/external/strace/tests-m32/ |
D | attach-p-cmd.test | 35 rm -rf attach-p-cmd.test-lock 37 ./set_ptracer_any ./attach-p-cmd-p >> "$OUT" & 45 run_strace -a30 -echdir -p $tracee_pid ./attach-p-cmd-cmd > "$OUT"
|
D | attach-f-p.test | 37 run_prog ./attach-f-p-cmd > /dev/null 48 run_strace -a32 -f -echdir -p $tracee_pid ./attach-f-p-cmd > "$OUT"
|
/external/strace/tests/ |
D | attach-p-cmd.test | 35 rm -rf attach-p-cmd.test-lock 37 ./set_ptracer_any ./attach-p-cmd-p >> "$OUT" & 45 run_strace -a30 -echdir -p $tracee_pid ./attach-p-cmd-cmd > "$OUT"
|
D | attach-f-p.test | 37 run_prog ./attach-f-p-cmd > /dev/null 48 run_strace -a32 -f -echdir -p $tracee_pid ./attach-f-p-cmd > "$OUT"
|
/external/mockito/lib/ |
D | byte-buddy-agent-1.6.9.jar | ... .lang.instrument.Instrumentation instrumentation
public static void attach (java.io.File, java.lang ... |
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | metadata-a.ll | 4 ; CHECK: ret void, !attach !0, !also !{i32 %a} 6 ; CHECK: ret void, !attach !1, !and !{i32 %b} 12 ret void, !attach !0, !also !{ i32 %a }
|
/external/zlib/src/contrib/iostream3/ |
D | zfstream.cc | 79 gzfilebuf::attach(int fd, in attach() function in gzfilebuf 393 this->attach(fd, mode); in gzifstream() 409 gzifstream::attach(int fd, in attach() function in gzifstream 412 if (!sb.attach(fd, mode | std::ios_base::in)) in attach() 448 this->attach(fd, mode); in gzofstream() 464 gzofstream::attach(int fd, in attach() function in gzofstream 467 if (!sb.attach(fd, mode | std::ios_base::out)) in attach()
|
D | zfstream.h | 76 attach(int fd, 297 attach(int fd, 386 attach(int fd,
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach() function in gzfilebuf 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() function in gzfilestream_common 263 if ( !buffer.attach( fd, io_mode) ) in attach() 306 gzfilestream_common::attach( fd, io_mode ); in gzifstream() 326 gzfilestream_common::attach( fd, io_mode ); in gzofstream()
|
D | zfstream.h | 16 gzfilebuf *attach( int file_descriptor, int io_mode ); 54 void attach( int fd, int io_mode );
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType()); in clone() 295 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon() argument 311 bb->cfg.attach(e->getTarget(), e->getType()); in splitCommon() 321 if (attach) in splitCommon() 322 this->cfg.attach(&bb->cfg, Graph::Edge::TREE); in splitCommon() 326 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() argument 331 splitCommon(insn, bb, attach); in splitBefore() 336 BasicBlock::splitAfter(Instruction *insn, bool attach) in splitAfter() argument 344 splitCommon(insn ? insn->next : NULL, bb, attach); in splitAfter()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.completeness.txt | 46 some renderbuffers and/or textures and attach them to the FBO, and then call 59 attachment points and attach a single texture or renderbuffer with that format 68 The "attachment_combination.*" test cases attach some textures and/or 99 array textures or 3D textures) and attach them to framebuffer objects with 105 The "samples.*" test cases attach textures and/or renderbuffers with various
|
D | functional.lifetime.txt | 105 The "attach.*" family of test cases create a container object (a 106 framebuffer, vertex array, transform feedback, or program) and attach 110 In the "attach.deleted_name.*" test cases, the container is queried for 115 In the "attach.deleted_input.*" test cases, the container is read from 122 In the "attach.deleted_output.*" test cases, the container is written to
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 92 The "attach.*" family of test cases create a container object (a 93 framebuffer or a program) and attach another object (a texture, 96 In the "attach.deleted_name.*" test cases, the container is queried for 103 In the "attach.deleted_input.*" test cases, the container is read from 110 In the "attach.deleted_output.*" test cases, the container is written to
|
/external/pdfium/third_party/agg23/ |
D | agg_rendering_buffer.h | 65 attach(buf, width, height, stride); in rendering_buffer() 67 void attach(int8u* buf, unsigned width, unsigned height, int stride) in attach() function
|
/external/elfutils/libdwfl/ |
D | Makefile.am | 71 linux-pid-attach.c linux-core-attach.c dwfl_frame_regs.c \
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 213 virtual void attach (GLuint element, GLuint container) = 0; 314 void attach (GLuint element, GLuint container); 326 void attach (GLuint element, GLuint container); 339 void attach (GLuint element, GLuint container);
|
/external/opencv/cxcore/src/ |
D | cximage.cpp | 139 attach( img ); in load() 162 attach( img ); in read() 177 attach( img ); in read()
|