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

<<11121314151617181920>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 183 public int compare(ViewNode.Property source, ViewNode.Property destination) {
184 return source.name.compareTo(destination.name);
  /system/core/adb/
adb.h 244 asocket *create_local_service_socket(const char *destination);
247 void connect_to_remote(asocket *s, const char *destination);
  /external/libnfc-nxp/src/
phHciNfc_Pipe.c 123 phHciNfc_Gate_Info_t *destination,
136 * This function creates the pipe between a source host's gate and destination
146 phHciNfc_Gate_Info_t *destination,
160 /* The Source Gate is same as the Destination Gate */
162 ((phHciNfc_Gate_Info_t *)destination)->gate_id;
164 ((phHciNfc_Gate_Info_t *)destination)->host_id;
166 ((phHciNfc_Gate_Info_t *)destination)->gate_id;
212 /* The Source Gate is same as the Destination Gate */
276 * destination host's gate
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 126 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
221 String address = c.getString(Queries.Query.DESTINATION);
226 c.getString(Queries.Query.DESTINATION),
249 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION));
283 // If only one has a display name that is not the same as the destination, use it
376 * - This method ignores all other fields and dedupe solely on the destination. Normally,
377 * if a cursor contains multiple contacts and they have the same destination, we'd still want
391 final String destination = original.getString(Query.DESTINATION); local
392 if (destinationsSeen.contains(destination)) {
474 TextView destination = (TextView) view.findViewById(android.R.id.text1); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 124 String destination; // destination associated with this transfer field in class:BluetoothOppNotification.NotificationItem
237 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
248 String destination = cursor.getString(destinationIndex); local
280 item.destination = destination;
310 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 280 template <typename T> static void copyChars(T* destination, const T* source, unsigned numCharacters)
283 *destination = *source;
297 uint32_t* destCharacters = reinterpret_cast<uint32_t*>(destination);
303 destination[i] = source[i];
305 memcpy(destination, source, numCharacters * sizeof(T));
308 ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters)
311 destination[i] = source[i];
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 350 Uri destination = getExternalUri(); local
351 Download download = enqueueRequest(getRequest().setDestinationUri(destination));
355 assertEquals(destination, localUri);
357 InputStream stream = new FileInputStream(destination.getPath());
685 Uri destination = getExternalUri(); local
686 new File(destination.getPath()).createNewFile();
688 Download download = enqueueRequest(getRequest().setDestinationUri(destination));
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 910 # diskImageMaker($source, $destination, $format, $name, $tempDir, $tempMount,
913 # Creates a disk image in $destination of format $format corresponding to the
922 my($baseName, $destination, $format, $name, $setRootIcon, $source,
924 ($source, $destination, $format, $name, $tempDir, $tempMount,
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 110 void Load(Register destination, ExternalReference source);
111 void Store(ExternalReference destination, Register source);
112 // Loads the address of the external reference into the destination
114 void LoadAddress(Register destination, ExternalReference source);
122 void LoadRoot(Register destination, Heap::RootListIndex index);
127 void LoadRootIndexed(Register destination,
399 // high 32 bits of destination.
421 // the original values of source registers. The destination register
    [all...]
  /external/chromium/net/socket/
transport_client_socket_pool.cc 226 return resolver_.Resolve(params_->destination(), &addresses_, &callback_,
456 casted_params->get()->destination().host_port_pair().ToString())));
477 casted_params->get()->destination().host_port_pair().ToString())));
socks_client_socket_pool.h 37 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::SOCKSSocketParams
52 // This is the HTTP destination.
tcp_client_socket_pool.h 39 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::TCPSocketParams
transport_client_socket_pool.h 34 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::TransportSocketParams
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 293 printer_query->SetWorkerDestination(print_job_manager_->destination());
343 printer_query->SetWorkerDestination(print_job_manager_->destination());
420 printer_query->SetWorkerDestination(print_job_manager_->destination());
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 27 * Copy properties from |source| to |destination|.
29 * @param {Object} destination Destination of the copy.
30 * @return {Object} |destination|.
33 function copyAttributes_(source, destination) {
35 destination[i] = source[i];
36 return destination;
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 390 SkCanvas* destination,
404 destination->getClipBounds(&skclip);
417 font_->drawText(destination, run, web_position, color, web_clip,
  /external/chromium_org/net/socket/
transport_client_socket_pool.cc 169 params_->destination(), &addresses_,
388 &casted_params->get()->destination().host_port_pair()));
408 &casted_params->get()->destination().host_port_pair()));
socks_client_socket_pool.h 37 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::SOCKSSocketParams
47 // This is the HTTP destination.
  /external/v8/src/
lithium.h 210 LMoveOperands(LOperand* source, LOperand* destination)
211 : source_(source), destination_(destination) {
217 LOperand* destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED
221 // destination (but not the source).
226 // True if this move a move into the given destination operand.
232 // destination are the same, or if its destination is unneeded.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 444 * qualifier )into and add it to the destination node.
446 * @param destination the node to add the cloned subtree
448 public void cloneSubtree(XMPNode destination)
455 destination.addChild((XMPNode) child.clone());
461 destination.addQualifier((XMPNode) qualifier.clone());
  /bootable/recovery/minadbd/
sockets.c 500 void connect_to_remote(asocket *s, const char *destination)
504 int len = strlen(destination) + 1;
507 fatal("destination oversized");
510 D("LS(%d): connect('%s')\n", s->id, destination);
514 strcpy((char*) p->data, destination);
  /dalvik/vm/
Exception.h 242 void dvmThrowArrayStoreExceptionIncompatibleArrays(ClassObject* source, ClassObject* destination);
  /external/chromium/net/http/
http_proxy_client_socket_pool.h 68 const HostResolver::RequestInfo& destination() const;
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 212 void ReadyDriverDependencies(const base::FilePath& destination) {
225 &base::FilePath(destination));
232 &base::FilePath(destination));
239 base::FilePath dst_path = destination.Append(kDependencyList[i]);

Completed in 2884 milliseconds

<<11121314151617181920>>