HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 251 - 275 of 351) sorted by null

<<1112131415

  /external/dbus/dbus/
dbus-message.c 945 * A message has header fields such as the sender, destination, method
    [all...]
dbus-marshal-header.c 475 * @param dest destination for copy
508 * @param destination destination field or #NULL
518 const char *destination,
589 if (destination != NULL)
594 &destination))
    [all...]
  /external/libvpx/vp8/common/x86/
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?
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 194 // Attempt to remove the ".download" extension from the bundle for the final file destination
296 LOG(Download, "WebDownload - Set destination to %s", m_bundlePath.ascii().data());
445 void WebDownload::didCreateDestination(CFURLRef destination)
449 // destination was created, when in reality the bundle was created
451 String createdDestination = MarshallingHelpers::FileCFURLRefToPathString(destination);
456 // And we should also always have the final-destination stored
471 LOG(Download, "WebDownload - Moving file from bundle %s to destination %s", m_bundlePath.ascii().data(), m_destination.ascii().data());
484 // The call to m_delegate->decideDestinationWithSuggestedFilename() should have changed our destination, so we'll try the move
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination)
140 orig(temp) = destination;
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.cc 24 "Destination:2\r";
40 "Destination:1\r\n"
312 ASSERT_STREQ("", message.destination().c_str());
  /external/icu4c/i18n/unicode/
ucol.h 751 * @param destination space to hold the resulting string
768 char *destination,
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARM.h     [all...]
MacroAssemblerARMv7.h 385 // Loads are of the form load(address, destination) and stores of the form
    [all...]
  /external/webkit/Source/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/Source/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/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.cpp 254 void WebWorkerClientImpl::postConsoleMessageToWorkerObject(int destination,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java     [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 181 if (it->second->addr_pair().destination() == address) {
203 ASSERT(!ap.destination().IsAny());
229 // Forward this to the destination address into the connection.
250 ASSERT(!ap.destination().IsAny());
  /external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp 478 UChar* destination, int length);
872 UChar* destination, int length)
885 U16_APPEND(destination, position, length, character, error);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 513 int RenderListBox::scrollToward(const IntPoint& destination)
517 int offsetX = destination.x() - absPos.x();
518 int offsetY = destination.y() - absPos.y();
  /external/webkit/Tools/Scripts/
VCSUtils.pm 151 my ($source, $destination) = @_;
154 system("svn", "move", $source, $destination);
156 system("git", "mv", $source, $destination);
578 # destination path.
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 1472 String destination = item.getDestination(); local
    [all...]
  /external/v8/benchmarks/
raytrace.js 42 Object.extend = function(destination, source) {
44 destination[property] = source[property];
46 return destination;
  /external/v8/src/ia32/
macro-assembler-ia32.cc 105 // Array access: calculate the destination address in the same manner as
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 37 Object.extend = function(destination, source) {
39 destination[property] = source[property];
41 return destination;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 37 Object.extend = function(destination, source) {
39 destination[property] = source[property];
41 return destination;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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/mips/
full-codegen-mips.cc 252 void FullCodeGenerator::Move(Register destination, Slot* source) {

Completed in 569 milliseconds

<<1112131415