OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Role
(Results
1 - 7
of
7
) 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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
Completed in 122 milliseconds