Searched
full:overwrite (Results
451 -
475 of
2017) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fsrmquota.h | [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
generate_scripts.py | 341 # Copy over known fields one at a time but don't overwrite existing. 374 # Overwrite historic commands with recently observed ones.
|
/external/clang/include/clang/AST/ |
ASTVector.h | 271 // Copy over the elements that we're about to overwrite. 321 // Copy over the elements that we're about to overwrite.
|
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoader.java | 216 if ((m_hook != null) && m_hook.processClassDef (name, bytes, length, baos)) // note: this can overwrite 'bytes' 276 if ((m_hook != null) && m_hook.processClassDef (name, bytes, length, baos)) // note: this can overwrite 'bytes'
|
/external/jsoncpp/ |
makerelease.py | 274 help="""Overwrite release existing tag if it exist. [Default: %default]""") 309 print('Aborting, tag %s already exist. Use --retag to overwrite it!' % tag_url)
|
/external/libedit/doc/ |
editrc.5.roff | 401 .It Ic em-toggle-overwrite 402 Switch from insert to overwrite mode or vice versa.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
t1parse.c | 331 /* the private dict. Otherwise, simply overwrite into the base */ 410 /* dictionary. We overwrite the base dictionary for disk-based */
|
/external/liblzf/ |
lzf.c | 82 "-f --force force overwrite of output file\n" 90 "-f force overwrite of output file\n"
|
/external/libopus/silk/float/ |
encode_frame_FLP.c | 286 /* Overwrite unquantized gains with quantized gains and convert back to Q0 from Q16 */ 358 /* Overwrite unquantized gains with quantized gains and convert back to Q0 from Q16 */
|
/external/nist-sip/java/gov/nist/core/ |
LogWriter.java | 439 // boolean overwrite = Boolean.valueOf( 446 // this.logFileName, !overwrite);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
ServerLog.java | 195 boolean overwrite = Boolean.valueOf( 199 FileWriter fw = new FileWriter(logFileName, !overwrite);
|
/external/pdfium/third_party/freetype/src/type1/ |
t1parse.c | 331 /* the private dict. Otherwise, simply overwrite into the base */ 410 /* dictionary. We overwrite the base dictionary for disk-based */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 131 /* now all-pass filter the backwards vector. Output values overwrite the input vector. */ 149 overwrite the input samples */
|
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 380 int os_setenv(const char *name, const char *value, int overwrite) 382 return setenv(name, value, overwrite);
|
/external/zlib/src/contrib/minizip/ |
miniunz.c | 202 " -o overwrite files without prompting\n" \ 389 printf("The file %s exists. Overwrite ? [y]es, [n]o, [A]ll: ",write_filename);
|
minizip.c | 175 " -o Overwrite existing file.zip\n" \ 351 printf("The file %s exists. Overwrite ? [y]es, [n]o, [a]ppend : ",filename_try);
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 143 public void setenv(String name, String value, boolean overwrite) throws ErrnoException { os.setenv(name, value, overwrite); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.c | 176 // then overwrite instead of append. 219 // then overwrite instead of append.
|
/packages/apps/Camera2/src/com/android/camera/util/ |
XmpUtil.java | 166 // Overwrite the image file with the new meta data. 195 // Overwrite the image file with the new meta data.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pprint.py | 12 # list, tuple and dict subclasses that do or don't overwrite __repr__ 106 # Simple objects, small containers and classes that overwrite __repr__
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pprint.py | 12 # list, tuple and dict subclasses that do or don't overwrite __repr__ 106 # Simple objects, small containers and classes that overwrite __repr__
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
objfile.go | 201 goto overwrite 213 overwrite:
|
/prebuilts/go/darwin-x86/src/runtime/ |
map_test.go | 27 m[math.Copysign(0.0, -1.0)] = true // should overwrite +0 entry 41 m[+0.0] = true // should overwrite -0.0 entry
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
objfile.go | 201 goto overwrite 213 overwrite:
|
/prebuilts/go/linux-x86/src/runtime/ |
map_test.go | 27 m[math.Copysign(0.0, -1.0)] = true // should overwrite +0 entry 41 m[+0.0] = true // should overwrite -0.0 entry
|
Completed in 1637 milliseconds
<<11121314151617181920>>