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

<<1112131415161718

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeMoveParticipant.java 196 Object destination = getArguments().getDestination(); local
197 if (destination instanceof IPackageFragment) {
198 IPackageFragment packageFragment = (IPackageFragment) destination;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 136 virtual RegisterID* emitBytecode(BytecodeGenerator&, RegisterID* destination = 0) = 0;
812 RegisterID* emitStrcat(BytecodeGenerator& generator, RegisterID* destination, RegisterID* lhs = 0, ReadModifyResolveNode* emitExpressionInfoForMe = 0);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 377 * Set the source node to be a symbolic link to the destination.
384 * Set the source node to be a symbolic link to the destination.
386 public void setSymlink(String sourcePath, Data destination) {
387 createChild(sourcePath).setSymlink(destination);
419 throw new NullPointerException("Invalid copy destination path");
DefaultDataContext.java 344 public void setSymlink(String sourcePath, Data destination) {
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch?
248 add rdi,rax ; next destination
249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch?
postproc_mmx.c 80 destination pitch?
386 destination pitch?
388 next destination
390 destination pitch?
430 destination pitch?
695 destination pitch?
697 next destination
699 destination pitch?
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 169 * file descriptor pointing to the backup data destination.
261 * will be delivered to the backup destination along with the metadata necessary
267 * @param output The destination to which the backed-up file data will be sent.
392 * The default implementation creates the destination file/directory and populates it
399 * destination. If the file system object being restored is a directory, {@code size}
401 * @param destination The File on disk to be restored with the given data.
404 * @param mode The access mode to be assigned to the destination after its data is
411 File destination, int type, long mode, long mtime)
413 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
454 // with a null destination
    [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 721 private boolean isReachable(InetAddress destination, InetAddress source, int timeout) throws IOException {
729 IoBridge.connect(fd, destination, 7, timeout);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 530 short operation, Node source, NodeImpl destination) {
545 operation, entry.getKey(), userData.value, source, destination);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 73 static final String PROPERTY_DESTINATION = "destination"; //$NON-NLS-1$
325 // check if we have the apk to resign, the destination location, and either
527 * @param destination where to write the resulting file
531 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException {
532 // command line: zipaling -f 4 tmp destination
538 command[4] = destination.getAbsolutePath();
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/bluetooth/bluez/test/
ipctest.c 313 strncpy(msg.getcaps_req.destination, u->address,
314 sizeof(msg.getcaps_req.destination));
584 strncpy(msg.open_req.destination, u->address,
585 sizeof(msg.open_req.destination));
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 332 const BookmarkNode* destination = root->GetChild(1); local
333 model.Copy(nodeToCopy, destination, 1);
346 destination = root->GetChild(4);
347 model.Copy(nodeToCopy, destination, 1);
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc     [all...]
  /external/dbus/dbus/
dbus-message.h 132 const char *destination);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /external/icu4c/i18n/
usearch.cpp 200 * Adds a uint32_t value to a destination array.
204 * before calling this method. destination not to be NULL and has at least
206 * @param destination target array
207 * @param offset destination offset to add value
213 * @return new destination array, destination if there was no new allocation
216 inline int32_t * addTouint32_tArray(int32_t *destination,
231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
233 destination = temp;
235 destination[offset] = value
    [all...]
  /external/netperf/
nettest_bsd.h 428 struct addrinfo *destination);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 33 ; entry a1 -> destination
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers

Completed in 1042 milliseconds

<<1112131415161718