/external/chromium_org/v8/test/mjsunit/harmony/ |
block-conflicts.js | 39 return 'Conflict'; 70 TestAll('Conflict', s); 71 TestAll('Conflict', 'eval("' + s + '")');
|
/external/v8/test/mjsunit/harmony/ |
block-conflicts.js | 38 string.indexOf("redeclaration") >= 0); return 'Conflict'; 69 TestAll('Conflict', s); 70 TestAll('Conflict', 'eval("' + s + '")');
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
FileList.py | 83 conflict = self.dict[newkey] 84 self.inversedict[conflict] = None 86 "Name Conflict",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
FileList.py | 83 conflict = self.dict[newkey] 84 self.inversedict[conflict] = None 86 "Name Conflict",
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database_unittest.cc | 24 "key TEXT UNIQUE ON CONFLICT REPLACE, " 25 "value TEXT NOT NULL ON CONFLICT FAIL)")); 33 "key TEXT UNIQUE ON CONFLICT REPLACE, " 34 "value BLOB NOT NULL ON CONFLICT FAIL)")); 44 "key FLOAT UNIQUE ON CONFLICT REPLACE, " 45 "value BLOB NOT NULL ON CONFLICT FAIL)")); 54 "key TEXT UNIQUE ON CONFLICT REPLACE, " 55 "value FLOAT NOT NULL ON CONFLICT FAIL)"));
|
/external/chromium_org/sync/internal_api/public/engine/ |
sync_status.h | 43 // Number of items the server refused to commit due to conflict during most 64 // Total number of overwrites due to conflict resolver since browser start.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1178598.js | 30 // Make sure const-initialization doesn't conflict 39 // not conflict in any way.
|
/external/v8/test/mjsunit/regress/ |
regress-1178598.js | 30 // Make sure const-initialization doesn't conflict 39 // not conflict in any way.
|
/libcore/luni/src/main/java/javax/sql/ |
RowSetWriter.java | 34 * time. How a conflict of this kind is handled is determined by the 53 * otherwise (which typically implies some form of conflict).
|
/external/chromium_org/third_party/sqlite/src/test/ |
memdb.test | 157 # conf The conflict resolution algorithm on the BEGIN statement 173 # All tests after test 1 depend on conflict resolution. So end the 175 ifcapable !conflict {if {$i>1} break} 178 if {$conf!=""} {set conf "ON CONFLICT $conf"} 212 # conf1 The conflict resolution algorithm on the UNIQUE constraint 213 # conf2 The conflict resolution algorithm on the BEGIN statement 237 # All tests after test 1 depend on conflict resolution. So end the 239 ifcapable !conflict { 245 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"} 246 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2" [all...] |
mallocAll.test | 41 # conflict.test
|
rollback.test | 13 # caused by an ON CONFLICT ROLLBACK clause aborts any other pending 34 ifcapable conflict { 37 CREATE TABLE t3(a unique on conflict rollback); 49 ifcapable conflict {
|
/external/valgrind/main/drd/ |
drd_thread.c | 92 /** Enables/disables conflict set tracing. */ 99 /** Enables/disables conflict set bitmap tracing. */ 532 * should no longer be taken into account when computing the conflict set. 668 * conflict set. 686 * conflict set. 1005 * the potential to conflict with not yet created segments, either because the [all...] |
/external/bison/src/ |
conflicts.c | 62 | Explain how an SR conflict between TOKEN and RULE was resolved: | 78 _(" Conflict between rule %d and token %s" 87 _(" Conflict between rule %d and token %s" 95 _(" Conflict between rule %d and token %s" 217 | specified state. Used when we resolve a shift-reduce conflict in | 238 | conflict in favor of the shift or as an error (%nonassoc). | 249 | Attempt to resolve shift-reduce conflict for one rule by means of | 251 | rule has a precedence. A conflict is resolved by modifying the | 252 | shift or reduce tables so that there is no longer a conflict. | 275 /* Shift-reduce conflict occurs for token number [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_final_status.cc | 41 "Page ID Conflict",
|
/external/chromium_org/chrome/browser/ui/autofill/ |
test_generated_credit_card_bubble_view.h | 19 // A cross-platform, headless bubble that doesn't conflict with other top-level
|
/external/chromium_org/crypto/third_party/nss/ |
README.chromium | 14 conflict with the same-named types defined in "base/basictypes.h".
|
/external/chromium_org/mojo/services/native_viewport/ |
native_viewport.h | 34 // TODO(abarth): Rename this class so that it doesn't conflict with the name of
|
/external/chromium_org/sync/engine/ |
conflict_resolver.h | 35 // Enumeration of different conflict resolutions. Used for histogramming.
|
sync_directory_update_handler_unittest.cc | 409 // IS_UNAPPLIED_UPDATE. Conflict resolution should be performed. 425 << "Unsynced and unapplied item conflict should be resolved"; 442 // Create a simple conflict that is also a hierarchy conflict. If we were to 444 // constraints. The hierarchy conflict must take precedence. We can not allow 445 // the update to be applied. The item must remain in the conflict state. 452 // A bad parent indicates a hierarchy conflict. 503 // conflict. 508 // This should count as a hierarchy conflict. 543 // and the update applicator should indicate this is a hierarchy conflict [all...] |
/external/chromium_org/tools/gn/secondary/url/ |
BUILD.gn | 8 # Don't conflict with Windows' "url.dll".
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
ConflictingRequirementsException.java | 22 * Thrown when requirements on a tester method or class conflict with
|
/external/icu4c/io/unicode/ |
ustream.h | 59 /* No operator for UChar because it can conflict with wchar_t */
|
/external/llvm/utils/TableGen/ |
DisassemblerEmitter.cpp | 25 /// *** IF YOU'RE HERE TO RESOLVE A "Primary decode conflict", LOOK DOWN NEAR 62 /// emitter reports a conflict and dies. 64 /// *** RESOLUTION FOR "Primary decode conflict"S 122 "Primary decode conflict");
|
/external/strace/ |
README-linux | 13 using development kernels. These tend to have headers that conflict with
|