/external/clang/docs/ |
Modules.rst | 101 * **Namespaces**: Unlike in some languages, modules do not imply any notion of namespaces. Thus, a struct declared in one module will still conflict with a struct of the same name declared in a different module, just as they would if declared in two different headers. This aspect is important for backward compatibility, because (for example) the mangled names of entities in software libraries must not change when introducing modules. 238 ``conflict`` ``framework`` ``requires`` 296 *conflict-declaration* 598 Conflict declarations 600 A *conflict-declaration* describes a case where the presence of two different modules in the same translation unit is likely to cause a problem. For example, two modules may provide similar-but-incompatible functionality. 604 *conflict-declaration*: 605 ``conflict`` *module-id* ',' *string-literal* 607 The *module-id* of the *conflict-declaration* specifies the module with which the enclosing module conflicts. The specified module shall not have been imported in the translation unit when the enclosing module is imported. 609 The *string-literal* provides a message to be provided as part of the compiler diagnostic when two modules conflict. 613 Clang emits a warning (under the control of ``-Wmodule-conflict``) [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
DialogHelperImpl.java | 66 * Just be careful that you don't pick any IDs that conflict with those used by this class (which
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 161 /** Two contexts conflict() if they are equals() or one is a stack suffix 163 * conflict, but [21 $] and [21 12 $] do conflict. Note that I should 172 * Two contexts conflict if they are the same or if one is a suffix
|
/external/bison/src/ |
complain.h | 33 only for the sake of Yacc-compatible conflict reports in conflicts.c.
|
files.c | 351 bool conflict = false; 356 conflict = true; 366 conflict = true; 369 if (conflict) 349 bool conflict = false; local
|
/external/chromium/chrome/browser/sync/glue/ |
preference_model_associator.h | 98 // conflict, the server value always takes precedence. Note that
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_cocoa_controller.mm | 69 // "identifier" here to avoid conflict with objc's concept of "id").
|
/external/chromium/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.h | 54 // The keyword is valid if it is non-empty and does not conflict with an
|
/external/chromium_org/chrome/browser/importer/ |
profile_writer.h | 83 // |template_urls| may conflict (same keyword or same host name in the URL)
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
local_sync_delegate.cc | 291 // Delete |drive_metadata| on the conflict case. 445 // File-file conflict is found. 536 "Resolving conflict for local sync: %s: LOCAL WIN", 553 "Resolving conflict for local sync: %s: REMOTE WIN",
|
local_sync_delegate.h | 95 // Conflict handling.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_cocoa_controller.mm | 81 // "identifier" here to avoid conflict with objc's concept of "id").
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.h | 53 // The keyword is valid if it is non-empty and does not conflict with an
|
/external/chromium_org/chrome_frame/ |
http_negotiate.h | 70 // avoid conflict (and therefore build errors) for those building with
|
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_model.h | 50 // the model to |changes_applied|. If conflict resolution does not apply the
|
/external/chromium_org/content/shell/android/browsertests_apk/ |
content_browser_tests_android.cc | 81 // Specify a socket name to not conflict with the default one used
|
/external/chromium_org/third_party/WebKit/Source/ |
config.gyp | 87 # nullptr) conflict with upcoming c++0x types.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
LinkRelAttributeTest.cpp | 84 // "import" is mutually exclusive and "stylesheet" wins when they conflict.
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
constants.h | 110 // TODO(pthatcher): Find an id that won't conflict with anything. On
|
/external/chromium_org/third_party/libusb/src/msvc/ |
errno.h | 72 * NOTE: ENAMETOOLONG and ENOTEMPTY conflict with definitions in the
|
/external/chromium_org/third_party/smhasher/src/ |
PMurHash.h | 14 /* We can't use the name 'uint32_t' here because it will conflict with
|
/external/chromium_org/third_party/sqlite/src/test/ |
notnull.test | 20 ifcapable !conflict { 30 c NOT NULL ON CONFLICT REPLACE DEFAULT 6, 31 d NOT NULL ON CONFLICT IGNORE DEFAULT 7, 32 e NOT NULL ON CONFLICT ABORT DEFAULT 8
|
/external/llvm/include/llvm/Support/ |
PrettyStackTrace.h | 26 /// handlers which conflict with the ones installed by this module.
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
Types.h | 107 btk_ERR_VERSION, /* version conflict (software version is older than parameter version) */
|
/external/openssh/openbsd-compat/ |
port-aix.h | 59 /* Some versions define r_type in the above headers, which causes a conflict */
|