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

1 2 34 5 6 7 8 910

  /external/wpa_supplicant_8/src/utils/
os_win32.c 180 int os_setenv(const char *name, const char *value, int overwrite)
os.h 212 * @overwrite: Whether existing variable should be overwritten
218 int os_setenv(const char *name, const char *value, int overwrite);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 667 const bool overwrite)
677 return group->addFile(file, overwrite);
682 sp<FilePathStore>& fullResPaths, const bool overwrite)
741 resType, fullResPaths, overwrite);
751 status_t err = addLeafFile(fileNames[i], file, overwrite);
    [all...]
ResourceTable.cpp 588 const bool overwrite,
615 &spans, &config, overwrite, false, curFormat);
683 const bool overwrite,
755 false, curFormat, overwrite);
764 const bool overwrite,
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 360 void PrefProvider::ReadContentSettingsFromPref(bool overwrite) {
373 if (overwrite)
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 174 true /* overwrite */);
197 WriteToMtab(data, data_size, false /* do not overwrite */);
201 // Overwrite the mtab file with mtab entries from the |data| array of size
204 WriteToMtab(data, data_size, true /* overwrite */);
271 // |overwrite| specifies whether to overwrite |mtab_file_|.
274 bool overwrite) {
275 FILE* file = setmntent(mtab_file_.value().c_str(), overwrite ? "w" : "a");
  /external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
codemirror.css 57 /* Can style cursor different in overwrite (non-insert) mode */
58 div.CodeMirror-overwrite div.CodeMirror-cursor {}
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 154 def append(self, unit, overwrite=False):
155 if not overwrite and unit.unit_id in self._units:
  /external/skia/experimental/webtry/res/css/cm/
codemirror.css 57 /* Can style cursor different in overwrite (non-insert) mode */
58 div.CodeMirror-overwrite div.CodeMirror-cursor {}
  /libcore/luni/src/main/java/android/system/
Os.java 405 public static void setenv(String name, String value, boolean overwrite) throws ErrnoException { Libcore.os.setenv(name, value, overwrite); }
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 136 public void setenv(String name, String value, boolean overwrite) throws ErrnoException { os.setenv(name, value, overwrite); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 221 String destPath, boolean overwrite) throws Exception {
245 if (overwrite && file.exists()) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSStyleModel.js     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 41 overridden by a -n or --no-overwrite flag
135 parser.add_option('-n', '--no-overwrite', dest='overwrite', action='store_false', default=True,
361 if not self.options.overwrite and os.path.exists(new_filepath):
  /external/chromium_org/third_party/icu/source/common/
utrie.h 689 * overwrite is TRUE or if the old value is 0.
695 * @param overwrite flag for whether old non-initial values are to be overwritten
699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 118 // Overwrite options and info bubble.
126 util.createChild(this.options_, 'overwrite-original');
131 this.overwriteOriginal_.id = 'overwrite-checkbox';
144 overwriteLabel.setAttribute('for', 'overwrite-checkbox');
730 // For once edited image, disallow the 'overwrite' setting change.
985 // Allow changing the 'Overwrite original' setting only if the user
1014 * Local storage key for the 'Overwrite original' setting.
1017 SlideMode.OVERWRITE_KEY = 'gallery-overwrite-original';
1021 * the overwrite info bubble has been displayed.
1024 SlideMode.OVERWRITE_BUBBLE_KEY = 'gallery-overwrite-bubble'
    [all...]
  /external/fio/
cconv.c 184 o->overwrite = le32_to_cpu(top->overwrite);
341 top->overwrite = cpu_to_le32(o->overwrite);
  /external/icu/icu4c/source/common/
utrie.h 689 * overwrite is TRUE or if the old value is 0.
695 * @param overwrite flag for whether old non-initial values are to be overwritten
699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
  /external/valgrind/main/shared/
vg_replace_strmem.c     [all...]
  /external/chromium_org/net/url_request/
url_request.cc 254 bool overwrite) {
261 bool overwrite) {
263 if (overwrite) {
    [all...]
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 365 .gallery .filename-spacer .overwrite-original {
380 .gallery[editing] .filename-spacer .overwrite-original,
381 .gallery[editing] .filename-spacer .overwrite-original > * {
387 .gallery[editing] .options[saved] .overwrite-original {
391 .gallery[editing] .options[saved] .overwrite-original,
392 .gallery[editing] .options[saved] .overwrite-original > * {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python.c 720 static char *kwlist[] = { "pages", "overwrite", NULL };
721 int pages = 128, overwrite = false; local
724 &pages, &overwrite))
727 if (perf_evlist__mmap(evlist, pages, overwrite) < 0) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 220 SetPropertyTextAction(InspectorStyleSheetBase* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, const String& text, bool overwrite)
226 , m_overwrite(overwrite)
886 bool overwrite; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmquota.h     [all...]
  /external/chromium_org/build/
get_syzygy_binaries.py 263 already been cleaned, as it will refuse to overwrite existing files."""
319 option_parser.add_option('--overwrite', action='store_true', default=False,
426 if options.overwrite:
428 # If overwrite was specified then take a heavy-handed approach.

Completed in 1864 milliseconds

1 2 34 5 6 7 8 910