HomeSort by relevance Sort by last modified time
    Searched defs:Conflict (Results 1 - 9 of 9) sorted by null

  /art/runtime/verifier/
reg_type_cache.h 121 static RegType& Conflict() {
  /external/bison/src/
InadequacyList.h 37 * For a conflict, each rule in the grammar can have at most one contributing
39 * cannot have lookaheads. For a conflict, exactly one shift can contribute.
41 * possible contributions to any conflict. The maximum number of possible
55 chosen in a conflict is a syntax error because of a %nonassoc. */
59 * The description of a conflict. Don't break encapsulation by modifying the
68 } Conflict;
81 Conflict conflict; member in union:InadequacyList::__anon4996
101 * \c manifesting_state, the following actions are in conflict on \c token:
129 * \c self (perhaps because \c self isn't a conflict)
    [all...]
  /external/clang/include/clang/Basic/
Module.h 260 /// \brief An unresolved conflict with another module.
265 /// \brief The message provided to the user when there is a conflict.
273 /// \brief A conflict between two modules.
274 struct Conflict {
278 /// \brief The message provided to the user when there is a conflict.
283 std::vector<Conflict> Conflicts;
  /external/clang/lib/Lex/
ModuleMap.cpp 856 Module::Conflict Conflict;
857 Conflict.Other = OtherMod;
858 Conflict.Message = Mod->UnresolvedConflicts[I].Message;
859 Mod->Conflicts.push_back(Conflict);
905 Conflict,
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 585 /// \brief A module import, export, or conflict that hasn't yet been resolved.
594 enum { Import, Export, Conflict } Kind;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 496 // conflict.
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 643 // -- If two entities on the network have RRs with the same name but different RDATA, this is a conflict
654 // Conflict? Does this record type react if we observe an apparent conflict?
657 // Probe? Conflict? Goodbye? Notes
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 3311 milliseconds