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

<<41424344454647484950>>

  /sdk/adtproductbuild/
Android.mk 80 # $4 = the destination directory (where the unpacked eclipse is created)
81 # $5 = the destination zip with the zipped eclipse ide.
136 # the source and destination zip paths.
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 48 /// - The destination slot requires garbage collection, so we
50 /// - The destination slot is potentially aliased.
290 // Otherwise, copy from there to the destination.
310 // destination.
320 /// Perform a copy from the source into the destination.
585 // compound literal might alias the destination.
623 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination");
717 // If we're loading from a volatile type, force the destination
    [all...]
  /external/jpeg/
libjpeg.doc 40 Compressed data handling (source and destination managers)
116 Specify the destination for the compressed data (eg, a file)
135 The library emits compressed data by calling a "data destination manager",
137 provide its own destination manager to do something else.
176 memory fashion, if suitable source/destination managers are used. See the
285 2. Specify the destination for the compressed data (eg, a file).
288 "data destination" module. The library includes one data destination
290 destination module if you want to do something else, as discussed later.
292 If you use the standard destination module, you must open the target stdi
    [all...]
  /external/qemu/distrib/jpeg-6b/
libjpeg.doc 40 Compressed data handling (source and destination managers)
116 Specify the destination for the compressed data (eg, a file)
135 The library emits compressed data by calling a "data destination manager",
137 provide its own destination manager to do something else.
176 memory fashion, if suitable source/destination managers are used. See the
285 2. Specify the destination for the compressed data (eg, a file).
288 "data destination" module. The library includes one data destination
290 destination module if you want to do something else, as discussed later.
292 If you use the standard destination module, you must open the target stdi
    [all...]
  /external/icu4c/i18n/
usearch.cpp 200 * Adds a uint32_t value to a destination array.
204 * before calling this method. destination not to be NULL and has at least
206 * @param destination target array
207 * @param offset destination offset to add value
213 * @return new destination array, destination if there was no new allocation
216 inline int32_t * addTouint32_tArray(int32_t *destination,
231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
233 destination = temp;
235 destination[offset] = value
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 78 void MacroAssembler::Load(Register destination, ExternalReference source) {
83 movq(destination, Operand(kRootRegister, static_cast<int32_t>(delta)));
88 if (destination.is(rax)) {
92 movq(destination, Operand(kScratchRegister, 0));
97 void MacroAssembler::Store(ExternalReference destination, Register source) {
99 intptr_t delta = RootRegisterDelta(destination, isolate());
108 store_rax(destination);
110 movq(kScratchRegister, destination);
116 void MacroAssembler::LoadAddress(Register destination,
122 lea(destination, Operand(kRootRegister, static_cast<int32_t>(delta)))
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 56 /* align destination to 16 bytes for the write-buffer */
  /build/core/
distdir.mk 34 # $(2): destination file
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 22 * Destination for {@link DalvInsn} instances being output. This class
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 24 * Destination for {@link DalvInsn} instances being output. This class
  /dalvik/vm/
BitVector.h 88 * Returns "true" if the contents of the destination vector were modified.
  /dalvik/vm/mterp/
NOTES.txt 34 result into the specified destination register. Using a virtual register
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 6 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 55 * The destination zoom factor.
  /development/scripts/
divide_and_compress.py 56 rtn.add_option('-d', '--destination', dest='destination', default=None,
80 if options.sourcefiles is None or options.destination is None:
358 zipper = DirectoryZipper(options.destination,
  /external/apache-http/src/org/apache/http/cookie/
CookieAttributeHandler.java 69 * Matches the given value (property of the destination host where request is being
  /external/bison/
README-release 41 corresponding upload-to destination in the emitted gnupload command.
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 128 ** dst_uuid - destination uuid for the connection
150 /* Both source and destination UUID lengths should be same */
347 ** p_dest_addr - BD_ADDR/Ethernet addr of the destination
458 ** p_dest_addr - BD_ADDR/Ethernet addr of the destination
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 128 // Contains the ip address and port of the destination host.
  /external/chromium/chrome/browser/debugger/
devtools_remote_service.cc 105 message.destination(),
  /external/chromium/chrome/browser/history/
top_sites_cache.h 92 void StoreRedirectChain(const RedirectList& redirects, size_t destination);
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 139 // The destination URL to use if the user tries to search for or navigate to
web_drag_dest_gtk.h 21 // this handles destination-side DnD, but not source-side DnD.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h 40 // Sets the current operation negotiated by the source and destination,
  /external/chromium/chrome/common/extensions/
extension_file_util.h 27 // The destination directiory is returned on success, or empty path is returned

Completed in 4358 milliseconds

<<41424344454647484950>>