/external/iptables/extensions/ |
libxt_tcp.c | 23 "[!] --destination-port port[:port]\n" 25 " match destination port(s)\n" 32 {.name = "destination-port", .has_arg = true, .val = '2'}, 161 "Only one `--destination-port' allowed");
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
UnmodifiableData.java | 87 public void setSymlink(String sourcePath, Data destination) {
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
StateTableTransition.java | 28 * <li> A destination state.
|
/external/kernel-headers/original/linux/ |
icmp.h | 23 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */
|
kexec.h | 67 unsigned long destination; member in struct:kimage
|
/external/llvm/lib/IR/ |
ConstantFold.h | 33 Type *DestTy ///< The destination type
|
/external/llvm/lib/Target/AArch64/ |
AArch64BranchFixupPass.cpp | 439 DEBUG(dbgs() << "Branch of destination BB#" << DestBB->getNumber() 448 /// Fix up an immediate branch whose destination is too far away to fit in its 459 assert(DestBB && "Branch with no destination BB?"); 469 /// Fix up a conditional branch whose destination is too far away to fit in its 471 /// unconditional branch to the destination. 478 // The general idea is to add an unconditional branch to the destination and 541 DEBUG(dbgs() << " Invert Bcc condition and swap its destination with " 555 // branch to the destination. 585 // Insert a new unconditional branch and fixup the destination of the
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 164 /// the destination block. 166 /// an successor block, it sets TBB to be the branch destination block and a 171 /// block, it returns the 'true' destination in TBB, the 'false' destination
|
/external/llvm/test/CodeGen/X86/ |
sse_partial_update.ll | 8 ; destination of rsqrtss are the same.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PCalledPartyIDHeader.java | 41 * en-route to its destination. The header is populated with the Request-URI received
|
/external/skia/include/effects/ |
SkPorterDuff.h | 23 Da, Dc - destination alpha and color (before compositing)
|
/external/skia/legacy/include/effects/ |
SkPorterDuff.h | 25 Da, Dc - destination alpha and color (before compositing)
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
AnnotatedOutput.java | 28 * Interface for a binary output destination that may be augmented
|
/external/srtp/crypto/include/ |
rand_source.h | 70 * be made about the contents of the destination
|
/external/stlport/stlport/stl/config/ |
_watcom.h | 138 long __stl_InterlockedExchange( long *Destination, long Value );
|
/external/v8/src/arm/ |
lithium-gap-resolver-arm.h | 62 // register to its proper destination.
|
/external/v8/src/mips/ |
lithium-gap-resolver-mips.h | 62 // register to its proper destination.
|
/external/v8/src/x64/ |
lithium-gap-resolver-x64.h | 60 // source to destination is removed from the move graph.
|
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind_low.h | 44 *mod set to True if destination content is modified by the transfer
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
rep_prefix.S | 57 mov $buffer1, %rdi # set destination 74 mov $buffer1, %rdi # set destination 91 mov $buffer1, %rdi # set destination 108 mov $buffer1, %rdi # set destination
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86_64.h | 468 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) 470 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress()); 473 static void repatchCall(CodeLocationCall call, FunctionPtr destination) 475 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
|
/external/webkit/Source/WebCore/bindings/js/ |
JSAudioNodeCustom.cpp | 46 return throwError(exec, createSyntaxError(exec, "Invalid destination node"));
|
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 183 destination-over 184 destination-in 185 destination-out 186 destination-atop
|
/external/webkit/Source/WebCore/editing/ |
ReplaceSelectionCommand.cpp | 452 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination) 454 if (source.isNull() || destination.isNull()) 458 Node* destinationNode = destination.deepEquivalent().deprecatedNode(); 464 enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && 737 VisiblePosition destination = mergeForward ? endOfInsertedContent.next() : endOfInsertedContent; local 740 // Merging forward could result in deleting the destination anchor node. 742 if (endOfParagraph(startOfParagraphToMove) == destination) { 745 destination = VisiblePosition(positionBeforeNode(placeholder.get())); 748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); 755 m_lastLeafInserted = destination.previous().deepEquivalent().deprecatedNode() 1052 VisiblePosition destination = startOfInsertedContent.previous(); local [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
AudioDSPKernel.h | 57 virtual void process(const float* source, float* destination, size_t framesToProcess) = 0;
|