/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_windows_amd64.go | 1 // nothing to see here
|
/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
|
blx-local-thumb.l | 2 [^;]*:6: Warning: blx to Thumb func 'foo' from Thumb ISA state changed to b
|
blx-local.l | 2 [^;]*:9: Warning: blx to 'foo2' an ARM ISA state function changed to bl
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
thumb-b-lks-sym.s | 1 @ Test to ensure that the b to linker script symbol isn't changed to other format.
|
thumb-bl-lks-sym.s | 1 @ Test to ensure that the bl to linker script symbol isn't changed to blx with immediate address.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
bzero.c | 20 bzero (void *to, size_t count) 22 memset (to, 0, count);
|
/frameworks/native/libs/binder/ |
TextOutput.cpp | 10 * Unless required by applicable law or agreed to in writing, software 40 TextOutput& operator<<(TextOutput& to, bool val) 42 if (val) to.print("true", 4); 43 else to.print("false", 5); 44 return to; 47 TextOutput& operator<<(TextOutput& to, int val) 51 to.print(buf, strlen(buf)); 52 return to; 55 TextOutput& operator<<(TextOutput& to, long val) 59 to.print(buf, strlen(buf)) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
system.s | 15 .macro all_hints from=0, to=127 17 .if \to-\from 18 all_hints "(\from+1)", \to 22 all_hints from=0, to=63 23 all_hints from=64, to=127 35 .macro all_barriers op, from=0, to=15 37 .if \to-\from 38 all_barriers \op, "(\from+1)", \to 42 all_barriers op=dsb, from=0, to=15 43 all_barriers op=dmb, from=0, to=1 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-dw2-11.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 2 to 0x2 and Line by 1 to 6 11 \[0x.*\] Advance PC by 126 to 0x80 12 \[0x.*\] Special opcode .*: advance Address by 0 to 0x80 and Line by 2 to 8 13 \[0x.*\] Special opcode .*: advance Address by 2 to 0x82 and Line by 1 to [all...] |
rd-dw2-14.d | 8 \[0x.*\] Extended opcode 2: set Address to 0x0 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 8 to 9 10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 10 11 \[0x.*\] Special opcode .*: advance Address by 4 to 0x6 and Line by 1 to 11 12 \[0x.*\] Special opcode .*: advance Address by 4 to 0xa and Line by 1 to 12 13 \[0x.*\] Special opcode .*: advance Address by 8 to 0x12 and Line by 1 to 1 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-i386.d | 20 DW_CFA_advance_loc: 6 to 0+0006 22 DW_CFA_advance_loc: 11 to 0+0011 26 DW_CFA_advance_loc: 1 to 00000013 29 DW_CFA_advance_loc: 2 to 00000015 31 DW_CFA_advance_loc: 9 to 0000001e 35 DW_CFA_advance_loc: 2 to 0+0021 37 DW_CFA_advance_loc: 13 to 0+002e 62 DW_CFA_advance_loc: 1 to 0+0045 64 DW_CFA_advance_loc: 1 to 0+0046 66 DW_CFA_advance_loc: 1 to 0+004 [all...] |
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
CaseFormatTest.java | 10 * Unless required by applicable law or agreed to in writing, software 40 assertSame(from + " to " + from, "foo", from.to(from, "foo")); 41 for (CaseFormat to : CaseFormat.values()) { 42 assertEquals(from + " to " + to, "", from.to(to, "")); 43 assertEquals(from + " to " + to, " ", from.to(to, " ")) [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
CaseFormatTest.java | 10 * Unless required by applicable law or agreed to in writing, software 42 assertSame(from + " to " + from, "foo", from.to(from, "foo")); 43 for (CaseFormat to : CaseFormat.values()) { 44 assertEquals(from + " to " + to, "", from.to(to, "")); 45 assertEquals(from + " to " + to, " ", from.to(to, " ")) [all...] |
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcpcpy.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 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) 44 for (; (*to = *from); ++from, ++to); 45 return(to);
|
/external/clang/test/CodeGen/ |
2002-03-12-StructInitialize.c | 5 long to; member in struct:Connection_Type
|
2002-03-12-StructInitializer.c | 9 long to; member in struct:Connection_Type
|
/external/vulkan-validation-layers/build-android/gradle-templates/ |
local.properties | 5 # as it contains information specific to your local configuration. 11 sdk.dir=/path/to/your/android_sdk 12 ndk.dir=/path/to/your/android_ndk
|
/external/wpa_supplicant_8/src/fst/ |
Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/pae/ |
Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
StrSegment.java | 10 * Unless required by applicable law or agreed to in writing, software 23 * It is used to represent the layers of the composing text ({@link ComposingText}). 33 public int to; field in class:StrSegment 65 * @param to The end position 67 public StrSegment(String str, int from, int to) { 70 this.to = to;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
cp0-names.s | 1 # source file to test objdump's disassembly using various styles of 43 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
cp0sel-names.s | 1 # source file to test objdump's disassembly using various styles of 235 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|