/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegArc.h | 30 SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 31 : SVGPathSegWithContext(element, role)
|
SVGPathSegCurvetoCubic.h | 30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 31 : SVGPathSegWithContext(element, role)
|
SVGPathSegCurvetoCubicSmooth.h | 30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 31 : SVGPathSegWithContext(element, role)
|
SVGPathSegCurvetoQuadratic.h | 30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 31 : SVGPathSegWithContext(element, role)
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
pairinglistener.h | 38 // Invoked when the output device role should be performed. The client should 42 // Invoked when the input device role should be performed. The client should
|
/external/libsepol/src/ |
users.c | 37 char *role = policydb->p_role_val_to_name[bit]; local 38 if (sepol_user_add_role(handle, tmp_record, role) < 0) 157 /* For every role */ 160 /* Search for the role */ 164 ERR(handle, "undefined role %s for user %s", 169 /* Set the role and every role it dominates */ 264 ERR(handle, "unable to expand role set");
|
/external/libsepol/tests/policies/test-expander/ |
small-base.conf | 470 role system_r; 471 role system_r types sys_foo_t; 474 role user_r; 475 role user_r types user_t; 478 role sysadm_r; 479 role sysadm_r types sysadm_t; 482 role system_r types { system_t sys_foo_t }; 666 # Role Allow
|
alias-base.conf | 443 role system_r; 444 role user_r; 445 role sysadm_r; 446 role system_r types system_t; 447 role user_r types user_t; 448 role sysadm_r types system_t;
|
/external/robolectric/ |
pom.xml | 257 <role>Developer</role> 268 <role>Project Owner</role> 269 <role>Developer</role> 280 <role>Developer</role>
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/reporting/maven-reporting-api/2.0.6/ |
maven-reporting-api-2.0.6.pom | 37 <role>Java Developer</role>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/ |
maven-reporting-api-2.0.7.pom | 37 <role>Java Developer</role>
|
/external/chromium_org/content/browser/accessibility/ |
cross_platform_accessibility_browsertest.cc | 161 EXPECT_EQ(ui::AX_ROLE_ROOT_WEB_AREA, root->data().role); 166 EXPECT_EQ(ui::AX_ROLE_GROUP, body->data().role); 176 EXPECT_EQ(ui::AX_ROLE_BUTTON, button->data().role); 192 EXPECT_EQ(ui::AX_ROLE_CHECK_BOX, checkbox->data().role); 221 EXPECT_EQ(ui::AX_ROLE_TEXT_FIELD, text->data().role); 253 EXPECT_EQ(ui::AX_ROLE_TEXT_FIELD, text->data().role); 281 EXPECT_EQ(ui::AX_ROLE_TABLE, table->data().role); 283 EXPECT_EQ(ui::AX_ROLE_ROW, row->data().role); 285 EXPECT_EQ(ui::AX_ROLE_CELL, cell1->data().role); 287 EXPECT_EQ(ui::AX_ROLE_CELL, cell2->data().role); [all...] |
/external/chromium_org/remoting/client/ |
server_log_entry_client_unittest.cc | 28 key_value_pairs["role"] = "client"; 42 key_value_pairs["role"] = "client"; 57 key_value_pairs["role"] = "client"; 75 key_value_pairs["role"] = "client"; 97 key_value_pairs["role"] = "client"; 116 key_value_pairs["role"] = "client";
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.h | 100 TunnelSessionRole role); 123 // role is either INITIATOR or RESPONDER, depending on who is 127 TunnelSessionRole role); 140 // configures it with our identity and role. 144 // Our role in requesting the tunnel: INITIATOR or 145 // RESPONDER. Translates to our role in SSL negotiation:
|
/external/javassist/ |
pom.xml | 47 <role>project lead</role> 59 <role>contributing developer</role> 71 <role>contributing developer</role>
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
braille_util.js | 49 * r: replaced with braille role. 51 * c: replaced with braille container role; this potentially returns whitespace, 145 * Gets the braille role message id for a node. 146 * See DomUtil for a more precise definition of 'role'. 168 * Gets the braille role of a node. 169 * See DomUtil for a more precise definition of 'role'. 210 * Gets the braille container role of a node. 288 * role:(undefined|string), 300 var role = opt_override.role; [all...] |
dom_predicates.js | 23 nodes[i].getAttribute('role') == 'checkbox') || 39 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'radio') || 55 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'slider') || 87 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'button') || 107 nodes[i].getAttribute('role') == 'combobox') || 123 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'textbox') || 143 nodes[i].getAttribute('role') == 'heading') { 228 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'link') || 262 (node.getAttribute && node.getAttribute('role') == 'gridcell')) { 292 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'list') | [all...] |
/external/chromium_org/content/renderer/accessibility/ |
renderer_accessibility_browsertest.cc | 95 " <div tabindex=0 role=textbox>Textbox</div>" 114 EXPECT_EQ(event.update.nodes[0].role, 134 EXPECT_EQ(event.update.nodes[0].role, 141 EXPECT_EQ(event.update.nodes[1].role, 174 SCOPED_TRACE("role=textarea"); 232 " <div role='group' id='A'>" 233 " <div role='group' id='A1'></div>" 234 " <div role='group' id='A2'></div>" 355 " <div role='group' id='A'>" 356 " <div role='group' id='B'> [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/strings/ |
chromevox_strings.grd | [all...] |
/external/checkpolicy/ |
policy_define.c | 410 yyerror2("conflicting default role information for class %s", id); 1919 role_datum_t *role; local 2170 role_datum_t *role; local 2341 role_datum_t *role; local 2991 role_datum_t *role; local 3610 role_datum_t *role; local [all...] |
module_compiler.c | 167 char *role_id, role_datum_t *role) 185 yyerror2("role %s doesn't exist, is implicit bounds of %s", 190 if (!role->bounds) 191 role->bounds = bounds->s.value; 192 else if (role->bounds != bounds->s.value) { 193 yyerror2("role %s has inconsistent bounds %s/%s", 195 policydbp->p_role_val_to_name[role->bounds - 1]); 206 role_datum_t *role = NULL, *dest_role = NULL; local 211 yyerror("no role name"); 214 if ((role = (role_datum_t *) malloc(sizeof(*role))) == NULL) 868 role_datum_t *role = NULL; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
mathml_store_rules.js | 538 'self::relseq[@role="equality"]', 'count(./children/*)>2', 539 './children/punct[@role="ellipsis"]');// Make that better! 545 'self::relseq[@role="equality"]', 'count(./children/*)>2'); 551 'self::relseq[@role="equality"]', 'count(./children/*)>2'); 558 'self::relseq[@role="equality"]', 'count(./children/*)=2'); 564 'self::relseq[@role="equality"]', 'count(./children/*)=2', 571 'self::relseq[@role="equality"]', 'count(./children/*)=2', 588 'self::infixop[@role="addition"]', 'count(children/*)>2', 589 'children/punct[@role="ellipsis"]');// Make that better! 595 'self::infixop[@role="addition"]', 'count(./children/*)>2') [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_main.c | 58 /* the delay time in milliseconds to retry role switch */ 422 if (/*((p_scb && (p_scb->role & BTA_AV_ROLE_AD_ACP)) || 436 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role); 701 /* if the AV and AVK are both supported, it cannot support the CT role */ 849 ((0 == (p_scb->role & BTA_AV_ROLE_AD_ACP)) || /* Outgoing connection or */ 908 ** Description Receives the role change event from dm 925 /* loop through all the SCBs to find matching peer addresses and report the role change event */ 948 /* restore role switch policy, if role switch failed * 1050 UINT8 role; local 1098 UINT8 role; local [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avrc_api.h | 45 /* Control role - same as AVCT_TARGET/AVCT_CONTROL */ 50 /* Connection role */ 158 UINT8 conn; /* Connection role (Initiator/acceptor) */ 159 UINT8 control; /* Control role (Control/Target) */ 253 ** The connection can be a target, a controller or for both role, 269 ** p_ccb->conn: AVCTP connection role. This is set to 273 ** p_ccb->control: Control role. This is set to 367 ** function can only be called for controller role connections. 390 ** function can only be called for controller role connections. 418 ** function can only be called for controller role connections [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 76 /// \param Kind -- the capability's name parameter (role, mutex, etc). 82 /// \param Kind -- the capability's name parameter (role, mutex, etc). 94 /// \param Kind -- the capability's name parameter (role, mutex, etc). 103 /// \param Kind -- the capability's name parameter (role, mutex, etc). 115 /// \param Kind -- the capability's name parameter (role, mutex, etc). 131 /// \param Kind -- the capability's name parameter (role, mutex, etc). 141 /// \param Kind -- the capability's name parameter (role, mutex, etc). 152 /// \param Kind -- the capability's name parameter (role, mutex, etc). 166 /// \param Kind -- the capability's name parameter (role, mutex, etc).
|