Searched defs:Syntax (Results 1 - 23 of 23) sorted by relevance

/external/clang/lib/Basic/
H A DAttributes.cpp6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, argument
/external/jsr305/ri/src/main/java/javax/annotation/
H A DSyntax.java22 public @interface Syntax { interface
37 * Syntax names can be followed by a colon and a list of key value pairs,
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DApi.cs45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Api), global::Google.Protobuf.WellKnownTypes.Api.Parser, new[]{ "Name", "Methods", "Options", "Version", "SourceContext", "Mixins", "Syntax" }, null, null, null),
46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Method), global::Google.Protobuf.WellKnownTypes.Method.Parser, new[]{ "Name", "RequestTypeUrl", "RequestStreaming", "ResponseTypeUrl", "ResponseStreaming", "Options", "Syntax" }, null, null, null),
188 private global::Google.Protobuf.WellKnownTypes.Syntax syntax_ = 0;
192 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in class:Google.Protobuf.WellKnownTypes.Api
216 if (Syntax != other.Syntax) return false;
228 if (Syntax != 0) hash ^= Syntax.GetHashCode();
252 if (Syntax !
465 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in class:Google.Protobuf.WellKnownTypes.Method
[all...]
H A DType.cs63 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.WellKnownTypes.Syntax), }, new pbr::GeneratedClrTypeInfo[] {
64 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Type), global::Google.Protobuf.WellKnownTypes.Type.Parser, new[]{ "Name", "Fields", "Oneofs", "Options", "SourceContext", "Syntax" }, null, null, null),
66 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Enum), global::Google.Protobuf.WellKnownTypes.Enum.Parser, new[]{ "Name", "Enumvalue", "Options", "SourceContext", "Syntax" }, null, null, null),
78 public enum Syntax { enum in namespace:Google.Protobuf.WellKnownTypes
80 /// Syntax `proto2`.
84 /// Syntax `proto3`.
191 private global::Google.Protobuf.WellKnownTypes.Syntax syntax_ = 0;
195 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in class:Google.Protobuf.WellKnownTypes.Type
218 if (Syntax !
907 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in class:Google.Protobuf.WellKnownTypes.Enum
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDDisassembler.h80 AssemblySyntax Syntax; member in struct:llvm::EDDisassembler::CPUKey
85 Syntax == key.Syntax);
91 ((Arch == key.Arch) && Syntax < (key.Syntax)));
/external/swiftshader/third_party/LLVM/tools/edis/
H A DEDMain.cpp28 EDDisassembler::AssemblySyntax Syntax; local
32 Syntax = EDDisassembler::kEDAssemblySyntaxX86Intel;
35 Syntax = EDDisassembler::kEDAssemblySyntaxX86ATT;
38 Syntax = EDDisassembler::kEDAssemblySyntaxARMUAL;
42 EDDisassemblerRef ret = EDDisassembler::getDisassembler(triple, Syntax);
/external/clang/include/clang/Sema/
H A DAttributeList.h97 enum Syntax { enum in class:clang::AttributeList
125 /// Corresponds to the Syntax enum.
240 Syntax syntaxUsed, SourceLocation ellipsisLoc)
259 Syntax syntaxUsed, SourceLocation strict,
280 Syntax syntaxUsed)
297 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed)
315 ParsedType typeArg, Syntax syntaxUsed)
329 Syntax syntaxUsed)
404 Syntax SyntaxUsed);
633 AttributeList::Syntax synta
[all...]
/external/guice/lib/build/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/concurrent/GuardedBy ...
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/vogar/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/Tainted.class Tainted. ...
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java34 import com.google.protobuf.Descriptors.FileDescriptor.Syntax;
141 public enum Syntax { enum in class:Descriptors.FileDescriptor
146 Syntax(String name) { method in class:Descriptors.FileDescriptor.Syntax
153 public Syntax getSyntax() {
154 if (Syntax.PROTO3.name.equals(proto.getSyntax())) {
155 return Syntax.PROTO3;
157 return Syntax.PROTO2;
573 return getSyntax() == Syntax.PROTO3;
969 if (getFile().getSyntax() == Syntax.PROTO3) {
1010 if (getFile().getSyntax() == FileDescriptor.Syntax
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h1225 // Syntax of this file.
1226 enum Syntax { enum in class:google::protobuf::FileDescriptor
1231 Syntax syntax() const;
1232 static const char* SyntaxName(Syntax syntax);
1306 Syntax syntax_;
1899 inline FileDescriptor::Syntax FileDescriptor::syntax() const {
H A Dtype.pb.h110 enum Syntax { enum in namespace:google::protobuf
117 const Syntax Syntax_MIN = SYNTAX_PROTO2;
118 const Syntax Syntax_MAX = SYNTAX_PROTO3;
122 inline const ::std::string& Syntax_Name(Syntax value) {
127 const ::std::string& name, Syntax* value) {
128 return ::google::protobuf::internal::ParseNamedEnum<Syntax>(
249 // optional .google.protobuf.Syntax syntax = 6;
252 ::google::protobuf::Syntax syntax() const;
253 void set_syntax(::google::protobuf::Syntax value);
633 // optional .google.protobuf.Syntax synta
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs145 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobuf.Reflection.FileDescriptorProto.Parser, new[]{ "Name", "Package", "Dependency", "PublicDependency", "WeakDependency", "MessageType", "EnumType", "Service", "Extension", "Options", "SourceCodeInfo", "Syntax" }, null, null, null),
445 public string Syntax { property in class:Google.Protobuf.Reflection.FileDescriptorProto
474 if (Syntax != other.Syntax) return false;
491 if (Syntax.Length != 0) hash ^= Syntax.GetHashCode();
523 if (Syntax.Length != 0) {
525 output.WriteString(Syntax);
550 if (Syntax.Length != 0) {
551 size += 1 + pb::CodedOutputStream.ComputeStringSize(Syntax);
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp248 AttributeList::Syntax Syntax) {
265 ScopeName, ScopeLoc, T.get(), Syntax);
268 ScopeName, ScopeLoc, nullptr, 0, Syntax);
274 SourceLocation ScopeLoc, AttributeList::Syntax Syntax) {
283 AttributeList::getKind(AttrName, ScopeName, Syntax);
324 ArgExprs.data(), ArgExprs.size(), Syntax);
341 AttributeList::Syntax Syntax,
242 ParseAttributeWithTypeArg(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
271 ParseAttributeArgsCommon( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
335 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax, Declarator *D) argument
858 ParseAvailabilityAttribute(IdentifierInfo &Availability, SourceLocation AvailabilityLoc, ParsedAttributes &attrs, SourceLocation *endLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
1071 ParseObjCBridgeRelatedAttribute(IdentifierInfo &ObjCBridgeRelated, SourceLocation ObjCBridgeRelatedLoc, ParsedAttributes &attrs, SourceLocation *endLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
1290 ParseTypeTagForDatatypeAttribute(IdentifierInfo &AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
[all...]
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 527 milliseconds