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

  /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...]
  /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/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.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/Format/
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.
  /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...]
  /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 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 272 milliseconds