HomeSort by relevance Sort by last modified time
    Searched refs:by (Results 351 - 375 of 16704) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/syntax/
else.go 4 // Use of this source code is governed by a BSD-style
11 } else ; // ERROR "else must be followed by if or statement block|expected .if. or .{."
  /prebuilts/go/linux-x86/test/
varerr.go 4 // Use of this source code is governed by a BSD-style
7 // Verify that a couple of illegal variable declarations are caught by the compiler.
nowritebarrier.go 4 // Use of this source code is governed by a BSD-style
36 x.f = y // ERROR "write barrier prohibited by caller"
71 x.f = y // ERROR "write barrier prohibited by caller"
87 x.f = y // ERROR "write barrier prohibited by caller"
92 x.f = y // ERROR "write barrier prohibited by caller"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
nomapping.s 11 @ Obsolete mapping symbols generated by armcc.
thumbver.s 1 @ Check that symbols created by .symver are marked as Thumb.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
warn_noat.l 2 .*warn_noat.s:2: Warning: Register at \(r1\) can sometimes be corrupted by assembler optimizations.
4 .*warn_noat.s:8: Warning: Register at \(r1\) can sometimes be corrupted by assembler optimizations.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh-group2.s 3 # Test intention is that LSDA must be provided by the discarded FDE.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mn10300/
i127740.s 5 mov _g_label,d1 # instruction is changed by relaxations
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 33 (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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
shift2.s 195 //Dreg_lo_hi = ASHIFT Dreg_lo_hi BY Dreg_lo (opt_sat) ; /* arithmetic right shift (b) */
196 r3.l = ashift r0.h by r7.l ; /* shift, half-word */
197 r3.h = ashift r0.l by r7.l ;
198 r3.h = ashift r0.h by r7.l ;
199 r3.l = ashift r0.l by r7.l ;
200 r3.l = ashift r0.h by r7.l(s) ; /* shift, half-word, saturated */
201 r3.h = ashift r0.l by r7.l(s) ; /* shift, half-word, saturated */
202 r3.h = ashift r0.h by r7.l(s) ;
203 r3.l = ashift r0.l by r7.l (s) ;
205 //Dreg = ASHIFT Dreg BY Dreg_lo (opt_sat) ; /* arithmetic right shift (b) *
    [all...]
parallel2.s 41 r3.l = Ashift r4.h by r2.l || r0 = [fp - 100];
42 R7.H = ASHIFT R7.L by R0.L (S) || r0 = [fp - 104];
43 r7.h = ashift r7.l by r0.l (s) || r0 = [fp - 108];
44 r6 = AShiFT R5 by R2.L || r0 = [fp - 112];
45 R0 = Ashift R4 by r1.l (s) || r3 = [fp - 116];
46 r2 = ashift r6 BY r3.L (S) || r0 = [fp - 120];
47 A0 = Ashift a0 by r1.l || r0 = [fp - 124];
48 a1 = ASHIFT a1 by r0.L || r0 = [fp - 128];
59 R1.H = LShift r2.h by r0.l || R5 = W [P2+24] (z);
60 r0.l = LSHIFT r0.h by r1.l || R5 = W [P2+22] (z)
    [all...]
  /external/valgrind/memcheck/tests/
noisy_child.stderr.exp 6 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)
dw4.stderr.exp 3 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 0x........: main (dw4.c:93
    [all...]
holey_buffer_too_small.stderr.exp 8 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)
varinfo1.stderr.exp 3 by 0x........: main (varinfo1.c:49)
6 by 0x........: main (varinfo1.c:47)
10 by 0x........: main (varinfo1.c:52)
16 by 0x........: main (varinfo1.c:53)
22 by 0x........: main (varinfo1.c:54)
28 by 0x........: main (varinfo1.c:55)
34 by 0x........: main (varinfo1.c:56)
origin1-yes.stderr.exp 5 Uninitialised value was created by a stack allocation
12 Uninitialised value was created by a stack allocation
19 Uninitialised value was created by a stack allocation
26 Uninitialised value was created by a heap allocation
28 by 0x........: main (origin1-yes.c:61)
34 Uninitialised value was created by a heap allocation
36 by 0x........: main (origin1-yes.c:71)
42 Uninitialised value was created by a heap allocation
53 Uninitialised value was created by a client request
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
divbyzero.go 13 if e, ok := r.(runtime.Error); ok && e.Error() == "runtime error: integer divide by zero" {
39 fmt.Printf("expected div by zero for b(7, 0), got no error\n")
43 fmt.Printf("expected no error for b(7, 7), got div by zero\n")
47 fmt.Printf("expected div by zero for a(4, nil), got no error\n")
51 fmt.Printf("expected div by zero for c(5), got no error\n")
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes.go 2 // Use of this source code is governed by a BSD-style
11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /prebuilts/go/darwin-x86/test/
nowritebarrier.go 4 // Use of this source code is governed by a BSD-style
36 x.f = y // ERROR "write barrier prohibited by caller"
71 x.f = y // ERROR "write barrier prohibited by caller"
87 x.f = y // ERROR "write barrier prohibited by caller"
92 x.f = y // ERROR "write barrier prohibited by caller"
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
divbyzero.go 13 if e, ok := r.(runtime.Error); ok && e.Error() == "runtime error: integer divide by zero" {
39 fmt.Printf("expected div by zero for b(7, 0), got no error\n")
43 fmt.Printf("expected no error for b(7, 7), got div by zero\n")
47 fmt.Printf("expected div by zero for a(4, nil), got no error\n")
51 fmt.Printf("expected div by zero for c(5), got no error\n")
  /prebuilts/go/linux-x86/src/crypto/aes/
modes.go 2 // Use of this source code is governed by a BSD-style
11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /external/valgrind/drd/tests/
bar_bad.stderr.exp 6 by 0x........: main (bar_bad.c:?)
12 by 0x........: main (bar_bad.c:?)
15 by 0x........: main (bar_bad.c:?)
21 by 0x........: main (bar_bad.c:?)
24 by 0x........: main (bar_bad.c:?)
30 by 0x........: main (bar_bad.c:?)
33 by 0x........: main (bar_bad.c:?)
  /prebuilts/go/darwin-x86/src/sort/
example_wrapper_test.go 2 // Use of this source code is governed by a BSD-style
26 // ByName implements sort.Interface by providing Less and using the Len and
32 // ByWeight implements sort.Interface by providing Less and using the Len and
49 fmt.Println("Organs by weight:")
53 fmt.Println("Organs by name:")
57 // Organs by weight:
64 // Organs by name:
  /prebuilts/go/linux-x86/src/sort/
example_wrapper_test.go 2 // Use of this source code is governed by a BSD-style
26 // ByName implements sort.Interface by providing Less and using the Len and
32 // ByWeight implements sort.Interface by providing Less and using the Len and
49 fmt.Println("Organs by weight:")
53 fmt.Println("Organs by name:")
57 // Organs by weight:
64 // Organs by name:
  /external/adhd/defs/
utilities.mk 2 # Use of this source code is governed by a BSD-style license that can be
5 # This file contains definitions of utilities which are used by the
6 # build system. No utility should be used directly by-name in the

Completed in 791 milliseconds

<<11121314151617181920>>