/bionic/libc/upstream-openbsd/lib/libc/string/ |
stpcpy.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 40 stpcpy(char *to, const char *from) 42 for (; (*to = *from) != '\0'; ++from, ++to); 43 return(to);
|
strcpy.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 40 strcpy(char *to, const char *from) 42 char *save = to; 44 for (; (*to = *from) != '\0'; ++from, ++to);
|
/external/guice/core/src/com/google/inject/binder/ |
ConstantBindingBuilder.java | 10 * Unless required by applicable law or agreed to in writing, software 20 * Binds to a constant value. 25 * Binds constant to the given value. 27 void to(String value); method in interface:ConstantBindingBuilder 30 * Binds constant to the given value. 32 void to(int value); method in interface:ConstantBindingBuilder 35 * Binds constant to the given value. 37 void to(long value); method in interface:ConstantBindingBuilder 40 * Binds constant to the given value. 42 void to(boolean value) method in interface:ConstantBindingBuilder 47 void to(double value); method in interface:ConstantBindingBuilder 52 void to(float value); method in interface:ConstantBindingBuilder 57 void to(short value); method in interface:ConstantBindingBuilder 62 void to(char value); method in interface:ConstantBindingBuilder 69 void to(byte value); method in interface:ConstantBindingBuilder 74 void to(Class<?> value); method in interface:ConstantBindingBuilder 79 <E extends Enum<E>> void to(E value); method in interface:ConstantBindingBuilder [all...] |
/external/libpng/tests/ |
pngvalid-gamma-16-to-8 | 2 exec ./pngvalid --strict --gamma-16-to-8
|
/external/libutf/ |
utfecpy.c | 4 * Permission to use, copy, modify, and distribute this software for any 20 utfecpy(char *to, char *e, const char *from) 24 if(to >= e) 25 return to; 26 end = (char*)memccpy(to, from, '\0', e - to); 29 while(end>to && (*--end&0xC0)==0x80)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-dw2-12.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x0 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 4 to 5 10 \[0x.*\] Special opcode .*: advance Address by 4 to 0x4 and Line by 1 to 6 11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x8 and Line by 1 to 7 12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xc and Line by 2 to 9 13 \[0x.*\] Special opcode .*: advance Address by 4 to 0x10 and Line by 1 to 1 [all...] |
rd-dw2-9.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x0 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 3 to 4 10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 4 to 8 11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 9 12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 10 13 \[0x.*\] Advance Line by 47 to 5 [all...] |
rd-dw2-13.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x0 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 5 to 6 10 \[0x.*\] Special opcode .*: advance Address by 6 to 0x6 and Line by 1 to 7 11 \[0x.*\] Special opcode .*: advance Address by 8 to 0xe and Line by 1 to 8 12 \[0x.*\] Special opcode .*: advance Address by 6 to 0x14 and Line by 1 to 9 13 \[0x.*\] Special opcode .*: advance Address by 6 to 0x1a and Line by 1 to 1 [all...] |
rd-dw2-2.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x5005a 9 \[0x.*\] Advance Line by 36 to 37 11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5005e and Line by 1 to 38 12 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50062 and Line by 1 to 39 13 \[0x.*\] Special opcode .*: advance Address by 4 to 0x50066 and Line by 1 to 40 14 \[0x.*\] Special opcode .*: advance Address by 4 to 0x5006a and Line by 2 to 4 [all...] |
/external/clang/test/SemaCXX/ |
constexpr-duffs-device.cpp | 4 constexpr void copy(const char *from, unsigned long count, char *to) { 7 case 0: do { *to++ = *from++; 8 case 7: *to++ = *from++; 9 case 6: *to++ = *from++; 10 case 5: *to++ = *from++; 11 case 4: *to++ = *from++; 12 case 3: *to++ = *from++; 13 case 2: *to++ = *from++; 14 case 1: *to++ = *from++;
|
/ndk/tests/build/test-gnustl-chrono/jni/ |
hanoi.c | 3 void hanoi(int from, int to, int mid, int n, void (*callback)(int, int)) { 5 callback(from, to); 7 hanoi(from, mid, to, n - 1, callback); 8 callback(from, to); 9 hanoi(mid, to, from, n - 1, callback);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/ |
lns-common-1.d | 9 \[0x.*\] Extended opcode 2: set Address to .* 11 \[0x.*\] Set column to 3 12 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2 13 \[0x.*\] Set prologue_end to true 14 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3 15 \[0x.*\] Set column to 0 16 \[0x.*\] Set epilogue_begin to true 17 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/ |
lns-common-1.d | 8 \[0x.*\] Extended opcode 2: set Address to .* 10 \[0x.*\] Set column to 3 11 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2 12 \[0x.*\] Set prologue_end to true 13 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3 14 \[0x.*\] Set column to 0 15 \[0x.*\] Set epilogue_begin to true 16 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to [all...] |
/external/valgrind/gdbserver_tests/ |
mchelp.stderrB.exp | 1 sending command help to pid .... 2 sending command help debug to pid .... 3 sending command v.kill to pid ....
|
mcinvokeRU.stderrB.exp | 1 sending command v.wait 0 to pid .... 2 sending command v.wait 0 to pid .... 3 sending command v.wait 0 to pid .... 4 sending command v.wait 0 to pid .... 5 sending command v.wait 0 to pid .... 6 sending command v.wait 0 to pid .... 7 sending command v.wait 0 to pid .... 8 sending command v.wait 0 to pid .... 9 sending command v.wait 0 to pid .... 10 sending command v.wait 0 to pid ... [all...] |
mcinvokeWS.stderrB.exp | 1 sending command v.wait 0 to pid .... 2 sending command v.wait 0 to pid .... 3 sending command v.wait 0 to pid .... 4 sending command v.wait 0 to pid .... 5 sending command v.wait 0 to pid .... 6 sending command v.wait 0 to pid .... 7 sending command v.wait 0 to pid .... 8 sending command v.wait 0 to pid .... 9 sending command v.wait 0 to pid .... 10 sending command v.wait 0 to pid ... [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_mem_funcs.h | 10 * Unless required by applicable law or agreed to in writing, software 26 Permission to distribute, modify and use this file under the standard license 58 #define pv_memset(to, c, n) memset(to, c, n) 61 #define pv_memcpy(to, from, n) memcpy(to, from, n) 62 #define pv_memmove(to, from, n) memmove(to, from, n)
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
mp3_mem_funcs.h | 10 * Unless required by applicable law or agreed to in writing, software 64 #define pv_memset(to, c, n) memset(to, c, n) 67 #define pv_memcpy(to, from, n) memcpy(to, from, n) 68 #define pv_memmove(to, from, n) memmove(to, from, n)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
jal-range.l | 2 .*:4: Error: jump to misaligned address \(0x1\) 3 .*:6: Error: jump to misaligned address \(0xfffffff\) 4 .*:8: Error: jump to misaligned address \(0x10000003\)
|
/external/llvm/test/MC/ARM/ |
coproc-diag.s | 1 # Special test to make sure we don't error on VFP co-proc access
|
/external/valgrind/none/tests/ |
pth_blockedsig.stdout.exp | 1 thread CHILD sending SIGUSR1 to thread MAIN
|
/external/valgrind/none/tests/s390x/ |
ecag.stdout.exp | 1 just to silence the consistency checker
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-linux-psinfo.h | 17 along with this program; if not, write to the Free Software 29 ABI-defined, thus we choose to use char arrays here in order to 52 /* Helper macro to swap (properly handling endianess) things from the 53 `elf_internal_linux_prpsinfo' structure to the 56 Note that FROM should be a pointer, and TO should be the explicit 59 #define LINUX_PRPSINFO32_SWAP_FIELDS(abfd, from, to) \ 62 H_PUT_8 (abfd, from->pr_state, &to.pr_state); \ 63 H_PUT_8 (abfd, from->pr_sname, &to.pr_sname); \ 64 H_PUT_8 (abfd, from->pr_zomb, &to.pr_zomb); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
blx-bl-convert.l | 2 [^:]*:7: Warning: blx to Thumb func 'label' from Thumb ISA state changed to bl 3 [^:]*:16: Warning: blx to 'label3' an ARM ISA state function changed to bl
|
branch-reloc.l | 2 [^:]*:[0-9]*: Warning: blx to 'arm_sym1' an ARM ISA state function changed to bl 3 [^:]*:[0-9]*: Warning: blx to Thumb func 'thumb_sym2' from Thumb ISA state changed to b
|