Searched refs:by (Results 151 - 175 of 1267) sorted by relevance

1234567891011>>

/external/jemalloc/include/jemalloc/
H A Djemalloc_rename.sh7 * Name mangling for public symbols is controlled by --with-mangling and
8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/valgrind/drd/tests/
H A Datomic_var.stderr.exp3 Conflicting load by thread x at 0x........ size 4
5 by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
H A Dpth_barrier_reinit.stderr.exp4 by 0x........: main (pth_barrier_reinit.c:?)
7 by 0x........: main (pth_barrier_reinit.c:?)
H A Dpth_cond_destroy_busy.stderr.exp4 by 0x........: main (pth_cond_destroy_busy.c:?)
7 by 0x........: main (pth_cond_destroy_busy.c:?)
H A Dpth_mutex_reinit.stderr.exp4 by 0x........: main (pth_mutex_reinit.c:?)
7 by 0x........: main (pth_mutex_reinit.c:?)
H A Dtc01_simple_race.stderr.exp2 Conflicting load by thread 1 at 0x........ size 4
7 Conflicting store by thread 1 at 0x........ size 4
/external/valgrind/memcheck/tests/amd64/
H A Dinsn-bsfl.stderr.exp3 by 0x........: main (insn-bsfl.c:65)
8 by 0x........: main (insn-bsfl.c:66)
13 by 0x........: main (insn-bsfl.c:69)
18 by 0x........: main (insn-bsfl.c:73)
23 by 0x........: main (insn-bsfl.c:76)
28 by 0x........: main (insn-bsfl.c:79)
33 by 0x........: main (insn-bsfl.c:81)
38 by 0x........: main (insn-bsfl.c:82)
/external/valgrind/memcheck/tests/
H A Dbadfree-2trace.stderr.exp3 by 0x........: main (badfree.c:12)
8 by 0x........: main (badfree.c:15)
H A Dbadfree.stderr.exp3 by 0x........: main (badfree.c:12)
8 by 0x........: main (badfree.c:15)
10 in frame #1, created by main (badfree.c:7)
H A Dbadfree3.stderr.exp3 by 0x........: main (memcheck/tests/badfree.c:12)
8 by 0x........: main (memcheck/tests/badfree.c:15)
10 in frame #1, created by main (badfree.c:7)
H A Dbuflen_check.stderr.exp3 by 0x........: main (buflen_check.c:18)
8 by 0x........: main (buflen_check.c:19)
H A Dmalloc3.stderr.exp3 by 0x........: main (malloc3.c:15)
7 by 0x........: main (malloc3.c:23)
H A Dvarinforestrict.stderr.exp4 by 0x........: bad_restrict_ptr (varinforestrict.c:33)
5 by 0x........: main (varinforestrict.c:56)
H A Dnoisy_child.stderr.exp6 by 0x........: main (noisy_child.c:24)
9 by 0x........: main (noisy_child.c:23)
13 by 0x........: main (noisy_child.c:37)
16 by 0x........: main (noisy_child.c:24)
19 by 0x........: main (noisy_child.c:23)
H A Ddw4.stderr.exp3 by 0x........: main (dw4.c:59)
6 by 0x........: main (dw4.c:52)
10 by 0x........: main (dw4.c:61)
16 by 0x........: main (dw4.c:62)
22 by 0x........: main (dw4.c:68)
27 by 0x........: main (dw4.c:82)
32 by 0x........: main (dw4.c:87)
37 by 0x........: main (dw4.c:89)
42 by 0x........: main (dw4.c:91)
47 by
[all...]
H A Dholey_buffer_too_small.stderr.exp8 by 0x........: main (holey_buffer_too_small.c:19)
9 Uninitialised value was created by a heap allocation
11 by 0x........: main (holey_buffer_too_small.c:19)
17 by 0x........: main (holey_buffer_too_small.c:19)
26 by 0x........: main (holey_buffer_too_small.c:25)
35 by 0x........: main (holey_buffer_too_small.c:31)
44 by 0x........: main (holey_buffer_too_small.c:37)
/external/valgrind/memcheck/tests/s390x/
H A Dcs.stderr.exp3 by 0x........: main (cs.c:27)
7 by 0x........: main (cs.c:28)
H A Dcsg.stderr.exp3 by 0x........: main (csg.c:27)
7 by 0x........: main (csg.c:28)
/external/valgrind/memcheck/tests/solaris/
H A Dbrk.stderr.exp3 by 0x........: main (brk.c:78)
8 by 0x........: main (brk.c:78)
H A Dioctl.stderr.exp3 by 0x........: main (ioctl.c:87)
7 by 0x........: main (ioctl.c:88)
H A Dsendfilev.stderr.exp3 by 0x........: main (sendfilev.c:54)
8 by 0x........: main (sendfilev.c:65)
10 in frame #., created by main (sendfilev.c:15)
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
40 roots.append(-by/ay2)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
61 by2 = by * 2.0
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
96 by = pt1y
101 t = (where - (bx, by)[isHorizontal]) / ax
103 midPt = ax * t + bx, ay * t + by
203 bx, by
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
40 roots.append(-by/ay2)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
61 by2 = by * 2.0
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
96 by = pt1y
101 t = (where - (bx, by)[isHorizontal]) / ax
103 midPt = ax * t + bx, ay * t + by
203 bx, by
[all...]

Completed in 2111 milliseconds

1234567891011>>