HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 276 - 300 of 16679) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial2O.l 2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:11: Error: Unable to mix instructions as specified
5 .*:12: Error: Unable to mix instructions as specified
6 .*:16: Error: Unable to mix instructions as specified
7 .*:17: Error: Unable to mix instructions as specified
8 .*:21: Error: Unable to mix instructions as specified
9 .*:22: Error: Unable to mix instructions as specified
10 .*:26: Error: Unable to mix instructions as specified
11 .*:27: Error: Unable to mix instructions as specifie
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
unwind-bad.l 2 .*:8: Error: First operand to \.save\.g must be a positive 4-bit constant
3 .*:10: Error: First operand to \.save\.g must be a positive 4-bit constant
4 .*:12: Error: First operand to \.save\.g must be a positive 4-bit constant
7 .*:20: Error: Operand to \.save\.f must be a positive 20-bit constant
8 .*:22: Error: Operand to \.save\.f must be a positive 20-bit constant
9 .*:24: Error: Operand to \.save\.f must be a positive 20-bit constant
12 .*:32: Error: First operand to \.save\.b must be a positive 5-bit constant
13 .*:34: Error: First operand to \.save\.b must be a positive 5-bit constant
14 .*:36: Error: First operand to \.save\.b must be a positive 5-bit constant
17 .*:44: Error: Operand 2 to \.spillreg must be a writable registe
    [all...]
  /prebuilts/go/darwin-x86/test/
escape_slice.go 21 i := 0 // ERROR "moved to heap: i"
22 s = append(s, &i) // ERROR "&i escapes to heap"
28 i := 0 // ERROR "moved to heap: i"
29 s = append(s, &i) // ERROR "&i escapes to heap"
35 i := 0 // ERROR "moved to heap: i"
36 s = append(s, &i) // ERROR "&i escapes to heap"
42 i := 0 // ERROR "moved to heap: i"
43 s = append(s, &i) // ERROR "&i escapes to heap"
51 i := 0 // ERROR "moved to heap: i"
52 s[0] = &i // ERROR "&i escapes to heap
    [all...]
escape_array.go 15 func bar(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$"
19 func foo(x U) U { // ERROR "leaking param: x to result ~r1 level=0$"
23 func bff(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$"
29 b := "dog" // ERROR "moved to heap: b$"
32 return &b // ERROR "&b escapes to heap$"
35 // BAD: need fine-grained analysis to track u[0] and u[1] differently.
37 a := "cat" // ERROR "moved to heap: a$"
38 b := "dog" // ERROR "moved to heap: b$
    [all...]
inline.go 14 func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result"
15 return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1"
18 func add1(p unsafe.Pointer, x uintptr) unsafe.Pointer { // ERROR "can inline add1" "leaking param: p to result"
22 func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result"
23 return add2(x, 1) // ERROR "inlining call to add2" "inlining call to add1"
  /prebuilts/go/linux-x86/test/
escape_slice.go 21 i := 0 // ERROR "moved to heap: i"
22 s = append(s, &i) // ERROR "&i escapes to heap"
28 i := 0 // ERROR "moved to heap: i"
29 s = append(s, &i) // ERROR "&i escapes to heap"
35 i := 0 // ERROR "moved to heap: i"
36 s = append(s, &i) // ERROR "&i escapes to heap"
42 i := 0 // ERROR "moved to heap: i"
43 s = append(s, &i) // ERROR "&i escapes to heap"
51 i := 0 // ERROR "moved to heap: i"
52 s[0] = &i // ERROR "&i escapes to heap
    [all...]
escape_array.go 15 func bar(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$"
19 func foo(x U) U { // ERROR "leaking param: x to result ~r1 level=0$"
23 func bff(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$"
29 b := "dog" // ERROR "moved to heap: b$"
32 return &b // ERROR "&b escapes to heap$"
35 // BAD: need fine-grained analysis to track u[0] and u[1] differently.
37 a := "cat" // ERROR "moved to heap: a$"
38 b := "dog" // ERROR "moved to heap: b$
    [all...]
inline.go 14 func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result"
15 return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1"
18 func add1(p unsafe.Pointer, x uintptr) unsafe.Pointer { // ERROR "can inline add1" "leaking param: p to result"
22 func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result"
23 return add2(x, 1) // ERROR "inlining call to add2" "inlining call to add1"
  /art/runtime/interpreter/mterp/arm/
entry.S 10 * Unless required by applicable law or agreed to in writing, software
37 stmfd sp!, {r3-r10,fp,lr} @ save 10 regs, (r3 just to align 64)
48 add rFP, r2, #SHADOWFRAME_VREGS_OFFSET @ point to vregs.
49 VREG_INDEX_TO_ADDR rREFS, r0 @ point to reference array in shadow frame
51 add rPC, r1, #CODEITEM_INSNS_OFFSET @ Point to base of insns[]
52 add rPC, rPC, r0, lsl #1 @ Create direct pointer to 1st dex opcode
62 mov rPROFILE, r0 @ Starting hotness countdown to rPROFILE
67 GOTO_OPCODE ip @ jump to next instruction
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
41 assert(to == expected);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
41 assert(to == expected);
  /external/mesa3d/src/mesa/math/
m_translate.h 7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 * For example, convert array of GLushort[3] to GLfloat[4].
38 * \param to the destination addres
    [all...]
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 13 lmbench is a series of micro benchmarks intended to measure basic operating
16 For further details about lmbench refer to:
19 This test is copied from from client/tests to avoid depending on make and
20 perl. Here we can also tune the individual benchmarks to be more
61 For details and output format refer to individual benchmark man pages:
64 To improve determinism, we sometimes use taskset to pin to a CPU and
126 # fname - file to operate on
137 # Write out the params as kevals now to keep them even if test fail
    [all...]
  /external/tpm2/
VendorString.h 11 // Define up to 4-byte values for MANUFACTURER. This value defines the
22 Please modify VendorString.h to provide a specific \
26 // Define up to 4, 4-byte values. The values must each be 4 bytes long and the last value used may contain
40 Please modify include\VendorString.h to provide a vednor specific \
46 // version of the firmware. Some instrumentation could be added to replace
61 Please modify include\VendorString.h to provide a vendor specific firmware \
  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 swab(const void * __restrict from, void * __restrict to, ssize_t len)
58 _DIAGASSERT(to != NULL);
62 tp = (char *)to;
70 /* round to multiple of 8 */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-1.s 1 # Source file used to test the branches to locals in this file.
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips@mips64-cp2.s 1 # Source file to test assembly of MIPS64-derived microMIPS cop2 instructions
10 # These tests use cp2 to avoid other (cp0, fpu, prefetch) opcodes.
16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.l 5 [^:]*:39: Error: unable to generate unwinding opcode for reg 20
6 [^:]*:46: Error: unable to generate unwinding opcode for reg 20
7 [^:]*:53: Error: unable to generate unwinding opcode for reg 20
8 [^:]*:63: Error: unable to restore return address from previously restored reg
10 [^:]*:77: Error: unable to generate unwinding opcode for frame pointer reg 14
11 [^:]*:84: Error: unable to generate unwinding opcode for frame pointer offset
  /toolchain/binutils/binutils-2.25/
ylwrap 23 # As a special exception to the GNU General Public License, if you
29 # bugs to <bug-automake@gnu.org> or send patches to
42 # The CPP macro used to guard inclusion of FILE.
54 # Return STRING (or stdin) quoted to be used as a sed pattern.
82 PROGRAM is program to run
83 ARGS are passed to PROG
87 Report bugs to <bug-automake@gnu.org>.
118 # A sed program to s/FROM/TO/g for all the FROM/TO so that, fo
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyMetaInfo.java 19 * Provides information about currencies that is not specific to a locale.
21 * A note about currency dates. The CLDR data provides data to the day,
45 * noSubstitute is true and there is no data to support this API.
74 * A filter used to select which currency info is returned.
78 * The region to filter on. If null, accepts any region.
83 * The currency to filter on. If null, accepts any currency.
88 * The from date to filter on (as milliseconds). Accepts any currency on or after this date.
93 * The to date to filter on (as milliseconds). Accepts any currency on or before this date.
95 public final long to; field in class:CurrencyMetaInfo.CurrencyFilter
400 public final long to; field in class:CurrencyMetaInfo.CurrencyInfo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 18 * Provides information about currencies that is not specific to a locale.
20 * A note about currency dates. The CLDR data provides data to the day,
45 * noSubstitute is true and there is no data to support this API.
75 * A filter used to select which currency info is returned.
80 * The region to filter on. If null, accepts any region.
86 * The currency to filter on. If null, accepts any currency.
92 * The from date to filter on (as milliseconds). Accepts any currency on or after this date.
98 * The to date to filter on (as milliseconds). Accepts any currency on or before this date.
101 public final long to; field in class:CurrencyMetaInfo.CurrencyFilter
437 public final long to; field in class:CurrencyMetaInfo.CurrencyInfo
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 10 * Unless required by applicable law or agreed to in writing, software
53 * (ex) the result of Kana-to-Kanji conversion in Japanese,
54 * Pinyin-to-Kanji conversion in Chinese, Hangul-to-Hanja conversion in Korean language.
78 * Output internal information to the log.
87 tmp += "(" + ss.string + "," + ss.from + "," + ss.to + ")";
117 * Convert the range of segments to a string.
121 * @param to Convert range to
124 public String toString(int layer, int from, int to) {
    [all...]
  /art/test/005-annotations/src/android/test/anno/
IntToString.java 11 String to(); method in interface:IntToString
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 11 # Unless required by applicable law or agreed to in writing, software
17 # The awk fun here tries to cull out all but the salient bits. The aim
18 # is to check to see that there are two invoke-static instructions, each
22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
32 # Note: This has to be done before the test clause below.
45 # Note: This has to be done after the test clause above.
61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
31 aligned_u64 to; member in struct:xt_connbytes_info::__anon2323

Completed in 1747 milliseconds

<<11121314151617181920>>