HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 126 - 150 of 202) sorted by null

1 2 3 4 56 7 8 9

  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/tcpdump/
print-sctp.c 103 destPort = EXTRACT_16BITS(&sctpPktHdr->destination);
  /external/v8/src/mips/
macro-assembler-mips.cc 107 void MacroAssembler::LoadRoot(Register destination,
109 lw(destination, MemOperand(s4, index << kPointerSizeLog2));
112 void MacroAssembler::LoadRoot(Register destination,
118 lw(destination, MemOperand(s4, index << kPointerSizeLog2));
  /external/v8/src/ia32/
codegen-ia32.cc 89 ControlDestination* destination)
91 destination_(destination),
439 // partially compiled) into control flow to the control destination.
467 // Convert the TOS value into flow to the control destination.
    [all...]
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 333 ; Load destination stride before writing out,
418 ; Load destination stride before writing out,
677 ; Load destination stride before writing out,
postproc_sse2.asm 57 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch?
230 add rdi,rax ; next destination
231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch?
  /development/build/tools/
sdk_repo.mk 102 # a different destination name.
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 718 GFile *destination,
734 GFile *destination,
  /external/webkit/WebKit/win/
WebDownloadCFNet.cpp 195 // Attempt to remove the ".download" extension from the bundle for the final file destination
297 LOG(Download, "WebDownload - Set destination to %s", m_bundlePath.ascii().data());
446 void WebDownload::didCreateDestination(CFURLRef destination)
450 // destination was created, when in reality the bundle was created
452 String createdDestination = MarshallingHelpers::FileCFURLRefToPathString(destination);
457 // And we should also always have the final-destination stored
472 LOG(Download, "WebDownload - Moving file from bundle %s to destination %s", m_bundlePath.ascii().data(), m_destination.ascii().data());
485 // The call to m_delegate->decideDestinationWithSuggestedFilename() should have changed our destination, so we'll try the move
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 79 static final String PROPERTY_DESTINATION = "destination"; //$NON-NLS-1$
374 // check if we have the apk to resign, the destination location, and either
578 * @param destination where to write the resulting file
582 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException {
583 // command line: zipaling -f 4 tmp destination
589 command[4] = destination.getAbsolutePath();
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 682 * @param destination space to hold the resulting string
699 char *destination,
730 * The destination buffer provided must be big enough to store
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 706 * @param destination space to hold the resulting string
723 char *destination,
754 * The destination buffer provided must be big enough to store
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 78 void LoadRoot(Register destination,
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.h 916 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
918 ARMAssembler::relinkCall(call.dataLocation(), destination.executableAddress());
921 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
923 ARMAssembler::relinkCall(call.dataLocation(), destination.executableAddress());
MacroAssemblerARMv7.h 337 // Loads are of the form load(address, destination) and stores of the form
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 658 * @param destination space to hold the resulting string
675 char *destination,
704 * The destination buffer provided must be big enough to store
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 658 * @param destination space to hold the resulting string
675 char *destination,
704 * The destination buffer provided must be big enough to store
    [all...]
  /external/dbus/dbus/
dbus-marshal-header.c 473 * @param dest destination for copy
506 * @param destination destination field or #NULL
516 const char *destination,
587 if (destination != NULL)
592 &destination))
    [all...]
  /external/libvpx/vp8/encoder/x86/
variance_impl_sse2.asm 707 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
813 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
918 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
  /external/v8/benchmarks/
raytrace.js 42 Object.extend = function(destination, source) {
44 destination[property] = source[property];
46 return destination;
  /external/v8/src/x64/
macro-assembler-x64.cc 48 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
49 movq(destination, Operand(r13, index << kPointerSizeLog2));
250 // array access: calculate the destination address in the same manner as
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 37 Object.extend = function(destination, source) {
39 destination[property] = source[property];
41 return destination;
  /external/bluetooth/glib/gio/
glocalfile.c     [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 1352 milliseconds

1 2 3 4 56 7 8 9