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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 39 echo ${prog}: -d option requires destination directory.
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 200 * file descriptor pointing to the backup data destination.
307 * will be delivered to the backup destination along with the metadata necessary
313 * @param output The destination to which the backed-up file data will be sent.
450 * The default implementation creates the destination file/directory and populates it
457 * destination. If the file system object being restored is a directory, {@code size}
459 * @param destination The File on disk to be restored with the given data.
462 * @param mode The access mode to be assigned to the destination after its data is
469 File destination, int type, long mode, long mtime)
471 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
532 // with a null destination
    [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 720 private boolean isReachable(InetAddress destination, InetAddress source, int timeout) throws IOException {
728 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 75 static final String PROPERTY_DESTINATION = "destination"; //$NON-NLS-1$
335 // check if we have the apk to resign, the destination location, and either
546 * @param destination where to write the resulting file
550 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException {
551 // command line: zipaling -f 4 tmp destination
557 command[4] = destination.getAbsolutePath();
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /bootable/recovery/
recovery.cpp 251 copy_log_file(const char* source, const char* destination, int append) {
252 FILE *log = fopen_path(destination, append ? "a" : "w");
254 LOGE("Can't open %s\n", destination);
268 check_and_fclose(log, destination);
    [all...]
  /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/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldOverrideUrlLoadingTest.java 137 private String getHtmlForPageWithSimpleLinkTo(String destination) {
139 "<a href=\"" + destination + "\" id=\"link\">" +
173 private String getHtmlForPageWithSimplePostFormTo(String destination) {
175 "<form action=\"" + destination + "\" method=\"post\">" +
    [all...]
  /external/chromium_org/cc/base/
math_util.h 152 // Projects the |source| vector onto |destination|. Neither vector is assumed
155 gfx::Vector2dF destination);
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata.cc 530 ResourceEntry entry, destination;
532 !FindEntryByPathSync(directory_path, &destination))
534 if (!destination.file_info().is_directory())
537 entry.set_parent_resource_id(destination.resource_id());
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 613 if (!params->destination.parent_id.get()) {
618 if (!GetBookmarkIdAsInt64(*params->destination.parent_id, &parentId))
634 if (params->destination.index.get()) { // Optional (defaults to end).
635 index = *params->destination.index;
    [all...]
  /external/chromium_org/dbus/
message.h 95 // Sets the destination, the path, the interface, the member, etc.
96 bool SetDestination(const std::string& destination);
106 // Gets the destination, the path, the interface, the member, etc.
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.h 72 const HostResolver::RequestInfo& destination() const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 161 void cleanupAfterDeletion(VisiblePosition destination = VisiblePosition());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 159 static void normalizeCharacters(const TextRun& run, UChar* destination, int length)
180 U16_APPEND(destination, position, length, character, error);
209 static void normalizeSpacesAndMirrorChars(const UChar* source, UChar* destination, int length, HarfBuzzShaper::NormalizeMode normalizeMode)
225 U16_APPEND(destination, position, length, character, error);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h 102 AudioDestinationNode* destination() { return m_destinationNode.get(); } function in class:WebCore::AudioContext
  /external/chromium_org/third_party/icu/source/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/chromium_org/ui/base/x/
x11_util.h 267 // server side visual depth as needed. Destination is assumed to be the same
279 // - |dst_x|, |dst_y|, |copy_width| and |copy_height| define destination region
310 // Change desktop for |window| to the desktop of |destination| window.
311 UI_EXPORT bool ChangeWindowDesktop(XID window, XID destination);
  /external/chromium_org/v8/src/
utils.h 678 void WriteTo(Vector<T> destination) {
679 ASSERT(size_ <= destination.length());
684 destination[position] = chunk[j];
689 destination[position] = current_chunk_[i];
    [all...]
  /external/clang/test/Analysis/
taint-generic.c 24 char *strncpy( char * destination, const char * source, size_t num );
  /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 

Completed in 1375 milliseconds

<<11121314151617181920>>