Searched refs:destination (Results 26 - 50 of 261) sorted by relevance

1234567891011

/external/nist-sip/java/gov/nist/javax/sip/
H A DLogRecordFactory.java20 * @param destination -- host:port of the destination of the message.
34 String destination, long timeStamp, boolean isSender,
33 createLogRecord(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal) argument
/external/skia/src/animator/
H A DSkMatrixParts.cpp161 SK_MEMBER(destination, Rect),
170 source(NULL), destination(NULL) {
177 if (source == NULL || destination == NULL)
180 temp.setRectToRect(source->fRect, destination->fRect,
198 if (destination) {
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
201 destination->dump(maker);
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
214 SkASSERT(destination == NULL);
215 return getMember("destination");
[all...]
H A DSkMatrixParts.h99 SkDrawRect* destination; member in class:SkRectToRect
114 SkPolygon* destination; member in class:SkPolyToPoly
/external/libavc/common/arm/
H A Dih264_default_weighted_pred_a9q.s51 @* stores it in the destination block.
60 @* UWORD8 pointer to the destination where the output block is stored.
69 @* Stride of the destination buffer
136 vst1.32 d0[0], [r2], r5 @load row 1 in destination
137 vst1.32 d0[1], [r2], r5 @load row 2 in destination
139 vst1.32 d1[0], [r2], r5 @load row 3 in destination
140 vst1.32 d1[1], [r2], r5 @load row 4 in destination
160 vst1.8 d0, [r2], r5 @load row 1 in destination
162 vst1.8 d1, [r2], r5 @load row 2 in destination
163 vst1.8 d2, [r2], r5 @load row 3 in destination
[all...]
H A Dih264_weighted_pred_a9q.s51 @* off, adds offset and stores it in the destination block.
57 @* UWORD8 pointer to the destination where the output block is stored.
63 @* Stride of the destination buffer
157 vst1.32 d4[0], [r1], r3 @store row 1 in destination
158 vst1.32 d4[1], [r1], r3 @store row 2 in destination
159 vst1.32 d6[0], [r1], r3 @store row 3 in destination
160 vst1.32 d6[1], [r1], r3 @store row 4 in destination
196 vst1.8 d4, [r1], r3 @store row 1 in destination
197 vst1.8 d6, [r1], r3 @store row 2 in destination
199 vst1.8 d8, [r1], r3 @store row 3 in destination
[all...]
H A Dih264_intra_pred_luma_4x4_a9q.s71 @* UWORD8 pointer to the destination
77 @* integer destination stride
144 @* UWORD8 pointer to the destination
150 @* integer destination stride
226 @* UWORD8 pointer to the destination
232 @* integer destination stride
365 @* UWORD8 pointer to the destination
371 @* integer destination stride
447 @* UWORD8 pointer to the destination
453 @* integer destination strid
[all...]
/external/jetty/src/java/org/eclipse/jetty/client/
H A DRedirectListener.java43 public RedirectListener(HttpDestination destination, HttpExchange ex) argument
49 _destination = destination;
126 // destination may have changed
128 HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isHttps);
130 if (_destination==destination)
161 destination.send(_exchange);
H A DSelectConnector.java67 public void startConnection( HttpDestination destination )
74 Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress();
81 _selectorManager.register( channel, destination );
87 _selectorManager.register(channel,destination);
88 ConnectTimeout connectTimeout = new ConnectTimeout(channel,destination);
97 destination.onConnectionFailed(ex);
103 destination.onConnectionFailed(ex);
149 // key should have destination a
215 private final HttpDestination destination; field in class:SelectConnector.ConnectTimeout
217 ConnectTimeout(SocketChannel channel, HttpDestination destination) argument
[all...]
H A DHttpClient.java66 * same host, port and protocol. A destination may limit the number of connections
68 * be allocated from a destination, so that multiple request sources are not multiplexed
163 HttpDestination destination = getDestination(exchange.getAddress(), ssl);
164 destination.send(exchange);
249 HttpDestination destination = _destinations.get(remote);
250 if (destination == null)
252 destination = new HttpDestination(this, remote, ssl, sslContextFactory);
255 destination.setProxy(_proxy);
257 destination.setProxyAuthentication(_proxyAuthentication);
259 HttpDestination other =_destinations.putIfAbsent(remote, destination);
479 startConnection(HttpDestination destination) argument
[all...]
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc794 InstructionOperand* destination) {
796 // Dispatch on the source and destination operand kinds. Not all
799 DCHECK(destination->IsRegister() || destination->IsStackSlot());
801 Operand dst = g.ToOperand(destination);
804 DCHECK(destination->IsRegister() || destination->IsStackSlot());
806 if (destination->IsRegister()) {
807 Register dst = g.ToRegister(destination);
810 Operand dst = g.ToOperand(destination);
793 AssembleMove(InstructionOperand* source, InstructionOperand* destination) argument
882 AssembleSwap(InstructionOperand* source, InstructionOperand* destination) argument
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc22 if (!it->IsRedundant()) write(it->destination(), copy.read(it->source()));
66 InstructionOperand destination(it->second.first, it->second.second);
67 os << MoveOperands(&source, &destination);
80 InstructionOperand* destination) OVERRIDE {
82 moves.push_back(MoveOperands(source, destination));
87 InstructionOperand* destination) OVERRIDE {
89 moves.push_back(MoveOperands(source, destination));
90 moves.push_back(MoveOperands(destination, source));
116 if (!mo.IsRedundant() && seen.find(mo.destination()) == seen.end()) {
117 parallel_move->AddMove(mo.source(), mo.destination(), main_zon
[all...]
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc700 InstructionOperand* destination) {
702 // Dispatch on the source and destination operand kinds. Not all
705 DCHECK(destination->IsRegister() || destination->IsStackSlot());
707 if (destination->IsRegister()) {
708 __ mov(g.ToRegister(destination), src);
710 __ str(src, g.ToMemOperand(destination));
713 DCHECK(destination->IsRegister() || destination->IsStackSlot());
715 if (destination
699 AssembleMove(InstructionOperand* source, InstructionOperand* destination) argument
780 AssembleSwap(InstructionOperand* source, InstructionOperand* destination) argument
[all...]
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc721 InstructionOperand* destination) {
723 // Dispatch on the source and destination operand kinds. Not all
726 DCHECK(destination->IsRegister() || destination->IsStackSlot());
728 if (destination->IsRegister()) {
729 __ Mov(g.ToRegister(destination), src);
731 __ Str(src, g.ToMemOperand(destination, masm()));
735 DCHECK(destination->IsRegister() || destination->IsStackSlot());
736 if (destination
720 AssembleMove(InstructionOperand* source, InstructionOperand* destination) argument
795 AssembleSwap(InstructionOperand* source, InstructionOperand* destination) argument
[all...]
/external/jetty/src/java/org/eclipse/jetty/client/security/
H A DHashRealmResolver.java40 public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOException argument
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc250 RepeatedField<int> source, destination; local
253 destination.Add(1);
254 destination.Add(2);
255 destination.Add(3);
257 destination.MergeFrom(source);
259 ASSERT_EQ(5, destination.size());
260 EXPECT_EQ(1, destination.Get(0));
261 EXPECT_EQ(2, destination.Get(1));
262 EXPECT_EQ(3, destination.Get(2));
263 EXPECT_EQ(4, destination
276 RepeatedField<int> source, destination; local
327 RepeatedField<int> source, destination; local
696 RepeatedPtrField<string> source, destination; local
722 RepeatedPtrField<string> source, destination; local
792 RepeatedPtrField<string> source, destination; local
[all...]
H A Dextension_set_unittest.cc343 unittest::TestAllTypes destination; local
351 EXPECT_TRUE(destination.ParseFromString(data));
352 TestUtil::ExpectAllFieldsSet(destination);
364 unittest::TestAllTypes destination; local
375 EXPECT_TRUE(destination.ParseFromString(data));
376 TestUtil::ExpectAllFieldsSet(destination);
387 unittest::TestPackedTypes destination; local
395 EXPECT_TRUE(destination.ParseFromString(data));
396 TestUtil::ExpectPackedFieldsSet(destination);
408 unittest::TestPackedTypes destination; local
426 unittest::TestAllExtensions destination; local
439 unittest::TestPackedExtensions destination; local
450 unittest::TestUnpackedExtensions destination; local
471 unittest::TestPackedExtensions destination; local
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc874 InstructionOperand* destination) {
876 // Dispatch on the source and destination operand kinds. Not all
879 DCHECK(destination->IsRegister() || destination->IsStackSlot());
881 if (destination->IsRegister()) {
882 __ movq(g.ToRegister(destination), src);
884 __ movq(g.ToOperand(destination), src);
887 DCHECK(destination->IsRegister() || destination->IsStackSlot());
889 if (destination
873 AssembleMove(InstructionOperand* source, InstructionOperand* destination) argument
958 AssembleSwap(InstructionOperand* source, InstructionOperand* destination) argument
[all...]
/external/sfntly/cpp/src/test/
H A Dopen_type_data_test.cc56 WritableFontDataPtr destination = new WritableFontData(destination_array); local
58 int32_t length = source->CopyTo(destination);
/external/v8/tools/testrunner/local/
H A Dutils.py117 def URLRetrieve(source, destination):
120 with open(destination, 'w') as f:
/external/vogar/src/vogar/android/
H A DDeviceFileCache.java55 public void copyFromCache(String key, File destination) { argument
57 androidSdk.cp(cachedFile, destination);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) argument
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteralByteStringTest.java131 byte[] destination = new byte[destinationOffset + length];
133 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length);
136 stillEqual = referenceBytes[i + sourceOffset] == destination[i + destinationOffset];
144 byte[] destination = new byte[destinationOffset + length];
148 stringUnderTest.copyTo(destination, stringUnderTest.size() + 1 - length,
158 stringUnderTest.copyTo(destination, -1, destinationOffset, length);
167 stringUnderTest.copyTo(destination, 0, -1, length);
176 stringUnderTest.copyTo(destination, 0, 0, -1);
185 stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length);
194 stringUnderTest.copyTo(destination,
[all...]
/external/skia/include/core/
H A DSkImageGenerator.h23 * the generator. If it succeeds, it will modify destination
29 * installed into destination is destroyed, it will call
33 * @param destination Upon success, this bitmap will be
38 SK_API bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination);
41 * On success, installs a discardable pixelref into destination, based on encoded data.
44 SK_API bool SkInstallDiscardablePixelRef(SkData* encoded, SkBitmap* destination);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
H A Dpde-ant.jar ... doExportSource public void setDestination (java.lang.String) String destination public void setFilename (java.lang.String) String filename ...
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DFileResource.java386 public void copyTo(File destination) argument
391 IO.copyDir(getFile(),destination);
395 if (destination.exists())
396 throw new IllegalArgumentException(destination+" exists");
397 IO.copy(getFile(),destination);

Completed in 1907 milliseconds

1234567891011