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

1 2 3 4 5 6 78 91011>>

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 178 TextView destination = (TextView) view.findViewById(android.R.id.text1); local
179 destination.setText(cursor.getString(EmailQuery.ADDRESS));
  /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 230 asocket *create_local_service_socket(const char *destination);
233 void connect_to_remote(asocket *s, const char *destination);
sockets.c 524 void connect_to_remote(asocket *s, const char *destination)
528 int len = strlen(destination) + 1;
531 fatal("destination oversized");
534 D("LS(%d): connect('%s')\n", s->id, destination);
538 strcpy((char*) p->data, 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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 734 void *source,*destination; local
747 destination = XBIOS_screens[XBIOS_fbnum];
748 destination += XBIOS_pitch * rects[i].y;
749 destination += x1;
754 destination,
783 /* Center on destination screen */
  /external/bluetooth/glib/gio/
gfile.h 359 GFile *destination,
366 GFile *destination,
379 GFile *destination,
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 674 void addBranch(const MacroAssembler::Jump& jump, BlockIndex destination)
676 m_branches.append(BranchRecord(jump, destination));
683 branch.jump.linkTo(m_blockHeads[branch.destination], &m_jit);
720 BranchRecord(MacroAssembler::Jump jump, BlockIndex destination)
722 , destination(destination)
727 BlockIndex destination; member in struct:JSC::DFG::JITCodeGenerator::BranchRecord
    [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/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.
utils.h 552 void WriteTo(Vector<T> destination) {
553 ASSERT(size_ <= destination.length());
558 destination[position] = chunk[j];
563 destination[position] = current_chunk_[i];
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 246 static void copyChars(UChar* destination, const UChar* source, unsigned numCharacters)
250 destination[i] = source[i];
252 memcpy(destination, source, numCharacters * sizeof(UChar));
  /bootable/recovery/
recovery.c 228 copy_log_file(const char* source, const char* destination, int append) {
229 FILE *log = fopen_path(destination, append ? "a" : "w");
231 LOGE("Can't open %s\n", destination);
245 check_and_fclose(log, 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/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 328 private boolean parseHdfNameAttrs(HdfNameAttrs destination, String seq, int index,
335 destination.reset(hdfName);
337 int end = parseAttributes(seq, index, state, destination);
342 destination.endOfSequence = end;
  /external/tcpdump/
sctpHeader.h 64 u_int16_t destination; member in struct:sctpHeader
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 468 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
470 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
473 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
475 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.h 112 void cleanupAfterDeletion(VisiblePosition destination = VisiblePosition());
  /external/webkit/Source/WebCore/webaudio/
AudioContext.h 87 AudioDestinationNode* destination() { return m_destinationNode.get(); } function in class:WebCore::AudioContext
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 457 const TEEC_UUID* destination, /* The trusted application UUID we want to open the session with */
466 destination,
752 const TEEC_UUID* destination, /* The trusted application UUID we want to open the session with */
775 sCommand.sOpenClientSession.sDestinationUUID = *((S_UUID*)destination);
  /external/bluetooth/bluez/audio/
unix.c 300 ba2str(&dev->dst, rsp->destination);
648 ba2str(&client->dev->dst, rsp->destination);
917 ba2str(&dev->dst, rsp->destination);
1310 if (!check_nul(req->source) || !check_nul(req->destination) ||
1317 str2ba(req->destination, &dst);
1382 DBG("open sco - object=%s source=%s destination=%s lock=%s%s",
1385 strcmp(req->destination, "") ? req->destination : "ANY",
1401 DBG("open a2dp - object=%s source=%s destination=%s lock=%s%s",
1404 strcmp(req->destination, "") ? req->destination : "ANY"
    [all...]

Completed in 1181 milliseconds

1 2 3 4 5 6 78 91011>>