HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 251 - 275 of 7124) sorted by null

<<11121314151617181920>>

  /external/iproute2/man/man8/
tc-flower.8 61 Match on source or destination MAC address.
80 Match on source or destination IP address.
89 Match on layer 4 protocol source or destination port number. Only available for
  /external/parameter-framework/upstream/bindings/c/
CMakeLists.txt 36 DESTINATION "include/parameter/c")
46 install(TARGETS cparameter LIBRARY DESTINATION lib RUNTIME DESTINATION bin)
  /external/skia/include/client/android/
SkAvoidXfermode.h 27 /** This xfermode draws, or doesn't draw, based on the destination's
32 Avoid: In this mode, drawing is allowed only on destination pixels that
37 Target: In this mode, drawing only occurs on destination pixels that
  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 21 if (!m->IsRedundant()) write(m->destination(), copy.read(m->source()));
117 InstructionOperand destination = FromKey(it->second); local
118 MoveOperands mo(source, destination);
135 InstructionOperand* destination) override {
137 moves->AddMove(*source, *destination);
142 InstructionOperand* destination) override {
144 moves->AddMove(*source, *destination);
145 moves->AddMove(*destination, *source);
172 if (!mo.IsRedundant() && seen.find(mo.destination()) == seen.end()) {
173 parallel_move->AddMove(mo.source(), mo.destination());
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/
AesCtrDecryptor.cpp 31 uint8_t* destination,
49 memcpy(destination + offset, source + offset,
55 AES_ctr128_encrypt(source + offset, destination + offset,
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
DuckTypingDispatcher.java 32 * @param <T> destination dispatch type, methods will be converted to the class of {@code T}
41 * @param target destination dispatch type, methods will be redirected to this dispatcher
42 * @param targetClass destination dispatch class, methods will be converted to this class's
  /libcore/ojluni/src/main/java/java/net/
DatagramSocketImpl.java 68 * destination address to send the packet to.
73 * to a currently unreachable destination. Note, there is no guarantee that
79 * Connects a datagram socket to a remote destination. This associates the remote
80 * address with the local socket so that datagrams may only be sent to this destination
81 * and received from this destination. This may be overridden to call a native
84 * <p>If the remote destination to which the socket is connected does not
85 * exist, or is otherwise unreachable, and if an ICMP destination unreachable
92 * connected to the remote destination
98 * Disconnects a datagram socket from its remote destination.
110 * to a currently unreachable destination. Note, there is no guarantee that th
    [all...]
  /packages/apps/Gallery2/jni/filters/
bwfilter.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
24 unsigned char * rgb = (unsigned char * )destination;
contrast.c 41 char* destination = 0; local
42 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
43 unsigned char * rgb = (unsigned char * )destination;
kmeans.cc 37 char* destination = 0; local
40 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
43 unsigned char * dst = (unsigned char *) destination;
shadows.c 29 char* destination = 0; local
30 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
31 unsigned char * rgb = (unsigned char * )destination;
  /art/compiler/optimizing/
parallel_move_resolver.cc 27 // the same as the destination, the destination is ignored and
136 // Clear this move's destination to indicate a pending move. The actual
137 // destination is saved in a stack-allocated local. Recursion may allow
140 Location destination = move->MarkPending(); local
144 // as this one's destination blocks this one so recursively perform all
149 if (other_move.Blocks(destination) && !other_move.IsPending()) {
156 // not be swapped). Since this move's destination is B and there is
175 moves_[index]->ClearPending(destination);
182 // pending, so restore its destination
328 Location destination = move->GetDestination(); local
428 Location destination = move->MarkPending(); local
534 Location destination = move->GetDestination(); local
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
op_cmp_long.S 2 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
  /external/clang/tools/scan-build/
CMakeLists.txt 41 install(PROGRAMS bin/${BinFile} DESTINATION bin)
53 install(PROGRAMS libexec/${LibexecFile} DESTINATION libexec)
65 install(PROGRAMS man/${ManPage} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
77 install(FILES share/scan-build/${ShareFile} DESTINATION share/scan-build)
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
  /external/icu/icu4c/source/tools/genbrk/
genbrk.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
59 .BI "\-d\fP, \fB\-\-destdir" " destination"
60 Set the destination directory of the
63 .IR destination .
  /external/icu/icu4c/source/tools/gencfu/
gencfu.1.in 26 .BI "\-d\fP, \fB\-\-destdir" " destination"
64 .BI "\-d\fP, \fB\-\-destdir" " destination"
65 Set the destination directory of the
68 .IR destination .
  /external/iptables/extensions/
libxt_HMARK.man 13 meaning destination address (IPv4, IPv6 address),
17 meaning destination port (TCP, UDP, UDPlite, SCTP, DCCP),
36 The destination address mask in CIDR notation.
42 A 16 bit destination port mask in hexadecimal.
  /external/libcxxabi/test/
dynamic_cast_stress.pass.cpp 55 typedef B<Width/2, Depth> Destination;
56 // typedef A<Width, Depth> Destination;
57 Destination *b = nullptr;
60 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/
CMakeLists.txt 15 INSTALL(FILES btBulletCollisionCommon.h btBulletDynamicsCommon.h DESTINATION ${INCLUDE_INSTALL_DIR})
  /external/libhevc/common/
ihevc_mem_fns.c 57 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes
60 * UWORD8 pointer to the destination
96 * UWORD8 pointer to the destination
132 * UWORD8 pointer to the destination
  /external/libjpeg-turbo/
wrppm.h 12 /* Private version of data destination object */
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 23 * unsigned char *dest : Pointer to destination data.
24 * unsigned int dest_width : Stride of destination (NOT USED).
31 * destination scaling up by 4 to 5.
103 * unsigned char *dest : Pointer to destination data.
104 * unsigned int dest_width : Stride of destination (NOT USED).
111 * destination scaling up by 3 to 5.
179 * unsigned char *dest : Pointer to destination data.
180 * unsigned int dest_width : Stride of destination (NOT USED).
187 * destination scaling up by 1 to 2.
  /external/llvm/bindings/ocaml/backends/
CMakeLists.txt 26 DESTINATION lib/ocaml)
  /external/llvm/cmake/modules/
CMakeLists.txt 43 DESTINATION ${llvm_cmake_builddir}
77 install(EXPORT LLVMExports DESTINATION ${LLVM_INSTALL_PACKAGE_DIR})
83 DESTINATION ${LLVM_INSTALL_PACKAGE_DIR})
86 DESTINATION ${LLVM_INSTALL_PACKAGE_DIR}

Completed in 3245 milliseconds

<<11121314151617181920>>