HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 526 - 550 of 3792) sorted by null

<<21222324252627282930>>

  /external/libusb/
install-sh 172 # When -t is used, the destination is already specified.
173 # Otherwise, the last argument is the destination. Remove it from $@.
246 echo "$0: no destination specified." >&2
256 # If destination is a directory, append the input filename; won't work
467 # Now rename the file to the real destination.
474 # Now remove or move aside any old file at destination location.
476 # systems and the destination file might be busy for other
493 # Now rename the file to the real destination.
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 80 /* 2. the destination addres of the received datagram (from the IP_RECVDSTADDR socket option, and */
95 struct sockaddr *ifi_dstaddr;/* destination address */
  /external/openfst/src/include/fst/
verify.h 90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
  /external/qemu/distrib/jpeg-6b/
jcomapi.c 24 * Closing a data source or destination, if necessary, is the application's
64 * Closing a data source or destination, if necessary, is the application's
  /external/qemu/distrib/zlib-1.2.3/
compress.c 12 Compresses the source buffer into the destination buffer. The level
15 destination buffer, which must be at least 0.1% larger than sourceLen plus
  /external/skia/include/core/
SkBlitRow.h 48 /** Function pointer that blends 32bit colors onto a 32bit destination.
61 onto a 32-bit destination
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
  /external/v8/src/arm/
codegen-arm.cc 127 // r6: destination FixedDoubleArray, not tagged as heap object
128 // Set destination FixedDoubleArray's length and map.
164 // r6: end of destination FixedDoubleArray, not tagged
262 // r6: destination FixedArray, not tagged as heap object
263 // Set destination FixedDoubleArray's length and map.
276 // r3: begin of destination FixedArray element fields, not tagged
278 // r5: end of destination FixedArray, not tagged
279 // r6: destination FixedArray
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 72 // source to destination is removed from the move graph.
99 // Source and destination use counts for the general purpose registers.
  /external/v8/src/mips/
codegen-mips.cc 128 // t2: destination FixedDoubleArray, not tagged as heap object
129 // Set destination FixedDoubleArray's length and map.
166 // t2: end of destination FixedDoubleArray, not tagged
269 // t2: destination FixedArray, not tagged as heap object
270 // Set destination FixedDoubleArray's length and map.
284 // a3: begin of destination FixedArray element fields, not tagged
286 // t1: end of destination FixedArray, not tagged
287 // t2: destination FixedArray
  /external/webkit/Source/JavaScriptCore/gyp/
JavaScriptCore.gyp 177 'destination': '<(PRODUCT_DIR)',
198 'destination': '<(PRODUCT_DIR)',
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 125 * @param dst The destination string.
142 * @param dst The destination string.
649 * @param dst The destination string.
663 * @param dst The destination string.
681 * @param dst The destination string.
695 * @param dst The destination string.
710 * @param dst The destination string.
724 * @param dst The destination string.
738 * @param dest The destination string
749 * @param dest The destination strin
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
UStringConcatenate.h 45 void writeTo(UChar* destination)
48 destination[i] = m_data[i];
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 125 * @param dst The destination string.
142 * @param dst The destination string.
649 * @param dst The destination string.
663 * @param dst The destination string.
681 * @param dst The destination string.
695 * @param dst The destination string.
710 * @param dst The destination string.
724 * @param dst The destination string.
738 * @param dest The destination string
749 * @param dest The destination strin
    [all...]
  /external/webkit/Source/WebCore/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/webkit/Source/WebCore/icu/unicode/
ustring.h 125 * @param dst The destination string.
142 * @param dst The destination string.
649 * @param dst The destination string.
663 * @param dst The destination string.
681 * @param dst The destination string.
695 * @param dst The destination string.
710 * @param dst The destination string.
724 * @param dst The destination string.
738 * @param dest The destination string
749 * @param dest The destination strin
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
AudioChannel.cpp 76 float* destination = data();
77 memcpy(destination, source + startFrame, sizeof(float) * rangeLength);
AudioResamplerKernel.h 47 // process() resamples framesToProcess frames from the source into destination.
50 void process(float* destination, size_t framesToProcess);
  /external/webkit/Source/WebCore/platform/image-encoders/
PNGImageEncoder.cpp 62 char* destination = state->m_dump->data() + oldSize; local
63 memcpy(destination, data, size);
  /external/webkit/Source/WebCore/webaudio/
OfflineAudioDestinationNode.cpp 137 float* destination = m_renderTarget->getChannelData(channelIndex)->data(); local
138 memcpy(destination + n, source, sizeof(float) * framesAvailableToCopy);
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 125 * @param dst The destination string.
142 * @param dst The destination string.
649 * @param dst The destination string.
663 * @param dst The destination string.
681 * @param dst The destination string.
695 * @param dst The destination string.
710 * @param dst The destination string.
724 * @param dst The destination string.
738 * @param dest The destination string
749 * @param dest The destination strin
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebDownloadClient.cpp 82 WKRetainPtr<WKStringRef> destination(AdoptWK, m_client.decideDestinationWithSuggestedFilename(toAPI(webContext), toAPI(downloadProxy), toAPI(filename.impl()), &allowOverwrite, m_client.clientInfo));
83 return toWTFString(destination.get());
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 75 // Flip the destination.
98 // Flip the destination.
  /external/zlib/src/as400/
zlib.inc 114 D dest 65535 options(*varsize) Destination buffer
115 D destLen 10U 0 Destination length
120 D dest 65535 options(*varsize) Destination buffer
121 D destLen 10U 0 Destination length
130 D dest 65535 options(*varsize) Destination buffer
131 D destLen 10U 0 Destination length
325 D dest like(z_stream) Destination stream
366 D dest like(z_stream) Destination stream
  /external/zlib/src/
compress.c 12 Compresses the source buffer into the destination buffer. The level
15 destination buffer, which must be at least 0.1% larger than sourceLen plus

Completed in 1064 milliseconds

<<21222324252627282930>>