/art/runtime/arch/mips64/ |
context_mips64.cc | 60 CHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset. 67 CHECK_NE(fprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
|
/external/caliper/caliper/src/main/java/com/google/caliper/config/ |
CaliperConfigLoader.java | 83 map.putAll(user); // overwrite and augment 84 map.putAll(commandLine); // overwrite and augment
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
items.py | 375 entire items. This prevents many accidental overwrite situations as 415 def save(self, overwrite=False): 425 an ``overwrite=True``. If that's not acceptable, you may be able to use 428 Optionally accepts an ``overwrite`` parameter, which should be a 441 # If it fails, you can overwrite. 442 >>> user.save(overwrite=True) 445 if not self.needs_save() and not overwrite: 451 if overwrite is False:
|
/external/curl/src/ |
tool_cb_wrt.c | 46 /* don't overwrite existing files */ 50 warnf(global, "Refusing to overwrite %s: %s\n", outs->filename,
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TrieTest.java | 59 SetRange(int start, int limit, int value, boolean overwrite) 64 this.overwrite = overwrite; 69 boolean overwrite; field in class:TrieTest.SetRange 215 boolean overwrite = setRanges[i].overwrite; 216 if ((limit - start) == 1 && overwrite) { 220 ok &= newTrie.setRange(start, limit, value, overwrite);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TrieTest.java | 55 SetRange(int start, int limit, int value, boolean overwrite) 60 this.overwrite = overwrite; 65 boolean overwrite; field in class:TrieTest.SetRange 211 boolean overwrite = setRanges[i].overwrite; 212 if ((limit - start) == 1 && overwrite) { 216 ok &= newTrie.setRange(start, limit, value, overwrite);
|
/external/jacoco/org.jacoco.examples.test/ |
pom.xml | 60 <overWrite>true</overWrite>
|
/external/llvm/test/CodeGen/X86/ |
2010-02-19-TailCallRetAddrBug.ll | 2 ; Check that lowered argumens do not overwrite the return address before it is moved. 13 ; Overwrite return addresss
|
/external/vboot_reference/utility/include/ |
gbb_utility.h | 47 // overwrite GBB header flags. 55 // overwrite a property in GBB data.
|
/frameworks/native/cmds/atrace/ |
atrace.rc | 11 chown root shell /sys/kernel/debug/tracing/options/overwrite 36 chmod 0664 /sys/kernel/debug/tracing/options/overwrite
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
statipattrules | 71 # TEST #6: make sure the second stem does not overwrite the first 90 # TEST #7: make sure the second stem does not overwrite the first
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Device.java | 66 "Can't delete null deviceName file; try overwrite."); 75 LogUtils.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite.");
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/ |
ver4_shortcut_list_policy.h | 97 // Overwrite existing entry. 103 AKLOGE("Cannot overwrite shortcut entry. terminal id: %d, pos: %d", terminalId,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/ |
ver4_shortcut_list_policy.h | 87 // Overwrite existing entry. 93 AKLOGE("Cannot overwrite shortcut entry. terminal id: %d, pos: %d", terminalId,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Trie2Writable.java | 359 * initialValue is ignored if overwrite=TRUE 363 int value, int initialValue, boolean overwrite) { 366 if(overwrite) { 382 * overwrite is TRUE or if the old value is the initial value. 387 * @param overwrite flag for whether old non-initial values are to be overwritten 390 int value, boolean overwrite) { 394 * fill around existing values if any, if(overwrite) 402 if(!overwrite && value==initialValue) { 420 value, initialValue, overwrite); 424 value, initialValue, overwrite); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Trie2Writable.java | 357 * initialValue is ignored if overwrite=TRUE 361 int value, int initialValue, boolean overwrite) { 364 if(overwrite) { 380 * overwrite is TRUE or if the old value is the initial value. 385 * @param overwrite flag for whether old non-initial values are to be overwritten 388 int value, boolean overwrite) { 392 * fill around existing values if any, if(overwrite) 400 if(!overwrite && value==initialValue) { 418 value, initialValue, overwrite); 422 value, initialValue, overwrite); [all...] |
/art/runtime/ |
safe_map.h | 93 DCHECK(result.second); // Check we didn't accidentally overwrite an existing value. 98 DCHECK(result.second); // Check we didn't accidentally overwrite an existing value. 116 // Used to insert a new mapping or overwrite an existing mapping. Note that if the value type 119 iterator Overwrite(const K& k, const V& v) {
|
/art/test/491-current-method/src/ |
Main.java | 29 // move the parameter to ECX and therefore overwrite the ART
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
ImePreferences.java | 40 // We overwrite the title of the activity, as the default one is "Voice Search".
|
/external/autotest/client/site_tests/bluetooth_AdapterSanity/ |
bluetooth_AdapterSanity.py | 40 """Overwrite parent warmup; no need to log in."""
|
/external/autotest/client/site_tests/bluetooth_IDCheck/ |
bluetooth_IDCheck.py | 24 """Overwrite parent warmup; no need to log in."""
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
client_generation_test.py | 53 '--overwrite',
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/ |
selenium_support.py | 30 # overwrite has_selenium, so the same result is returned every time
|
/external/chromium-trace/catapult/tracing/tracing/ui/annotations/ |
rect_annotation_view.html | 41 // overwrite startY so that the rectangle ends at y=0.
|
/external/compiler-rt/test/lsan/TestCases/ |
stale_stack_leak.cc | 30 // This must run after LSan, to ensure LSan didn't overwrite the pointer before
|