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

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UnmodifiableData.java 87 public void setSymlink(String sourcePath, Data destination) {
  /external/v8/src/
elements.h 92 // of elements from source after source_start to the destination array.
96 // destination array, padding any remaining uninitialized elements in the
97 // destination array with the hole.
106 FixedArrayBase* destination,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 164 const TEEC_UUID* destination,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
uaccess.h 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
74 #define __MODULE_JAL(destination) "jal\t" #destination "\n\t"
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
uaccess.h 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
74 #define __MODULE_JAL(destination) "jal\t" #destination "\n\t"
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
uaccess.h 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
74 #define __MODULE_JAL(destination) "jal\t" #destination "\n\t"
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
uaccess.h 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
74 #define __MODULE_JAL(destination) "jal\t" #destination "\n\t"
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
uaccess.h 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
74 #define __MODULE_JAL(destination) "jal\t" #destination "\n\t"
  /external/chromium/net/socket/
socks_client_socket_pool.cc 140 socks_params_->destination().priority(),
164 socks_params_->destination()));
167 socks_params_->destination(),
tcp_client_socket_pool.cc 167 return resolver_.Resolve(params_->destination(), &addresses_, &callback_,
278 casted_params->get()->destination().host_port_pair().ToString())));
299 casted_params->get()->destination().host_port_pair().ToString())));
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE; local
260 logging::LoggingDestination destination = local
271 destination,
  /external/chromium_org/chrome/browser/history/
top_sites_cache.cc 155 size_t destination) {
159 // Map all the redirected URLs to the destination.
164 entry.first = &(top_sites_[destination]);
166 canonical_urls_[entry] = destination;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 36 content::BrowserMessageFilter* destination,
69 SpellingServiceClient* client_; // Owned by |destination|.
80 content::BrowserMessageFilter* destination,
84 destination_(destination),
  /external/chromium_org/jingle/glue/
fake_socket_factory.cc 52 net::IPEndPoint destination; local
53 if (!SocketAddressToIPEndPoint(address, &destination)) {
60 fake_socket_manager_->SendPacket(endpoint_, destination, data_vector);
144 LOG(WARNING) << "Dropping packet with unknown destination: "
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 122 JPEGOutputBuffer destination; local
123 destination.output = output;
139 cinfo.dest = &destination;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 133 char* destination = 0; local
134 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
137 unsigned char * rgb = (unsigned char * )destination;
  /external/chromium_org/v8/src/
lithium.cc 162 LOperand* destination = move_operands_[i].destination(); local
165 if (source->Equals(destination)) {
166 destination->PrintTo(stream);
168 destination->PrintTo(stream);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 239 .add(attachment.destination) // destination
256 values.getAsInteger(UIProvider.AttachmentColumns.DESTINATION);
261 final int destination = newDestination != null ? local
264 destination == UIProvider.AttachmentDestination.EXTERNAL;
280 // update the destination before getting the new file path
282 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL;
422 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 131 Object destination = getArguments().getDestination(); local
132 if (destination instanceof IPackageFragment) {
133 IPackageFragment packageFragment = (IPackageFragment) destination;
135 } else if (destination instanceof IResource) {
140 if (resource.equals(destination)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 99 base::FilePath destination = temp_dir_.path().AppendASCII(destination_name); local
102 EXPECT_TRUE(base::CopyFile(source, destination));
104 return destination;
121 base::FilePath destination = temp_dir_.path().AppendASCII(*it); local
124 EXPECT_TRUE(base::CopyFile(source, destination));
126 result.push_back(destination);
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 57 * 'destination' parameter is passed, the page navigates there instead.
59 * properties are: 'mode', 'url', 'destination', 'node', 'onmissing',
101 window.location.assign(args['destination'] || window.location);
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedBuffer.cpp 369 char* destination = m_buffer.data() + bufferSize; local
373 memcpy(destination, m_segments[i], bytesToCopy);
374 destination += bytesToCopy;
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 87 @ Mismatched source/destination operands for MUL instruction.
89 @ CHECK-ERRORS: error: destination register must match source register
138 @ CHECK-ERRORS: error: source register must be the same as destination

Completed in 2499 milliseconds

<<11121314151617181920>>