HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 226 - 250 of 428) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/
file_util.h 122 // volume, or the function will fail. Destination file will be created
204 // and 'destination' parameters are required, everything else can be NULL.
205 // 'source' is the existing file, 'destination' is the new link file to be
211 const wchar_t *destination,
221 // initialized COM before calling into this function. Only 'destination'
223 // is NULL no changes are made to the shortcut). 'destination' is the link
227 const wchar_t *destination,
file_util_win.cc 406 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination,
454 result = i_persist_file->Save(destination, TRUE);
458 bool UpdateShortcutLink(const wchar_t *source, const wchar_t *destination,
478 if (FAILED(i_persist_file->Load(destination, STGM_READWRITE)))
505 HRESULT result = i_persist_file->Save(destination, TRUE);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/llvm/test/MC/ARM/
diagnostics.s 235 @ CHECK-ERRORS: error: destination operands must be sequential
291 @ CHECK-ERRORS: error: destination operands must be sequential
294 @ CHECK-ERRORS: error: destination operands must be sequential
297 @ CHECK-ERRORS: error: destination operands must be sequential
thumb-diagnostics.s 87 @ Mismatched source/destination operands for MUL instruction.
89 @ CHECK-ERRORS: error: destination register must match source register
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length)
341 U16_APPEND(destination, position, length, character, error);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 225 int destination, long lastMod) {
244 if (destination != Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION) {
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 182 public int compare(ViewNode.Property source, ViewNode.Property destination) {
183 return source.name.compareTo(destination.name);
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 515 DictionaryValue* destination; local
516 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &destination));
532 if (!destination->HasKey(keys::kParentIdKey)) {
537 EXTENSION_FUNCTION_VALIDATE(destination->GetString(keys::kParentIdKey,
556 if (destination->HasKey(keys::kIndexKey)) { // Optional (defaults to end).
557 EXTENSION_FUNCTION_VALIDATE(destination->GetInteger(keys::kIndexKey,
  /external/iproute2/doc/
api-ip6-flowlabels.tex 57 destination address and not-fragmentable extensions headers (i.e.\
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
321 label, it will not be reused with different destination and options at least
401 \item \verb|Dst| is IPv6 destination address.
  /external/libvpx/vp8/common/x86/
subpixel_mmx.asm 50 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch?
92 movq [rdi], mm3 ; store the results in the destination
151 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch?
187 movd [rdi],mm3 ; store the results in the destination
341 movq [rdi], mm3 ; store the results in the destination
496 movq [rdi], mm3 ; store the results in the destination
613 movd [rdi], mm3 ; store the results in the destination
subpixel_sse2.asm 392 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
507 movdqa XMMWORD PTR [rdi], xmm1 ; store the results in the destination
617 movq QWORD PTR [rdi], xmm4 ; store the results in the destination
732 movq QWORD Ptr [rdi], xmm4 ; store the results in the destination
782 movq QWORD Ptr [rdi+8], xmm4 ; store the results in the destination
879 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
    [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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 430 /* Setup destination mfdb */
877 void *source,*destination; local
890 destination = destscr;
891 destination += destpitch * rects[i].y;
892 destination += x1;
895 source, destination,
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 43 * request that a URI be downloaded to a particular destination file. The download manager will
99 * Uri where downloaded file will be stored. If a destination is supplied by client, that URI
226 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
330 * Note that the default download destination is a shared volume where the system might delete
421 * Set the local destination for the downloaded file. Must be a file URI to a path on
439 * Set the local destination for the downloaded file to the system cache dir (/cache).
457 * Set the local destination for the downloaded file to a path within the application's
465 * @param subPath the path within the external directory, including the destination filename
475 * Set the local destination for the downloaded file to a path within the public external
484 * @param subPath the path within the external directory, including the destination filenam
997 int destination = cursor.getInt(indx); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 265 transport_params->destination().priority(),
282 socks_params->destination().priority(),
302 http_proxy_params->destination().priority(), &callback_,
  /external/dbus/bus/
selinux.c 532 * that of the receiver. The destination connection need not be the
546 const char *destination,
600 if (destination)
604 if (!_dbus_string_append (&auxdata, destination))
  /external/libyuv/files/source/
rotate_neon.s 20 @ compute where to start writing destination
29 @ r1, the destination pointer is incremented after writing
36 @ back of destination by the size of the register that is
288 @ compute where to start writing destination
302 @ back of destination by the size of the register that is
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 76 IPXaddr destination; member in struct:__anon12002
533 if (IPX_GetLocalTarget (&lma->socketbuffer[handle][0].header.destination, lma->socketbuffer[handle][0].ecb.immediateAddress) != 0)
554 // ipx header : destination
555 Q_memcpy(&lma->socketbuffer[handle][0].header.destination, &((struct sockaddr_ipx *)addr)->sipx_addr, sizeof(IPXaddr));
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 109 // m_formElements[0] is the current item. If the destination buffer is
111 qint64 FormDataIODevice::readData(char* destination, qint64 size)
123 memcpy(destination+copied, element.m_data.data()+m_currentDelta, toCopy);
131 memcpy(destination+copied, data.constData(), data.size());
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 66 destination = None
76 destination = match.group(1)
111 return MessageReceiver(destination, messages, master_condition)

Completed in 1241 milliseconds

1 2 3 4 5 6 7 8 91011>>