Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/external/llvm/test/Linker/
Dmetadata-attach.ll3 ; 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()
Dmetadata-a.ll4 ; CHECK: ret void, !attach !0
6 ; CHECK: ret void, !attach !1
12 ret void, !attach !0
/external/llvm/test/BugPoint/
Dmetadata.ll7 ; 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/
Dmetadata.ll7 ; 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/
Dubi.c130 struct ubi_attach_req attach; in ubi_ioctl() local
133 if (umove_or_printaddr(tcp, arg, &attach)) in ubi_ioctl()
139 attach.ubi_num, attach.mtd_num, in ubi_ioctl()
140 attach.vid_hdr_offset, attach.max_beb_per1024); in ubi_ioctl()
/external/swiftshader/third_party/LLVM/test/Linker/
Dmetadata-a.ll4 ; 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/
Dzfstream.cc79 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()
Dzfstream.h76 attach(int fd,
297 attach(int fd,
386 attach(int fd,
/external/zlib/src/contrib/iostream/
Dzfstream.cpp60 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()
/external/strace/tests/
Dattach-p-cmd.test36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
Dattach-f-p.test35 run_prog ../attach-f-p-cmd > /dev/null
45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
DMakefile.am78 attach-f-p \
79 attach-f-p-cmd \
80 attach-p-cmd-cmd \
81 attach-p-cmd-p \
241 attach-f-p.test \
242 attach-p-cmd.test \
/external/strace/tests-mx32/
Dattach-p-cmd.test36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
Dattach-f-p.test35 run_prog ../attach-f-p-cmd > /dev/null
45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
DMakefile.am78 attach-f-p \
79 attach-f-p-cmd \
80 attach-p-cmd-cmd \
81 attach-p-cmd-p \
241 attach-f-p.test \
242 attach-p-cmd.test \
/external/strace/tests-m32/
Dattach-p-cmd.test36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
Dattach-f-p.test35 run_prog ../attach-f-p-cmd > /dev/null
45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
DMakefile.am78 attach-f-p \
79 attach-f-p-cmd \
80 attach-p-cmd-cmd \
81 attach-p-cmd-p \
241 attach-f-p.test \
242 attach-p-cmd.test \
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType()); in clone()
299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon() argument
315 bb->cfg.attach(e->getTarget(), e->getType()); in splitCommon()
325 if (attach) in splitCommon()
326 this->cfg.attach(&bb->cfg, Graph::Edge::TREE); in splitCommon()
330 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() argument
338 splitCommon(insn, bb, attach); in splitBefore()
343 BasicBlock::splitAfter(Instruction *insn, bool attach) in splitAfter() argument
351 splitCommon(insn ? insn->next : NULL, bb, attach); in splitAfter()
/external/python/cpython2/Doc/includes/
Demail-alternative.py40 msg.attach(part1)
41 msg.attach(part2)
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py214 def attach(self, canvas, x=10, y=10): member in Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.completeness.txt46 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
Dfunctional.lifetime.txt105 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/
Dfunctional.lifetime.txt92 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/
Dagg_rendering_buffer.h65 attach(buf, width, height, stride); in rendering_buffer()
67 void attach(int8u* buf, unsigned width, unsigned height, int stride) in attach() function

12345678910>>...22