HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 334 int32_t ucol_sit_dumpSpecs(CollatorSpec *s, char *destination, int32_t capacity, UErrorCode *status)
344 uprv_strcat(destination, "_");
352 destination[len+j] = uprv_toupper(*(s->entries[i].start+j));
359 uprv_strncat(destination,s->entries[i].start, s->entries[i].len);
616 char *destination,
626 if(destination) {
627 uprv_memset(destination, 0, capacity*sizeof(char));
639 return ucol_sit_dumpSpecs(&s, destination, capacity, status);
  /external/dbus/bus/
policy.c 102 dbus_free (rule->d.send.destination);
806 rule->d.send.destination == NULL;
879 * destination from the message
965 if (rule->d.send.destination != NULL)
970 * to them have a destination service name.
975 rule->d.send.destination))
978 rule->d.send.destination);
987 _dbus_string_init_const (&str, rule->d.send.destination);
993 rule->d.send.destination);
1000 rule->d.send.destination);
    [all...]
selinux.c 452 * that of the receiver. The destination connection need not be the
466 const char *destination,
520 if (destination)
524 if (!_dbus_string_append (&auxdata, destination))
  /external/icu4c/i18n/
ucol_sit.cpp 333 int32_t ucol_sit_dumpSpecs(CollatorSpec *s, char *destination, int32_t capacity, UErrorCode *status)
343 uprv_strcat(destination, "_");
351 destination[len+j] = uprv_toupper(*(s->entries[i].start+j));
358 uprv_strncat(destination,s->entries[i].start, s->entries[i].len);
615 char *destination,
625 if(destination) {
626 uprv_memset(destination, 0, capacity*sizeof(char));
638 return ucol_sit_dumpSpecs(&s, destination, capacity, status);
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 41 add r5, r5, r6 ;# increment destination pointer
  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 295 // Copy the temp file to the destination file.
296 String destination = path; local
297 if (!MoveFileExW(tempPath, destination.charactersWithNullTermination(), MOVEFILE_REPLACE_EXISTING | MOVEFILE_COPY_ALLOWED))
  /external/webkit/WebCore/workers/
WorkerContext.cpp 244 void WorkerContext::addMessage(MessageDestination destination, MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceURL)
246 thread()->workerReportingProxy().postConsoleMessageToWorkerObject(destination, source, type, level, message, lineNumber, sourceURL);
  /external/webkit/WebKit/win/Interfaces/
IWebDownload.idl 139 HRESULT didCreateDestination([in] IWebDownload* download, [in] BSTR destination);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 178 public int compare(ViewNode.Property source, ViewNode.Property destination) {
179 return source.name.compareTo(destination.name);
  /system/core/adb/
adb.h 228 asocket *create_local_service_socket(const char *destination);
231 void connect_to_remote(asocket *s, const char *destination);
sockets.c 499 void connect_to_remote(asocket *s, const char *destination)
503 int len = strlen(destination) + 1;
506 fatal("destination oversized");
509 D("LS(%d): connect('%s')\n", s->id, destination);
513 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/libvpx/vp8/common/x86/
subpixel_mmx.asm 50 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch?
92 movq [rdi], mm3 ; store the results in the destination
153 movsxd rax, DWORD PTR arg(5) ;output_width ; destination pitch?
189 movd [rdi],mm3 ; store the results in the destination
242 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch?
278 movd [rdi],mm3 ; store the results in the destination
432 movq [rdi], mm3 ; store the results in the destination
587 movq [rdi], mm3 ; store the results in the destination
704 movd [rdi], mm3 ; store the results in the destination
  /external/bluetooth/glib/gio/
gfile.h 359 GFile *destination,
366 GFile *destination,
379 GFile *destination,
    [all...]
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 85 // m_formElements[0] is the current item. If the destination buffer is
87 qint64 FormDataIODevice::readData(char* destination, qint64 size)
99 memcpy(destination+copied, element.m_data.data()+m_currentDelta, toCopy);
107 memcpy(destination+copied, data.constData(), data.size());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 84 setTitle("Destination and key/certificate checks");
101 new Label(composite, SWT.NONE).setText("Destination APK file:");
116 fileDialog.setText("Destination file name");
152 // reset the destination from the content of the project
159 String destination = ProjectHelper.loadStringProperty(project, local
163 if (destination != null && filename != null) {
164 mDestination.setText(destination + File.separator + filename);
287 * Callback for destination field edition
300 setErrorMessage("Enter destination for the APK file.");
309 setErrorMessage("Destination is a directory.")
    [all...]
  /bootable/recovery/
recovery.c 245 copy_log_file(const char* destination, int append) {
246 FILE *log = fopen_path(destination, append ? "a" : "w");
248 LOGE("Can't open %s\n", destination);
264 check_and_fclose(log, destination);
  /external/tcpdump/
sctpHeader.h 64 u_int16_t destination; member in struct:sctpHeader
  /external/v8/src/mips/
full-codegen-mips.cc 95 void FullCodeGenerator::Move(Register destination, Slot* source) {
  /external/v8/src/
register-allocator.h 146 inline void CopyTo(Result* destination) const;
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 437 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
439 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
442 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
444 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
  /external/bluetooth/bluez/audio/
unix.c 279 ba2str(&dev->dst, rsp->destination);
628 ba2str(&client->dev->dst, rsp->destination);
907 ba2str(&dev->dst, rsp->destination);
1290 if (!check_nul(req->source) || !check_nul(req->destination) ||
1297 str2ba(req->destination, &dst);
1362 DBG("open sco - object=%s source=%s destination=%s lock=%s%s",
1365 strcmp(req->destination, "") ? req->destination : "ANY",
1381 DBG("open a2dp - object=%s source=%s destination=%s lock=%s%s",
1384 strcmp(req->destination, "") ? req->destination : "ANY"
    [all...]
  /external/chromium/base/
file_util.h 147 // volume, or the function will fail. Destination file will be created
223 // and 'destination' parameters are required, everything else can be NULL.
224 // 'source' is the existing file, 'destination' is the new link file to be
229 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination,
236 // initialized COM before calling into this function. Only 'destination'
238 // is NULL no changes are made to the shortcut). 'destination' is the link
241 bool UpdateShortcutLink(const wchar_t *source, const wchar_t *destination,
  /external/webkit/JavaScriptCore/runtime/
UString.h 275 void writeTo(UChar* destination)
278 destination[i] = m_buffer[i];
297 void writeTo(UChar* destination)
300 destination[i] = m_buffer[i];
319 void writeTo(UChar* destination)
322 destination[i] = m_data[i];

Completed in 2170 milliseconds

1 2 34 5 6 7 8 9