HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 526 - 550 of 719) sorted by null

<<212223242526272829

  /external/libvorbis/doc/
02-bitpacking.tex 80 significant unused bit position of the destination byte, followed by
82 the requested number of bits. When all bits of the destination byte
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /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/chromium_org/chrome/browser/component_updater/
component_updater_service.cc 118 std::vector<CrxDownloader::DownloadMetrics>* destination) {
119 destination->insert(destination->end(), source.begin(), source.end());
    [all...]
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 125 uint8* destination = NULL; local
126 hr = buffer->Lock(&destination, &max_length, &current_length);
131 memcpy(destination, stream, size);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 187 if (it->second->addr_pair().destination() == address) {
206 ASSERT(!ap.destination().IsNil());
232 // Forward this to the destination address into the connection.
251 ASSERT(!ap.destination().IsNil());
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 699 final Uri destination = (movedToGlobal != null && movedToGlobal.contains(key)) local
708 getContentResolver().insert(destination, contentValues);
712 Log.d(TAG, "Restored setting: " + destination + " : "+ key + "=" + value);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /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/chrome/browser/resources/file_manager/background/js/
file_operation_manager.js 134 * @param {DirectoryEntry} parent The entry of the destination directory.
138 * the destination url.
240 * @param {DirectoryEntry} parent The entry of the destination directory.
678 * the destination url.
811 * @param {DirectoryEntry} destinationEntry The entry of the destination
    [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/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)
378 """ 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,
  /dalvik/vm/
Exception.cpp     [all...]
  /development/build/tools/
sdk_repo.mk 180 # a different destination name.

Completed in 442 milliseconds

<<212223242526272829