/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);
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadsetClient.aidl | 24 * API for Bluetooth Headset Client service (HFP HF 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 | 218 BTA_AV_RS_OK, /* the role switch result - successful */ 219 BTA_AV_RS_FAIL, /* the role switch result - failed */ 220 BTA_AV_RS_DONE /* the role switch is done - continue */ 391 /* initiator/acceptor role for adaption */ 442 tBTA_AV_API_OPEN open; /* used only before open and role switch 452 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */ 453 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */ 454 #define BTA_AV_WAIT_ROLE_SW_STARTED 0x10 /* started while waiting for role switch result */ 456 #define BTA_AV_WAIT_CHECK_RC 0x40 /* set when the timer is used by role switch */ 457 #define BTA_AV_WAIT_ROLE_SW_FAILED 0x80 /* role switch failed * 501 UINT8 role; member in struct:__anon5078 [all...] |
/external/bluetooth/bluedroid/bta/hf_client/ |
bta_hf_client_int.h | 35 /* profile role for connection */ 152 UINT8 role; /* initiator/acceptor role */ member in struct:__anon5228
|
/external/checkpolicy/ |
policy_scan.l | 79 ROLE | 80 role { return(ROLE); }
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.h | 142 // Return a descendant of this view with a given accessible role, if found. 145 ui::AXRole role); 158 // subview with a role of STATIC_TEXT.
|
/external/chromium_org/chrome/common/extensions/api/ |
automation.idl | 238 // The role of this node. 239 automation.RoleType role; 261 // Does the default action based on this node's role. This is generally
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
site.html | 43 <header id="topnav" role="banner"> 53 <main id="gc-pagecontent" role="main"> 59 <footer id="gc-footer" role="contentinfo" class="span-full">
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_cocoa.h | 36 // Convenience method to get the internal, cross-platform role 91 // A string indicating the role of this object as far as accessibility 93 @property(nonatomic, readonly) NSString* role; variable
|
/external/chromium_org/sandbox/linux/suid/client/ |
setuid_sandbox_client.h | 36 // 7. B should be prepared to assume the role of init(1). In particular, B 39 // B can fork() and the parent can assume the role of init(1), by using 56 // assume the role of init.
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
portinterface.h | 66 // Methods to set/get ICE role and tiebreaker values. 67 virtual void SetIceRole(IceRole role) = 0; 124 // 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) {} 117 virtual bool GetSslRole(talk_base::SSLRole* role) const { 121 virtual bool SetSslRole(talk_base::SSLRole role) {
|
transportchannelimpl.h | 54 virtual void SetIceRole(IceRole role) = 0; 109 virtual bool SetSslRole(talk_base::SSLRole role) = 0; 114 // Invoked when there is conflict in the ICE role between local and remote
|
/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" };
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
cmodule.cpp | 161 bool CModule::QueryHavingThisRole(const OMX_STRING role) 165 if (!roles || !role) 169 if (!strcmp((OMX_STRING)&roles[i][0], role))
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/gmaven/1.5/ |
gmaven-1.5.pom | 139 <role>Maintainer</role> 140 <role>Avid Crack Smoker</role> 149 <role>Developer</role> 159 <role>Developer</role> 169 <role>Emeritus Developer</role> [all...] |
/external/chromium_org/webkit/glue/ |
webkit_strings.grd | 325 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> 328 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> 331 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role description for list marker"> 334 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 337 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description for headings"> 341 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers"> 344 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description for a stepper - a control where you can use up/down arrows to increment or decrement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> 347 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role description for a toggle button"> 399 <message name="IDS_AX_MEDIA_MUTE_BUTTON" desc="accessibility role description for mute button"> 403 <message name="IDS_AX_MEDIA_UNMUTE_BUTTON" desc="accessibility role description for turn mute off button" [all...] |
/external/libsepol/src/ |
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 2411 role_datum_t *role, *sub_attr; local [all...] |
policydb.c | 669 * Initialize the role table by implicitly adding role 'object_r'. If 677 role_datum_t *role; local 679 role = calloc(1, sizeof(role_datum_t)); 680 if (!role) { 690 rc = symtab_insert(p, SYM_ROLES, key, role, 693 &role->s.value); 696 if (role->s.value != OBJECT_R_VAL) { 706 free(role); 770 role_datum_t *role; local 861 role_datum_t *role; local 2173 role_datum_t *role; local [all...] |