HomeSort by relevance Sort by last modified time
    Searched defs:role (Results 51 - 75 of 89) sorted by null

1 23 4

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 267 public ConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) {
270 mRole = role;
1091 int mask, role; local
1196 int mask, role; local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 196 * <input-file role="principal-data">attribset01.xml</input-file>
197 * <input-file role="principal-stylesheet">attribset01.xsl</input-file>
198 * <output-file role="principal" compare="XML">attribset01.out</output-file>
223 String role = element.getAttribute("role"); local
224 if (role.equals("principal-data")) {
226 } else if (role.equals("principal-stylesheet")) {
228 } else if (role.equals("principal")) {
230 } else if (!role.equals("supplemental-stylesheet")
231 && !role.equals("supplemental-data"))
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 3612 tBTA_PREF_ROLES role; local
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 234 tBTA_JV_ROLE role; member in struct:__anon2828
246 tBTA_JV_ROLE role; member in struct:__anon2829
287 tBTA_JV_ROLE role; member in struct:__anon2833
299 tBTA_JV_ROLE role; member in struct:__anon2834
  /external/checkpolicy/
policy_define.c 408 yyerror2("conflicting default role information for class %s", id);
1872 role_datum_t *role; local
2123 role_datum_t *role; local
2294 role_datum_t *role; local
2943 role_datum_t *role; local
3564 role_datum_t *role; local
    [all...]
  /external/libsepol/src/
expand.c 377 ERR(state->handle, "Found conflicting default role definitions");
544 role_datum_t *role = (role_datum_t *) datum; local
548 if (!role->bounds)
554 bounds_val = state->rolemap[role->bounds - 1];
558 ERR(state->handle, "Role lookup failed for %s", (char *)key);
688 role_datum_t *role = (role_datum_t *) datum; local
691 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap))
694 ebitmap_destroy(&role->dominates);
696 if (ebitmap_cpy(&role->dominates, &mapped_roles))
704 /* For the role attribute in the base module, escalate its counterpart'
713 role_datum_t *role, *new_role, *regular_role; local
781 role_datum_t *role; local
2337 role_datum_t *role; local
    [all...]
link.c 82 "common", "class", "role", "type/attribute", "user",
221 ERR(state->handle, "Found conflicting default role definitions");
344 role_datum_t *role, *base_role, *new_role = NULL; local
347 role = (role_datum_t *) datum;
351 /* role already exists. check that it is what this
353 * modules both declare role foo_r) is checked during
355 if (role->flavor == ROLE_ATTRIB
358 "%s: Expected %s to be a role attribute, but it was already declared as a regular role.",
361 } else if (role->flavor != ROLE_ATTRI
777 role_datum_t *role = (role_datum_t *) datum; local
1081 role_datum_t *role, *dest_role = NULL; local
2393 role_datum_t *role, *sub_attr; local
    [all...]
policydb.c 625 * Initialize the role table by implicitly adding role 'object_r'. If
633 role_datum_t *role; local
635 role = calloc(1, sizeof(role_datum_t));
636 if (!role) {
646 rc = symtab_insert(p, SYM_ROLES, key, role,
649 &role->s.value);
652 if (role->s.value != OBJECT_R_VAL) {
662 free(role);
726 role_datum_t *role; local
817 role_datum_t *role; local
2115 role_datum_t *role; local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 858 const char *role = local
862 if (role != NULL) {
867 role, OMX_MAX_STRINGNAME_SIZE - 1);
876 ALOGW("[%s] Failed to set standard component role '%s'.",
877 mComponentName.c_str(), role);
    [all...]
OMXCodec.cpp 1415 const char *role = local
    [all...]
  /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:__anon2424
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 114 /* Options how a new object user and role should be decided */
129 /* Role attributes */
132 ebitmap_t dominates; /* set of roles dominated by this role */
133 type_set_t types; /* set of authorized types for role */
135 uint32_t bounds; /* bounds role, if exist */
136 #define ROLE_ROLE 0 /* regular role in kernel policies */
143 uint32_t role; /* current role */ member in struct:role_trans
146 uint32_t new_role; /* new role */
151 uint32_t role; /* current role * member in struct:role_allow
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 252 // the ScrolledArea role with one child with the WebArea role.
393 static AtkRole atkRole(AccessibilityRole role)
395 switch (role) {
434 //return ATK_ROLE_SPIN_BUTTON; // Some confusion about this role in AccessibilityRenderObject.cpp
554 AtkRole role = axObject ? atk_object_get_role(axObject) : ATK_ROLE_INVALID; local
555 if (role != ATK_ROLE_TEXT && role != ATK_ROLE_PARAGRAPH)
669 AtkRole role = atk_object_get_role(object); local
670 if (role == ATK_ROLE_TEXT || role == ATK_ROLE_PARAGRAPH
2457 AccessibilityRole role = coreObject->roleValue(); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 1030 char *pos, *role, *type, *pos2; local
1032 role = cmd;
1033 pos = os_strchr(role, ' ');
1080 if (os_strcmp(role, "INIT") == 0 && os_strcmp(type, "WPS") == 0) {
1084 "reported: role=%s type=%s", role, type);
    [all...]
p2p_supplicant.c 47 * role has been lost.
1753 u8 role; local
4849 enum p2p_invite_role role; local
4921 enum p2p_invite_role role; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 190 #define WLC_E_AWDL_ROLE 97 /* AWDL Master/Slave/NE master role event */
211 #define WLC_E_AWDL_SYNC_STATE_CHANGED 116 /* AWDL sync role changed */
332 uint8 role; /* see I/F role */ member in struct:wl_event_data_if
338 #define WLC_E_IF_CHANGE 3 /* bsscfg role change */
340 /* I/F role code in WLC_E_IF event */
424 uint8 aw_role; /* AW role */
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 1611 char *role ="video_decoder"; local
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 494 UINT8 role; /* initiator/acceptor role in current procedure */ member in struct:__anon3053
698 extern void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 539 AccessibilityRole role = roleValue(); local
540 return role == MenuRole
541 || role == MenuBarRole
542 || role == MenuButtonRole
543 || role == MenuItemRole;
848 AccessibilityRole role = roleValue();
849 if (role == ButtonRole || role == PopUpButtonRole)
896 static Element* siblingWithAriaRole(String role, Node* node)
902 if (equalIgnoringCase(siblingAriaRole, role))
971 AccessibilityRole role = axObj->roleValue(); local
1731 AccessibilityRole role = roleValue(); local
2108 AccessibilityRole role = roleValue(); local
2247 AccessibilityRole role = roleValue(); local
3526 AccessibilityRole role = roleValue(); local
    [all...]
  /external/expat/lib/
xmlparse.c 3793 int role; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
javax.servlet_2.5.0.v200910301333.jar 
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 686 /* Returned with structure in role switch callback (tBTM_ROLE_SWITCH_CMPL) */
720 /* Structure returned with Role Switch information (in tBTM_CMPL_CB callback function)
726 UINT8 role; /* BTM_ROLE_MASTER or BTM_ROLE_SLAVE */ member in struct:__anon3238
    [all...]
  /external/qemu/hw/
bt.h 513 uint8_t role; member in struct:__anon13599
731 uint8_t role; member in struct:__anon13628
738 uint8_t role; member in struct:__anon13629
1451 uint8_t role; member in struct:__anon13717
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 369 uint8_t role; member in struct:__anon43550
677 uint8_t role; member in struct:__anon43587
685 uint8_t role; member in struct:__anon43588
1896 uint8_t role; member in struct:__anon43734
2192 uint8_t role; member in struct:__anon43768
    [all...]

Completed in 793 milliseconds

1 23 4