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

1 2 3 4 5 6 7 8 910

  /external/qemu/android/utils/
setenv.c 6 int setenv(const char *name, const char *value, int overwrite)
9 if (overwrite || !getenv(name)) {
  /external/emma/core/java12/com/vladium/emma/data/
IMetaData.java 38 boolean add (ClassDescriptor cls, boolean overwrite);
  /external/chromium_org/chrome/installer/util/
work_item.cc 95 bool overwrite) {
101 overwrite);
110 bool overwrite) {
116 overwrite);
125 bool overwrite) {
131 overwrite);
set_reg_value_work_item.h 38 // because we are not allowed to overwrite the previous value, or due to
50 bool overwrite);
57 bool overwrite);
64 bool overwrite);
76 // Whether to overwrite the existing value under the target key.
set_reg_value_work_item.cc 20 bool overwrite)
24 overwrite_(overwrite),
41 bool overwrite)
45 overwrite_(overwrite),
62 bool overwrite)
66 overwrite_(overwrite),
100 // If the value exists but we don't want to overwrite then there's
work_item.h 51 ALWAYS, // Always overwrite regardless of what existed before.
53 IF_DIFFERENT, // Overwrite if different. Currently only applies to file.
139 bool overwrite);
149 bool overwrite);
159 bool overwrite);
work_item_list.h 103 bool overwrite);
112 bool overwrite);
121 bool overwrite);
work_item_list.cc 167 bool overwrite) {
173 overwrite);
183 bool overwrite) {
189 overwrite);
199 bool overwrite) {
206 overwrite));
  /external/chromium_org/third_party/icu/source/test/intltest/
plurfmts.h 42 UBool overwrite, // overwrite the numberFormat.format result
  /external/icu/icu4c/source/test/intltest/
plurfmts.h 42 UBool overwrite, // overwrite the numberFormat.format result
  /external/llvm/test/MC/ARM/
directive-fpu-multiple.s 3 @ The later .fpu directive should overwrite the earlier one.
  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider.h 63 // Reads the default settings from the preferences service. If |overwrite| is
65 void ReadDefaultSettings(bool overwrite);
content_settings_policy_provider.h 61 void ReadManagedContentSettings(bool overwrite);
content_settings_pref_provider.h 74 // into the |value_map_|. The |value_map_| is cleared first if |overwrite| is
76 void ReadContentSettingsFromPref(bool overwrite);
  /external/qemu/
os-win32.c 39 int setenv(const char *name, const char *value, int overwrite)
42 if (overwrite || !getenv(name)) {
  /external/chromium_org/tools/telemetry/third_party/davclient/
davclient.py 143 def copy(self, source, destination, body=None, depth='infinity', overwrite=True, headers=None):
150 if overwrite is False:
151 headers['Overwrite'] = 'F'
157 def copy_collection(self, source, destination, depth='infinity', overwrite=True, headers=None):
166 self.copy(source, destination, body=unicode(body, 'utf-8'), depth=depth, overwrite=overwrite, headers=headers)
169 def move(self, source, destination, body=None, depth='infinity', overwrite=True, headers=None):
176 if overwrite is False:
177 headers['Overwrite'] = 'F'
183 def move_collection(self, source, destination, depth='infinity', overwrite=True, headers=None)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js 42 if (rule.action == 'overwrite') {
43 suggest(item.filename, 'overwrite');
  /external/chromium_org/chrome/renderer/resources/extensions/
downloads_custom_bindings.js 32 } else if ([undefined, 'uniquify', 'overwrite', 'prompt'].indexOf(
35 'one of undefined, "uniquify", "overwrite", "prompt"');
  /external/qemu/include/sysemu/
os-win32.h 116 int setenv(const char *name, const char *value, int overwrite);
  /system/core/rootdir/
init.trace.rc 11 chown root shell /sys/kernel/debug/tracing/options/overwrite
23 chmod 0664 /sys/kernel/debug/tracing/options/overwrite
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 117 // Eval var shadowing (should overwrite).
123 // Eval function shadowing (should overwrite).
129 // Eval shadowing (should overwrite), followed by put (should overwrite).
135 // Eval var shadowing, followed by delete (should not overwrite).
141 // Eval function shadowing, followed by delete (should not overwrite).
147 // Eval assignment (should not overwrite).
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.h 42 bool overwrite; member in struct:perf_evlist
109 bool overwrite);
  /external/smali/baksmali/
build.gradle 66 ant.symlink(link: file("${destinationDir}/baksmali.jar"), resource: archivePath, overwrite: true)
  /external/chromium_org/v8/test/webkit/fast/js/kde/
arguments-scope.js 36 // var execution should not overwrite something that was
48 // Formals OTOH can overwrite the args object
  /external/wpa_supplicant_8/src/utils/
os_none.c 87 int os_setenv(const char *name, const char *value, int overwrite)

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 910