HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 376 - 400 of 3792) sorted by null

<<11121314151617181920>>

  /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/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/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...]
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp 426 static inline void storeLength(UInt8* destination, size_t length)
429 destination[0] = length >> 56;
430 destination[1] = length >> 48;
431 destination[2] = length >> 40;
432 destination[3] = length >> 32;
434 destination[0] = 0;
435 destination[1] = 0;
436 destination[2] = 0;
437 destination[3] = 0;
439 destination[4] = length >> 24
    [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.
OP_CMPL_FLOAT.S 7 * destination register based on the results of the comparison.
  /dalvik/vm/mterp/x86/
OP_CMP_LONG.S 6 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
  /development/ndk/platforms/android-3/include/netinet/
udp.h 39 u_int16_t uh_dport; /* destination port */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 32 * This class represents an output destination for data.
34 * output destination in a single object, which may include a URI, a byte stream
123 * destination. If the application knows the character encoding of the
136 * destination. If the application knows the character encoding of the
  /external/chromium/chrome/browser/
spellchecker_linux.cc 64 BrowserMessageFilter* destination) {}
spellchecker_win.cc 64 BrowserMessageFilter* destination) {}
  /external/chromium/net/udp/
udp_socket.h 26 // Read/Write // Reads/Writes all go to a single destination
  /external/chromium/third_party/libevent/
install-sh 128 echo "install: no destination specified"
134 # If destination is a directory, append the input filename; if your system
148 # Make sure that the destination directory exists.
230 # Now rename the file to the real destination.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 30 void *volatile *Destination,
38 long volatile *Destination, // NOLINT
43 void *volatile *Destination,
47 reinterpret_cast<long volatile*>(Destination), // NOLINT
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_shift_xor.c 23 @param Z The destination of the shift

Completed in 386 milliseconds

<<11121314151617181920>>