| /external/chromium_org/third_party/freetype/include/freetype/ |
| ftbbox.h | 21 /* This component has a _single_ role: to compute exact outline bounding */
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| dtlstransport.h | 125 // Set the role that is most conformant with RFC 5763, Section 5, bullet 1 220 // Set ssl role. Role must be set before fingerprint is applied, which 223 LOG(LS_INFO) << "Failed to set ssl role for the channel.";
|
| dtlstransportchannel.h | 124 virtual void SetIceRole(IceRole role) { 125 channel_->SetIceRole(role); 165 virtual bool GetSslRole(talk_base::SSLRole* role) const; 166 virtual bool SetSslRole(talk_base::SSLRole role);
|
| transportchannelproxy.cc | 148 bool TransportChannelProxy::GetSslRole(talk_base::SSLRole* role) const { 153 return impl_->GetSslRole(role); 156 bool TransportChannelProxy::SetSslRole(talk_base::SSLRole role) { 161 return impl_->SetSslRole(role);
|
| portinterface.h | 67 // Methods to set/get ICE role and tiebreaker values. 68 virtual void SetIceRole(IceRole role) = 0; 125 // Signaled when Port discovers ice role conflict with the peer.
|
| portproxy.cc | 60 // Methods to set/get ICE role and tiebreaker values. 61 void PortProxy::SetIceRole(IceRole role) { 63 impl_->SetIceRole(role);
|
| rawtransportchannel.h | 98 virtual void SetIceRole(IceRole role) {} 113 virtual bool GetSslRole(talk_base::SSLRole* role) const { 117 virtual bool SetSslRole(talk_base::SSLRole role) {
|
| transportchannelimpl.h | 54 virtual void SetIceRole(IceRole role) = 0; 107 virtual bool SetSslRole(talk_base::SSLRole role) = 0; 112 // Invoked when there is conflict in the ICE role between local and remote
|
| /external/chromium_org/ui/base/accessibility/ |
| accessibility_types.h | 51 enum 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/freetype/include/freetype/ |
| ftbbox.h | 21 /* This component has a _single_ role: to compute exact outline bounding */
|
| /external/libsepol/src/ |
| expand.c | 464 ERR(state->handle, "Found conflicting default role definitions"); 638 role_datum_t *role = (role_datum_t *) datum; local 642 if (!role->bounds) 648 bounds_val = state->rolemap[role->bounds - 1]; 652 ERR(state->handle, "Role lookup failed for %s", (char *)key); 782 role_datum_t *role = (role_datum_t *) datum; local 785 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap)) 788 ebitmap_destroy(&role->dominates); 790 if (ebitmap_cpy(&role->dominates, &mapped_roles)) 798 /* For the role attribute in the base module, escalate its counterpart' 807 role_datum_t *role, *new_role, *regular_role; local 875 role_datum_t *role; local 2452 role_datum_t *role; local [all...] |
| link.c | 82 "common", "class", "role", "type/attribute", "user", 221 ERR(state->handle, "Found conflicting default role definitions"); 351 role_datum_t *role, *base_role, *new_role = NULL; local 354 role = (role_datum_t *) datum; 358 /* role already exists. check that it is what this 360 * modules both declare role foo_r) is checked during 362 if (role->flavor == ROLE_ATTRIB 365 "%s: Expected %s to be a role attribute, but it was already declared as a regular role.", 368 } else if (role->flavor != ROLE_ATTRI 792 role_datum_t *role = (role_datum_t *) datum; local 1096 role_datum_t *role, *dest_role = NULL; local 2405 role_datum_t *role, *sub_attr; local [all...] |
| policydb.c | 667 * Initialize the role table by implicitly adding role 'object_r'. If 675 role_datum_t *role; local 677 role = calloc(1, sizeof(role_datum_t)); 678 if (!role) { 688 rc = symtab_insert(p, SYM_ROLES, key, role, 691 &role->s.value); 694 if (role->s.value != OBJECT_R_VAL) { 704 free(role); 768 role_datum_t *role; local 859 role_datum_t *role; local 2171 role_datum_t *role; local [all...] |
| /external/qemu/distrib/sdl-1.2.15/docs/man3/ |
| SDL_ListModes.3 | 13 If \fBformat\fR is \fBNULL\fP, the mode list will be for the format returned by \fISDL_GetVideoInfo()\fR->\fBvfmt\fR\&. The \fBflag\fR parameter is an OR\&'d combination of \fIsurface\fR flags\&. The flags are the same as those used \fI\fBSDL_SetVideoMode\fP\fR and they play a strong role in deciding what modes are valid\&. For instance, if you pass \fBSDL_HWSURFACE\fP as a flag only modes that support hardware video surfaces will be returned\&.
|
| /external/wpa_supplicant_8/wpa_supplicant/examples/ |
| wpas-dbus-new-wps.py | 74 wps.Start({'Role': 'enrollee', 'Type': 'pbc'})
|
| /frameworks/av/media/libstagefright/omx/tests/ |
| OMXHarness.h | 64 status_t setRole(IOMX::node_id node, const char *role);
|
| /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
| Exynos_OMX_Core.h | 64 OMX_IN OMX_STRING role,
|
| /external/bluetooth/bluedroid/bta/av/ |
| bta_av_int.h | 215 BTA_AV_RS_OK, /* the role switch result - successful */ 216 BTA_AV_RS_FAIL, /* the role switch result - failed */ 217 BTA_AV_RS_DONE /* the role switch is done - continue */ 384 /* initiator/acceptor role for adaption */ 435 tBTA_AV_API_OPEN open; /* used only before open and role switch 445 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */ 446 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */ 447 #define BTA_AV_WAIT_ROLE_SW_STARTED 0x10 /* started while waiting for role switch result */ 449 #define BTA_AV_WAIT_CHECK_RC 0x40 /* set when the timer is used by role switch */ 450 #define BTA_AV_WAIT_ROLE_SW_FAILED 0x80 /* role switch failed * 493 UINT8 role; member in struct:__anon2860 [all...] |
| /external/checkpolicy/ |
| policy_scan.l | 79 ROLE | 80 role { return(ROLE); }
|
| /external/chromium_org/ui/accessibility/ |
| ax_tree.cc | 19 root.role = AX_ROLE_ROOT_WEB_AREA; 101 if (src.role != AX_ROLE_ROOT_WEB_AREA) { 125 if (src.role == AX_ROLE_ROOT_WEB_AREA &&
|
| /external/libsepol/tests/policies/test-hooks/ |
| cmp_policy.conf | 423 role g_b_role_1 types g_b_type_1; 425 role g_b_role_2 types g_b_type_1; 426 role g_b_role_3 types g_b_type_1;
|
| small-base.conf | 423 role g_b_role_1 types g_b_type_1; 425 role g_b_role_2 types g_b_type_1; 426 role g_b_role_3 types g_b_type_1;
|
| /external/libsepol/tests/ |
| test-expander.c | 23 * - check role, type, bool, user mapping 135 char *role_files[] = { "role-base.conf", "role-module.conf" };
|
| /external/chromium_org/third_party/WebKit/Source/testing/runner/ |
| WebAXObjectProxy.cpp | 46 // Map role value to string, matching Safari/Mac platform implementation to 48 string roleToString(WebAXRole role) 51 switch (role) { 294 if (object.role() == WebAXRoleColorWell) { 308 string roleString = roleToString(object.role()); 311 // treat this as essentially a separate role that it can map differently depending 313 if (object.role() == WebAXRoleCanvas && object.canvasHasFallbackContent()) 352 BLINK_ASSERT(object.role() == WebAXRoleStaticText); 356 BLINK_ASSERT(inlineTextBox.role() == WebAXRoleInlineTextBox); 417 BLINK_ASSERT(inlineTextBox.role() == WebAXRoleInlineTextBox) [all...] |