HomeSort by relevance Sort by last modified time
    Searched full:overwrite (Results 151 - 175 of 1072) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 185 * Overwrite the integer found at a specific record and column.
213 * Overwrite an entire (4-integer) record at the specified index.
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 96 // false if it fails. It will overwrite the shortcut if it exists.
114 // false if it fails. It will overwrite the shortcut if it exists.
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 349 update[syncable::PASSWORDS] = empty_payload; // Overwrite with empty.
350 update[syncable::AUTOFILL] = payload1; // Overwrite with non-empty.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 179 // <!-- 6. overwrite CVS copy with new version; or if new, copy file to destination for add then check-in -->
180 // <copy file="../${file}" overwrite="true" todir="${cvsTemp}/checkoutDir"/>
  /external/elfutils/lib/
dynamicsizehash.c 249 /* We don't want to overwrite the old value. */
258 #ifdef OVERWRITE
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 149 // do not overwrite existing descriptors to support "first
249 // do not overwrite existing descriptors to support "first
  /external/protobuf/python/google/protobuf/
message.py 84 message. Singular fields that are set in the specified message overwrite
141 - Else, if it's a scalar, we overwrite our field.
  /external/wpa_supplicant_8/src/utils/
os_unix.c 317 int os_setenv(const char *name, const char *value, int overwrite)
319 return setenv(name, value, overwrite);
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 115 public void setenv(String name, String value, boolean overwrite) throws ErrnoException { os.setenv(name, value, overwrite); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 169 // Check whether file exists and if so, confirm overwrite
208 sourceFileStore.copy(destFileStore, EFS.OVERWRITE, null);
  /bionic/libc/tzcode/
asctime.c 48 ** so that code trying to overwrite the newline won't end up overwriting
  /bionic/libm/i387/
npx.h 77 * emulators overwrite the whole struct. We have no good way of
  /dalvik/vm/
Android.mk 46 # Overwrite default settings
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileWriterTest.java 163 assertEquals("Failed to overwrite file", " After test string",
  /external/chromium/base/
platform_file.h 35 PLATFORM_FILE_CREATE_ALWAYS = 8, // May overwrite an old file.
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 98 // Records the time that a login was attempted. This will overwrite any
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 229 void PrefDefaultProvider::ReadDefaultSettings(bool overwrite) {
236 if (overwrite)
608 void PrefProvider::ReadExceptions(bool overwrite) {
615 if (overwrite)
  /external/chromium/chrome/browser/download/
download_file_manager.h 111 // downloads, as the user may have decided to overwrite the file.
  /external/chromium/chrome/browser/extensions/
pending_extension_manager.cc 174 VLOG(1) << "Overwrite existing record.";
  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 92 // It then calls UpdateWindowEdges to make sure we don't overwrite the Chrome
  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 51 // Overwrite the client certificate for server1.
  /external/chromium/net/http/
http_vary_data_unittest.cc 62 // Now overwrite by initializing to something invalid.
  /external/clang/lib/Sema/
AttributeList.cpp 58 // Read this here, because we're going to overwrite NextInPool
  /external/e2fsprogs/lib/blkid/
save.c 88 * that in case of error we don't overwrite the cache file.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
publish.xml 92 <!-- Update timestamp on file to permit overwrite through Ant copy task -->

Completed in 678 milliseconds

1 2 3 4 5 67 8 91011>>