HomeSort by relevance Sort by last modified time
    Searched refs:overwrite (Results 101 - 125 of 228) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/icu/source/common/
utrie2.h 255 * overwrite is TRUE or if the old value is the initial value.
261 * @param overwrite flag for whether old non-initial values are to be overwritten
268 uint32_t value, UBool overwrite,
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 477 The copy operates as a "merge with overwrite": any files in source_dir will
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 125 typedef int(*setenv_ft)(const char *name, const char *value, int overwrite);
  /external/icu/icu4c/source/common/
utrie2.h 255 * overwrite is TRUE or if the old value is the initial value.
261 * @param overwrite flag for whether old non-initial values are to be overwritten
268 uint32_t value, UBool overwrite,
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 129 public void setenv(String name, String value, boolean overwrite) throws ErrnoException;
Posix.java 210 public native void setenv(String name, String value, boolean overwrite) throws ErrnoException;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
prefs.js 90 * to prefs, false if we want to overwrite them. Set false if we've made
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 17 // having them overwrite the mapping in deps.js
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 83 /* Can style cursor different in overwrite (non-insert) mode */
84 div.CodeMirror-overwrite div.CodeMirror-cursor {}
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 71 * @param {boolean} overwrite Whether to overwrite the image to the item or not.
75 volumeManager, item, canvas, overwrite) {
93 overwrite,
  /external/chromium_org/v8/test/mjsunit/
object-seal.js 166 // We should be able to overwrite the existing value.
object-freeze.js 91 // Make sure that even if we try overwrite a value that is not writable, it is
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 157 # Don't overwrite $prefix/lib/libltdl.la without --enable-ltdl-install
  /ndk/build/core/
default-build-commands.mk 49 # linker has run. This makes GOT overwrite security attacks harder to
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 398 def ComputeIDs(self, recursive=True, overwrite=True, seed_hash=None):
409 If overwrite is True, any existing value set in the "id" property will be
446 child.ComputeIDs(recursive, overwrite, child_hash)
448 if overwrite or self.id is None:
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 400 // If |overwrite| is false, then returns an error if profile exists.
401 DWORD SetProfile(bool shared, const std::string& profile_xml, bool overwrite);
    [all...]
  /external/fio/
iolog.c 224 if (((!td->o.verifysort) || !td_random(td) || !td->o.overwrite) &&
filesetup.c 51 * where overwrite is set
54 (td_write(td) && td->o.overwrite && !td->o.file_append) ||
57 if (td_write(td) && !td->o.overwrite && !td->o.file_append)
  /external/qemu-pc-bios/bochs/
bochs.h 127 int bx_write_configuration(const char *rcfile, int overwrite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 1320 int overwrite(NCursesWindow& win) { function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 1320 int overwrite(NCursesWindow& win) { function in class:NCursesWindow
    [all...]
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 75 // overwrite vs. no-overwrite
543 void TestCopyInForeignFileHelper(bool overwrite) {
560 if (overwrite) {
574 if (!overwrite) {
626 bool overwrite) {
649 if (overwrite) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 288 * deleted. Use this.rebind to have non-overwrite behavior.
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 608 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) {
610 int res = REAL(setenv)(name, value, overwrite);
    [all...]

Completed in 653 milliseconds

1 2 3 45 6 7 8 910