HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 576 - 600 of 5499) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_8x.c 38 * iDstStep - Step of the destination buffer.
43 * pDstPred - Pointer to the destination buffer. 8-byte aligned.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_PredictIntraDC4x4.c 34 * [in] dstStep Step of the destination buffer
36 * [out] pDst Pointer to the destination buffer
omxVCM4P10_Average_4x.c 36 * iDstStep - Step of the destination buffer; must be a multiple of 4.
41 * pDstPred - Pointer to the destination buffer. 4-byte alignment required.
omxVCM4P10_InvTransformResidualAndAdd.c 37 * iDstReconStep - Step of the destination reconstruction buffer; must be a
44 * pDstRecon -Pointer to the destination reconstruction buffer. 4-byte
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 79 int destination,
87 if (destination == Downloads.Impl.DESTINATION_FILE_URI) {
90 base = storageManager.locateDestinationDirectory(mimeType, destination,
93 destination);
95 storageManager.verifySpace(destination, path, contentLength);
99 path = getFullPath(path, mimeType, destination, base);
103 static String getFullPath(String filename, String mimeType, int destination, File base)
108 if (destination == Downloads.Impl.DESTINATION_FILE_URI) {
109 // Destination is explicitly set - do not change the extension
122 extension = chooseExtensionFromFilename(mimeType, destination, filename, dotIndex)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
62 "destination buffer");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tr.h 39 __u8 daddr[TR_ALEN]; /* destination address */
48 __u8 dsap; /* destination SAP */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
62 "destination buffer");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 39 __u8 daddr[TR_ALEN]; /* destination address */
48 __u8 dsap; /* destination SAP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
62 "destination buffer");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 39 __u8 daddr[TR_ALEN]; /* destination address */
48 __u8 dsap; /* destination SAP */
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.jd 133 <li>"<code>vAA</code>" is the destination register (implied by the
134 operation; again, the rule is that destination arguments always come
182 <td><code>A:</code> destination register (4 bits)<br/>
189 <td><code>A:</code> destination register (8 bits)<br/>
196 <td><code>A:</code> destination register (16 bits)<br/>
203 <td><code>A:</code> destination register pair (4 bits)<br/>
216 <td><code>A:</code> destination register pair (8 bits)<br/>
227 <td><code>A:</code> destination register pair (16 bits)<br/>
238 <td><code>A:</code> destination register (4 bits)<br/>
245 <td><code>A:</code> destination register (8 bits)<br/
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
LiteralByteStringTest.java 131 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, 0, 2 * destination.length, length)
    [all...]
  /external/icu4c/i18n/
unum.cpp 180 // NULL destination for pure preflighting: empty dummy string
181 // otherwise, alias the destination buffer
213 // NULL destination for pure preflighting: empty dummy string
214 // otherwise, alias the destination buffer
264 // Alias the destination buffer.
290 // NULL destination for pure preflighting: empty dummy string
291 // otherwise, alias the destination buffer
538 // NULL destination for pure preflighting: empty dummy string
539 // otherwise, alias the destination buffer
661 // NULL destination for pure preflighting: empty dummy strin
    [all...]
  /external/iproute2/man/man8/
ip-route.8 256 the destination prefix of the route. If
344 the MTU along the path to the destination. If the modifier
377 destination. Values are specified as with
393 the initial congestion window size for connections to this destination.
400 the initial receive window size for connections to this destination.
409 (If the path to these destination is asymmetric, this guess may be wrong.)
413 Maximal reordering on the path to this destination.
657 this command gets a single route to a destination and prints its
662 the destination address.
702 to output packets towards the requested destination
    [all...]
ip-route.8.in 256 the destination prefix of the route. If
344 the MTU along the path to the destination. If the modifier
377 destination. Values are specified as with
393 the initial congestion window size for connections to this destination.
400 the initial receive window size for connections to this destination.
409 (If the path to these destination is asymmetric, this guess may be wrong.)
413 Maximal reordering on the path to this destination.
657 this command gets a single route to a destination and prints its
662 the destination address.
702 to output packets towards the requested destination
    [all...]
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 281 unittest::TestEmptyMessage source, destination; local
283 destination.mutable_unknown_fields()->AddVarint(1, 1);
284 destination.mutable_unknown_fields()->AddVarint(3, 2);
288 destination.MergeFrom(source);
297 destination.DebugString());
314 unittest::TestAllTypes destination; local
315 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data));
317 TestUtil::ExpectAllFieldsSet(destination);
318 ASSERT_EQ(1, destination.unknown_fields().field_count());
320 destination.unknown_fields().field(0).type())
    [all...]
repeated_field_unittest.cc 215 RepeatedField<int> source, destination; local
220 destination.Add(1);
221 destination.Add(2);
222 destination.Add(3);
224 destination.MergeFrom(source);
226 ASSERT_EQ(5, destination.size());
228 EXPECT_EQ(1, destination.Get(0));
229 EXPECT_EQ(2, destination.Get(1));
230 EXPECT_EQ(3, destination.Get(2));
231 EXPECT_EQ(4, destination.Get(3))
519 RepeatedPtrField<string> source, destination; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 183 String destination; local
185 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
187 destination = "FF:FF:FF:00:00:00";
190 isWhitelisted(destination);
272 values.put(BluetoothShare.DESTINATION, destination);
556 String destination; local
558 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
560 destination = "FF:FF:FF:00:00:00";
563 isWhitelisted(destination);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 148 public final String destination; field in class:BaseRecipientAdapter.TemporaryEntry
159 String destination,
168 this.destination = destination;
180 this.destination = cursor.getString(Queries.Query.DESTINATION);
470 * First, each destination (an email address or a phone number) with a valid contactId is
680 if (existingDestinations.contains(entry.destination)) {
684 existingDestinations.add(entry.destination);
690 entry.destination, entry.destinationType, entry.destinationLabel
948 String destination = entry.getDestination(); local
    [all...]
  /bionic/libc/include/netinet/
udp.h 39 u_int16_t uh_dport; /* destination port */
  /build/tools/acp/
acp.c 84 "acp: destination directory '%s' does not exist\n",
97 "acp: destination '%s' is not a directory\n",
152 * Copy the source to the destination.
226 fprintf(stderr, "acp: missing destination file\n");
  /dalvik/vm/mterp/arm-vfp/
OP_CMPG_DOUBLE.S 7 * destination register based on the results of the comparison.
OP_CMPG_FLOAT.S 7 * destination register based on the results of the comparison.
OP_CMPL_DOUBLE.S 7 * destination register based on the results of the comparison.

Completed in 1011 milliseconds

<<21222324252627282930>>