HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 101 - 125 of 5294) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_iprange.h 8 IPRANGE_DST = 1 << 1, /* match destination IP address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_iprange.h 9 IPRANGE_DST = 1 << 1, /* match destination IP address */
  /external/valgrind/memcheck/tests/
overlap.stderr.exp 1 Source and destination overlap in memcpy(0x........, 0x........, 21)
5 Source and destination overlap in memcpy(0x........, 0x........, 21)
9 Source and destination overlap in strncpy(0x........, 0x........, 21)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
17 Source and destination overlap in strcpy(0x........, 0x........)
21 Source and destination overlap in strncat(0x........, 0x........, 21)
25 Source and destination overlap in strncat(0x........, 0x........, 21)
  /external/jetty/src/java/org/eclipse/jetty/client/
SocketConnector.java 50 public void startConnection(final HttpDestination destination) throws IOException
52 Socket socket= destination.isSecure()
53 ? destination.getSslContextFactory().newSslSocket()
59 Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress();
65 connection.setDestination(destination);
66 destination.onNewConnection(connection);
92 destination.onException(e);
99 destination.returnConnection(connection,true)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ParcelableConference.java 156 public void writeToParcel(Parcel destination, int flags) {
157 destination.writeParcelable(mPhoneAccount, 0);
158 destination.writeInt(mState);
159 destination.writeInt(mConnectionCapabilities);
160 destination.writeList(mConnectionIds);
161 destination.writeLong(mConnectTimeMillis);
162 destination.writeStrongBinder(
164 destination.writeInt(mVideoState);
165 destination.writeParcelable(mStatusHints, 0);
166 destination.writeBundle(mExtras)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateDestinationBlockedAction.java 34 final String destination);
79 final String destination, final boolean blocked, final String conversationId,
85 new UpdateDestinationBlockedAction(destination, blocked, conversationId,
92 private static final String KEY_DESTINATION = "destination";
96 final String destination, final boolean blocked, final String conversationId,
99 Assert.isTrue(!TextUtils.isEmpty(destination));
100 actionParameters.putString(KEY_DESTINATION, destination);
107 final String destination = actionParameters.getString(KEY_DESTINATION); local
111 BugleDatabaseOperations.updateDestination(db, destination, isBlocked);
114 .getConversationFromOtherParticipantDestination(db, destination);
    [all...]
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/
strings.xml 32 <item>Destination (DST)</item>
33 <item>Destination atop (DST_ATOP)</item>
34 <item>Destination in (DST_IN)</item>
35 <item>Destination out (DST_OUT)</item>
36 <item>Destination over (DST_OVER)</item>
  /developers/samples/android/ui/DrawableTinting/Application/src/main/res/values/
strings.xml 32 <item>Destination (DST)</item>
33 <item>Destination atop (DST_ATOP)</item>
34 <item>Destination in (DST_IN)</item>
35 <item>Destination out (DST_OUT)</item>
36 <item>Destination over (DST_OVER)</item>
  /development/samples/browseable/DrawableTinting/res/values/
strings.xml 32 <item>Destination (DST)</item>
33 <item>Destination atop (DST_ATOP)</item>
34 <item>Destination in (DST_IN)</item>
35 <item>Destination out (DST_OUT)</item>
36 <item>Destination over (DST_OVER)</item>
  /external/icu/icu4c/source/tools/gencnval/
gencnval.1.in 29 .BI "\-d\fP, \fB\-\-destdir" " destination"
67 .BI "\-d\fP, \fB\-\-destdir" " destination"
68 Set the destination directory to
69 .IR destination .
70 The default destination directory is specified by the environment variable
  /external/lz4/cmake_unofficial/
CMakeLists.txt 38 install(TARGETS lz4 RUNTIME DESTINATION "bin/")
40 install(TARGETS lz4c RUNTIME DESTINATION "bin/")
52 LIBRARY DESTINATION lib
53 ARCHIVE DESTINATION lib
59 DESTINATION include
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
ComposedData.java 39 * Copy the code points in the typed word to a destination array of ints.
44 * @param destination the array of ints.
48 @Nonnull final int[] destination) {
60 if (codePointSize > destination.length) {
63 return StringUtils.copyCodePointsAndReturnCodePointCount(destination, mTypedWord, 0,
  /external/tcpdump/
aodv.h 42 u_int32_t rreq_da; /* destination IPv4 address */
43 u_int32_t rreq_ds; /* destination sequence number */
54 struct in6_addr rreq_da; /* destination IPv6 address */
55 u_int32_t rreq_ds; /* destination sequence number */
65 u_int32_t rreq_ds; /* destination sequence number */
67 struct in6_addr rreq_da; /* destination IPv6 address */
75 #define RREQ_DEST 0x10 /* destination only */
76 #define RREQ_UNKNOWN 0x08 /* unknown destination sequence num */
84 u_int32_t rrep_da; /* destination IPv4 address */
85 u_int32_t rrep_ds; /* destination sequence number *
    [all...]
  /libcore/luni/src/main/java/java/io/
PipedWriter.java 29 private PipedReader destination; field in class:PipedWriter
43 * Constructs a new {@code PipedWriter} connected to {@code destination}.
44 * Any data written to this writer can be read from {@code destination}.
46 * @param destination
49 * if {@code destination} is already connected.
51 public PipedWriter(PipedReader destination) throws IOException {
52 super(destination);
53 connect(destination);
66 PipedReader reader = destination;
70 destination = null
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 53 /** Destination for this contact entry. Would be an email address or a phone number. */
55 /** Type of the destination like {@link Email#TYPE_HOME} */
58 * Label of the destination which will be used when type was {@link Email#TYPE_CUSTOM}.
66 /** ID for the destination */
82 protected RecipientEntry(int entryType, String displayName, String destination,
89 mDestination = destination;
142 * to avoid confusion and just use the destination instead.
145 String destination) {
146 return (displayNameSource > DisplayNameSources.PHONE) ? displayName : destination;
162 String destination, int destinationType, String destinationLabel, long contactId
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
CMakeLists.txt 5 DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers)
61 RUNTIME DESTINATION ${OPENJPEG_INSTALL_BIN_DIR} COMPONENT Applications
62 LIBRARY DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
63 ARCHIVE DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
68 DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers
75 DESTINATION ${OPENJPEG_INSTALL_MAN_DIR}/man3)
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 31 final String destination, final int destinationType, final String destinationLabel,
35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId,
40 final int displayNameSource, final String destination, final int destinationType,
44 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType,
50 final int displayNameSource, final String destination, final int destinationType,
54 return new BugleRecipientEntry(ENTRY_TYPE_PERSON, displayName, destination, destinationType,
  /system/vold/tests/
VolumeManager_test.cpp 45 << "Should return NULL and set errno to ESPIPE when destination buffer is NULL";
47 << "Should return NULL and set errno to ESPIPE when destination buffer length is 0";
52 << "Should not return NULL on valid source, destination, and destination size";
59 << "Should not return NULL on valid source, destination, and destination size";
  /bionic/tests/
fortify_compilation_test.cpp 34 // GCC: warning: call to int __builtin___sprintf_chk(char*, int, {{(long )?}}unsigned int, const char*, ...) will always overflow destination buffer
39 // GCC: warning: call to int __builtin___sprintf_chk(char*, int, {{(long )?}}unsigned int, const char*, ...) will always overflow destination buffer
48 // GCC: warning: call to int __builtin___snprintf_chk(char*, {{(long )?}}unsigned int, int, {{(long )?}}unsigned int, const char*, ...) will always overflow destination buffer
53 // GCC: warning: call to int __builtin___snprintf_chk(char*, {{(long )?}}unsigned int, int, {{(long )?}}unsigned int, const char*, ...) will always overflow destination buffer
58 // GCC: warning: call to int __builtin___snprintf_chk(char*, {{(long )?}}unsigned int, int, {{(long )?}}unsigned int, const char*, ...) will always overflow destination buffer
63 // GCC: warning: call to int __builtin___snprintf_chk(char*, {{(long )?}}unsigned int, int, {{(long )?}}unsigned int, const char*, ...) will always overflow destination buffer
72 // GCC: warning: call to void* __builtin___memcpy_chk(void*, const void*, {{(long )?}}unsigned int, {{(long )?}}unsigned int) will always overflow destination buffer
81 // GCC: warning: call to void* __builtin___memmove_chk(void*, const void*, {{(long )?}}unsigned int, {{(long )?}}unsigned int) will always overflow destination buffer
90 // GCC: warning: call to void* __builtin___memset_chk(void*, int, {{(long )?}}unsigned int, {{(long )?}}unsigned int) will always overflow destination buffer
99 // GCC: warning: call to {{(char\* __builtin___strcpy_chk\(char\*, const char\*, unsigned int\))|(void\* __builtin___memcpy_chk\(void\*, const void\*, (long )?unsigned int, (long )?unsigned int\))}} will always overflow destination buffe
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
RggbChannelVector.java 133 * Copy the vector into the destination in the order {@code [R, Geven, Godd, B]}.
135 * @param destination
142 * If {@code destination} was {@code null}
144 * If there's not enough room to write the elements at the specified destination and
147 public void copyTo(final float[] destination, final int offset) {
148 checkNotNull(destination, "destination must not be null");
149 if (destination.length - offset < COUNT) {
150 throw new ArrayIndexOutOfBoundsException("destination too small to fit elements");
153 destination[offset + RED] = mRed
    [all...]
  /external/iptables/extensions/
libipt_SAME.man 3 source-/destination-address for each connection.
12 Don't use the destination-ip in the calculations when selecting the
  /external/llvm/test/MC/Mips/mips32r2/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips32r3/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips32r5/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
  /external/llvm/test/MC/Mips/mips64r2/
invalid.s 9 jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different
10 jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different

Completed in 1020 milliseconds

1 2 3 45 6 7 8 91011>>