/external/icu/icu4c/source/test/cintltst/ |
trietest.c | 41 UBool overwrite; member in struct:SetRange 268 UBool overwrite, ok; local 284 overwrite=setRanges[i].overwrite; 285 if((limit-start)==1 && overwrite) { 288 ok&=utrie_setRange32(newTrie, start, limit, value, overwrite); 462 UBool overwrite, ok; local 475 overwrite=setRanges[i].overwrite; 476 if((limit-start)==1 && overwrite) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
IntTrieBuilder.java | 388 * overwrite is true or if the old value is 0. 392 * @param overwrite flag for whether old non-initial values are to be 398 boolean overwrite) 402 // index values fill around existing values if any, if(overwrite) 425 value, overwrite); 430 value, overwrite); 454 fillBlock(block, 0, DATA_BLOCK_LENGTH, value, overwrite); 456 else if (m_data_[-block] != value && (block == 0 || overwrite)) { 485 fillBlock(block, 0, rest, value, overwrite); 773 boolean overwrite) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
adb_install_cert.py | 221 '--overwrite', default=False, action='store_true', 222 help='Overwrite certificate file if it is already installed') 240 cert_installer.install_cert(args.overwrite)
|
/external/eigen/bench/btl/ |
README | 42 Finally, if bench results already exist (the bench*.dat files) then they merges by keeping the best for each matrix size. If you want to overwrite the previous ones you can simply add the "--overwrite" option: 43 BTL_CONFIG="-a axpy:vector_matrix:trisolve:ata --overwrite" ctest -V -R eigen2
|
/external/libnl/lib/ |
handlers.c | 360 * Overwrite internal calls to nl_recvmsgs() 371 * Overwrite internal calls to nl_recv() 383 * Overwrite internal calls to nl_send()
|
/external/v8/src/ |
compilation-cache.h | 171 // info. This may overwrite an existing mapping. 178 // with the shared function info. This may overwrite an existing mapping. 184 // This may overwrite an existing mapping.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fsrmscreen.h | 377 STDMETHOD_(HRESULT,get_OverwriteOnCommit)(THIS_ VARIANT_BOOL *overwrite) PURE; 378 STDMETHOD_(HRESULT,put_OverwriteOnCommit)(THIS_ VARIANT_BOOL overwrite) PURE; 401 #define IFsrmFileGroupImported_get_OverwriteOnCommit(This,overwrite) (This)->lpVtbl->get_OverwriteOnCommit(This,overwrite) 402 #define IFsrmFileGroupImported_put_OverwriteOnCommit(This,overwrite) (This)->lpVtbl->put_OverwriteOnCommit(This,overwrite) [all...] |
/external/autotest/server/hosts/ |
base_classes_unittest.py | 36 # overwrite this attribute as it's irrelevant for these tests
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
gen_client.py | 37 'overwrite', False, 38 'Only overwrite the output directory if this flag is specified.') 160 if os.path.exists(outdir) and not FLAGS.overwrite: 162 'Output directory exists, pass --overwrite to replace '
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 119 setenv("LIBCLANG_LOGGING", "1", /*overwrite=*/0);
|
/external/compiler-rt/test/builtins/Unit/ |
clear_cache_test.c | 78 // verify you can overwrite a function with another
|
enable_execute_stack_test.c | 73 // verify you can overwrite a function with another
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_COPYPOSTFIELDS.3 | 34 to overwrite the original data after setting this option.
|
/external/curl/include/ |
README | 32 will overwrite the distributed include/curl/curlbuild.h file with one that
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedPublish.xml | 56 <!-- 2. Publish feed: commit file into CVS - overwrite existing and add if necessary -->
|
/external/eigen/cmake/ |
EigenConfigureTesting.cmake | 29 # overwrite default DartConfiguration.tcl
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
MINRES.h | 100 v_new -= alpha*v; // overwrite v_new 101 w_new = precond.solve(v_new); // overwrite w_new 105 v_new /= beta_new; // overwrite v_new for next iteration 106 w_new /= beta_new; // overwrite w_new for next iteration
|
/external/emma/core/java12/com/vladium/emma/data/ |
IMetaData.java | 38 boolean add (ClassDescriptor cls, boolean overwrite);
|
/external/google-tv-pairing-protocol/cpp/ |
autogen.sh | 36 # aclocal tries to overwrite aclocal.m4 even if the contents haven't
|
/external/icu/icu4c/source/stubdata/ |
stubdata.vcxproj | 113 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 160 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 207 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 252 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command>
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 5 # you can overwrite "path" directive afterwards, however, doing so may add
|
/external/kernel-headers/original/uapi/xen/ |
gntalloc.h | 59 * the same page overwrite the previous notification. You must clear the
|
/external/libchrome/base/trace_event/ |
heap_profiler_type_name_deduplicator.cc | 56 // |EscapeJSONString| appends, it does not overwrite |buffer|.
|
/external/lz4/programs/ |
lz4.1 | 39 overwrite output without prompting
|
/external/shflags/bin/ |
gen_test_results.sh | 35 DEFINE_boolean force false 'force overwrite' f
|