HomeSort by relevance Sort by last modified time
    Searched refs:into (Results 1 - 25 of 987) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/
build.gradle 24 into 'lib'
27 into 'lib'
  /external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java 36 public void dump(Map<String, Object> into) throws IOException {
37 super.dump(into);
38 into.put(STATUS_CODE, Integer.valueOf(getStatusCode()));
41 into.put(LOCATION, location);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
set-nomacro.s 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instruction
    [all...]
set-nomacro-micromips.s 7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
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
  /external/llvm/test/MC/Mips/
set-nomacro-micromips.s 7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
set-nomacro.s 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instruction
    [all...]
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
  /external/perfetto/test/trace_processor/
span_left_join_left_unpartitioned.sql 16 -- Insert some rows into t2 which are in part 0 and 1 but before t1's rows.
17 INSERT INTO t2(ts, dur, part, b)
23 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
24 INSERT INTO t1(ts, dur, a)
31 -- Insert a row into t2 which should be split up by t1's first row.
32 INSERT INTO t2(ts, dur, part, b) VALUES (50, 200, 1, 444);
34 -- Insert a row into t2 should should be completely covered by t1's first row.
35 INSERT INTO t2(ts, dur, part, b) VALUES (300, 100, 1, 555);
37 -- Insert a row into t2 which should span between t1's first and second rows.
38 INSERT INTO t2(ts, dur, part, b) VALUES (400, 250, 1, 666)
    [all...]
span_left_join.sql 17 -- Insert some rows into t2 which are in part 0 and 1 but before t1's rows.
18 INSERT INTO t2(ts, dur, part, b)
24 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
25 INSERT INTO t1(ts, dur, part, a)
36 -- Insert a row into t2 which should be split up by t1's first row.
37 INSERT INTO t2(ts, dur, part, b) VALUES (50, 200, 1, 444);
39 -- Insert a row into t2 should should be completely covered by t1's first row.
40 INSERT INTO t2(ts, dur, part, b) VALUES (300, 100, 1, 555);
42 -- Insert a row into t2 which should span between t1's first and second rows.
43 INSERT INTO t2(ts, dur, part, b) VALUES (400, 250, 1, 666)
    [all...]
span_outer_join.sql 17 -- Insert some rows into t2 which are in part 0 and 1 but before t1's rows.
18 INSERT INTO t2(ts, dur, part, b)
24 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
25 INSERT INTO t1(ts, dur, part, a)
36 -- Insert a row into t2 which should be split up by t1's first row.
37 INSERT INTO t2(ts, dur, part, b) VALUES (50, 200, 1, 444);
39 -- Insert a row into t2 should should be completely covered by t1's first row.
40 INSERT INTO t2(ts, dur, part, b) VALUES (300, 100, 1, 555);
42 -- Insert a row into t2 which should span between t1's first and second rows.
43 INSERT INTO t2(ts, dur, part, b) VALUES (400, 250, 1, 666)
    [all...]
span_left_join_unpartitioned.sql 15 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
16 INSERT INTO t1(ts, dur, a)
23 -- Insert a row into t2 which should be split up by t1's first row.
24 INSERT INTO t2(ts, dur, b) VALUES (50, 200, 111);
26 -- Insert a row into t2 should should be completely covered by t1's first row.
27 INSERT INTO t2(ts, dur, b) VALUES (300, 100, 222);
29 -- Insert a row into t2 which should span between t1's first and second rows.
30 INSERT INTO t2(ts, dur, b) VALUES (400, 250, 333);
span_left_join_left_partitioned.sql 16 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
17 INSERT INTO t1(ts, dur, part, a)
25 -- Then insert some rows into t2.
26 INSERT INTO t2(ts, dur, b)
  /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 100 into outputPath
105 into("${filetype[1]}") {
118 // Copy entire sample into output -- since it's already in Gradle format, we'll explicitly exclude content that
120 into outputPath
144 into("${samplegen.targetSampleModule()}/src/main/${filetype}") {
151 into ("${samplegen.targetSampleModule()}/src/main") {
180 into outputPathRoot
206 into("${outputPath}/src") {
219 into("${outputPath}/res") {
222 into("${outputPath}/src/rs")
    [all...]
  /external/tensorflow/tensorflow/compiler/plugin/
README.md 4 integrated into the public repository.
9 For integration into the unit test system, see the files:
  /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}"
  /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/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);
  /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...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 52 # Pass BFV into the PEI Core
57 # Pass stack base into the PEI Core
62 # Pass stack size into the PEI Core
67 # Pass Control into the PEI Core
  /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.
134 // WriteByte encodes a little-endian uint8 into a byte slice.
139 // WriteBool encodes a little-endian bool into a byte slice.
147 // WriteUint8 encodes a little-endian uint8 into a byte slice.
152 // WriteUint16 encodes a little-endian uint16 into a byte slice.
159 // WriteUint32 encodes a little-endian uint32 into a byte slice.
168 // WriteUint64 encodes a little-endian uint64 into a byte slice.
181 // WriteInt8 encodes a little-endian int8 into a byte slice.
186 // WriteInt16 encodes a little-endian int16 into a byte slice
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keycodes.c 254 MergeIncludedKeycodes(KeyNamesInfo *into, KeyNamesInfo *from,
258 into->errorCount += from->errorCount;
262 if (into->name == NULL) {
263 into->name = from->name;
268 if (darray_empty(into->key_names)) {
269 into->key_names = from->key_names;
271 into->min_key_code = from->min_key_code;
272 into->max_key_code = from->max_key_code;
275 if (darray_size(into->key_names) < darray_size(from->key_names))
276 darray_resize0(into->key_names, darray_size(from->key_names))
    [all...]

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>