HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 476 - 500 of 659) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 57 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
60 mov(destination, value);
65 mov(destination, Immediate(index));
66 mov(destination, Operand::StaticArray(destination,
253 // Array access: calculate the destination address in the same manner as
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 42 Object.extend = function(destination, source) {
44 destination[property] = source[property];
46 return destination;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 37 Object.extend = function(destination, source) {
39 destination[property] = source[property];
41 return destination;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 37 Object.extend = function(destination, source) {
39 destination[property] = source[property];
41 return destination;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 37 Object.extend = function(destination, source) {
39 destination[property] = source[property];
41 return destination;
  /external/chromium_org/v8/benchmarks/
raytrace.js 42 Object.extend = function(destination, source) {
44 destination[property] = source[property];
46 return destination;
  /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/chromium_org/ash/launcher/
launcher_view_unittest.cc 366 views::View* destination = test_api_->GetButton(destination_index); local
368 destination->bounds().origin(),
369 destination->bounds().origin(), 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 163 my ($source, $destination) = @_;
166 my $escapedDestination = escapeSubversionPath($destination);
170 system("git", "mv", $source, $destination);
661 # destination path.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
photo_import.js 44 * Number of tries in creating a destination directory.
160 * Creates the destination directory.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 59 - Also by default, if test files by the same name already exist in the destination directory,
165 parser.add_option('-d', '--dest-dir', dest='destination', default='w3c',
187 self.destination_directory = webkit_finder.path_from_webkit_base("LayoutTests", options.destination)
379 """ Creates a destination directory that mirrors that of the source approved or submitted directory """
  /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
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 125 attachment.destination, attachment.downloadedSize, attachment.contentUri,
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 592 // Move sign bit from source to destination. This works because the sign bit
642 FloatingPointHelper::Destination destination,
651 if (destination == kCoreRegisters) {
659 Destination destination,
680 if (destination == kFPURegisters) {
688 ASSERT(destination == kCoreRegisters);
701 if (destination == kCoreRegisters) {
750 Destination destination
1821 FloatingPointHelper::Destination destination = local
2162 FloatingPointHelper::Destination destination = (op_ != Token::MOD) local
    [all...]
  /dalvik/vm/
Exception.cpp     [all...]
  /development/build/tools/
sdk_repo.mk 180 # a different destination name.
  /device/generic/goldfish/opengl/
common.mk 203 # <dst-dir> is the destination directory where the generated sources are stored
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 150 const std::string& destination) {
156 action_dict.SetString(keys::kRedirectUrlKey, destination);
167 // Create a rule to ignore all other rules for a destination that
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 257 // If the URL is a redirect URL, strip of the destination and go to
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 540 int RenderListBox::scrollToward(const IntPoint& destination)
544 IntSize positionOffset = roundedIntSize(destination - absPos);

Completed in 1344 milliseconds

<<11121314151617181920>>