Searched refs:destination (Results 51 - 75 of 261) sorted by relevance

1234567891011

/external/v8/src/compiler/
H A Dcode-generator.h80 InstructionOperand* destination) OVERRIDE;
82 InstructionOperand* destination) OVERRIDE;
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc286 unittest::TestEmptyMessage source, destination; local
288 destination.mutable_unknown_fields()->AddVarint(1, 1);
289 destination.mutable_unknown_fields()->AddVarint(3, 2);
293 destination.MergeFrom(source);
302 destination.DebugString());
328 unittest::TestAllTypes destination; local
329 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data));
331 TestUtil::ExpectAllFieldsSet(destination);
332 ASSERT_EQ(1, destination.unknown_fields().field_count());
334 destination
[all...]
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc73 // Extend to the destination type by shifting the significand and
92 // the correct adjusted exponent in the destination type.
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DBadResource.java126 public void copyTo(File destination) argument
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDelegatedData.java216 public void setSymlink(String sourcePath, Data destination) { argument
217 destination = unwrap(destination);
218 getDelegate().setSymlink(sourcePath, destination);
H A DData.java170 * Set the source node to be a symbolic link to the destination.
175 * Set the source node to be a symbolic link to the destination.
177 void setSymlink(String sourcePath, Data destination); argument
194 * @param toPath destination path for the deep copy.
H A DUnmodifiableData.java87 public void setSymlink(String sourcePath, Data destination) { argument
/external/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.h55 // register to its proper destination.
63 masm_.StackSlotMove(moves_[index].source(), moves_[index].destination());
/external/vogar/src/vogar/commands/
H A DJavac.java62 public Javac destination(File directory) { method in class:Javac
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_8x8_a9q.s76 @* UWORD8 pointer to the destination
82 @* integer destination stride[Not used]
161 @* UWORD8 pointer to the destination
167 @* integer destination stride
234 @* UWORD8 pointer to the destination
240 @* integer destination stride
314 @* UWORD8 pointer to the destination
320 @* integer destination stride
425 @* UWORD8 pointer to the destination
431 @* integer destination strid
[all...]
H A Dih264_weighted_bi_pred_a9q.s51 @* rounds off, adds offset and stores it in the destination block.
60 @* UWORD8 pointer to the destination where the output block is stored.
69 @* Stride of the destination buffer
199 vst1.32 d4[0], [r2], r5 @store row 1 in destination
200 vst1.32 d4[1], [r2], r5 @store row 2 in destination
201 vst1.32 d8[0], [r2], r5 @store row 3 in destination
202 vst1.32 d8[1], [r2], r5 @store row 4 in destination
253 vst1.8 d4, [r2], r5 @store row 1 in destination
254 vst1.8 d8, [r2], r5 @store row 2 in destination
256 vst1.8 d12, [r2], r5 @store row 3 in destination
[all...]
H A Dih264_intra_pred_luma_16x16_a9q.s75 @* UWORD8 pointer to the destination
81 @* integer destination stride
156 @* UWORD8 pointer to the destination
162 @* integer destination stride
234 @* UWORD8 pointer to the destination
240 @* integer destination stride
358 @* UWORD8 pointer to the destination
364 @* integer destination stride
/external/protobuf/python/google/protobuf/internal/
H A Dunknown_fields_test.py119 destination = unittest_pb2.TestEmptyMessage()
120 destination.ParseFromString(message.SerializeToString())
121 unknown_fields = destination._unknown_fields[:]
123 destination.MergeFrom(source)
125 destination._unknown_fields)
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealMatrix.java164 * @param destination The arrays where the submatrix data should be copied
167 * @exception IllegalArgumentException if the destination array is too small
170 double[][] destination)
179 * @param destination The arrays where the submatrix data should be copied
182 * @exception IllegalArgumentException if the destination array is too small
184 void copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination) argument
169 copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, double[][] destination) argument
H A DAbstractFieldMatrix.java332 final T[][] destination)
339 if ((destination.length < rowsCount) || (destination[0].length < columnsCount)) {
342 destination.length, destination[0].length,
367 destination[row - startRow][column - startColumn] = value;
375 public void copySubMatrix(int[] selectedRows, int[] selectedColumns, T[][] destination) argument
380 if ((destination.length < selectedRows.length) ||
381 (destination[0].length < selectedColumns.length)) {
384 destination
330 copySubMatrix(final int startRow, final int endRow, final int startColumn, final int endColumn, final T[][] destination) argument
[all...]
H A DAbstractRealMatrix.java306 final double[][] destination)
313 if ((destination.length < rowsCount) || (destination[0].length < columnsCount)) {
316 destination.length, destination[0].length,
341 destination[row - startRow][column - startColumn] = value;
349 public void copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination) argument
354 if ((destination.length < selectedRows.length) ||
355 (destination[0].length < selectedColumns.length)) {
358 destination
304 copySubMatrix(final int startRow, final int endRow, final int startColumn, final int endColumn, final double[][] destination) argument
[all...]
/external/bison/src/
H A Dgraphviz.c69 output_edge (int source, int destination, char const *label, argument
72 fprintf (fout, " %d -> %d [style=%s", source, destination, style);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... uninstallIU private String extraArguments private java.io.File destination private java.io.File bundlePool private java. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A DRSSFeedUtil.java115 * Copies all bytes in the given source stream to the given destination
122 * @param destination
123 * the given destination stream
125 public static void transferData(InputStream source, OutputStream destination) throws IOException argument
133 destination.write(buffer, 0, bytesRead);
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp351 int32_t ucol_sit_dumpSpecs(CollatorSpec *s, char *destination, int32_t capacity, UErrorCode *status) argument
361 uprv_strcat(destination, "_");
369 destination[len+j] = uprv_toupper(*(s->entries[i].start+j));
376 uprv_strncat(destination,s->entries[i].start, s->entries[i].len);
577 char *destination,
587 if(destination) {
588 uprv_memset(destination, 0, capacity*sizeof(char));
600 return ucol_sit_dumpSpecs(&s, destination, capacity, status);
576 ucol_normalizeShortDefinitionString(const char *definition, char *destination, int32_t capacity, UParseError *parseError, UErrorCode *status) argument
/external/lldb/examples/test/
H A Dusage-lldb-loggings32 print "with log destination:", dest
48 with log destination: /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt
53 with log destination: /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt
97 print "with log destination:", dest
113 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt
118 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc98 // destination buffer.
101 // destination buffer.
/external/vogar/src/vogar/android/
H A DAndroidSdk.java237 public void mv(File source, File destination) { argument
238 new Command(log, "adb", "shell", "mv", source.getPath(), destination.getPath()).execute();
245 public void cp(File source, File destination) { argument
247 new Command(log, "adb", "shell", "cat", source.getPath(), ">", destination.getPath())
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s302 @ CHECK-ERRORS: error: destination operands must be sequential
376 @ CHECK-ERRORS: error: destination operands must be sequential
379 @ CHECK-ERRORS: error: destination operands must be sequential
382 @ CHECK-ERRORS: error: destination operands must be sequential
564 @ CHECK-ERRORS: error: destination register and base register can't be identical
567 @ CHECK-ERRORS: error: destination register and base register can't be identical
570 @ CHECK-ERRORS: error: destination register and base register can't be identical
573 @ CHECK-ERRORS: error: destination register and base register can't be identical
576 @ CHECK-ERRORS: error: destination register and base register can't be identical
579 @ CHECK-ERRORS: error: destination registe
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1720 milliseconds

1234567891011