/external/llvm/test/BugPoint/ |
D | metadata.ll | 7 ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] 16 %s = mul i8 22, 9, !attach !0, !dbg !10 17 store i8 %s, i8* %b, !attach !1, !dbg !11 18 call void @foo(), !attach !2, !dbg !12 19 store i32 7, i32* %a, !attach !3, !dbg !13 20 %t = add i32 0, 5, !attach !4, !dbg !14
|
/external/llvm/test/Linker/ |
D | metadata-a.ll | 4 ; CHECK: ret void, !attach !0 6 ; CHECK: ret void, !attach !1 12 ret void, !attach !0
|
D | metadata-b.ll | 6 ret void, !attach !0
|
/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/strace/ |
D | mtd.c | 423 struct ubi_attach_req attach; in ubi_ioctl() local 426 if (umove_or_printaddr(tcp, arg, &attach)) in ubi_ioctl() 432 attach.ubi_num, attach.mtd_num, in ubi_ioctl() 433 attach.vid_hdr_offset, attach.max_beb_per1024); in ubi_ioctl()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | Makefile.am | 18 EXTRA_DIST = attach-process.exp count-record.c count-record.exp \ 27 CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp attach-process \
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | reporter.py | 85 msg.attach(text_msg) 93 msg.attach(html_msg) 94 msg.attach(html_long)
|
/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 \
|
D | Android.mk | 74 linux-core-attach.c \ 76 linux-pid-attach.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);
|
D | glsLifetimeTests.cpp | 285 attach(element, *fbo); in initAttachment() 317 m_attacher.attach(element, *fbo); in drawAttachment() 328 void TextureFboAttacher::attach (GLuint texture, GLuint fbo) in attach() function in deqp::gls::LifetimeTests::details::TextureFboAttacher 376 void RboFboAttacher::attach (GLuint rbo, GLuint fbo) in attach() function in deqp::gls::LifetimeTests::details::RboFboAttacher 443 void ShaderProgramAttacher::attach (GLuint shader, GLuint program) in attach() function in deqp::gls::LifetimeTests::details::ShaderProgramAttacher 927 m_attacher.attach(*element, *container); in testDeletedNames() 1011 attacher.attach(elementId, *container); in iterate() 1027 attacher.attach(newId, *container); in iterate() 1092 attacher.attach(elementId, *container); in iterate()
|
/external/opencv/cxcore/src/ |
D | cximage.cpp | 139 attach( img ); in load() 162 attach( img ); in read() 177 attach( img ); in read()
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.mm | 68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) { function 69 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 215 void attach (GLuint element, GLuint container); 264 void BufferVAOAttacher::attach (GLuint buffer, GLuint vao) in attach() function in deqp::gles3::Functional::__anond415f22a0111::BufferVAOAttacher 275 attach(0, varr); in detach() 313 void attach (GLuint buffer, GLuint tf); 326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) in attach() function in deqp::gles3::Functional::__anond415f22a0111::BufferTfAttacher
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | TransportWrapper.java | 69 … public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; in attach() method
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/ |
D | ebs.py | 112 def attach(self): member in EBSInstaller 200 self.attach()
|
/external/skia/include/views/ |
D | SkOSWindow_Android.h | 31 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
|