HomeSort by relevance Sort by last modified time
    Searched refs:into (Results 26 - 50 of 2794) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
relax-bposge.l 2 .*:6: Warning: relaxed out-of-range branch into a jump
3 .*:9: Warning: relaxed out-of-range branch into a jump
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
loc-2.s 1 # Check that a LOC before any code gets translated into the right
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
comment.s 1 # This test file is to see whether comments get written into listings
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-opcode-inval.s 21 into: label
22 into
x86-64-unwind.s 5 # Verify that switching back into .eh_frame does not change
  /external/guava/guava/src/com/google/common/hash/
Funnels.java 46 public void funnel(byte[] from, PrimitiveSink into) {
47 into.putBytes(from);
69 public void funnel(CharSequence from, PrimitiveSink into) {
70 into.putUnencodedChars(from);
95 public void funnel(CharSequence from, PrimitiveSink into) {
96 into.putString(from, charset);
146 public void funnel(Integer from, PrimitiveSink into) {
147 into.putInt(from);
172 public void funnel(Iterable<? extends E> from, PrimitiveSink into) {
174 elementFunnel.funnel(e, into);
    [all...]
Funnel.java 22 * An object which can send data from an object of type {@code T} into a {@code PrimitiveSink}.
32 * public void funnel(Person person, PrimitiveSink into) {
33 * into.putUnencodedChars(person.getFirstName())
46 * Sends a stream of data from the {@code from} object into the sink {@code into}. There
52 void funnel(T from, PrimitiveSink into);
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
StringMapFunnel.java 26 * A simple funnel that inserts string map entries into a funnel in iteration order.
32 public void funnel(Map<String, String> from, PrimitiveSink into) {
34 into.putUnencodedChars(entry.getKey())
  /developers/build/
build.gradle 105 into outputPath
110 into("${filetype[1]}") {
123 // Copy entire sample into output -- since it's already in Gradle format, we'll explicitly exclude content that
125 into outputPath
149 into("${samplegen.targetSampleModule()}/src/main/${filetype}") {
156 into ("${samplegen.targetSampleModule()}/src/main") {
185 into outputPathRoot
211 into("${outputPath}/src") {
224 into("${outputPath}/res") {
227 into("${outputPath}/src/rs")
    [all...]
  /external/vboot_reference/scripts/image_signing/
swap_rootfs.sh 14 This will put the root file system from src_image into dst_image.
29 echo "RootFS from ${SRC_IMAGE} was copied into ${DST_IMAGE}"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
relax-1.s 1 ; Test relaxation into non-zero offset to different segment.
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 207 Map<String, Object> into = new HashMap<String, Object>(); local
208 dump(into);
209 return into;
212 protected void dump(Map<String, Object> into) throws IOException {
213 into.put("URL", URL);
216 into.putAll(getParameterMap());
312 StringBuilder into = new StringBuilder(); local
314 into.append(" realm=\"").append(OAuth.percentEncode(realm)).append('"');
321 if (into.length() > 0) into.append(",")
343 StringBuilder into = new StringBuilder(); local
361 List<OAuth.Parameter> into = new ArrayList<OAuth.Parameter>(); local
    [all...]
  /external/flatbuffers/go/
encode.go 8 // A SOffsetT stores a signed offset into arbitrary data.
10 // A UOffsetT stores an unsigned offset into vector data.
128 // WriteByte encodes a little-endian uint8 into a byte slice.
133 // WriteBool encodes a little-endian bool into a byte slice.
141 // WriteUint8 encodes a little-endian uint8 into a byte slice.
146 // WriteUint16 encodes a little-endian uint16 into a byte slice.
152 // WriteUint32 encodes a little-endian uint32 into a byte slice.
160 // WriteUint64 encodes a little-endian uint64 into a byte slice.
167 // WriteInt8 encodes a little-endian int8 into a byte slice.
172 // WriteInt16 encodes a little-endian int16 into a byte slice
    [all...]
  /external/llvm/test/MC/Mips/
macro-bcc-imm-bad.s 11 blt $a2, 16, foo # ALL: :[[@LINE]]:5: warning: macro instruction expanded into multiple instructions
12 # ALL-NOT: :[[@LINE-1]]:5: warning: macro instruction expanded into multiple instructions
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
mode5.s 2 | Test conversion of mode 5 addressing with a zero offset into mode 2.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
rodata-merge-map3.s 2 @ be partially merged into the 1st contribution (from
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tlsopt2.s 4 # feed into one __tls_get_addr call.
tlsopt2_32.s 4 # feed into one __tls_get_addr call.
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/globallib/
global.go 7 // Data is large enough to that offsets into it do not fit into
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/globallib/
global.go 7 // Data is large enough to that offsets into it do not fit into
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
movi.s 20 # because it was failing to take the %lo relocation into account.
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 77 protected void dump(Map<String, Object> into) throws IOException
79 super.dump(into);
80 http.dump(into);
  /frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
RewriteRuleTest.kt 30 .into("A/C")
37 .into("A/C")
44 .into("A/C/D")
51 .into("A/C\$D")
58 .into("A/C\$D")
90 fun into(expectedResult: String) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_ldr_immediate_highregs_armv6t2.s 5 # These must be encoded into mov.w despite constant and register being
15 # These shall be encoded into mov.w since register cannot be encoded in
23 # These shall be encoded into movw since immediate cannot be encoded
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
ArmV7Support.asm 74 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
76 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
82 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
84 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
103 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
109 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
111 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
118 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
120 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
127 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
    [all...]

Completed in 2152 milliseconds

12 3 4 5 6 7 8 91011>>