HomeSort by relevance Sort by last modified time
    Searched refs:Role (Results 1 - 25 of 31) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenStream.pm 3 use Moose::Role;
14 no Moose::Role;
CharStream.pm 6 use Moose::Role;
20 no Moose::Role;
IntStream.pm 3 use Moose::Role;
23 no Moose::Role;
Stream.pm 3 use Moose::Role;
21 no Moose::Role;
Token.pm 10 use Moose::Role;
79 no Moose::Role;
TokenSource.pm 3 use Moose::Role;
14 no Moose::Role;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 22 * role -- A mutable description of the role an expression plays in the context
24 * is of type punctuation, but depending on context it has the role of a
30 * representation, types become tag names, while role, font, etc. are added as
834 * role: cvox.SemanticAttr.Role,
843 role: cvox.SemanticAttr.Role.UNKNOWN
847 role: cvox.SemanticAttr.Role.ELLIPSI
    [all...]
math_semantic_tree.js 62 /** @type {cvox.SemanticAttr.Role} */
63 this.role = cvox.SemanticAttr.Role.UNKNOWN;
230 node.setAttribute('role', this.role);
264 * Updates the content of the node thereby possibly changing type and role.
276 this.role = meaning.role;
409 newNode.role = cvox.SemanticAttr.Role.DIVISION
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 46 public Node Role;
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/clang/include/clang/Lex/
ModuleMap.h 68 /// \brief Describes the role of a module header.
90 KnownHeader(Module *M, ModuleHeaderRole Role) : Storage(M, Role) { }
95 /// \brief The role of this header within the module.
403 /// \param Role The role of the header wrt the module.
405 ModuleHeaderRole Role);
HeaderSearch.h 128 void setHeaderRole(ModuleMap::ModuleHeaderRole Role) {
129 HeaderRole = Role;
445 ModuleMap::ModuleHeaderRole Role,
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 283 class Role : public Temp<N> {
289 void foo(Role<N, test13::Foo> &role) {
290 (void) role.x;
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 60 std::string Role();
web_ax_object_proxy.cc 19 // Map role value to string, matching Safari/Mac platform implementation to
21 std::string RoleToString(blink::WebAXRole role)
24 switch (role) {
272 if (object.role() == blink::WebAXRoleColorWell) {
284 std::string role_string = RoleToString(object.role());
287 // this as essentially a separate role that it can map differently depending
289 if (object.role() == blink::WebAXRoleCanvas &&
326 DCHECK_EQ(object.role(), blink::WebAXRoleStaticText);
330 DCHECK_EQ(inline_text_box.role(), blink::WebAXRoleInlineTextBox);
408 DCHECK_EQ(inline_text_box.role(), blink::WebAXRoleInlineTextBox)
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 215 ModuleMap::ModuleHeaderRole Role,
218 // Check for consistency between the module header 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));
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp 664 if (Current.Role)
665 Current.Role->formatFromToken(State, this, DryRun);
666 // If the previous has a special role, let it consume tokens as appropriate.
668 // role (comma separated list). That way, the decision whether or not to break
671 if (Previous && Previous->Role)
672 Penalty += Previous->Role->formatAfterToken(State, this, DryRun);
    [all...]
FormatToken.h 200 /// \brief A token can have a special role that can carry extra information
202 std::unique_ptr<TokenRole> Role;
423 /// \brief Apply the special formatting that the given role demands.
425 /// Assumes that the token having this role is already formatted.
443 /// \brief Notifies the \c Role that a comma was found.
TokenAnnotator.cpp 340 if (!Left->Role)
341 Left->Role.reset(new CommaSeparatedList(Style));
342 Left->Role->CommaFound(Current);
630 if (CurrentToken->Role)
631 CurrentToken->Role.reset(nullptr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 142 const WCHAR *Role;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 

Completed in 690 milliseconds

1 2