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

<<1112131415161718

  /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/dbus/dbus/
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/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 492 UChar* destination, int length);
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 1587 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/arm/
code-stubs-arm.cc 468 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2444 FloatingPointHelper::Destination destination = local
2761 FloatingPointHelper::Destination destination = local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 469 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2558 FloatingPointHelper::Destination destination = local
2876 FloatingPointHelper::Destination destination = local
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
  /external/bluetooth/glib/gio/
glocalfile.c     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARMv7.h 385 // Loads are of the form load(address, destination) and stores of the form
    [all...]
MacroAssemblerMIPS.h 461 // Loads are of the form load(address, destination) and stores of the form
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioContext.cpp 125 // Create a new destination for offline rendering.
161 // This starts the audio thread. The destination node's provideInput() method will now be called repeatedly to render audio.
179 // We have to release our reference to the destination node before the context will ever be deleted since the destination node holds a reference to the context.
587 destination()->startRendering();
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 49 void addURLToRedirect(std::string origin, std::string destination);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 41 ; * is not equal to OMX_VC_INTER4V, the destination
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 41 ; * is not equal to OMX_VC_INTER4V, the destination
  /dalvik/vm/
Exception.cpp     [all...]
  /development/build/tools/
sdk_repo.mk 175 # a different destination name.
  /external/bluetooth/bluez/audio/
liba2dp.c 512 strncpy(open_req->destination, data->address, 18);
899 strncpy(getcaps_req->destination, data->address, 18);

Completed in 3609 milliseconds

<<1112131415161718