Searched refs:Role (Results 1 - 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenStream.pm3 use Moose::Role;
14 no Moose::Role;
H A DCharStream.pm6 use Moose::Role;
20 no Moose::Role;
H A DIntStream.pm3 use Moose::Role;
23 no Moose::Role;
H A DStream.pm3 use Moose::Role;
21 no Moose::Role;
H A DToken.pm10 use Moose::Role;
79 no Moose::Role;
H A DTokenSource.pm3 use Moose::Role;
14 no Moose::Role;
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapFault12.java46 public Node Role; field in class:SoapFault12
85 } else if (name.equals("Role")) {
86 this.Role = new Node();
87 this.Role.parse(parser);
120 if (this.Role != null) {
121 xw.startTag(SoapEnvelope.ENV2003, "Role");
122 this.Role.write(xw);
123 xw.endTag(SoapEnvelope.ENV2003, "Role");
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_tree.js62 /** @type {cvox.SemanticAttr.Role} */
63 this.role = cvox.SemanticAttr.Role.UNKNOWN;
409 newNode.role = cvox.SemanticAttr.Role.DIVISION;
446 newNode.role = cvox.SemanticAttr.Role.TABLE;
454 newNode.role = cvox.SemanticAttr.Role.TABLE;
462 // TODO (sorge) Role and font of multi-character and digits unicode strings.
592 newNode.role = cvox.SemanticAttr.Role.IMPLICIT;
627 newNode.role = cvox.SemanticAttr.Role.MULTIOP;
652 newNode.role = cvox.SemanticAttr.Role.NEGATIVE;
842 return op.role == cvox.SemanticAttr.Role
[all...]
/external/clang/include/clang/Lex/
H A DModuleMap.h90 KnownHeader(Module *M, ModuleHeaderRole Role) : Storage(M, Role) { } argument
403 /// \param Role The role of the header wrt the module.
405 ModuleHeaderRole Role);
H A DHeaderSearch.h128 void setHeaderRole(ModuleMap::ModuleHeaderRole Role) { argument
129 HeaderRole = Role;
445 ModuleMap::ModuleHeaderRole Role,
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp283 class Role : public Temp<N> { class in namespace:test13
289 void foo(Role<N, test13::Foo> &role) {
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.h60 std::string Role();
H A Dweb_ax_object_proxy.cc481 .SetProperty("role", &WebAXObjectProxy::Role)
606 std::string WebAXObjectProxy::Role() { function in class:content::WebAXObjectProxy
/external/clang/lib/Lex/
H A DModuleMap.cpp215 ModuleMap::ModuleHeaderRole Role,
226 assert((IsPrivate && Role == ModuleMap::PrivateHeader)
227 || (!IsPrivate && Role != ModuleMap::PrivateHeader));
229 return Role == ModuleMap::PrivateHeader &&
773 ModuleHeaderRole Role) {
774 if (Role == ExcludedHeader) {
777 if (Role == PrivateHeader)
782 HeaderInfo.MarkFileModuleHeader(Header, Role, isCompilingModuleHeader);
784 Headers[Header].push_back(KnownHeader(Mod, Role));
1715 ModuleMap::ModuleHeaderRole Role local
213 violatesPrivateInclude(Module *RequestingModule, const FileEntry *IncFileEnt, ModuleMap::ModuleHeaderRole Role, Module *RequestedModule) argument
772 addHeader(Module *Mod, const FileEntry *Header, ModuleHeaderRole Role) argument
[all...]
H A DHeaderSearch.cpp1031 ModuleMap::ModuleHeaderRole Role,
1039 HFI.setHeaderRole(Role);
1030 MarkFileModuleHeader(const FileEntry *FE, ModuleMap::ModuleHeaderRole Role, bool isCompilingModuleHeader) argument
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeOptionsScript.js1098 this.trigonometricFunctions.concat(this.hyperbolicFunctions,this.algebraicFunctions,this.elementaryFunctions);this.limitFunctions="inf lim liminf limsup max min sup injlim projlim".split(" ");this.infixFunctions=["mod","rem"];this.symbolSetToSemantic_=[{set:this.generalPunctuations,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.UNKNOWN},{set:this.ellipses,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.ELLIPSIS},{set:this.fullStops,type:cvox.SemanticAttr.Type.PUNCTUATION,
1099 role:cvox.SemanticAttr.Role.FULLSTOP},{set:this.dashes,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.DASH},{set:this.primes,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.PRIME},{set:this.leftFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.OPEN},{set:this.rightFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.CLOSE},{set:this.topFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.TOP},{set:this.bottomFences,
1100 type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.BOTTOM},{set:this.neutralFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role
[all...]
H A DchromeVoxChromePageScript.js866 this.trigonometricFunctions.concat(this.hyperbolicFunctions,this.algebraicFunctions,this.elementaryFunctions);this.limitFunctions="inf lim liminf limsup max min sup injlim projlim".split(" ");this.infixFunctions=["mod","rem"];this.symbolSetToSemantic_=[{set:this.generalPunctuations,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.UNKNOWN},{set:this.ellipses,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.ELLIPSIS},{set:this.fullStops,type:cvox.SemanticAttr.Type.PUNCTUATION,
867 role:cvox.SemanticAttr.Role.FULLSTOP},{set:this.dashes,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.DASH},{set:this.primes,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.PRIME},{set:this.leftFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.OPEN},{set:this.rightFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.CLOSE},{set:this.topFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.TOP},{set:this.bottomFences,
868 type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.BOTTOM},{set:this.neutralFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role
[all...]
H A DchromeVoxChromeBackgroundScript.js969 this.trigonometricFunctions.concat(this.hyperbolicFunctions,this.algebraicFunctions,this.elementaryFunctions);this.limitFunctions="inf lim liminf limsup max min sup injlim projlim".split(" ");this.infixFunctions=["mod","rem"];this.symbolSetToSemantic_=[{set:this.generalPunctuations,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.UNKNOWN},{set:this.ellipses,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.ELLIPSIS},{set:this.fullStops,type:cvox.SemanticAttr.Type.PUNCTUATION,
970 role:cvox.SemanticAttr.Role.FULLSTOP},{set:this.dashes,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.DASH},{set:this.primes,type:cvox.SemanticAttr.Type.PUNCTUATION,role:cvox.SemanticAttr.Role.PRIME},{set:this.leftFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.OPEN},{set:this.rightFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.CLOSE},{set:this.topFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.TOP},{set:this.bottomFences,
971 type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role.BOTTOM},{set:this.neutralFences,type:cvox.SemanticAttr.Type.FENCE,role:cvox.SemanticAttr.Role
[all...]
/external/clang/lib/Format/
H A DContinuationIndenter.cpp664 if (Current.Role)
665 Current.Role->formatFromToken(State, this, DryRun);
671 if (Previous && Previous->Role)
672 Penalty += Previous->Role->formatAfterToken(State, this, DryRun);
H A DFormatToken.h202 std::unique_ptr<TokenRole> Role; member in struct:clang::format::FormatToken
443 /// \brief Notifies the \c Role that a comma was found.
H A DTokenAnnotator.cpp340 if (!Left->Role)
341 Left->Role.reset(new CommaSeparatedList(Style));
342 Left->Role->CommaFound(Current);
630 if (CurrentToken->Role)
631 CurrentToken->Role.reset(nullptr);
1320 if (Current->Role)
1321 Current->Role->precomputeFormattingInfos(Current);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 604 milliseconds