HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 776 - 800 of 5499) sorted by null

<<31323334353637383940>>

  /external/dhcpcd/
dhcpcd.conf.5.in 203 .It Ic destination Ar option
207 it will set the listed DHCP options to the destination address of the
262 Here is an example for PPP which gives the destination a default route.
263 It uses the special destination keyword to insert the destination address
267 .D1 destination routers
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8.c 34 * [in] dstStep Step of the destination buffer
36 * [out] pDst Pointer to the destination buffer
96 * [in] dstStep Step of the destination buffer
98 * [out] pDst Pointer to the destination buffer
162 * dstStep - Step of the destination buffer; must be a multiple of 8.
169 * pDst - Pointer to the destination buffer; must be aligned on an 8-byte
  /frameworks/rs/scriptc/
rs_allocation.rsh 84 * the destination allocation.
85 * @param dstMip Mip level in the destination allocation.
105 * destination allocation.
107 * destination allocation.
108 * @param dstMip Mip level in the destination allocation.
109 * @param dstFace Cubemap face of the destination allocation,
  /ndk/build/tools/
dev-platform-expand.sh 33 # android-$API to the destination directory.
61 # The default destination directory is a temporary one
63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"
119 echo "ERROR: Could not create destination directory: $DSTDIR"
123 log "Using destination directory: $DSTDIR"
185 # Copy platform sysroot and samples into your destination
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
install-sh 159 echo "$0: no destination specified" >&2
165 # If destination is a directory, append the input filename; if your system
179 # Make sure that the destination directory exists.
265 # Now remove or move aside any old file at destination location. We try this
266 # two ways since rm can't unlink itself on some systems and the destination
284 # Now rename the file to the real destination.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
install-sh 159 echo "$0: no destination specified" >&2
165 # If destination is a directory, append the input filename; if your system
179 # Make sure that the destination directory exists.
265 # Now remove or move aside any old file at destination location. We try this
266 # two ways since rm can't unlink itself on some systems and the destination
284 # Now rename the file to the real destination.
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 84 * the destination allocation.
85 * @param dstMip Mip level in the destination allocation.
105 * destination allocation.
107 * destination allocation.
108 * @param dstMip Mip level in the destination allocation.
109 * @param dstFace Cubemap face of the destination allocation,
  /external/chromium_org/third_party/skia/src/views/mac/
SampleApp.xib     [all...]
  /external/skia/src/views/mac/
SampleApp.xib     [all...]
  /external/kernel-headers/original/asm-mips/
uaccess.h 117 * @ptr: Destination address, in user space.
156 * @ptr: Destination address, in user space.
381 #define __MODULE_JAL(destination) \
383 __UA_LA "\t$1, " #destination "\n\t" \
387 #define __MODULE_JAL(destination) \
388 "jal\t" #destination "\n\t"
419 * @to: Destination address, in user space.
476 * @to: Destination address, in user space.
551 * @to: Destination address, in kernel space.
583 * @to: Destination address, in kernel space
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 353 * and writes the resulting four Base64 bytes to <var>destination</var>.
354 * The source and destination arrays can be manipulated
360 * the <var>destination</var> array.
369 * @param destination the array to hold the conversion
371 * @return the <var>destination</var> array
376 byte[] destination, int destOffset, int options )
398 destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ];
399 destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ];
400 destination[ destOffset + 2 ] = ALPHABET[ (inBuff >>> 6) & 0x3f ];
401 destination[ destOffset + 3 ] = ALPHABET[ (inBuff ) & 0x3f ];
    [all...]
  /external/pixman/pixman/
pixman-mips-dspr2-asm.S     [all...]
  /bionic/libc/arch-arm/generic/bionic/
memset.S 63 /* compute the offset to align the destination
86 /* align the destination to a cache-line */
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java 136 * and destination index.
139 * @param destIndex {@code >= 0;} the destination register index
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 135 * and destination index.
138 * @param destIndex {@code >= 0;} the destination register index
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 114 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
116 mWrappedInstance.onWrite(pages, destination, cancellationSignal, callback);
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h 72 // |tool| and |destination| are used as the respective header values.
75 const std::string& destination);
  /external/chromium/chrome/browser/
spellchecker_platform_engine.h 88 // The result is returned to an IPC message to |destination| thus it should
94 BrowserMessageFilter* destination);
  /external/chromium/net/socket/
socks_client_socket_pool.h 37 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::SOCKSSocketParams
52 // This is the HTTP destination.
  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 25 void PrintQueriesQueue::SetDestination(PrintDestinationInterface* destination) {
27 destination_ = destination;
printer_query.cc 109 PrintDestinationInterface* destination) {
110 worker_->SetPrintDestination(destination);
  /external/chromium_org/media/base/
audio_buffer_queue.h 40 // into the destination AudioBus.
47 // their source format into the destination AudioBus.
  /external/chromium_org/ppapi/proxy/
extensions_common_resource.cc 63 Destination dest,
88 void ExtensionsCommonResource::CommonPost(Destination dest,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.cpp 61 // If the node for the destination has been removed as a result of the deletion,
62 // set the destination to the ending point after the deletion.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicInspectorNode.cpp 54 void AudioBasicInspectorNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState)
60 AudioNode::connect(destination, outputIndex, inputIndex, exceptionState);

Completed in 1641 milliseconds

<<31323334353637383940>>