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

<<1112131415161718

  /external/v8/src/mips/
macro-assembler-mips.h 268 void LoadRoot(Register destination,
270 void LoadRoot(Register destination,
    [all...]
macro-assembler-mips.cc 54 void MacroAssembler::LoadRoot(Register destination,
56 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
60 void MacroAssembler::LoadRoot(Register destination,
65 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 979 void DumpRenderTreeSupportQt::addURLToRedirect(const QString& origin, const QString& destination)
981 FrameLoaderClientQt::URLsToRedirect[origin] = destination;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 214 * @param destination The destination folder where the new project is to be created.
215 * @return True if the destination doesn't exist yet or is an empty directory or is
218 private boolean validateNewProjectLocationIsEmpty(IPath destination) {
219 File f = new File(destination.toOSString());
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java     [all...]
  /external/libvpx/vp8/encoder/x86/
variance_impl_sse2.asm 859 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 175 // Array access: calculate the destination address in the same manner as
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 68 @ Destination register is optional
162 @ destination register is optional
227 @ destination register is optional
330 @ destination register is optional
620 @ destination register is optional
    [all...]
neon-shift-encoding.s 73 @ implied destination operand variants.
371 @ Optional destination operand variants.
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.cpp 375 JSRetainPtr<JSStringRef> destination(Adopt, JSValueToStringCopy(context, arguments[1], exception));
382 maxLength = JSStringGetMaximumUTF8CStringSize(destination.get());
384 JSStringGetUTF8CString(destination.get(), destinationBuffer.get(), maxLength + 1);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/v8/src/
lithium-allocator.cc 754 LOperand* cur_to = cur.destination();
910 LOperand* to = cur->destination();
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h     [all...]
X86Assembler.h     [all...]
  /external/netperf/
nettest_bsd.c     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 106 Object.extend = function(destination, source) {
108 destination[property] = source[property];
109 return destination;
    [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 1155 strncpy(req->destination, self->device, 18);
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 46 | _ -> raise (Error "destination of '=' must be a variable")
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 261 // no way to tell the destination address or interface this packet arrived on,
642 // We want to receive destination addresses and interface identifiers.
665 #warning This platform has no way to get the destination interface information -- will only work for single-homed hosts
731 #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 361 0x02 output Counts number of floating point micro-code assist when the output value (destination register) is invalid

Completed in 2155 milliseconds

<<1112131415161718