Searched
full:destination (Results
726 -
750 of
3792) sorted by null
<<21222324252627282930>>
/external/iptables/extensions/ |
libxt_dccp.c | 39 "[!] --destination-port port[:port] match destination port(s)\n" 49 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
|
/external/llvm/lib/Target/MSP430/ |
MSP430BranchSelector.cpp | 84 // For each conditional branch, if the offset to its destination is larger 111 // Determine the offset from the current branch to the destination 160 // Uncond branch to the real destination.
|
/external/llvm/lib/Target/PowerPC/ |
PPCBranchSelector.cpp | 94 // For each conditional branch, if the offset to its destination is larger 120 // Determine the offset from the current branch to the destination 175 // Uncond branch to the real destination.
|
/external/llvm/test/MC/ARM/ |
thumb-diagnostics.s | 87 @ Mismatched source/destination operands for MUL instruction. 89 @ CHECK-ERRORS: error: destination register must match source register 138 @ CHECK-ERRORS: error: source register must be the same as destination
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
complement.h | 37 // destination of all RHO labels. Each remaining output state s 75 // Exchange final and non-final states; make rho destination state final. 235 // Adds the rho label to the rho destination state.
|
/external/webkit/Source/WebCore/platform/audio/ |
ReverbConvolver.cpp | 186 float* destination = destinationChannel->data(); local 187 bool isDataSafe = source && destination; 200 m_accumulationBuffer.readAndClear(destination, framesToProcess);
|
/external/webkit/Source/WebKit/efl/ |
CMakeListsEfl.txt | 207 DESTINATION lib/pkgconfig) 215 DESTINATION include/${WebKit_LIBRARY_NAME}-${PROJECT_VERSION_MAJOR}) 218 DESTINATION share/${WebKit_LIBRARY_NAME}-${PROJECT_VERSION_MAJOR}/themes)
|
/external/webkit/Tools/DumpRenderTree/mac/ |
ResourceLoadDelegate.mm | 168 const std::string& destination = gLayoutTestController->redirectionDestinationForURL([[url absoluteString] UTF8String]); 169 if (destination.length()) 170 [newRequest setURL:[NSURL URLWithString:[NSString stringWithUTF8String:destination.data()]]];
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | 725 * [out] ppPosCoefbuf Double pointer to destination residual 751 * [in] dstStep Step of the destination buffer 753 * [out] pDst Pointer to the destination buffer 837 * [in] iDstStep Step of the destination(interpolation) buffer. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | 725 * [out] ppPosCoefbuf Double pointer to destination residual 751 * [in] dstStep Step of the destination buffer 753 * [out] pDst Pointer to the destination buffer 837 * [in] iDstStep Step of the destination(interpolation) buffer. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | 725 * [out] ppPosCoefbuf Double pointer to destination residual 751 * [in] dstStep Step of the destination buffer 753 * [out] pDst Pointer to the destination buffer 837 * [in] iDstStep Step of the destination(interpolation) buffer. [all...] |
/frameworks/rs/scriptc/ |
rs_quaternion.rsh | 44 * @param q destination quaternion 70 * @param q destination quaternion to add to 159 * @param q destination quaternion
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveCopyTask.java | 76 public SaveCopyTask(Context context, Uri sourceUri, File destination, Callback callback) { 81 if (destination == null) { 84 this.destinationFile = destination;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
icmp6.h | 74 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ 75 #define ICMP6_DST_UNREACH_ADMIN 1 /* communication with destination */ 178 struct in6_addr nd_rd_dst; /* destination address */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
icmp6.h | 74 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ 75 #define ICMP6_DST_UNREACH_ADMIN 1 /* communication with destination */ 178 struct in6_addr nd_rd_dst; /* destination address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
icmp6.h | 74 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ 75 #define ICMP6_DST_UNREACH_ADMIN 1 /* communication with destination */ 178 struct in6_addr nd_rd_dst; /* destination address */
|
/prebuilts/sdk/renderscript/include/ |
rs_quaternion.rsh | 44 * @param q destination quaternion 70 * @param q destination quaternion to add to 159 * @param q destination quaternion
|
/sdk/eclipse/scripts/ |
build_plugins.sh | 33 echo "Usage: $0 <build_qualifier> [-i] [-d <destination-directory>] [-a <archivePrefix>] " 36 echo "-d = destination directory. Default is $USER/www/no_crawl/. Cannot contain spaces." 124 echo "Setting destination directory to $1"
|
/system/core/libpixelflinger/arch-mips/ |
t32cb16blend.S | 181 /* Align the destination if necessary */ 214 /* load the destination */ 230 /* load the destination */
|
/bionic/libc/kernel/arch-mips/asm/ |
uaccess.h | 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t" 74 #define __MODULE_JAL(destination) "jal\t" #destination "\n\t"
|
/build/tools/acp/ |
README | 7 only copies files if they are newer than the destination. This can
|
/cts/libs/util/src/android/provider/cts/ |
FileCopyHelper.java | 59 * @return the absolute path of the destination file
|
/cts/tools/vm-tests-tf/src/util/build/ |
JavacBuildStep.java | 53 System.err.println("failed to create destination dir");
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
AnnotatedOutput.java | 20 * Interface for a binary output destination that may be augmented
|
/dalvik/dx/src/com/android/dx/util/ |
AnnotatedOutput.java | 20 * Interface for a binary output destination that may be augmented
|
Completed in 971 milliseconds
<<21222324252627282930>>