/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava-parent/14.0/ |
guava-parent-14.0.pom | 49 <role>owner</role> 50 <role>developer</role>
|
/prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/13.0.1/ |
guava-parent-13.0.1.pom | 49 <role>owner</role> 50 <role>developer</role>
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
math_semantic_tree_test.js | [all...] |
table_util.js | 41 cell.hasAttribute('scope') || (cell.hasAttribute('role') && 42 ((cell.getAttribute('role') == 'rowheader') || 43 (cell.getAttribute('role') == 'columnheader')))); 124 'child::*[attribute::role="row"]', table); 130 * role='gridcell' nodes of the given row. 137 'child::*[attribute::role="gridcell"] |' + 138 'child::*[attribute::role="rowheader"] |' + 139 'child::*[attribute::role="columnheader"]', rowNode);
|
/external/chromium_org/media/audio/win/ |
core_audio_util_win.h | 66 // direction and role, e.g. default render device. 68 EDataFlow data_flow, ERole role); 106 // default device for the specified by a data-flow direction and role. 108 EDataFlow flow, ERole role, const std::string& device_id); 118 // flow direction and role is define by |data_flow| and |role|. 124 ERole role); 130 ERole role); 133 // |audio_device|. Flow direction and role is define by the |audio_device|. 150 // default IMMDevice where flow direction and role is define by |data_flow [all...] |
/external/libsepol/tests/ |
test-common.c | 189 role_datum_t *role; local 192 role = hashtab_search(decl->p_roles.table, id); 194 role = hashtab_search(p->p_roles.table, id); 196 if (!role) 197 printf("role %s can't be found! \n", id); 199 CU_ASSERT_FATAL(role != NULL); 201 ebitmap_for_each_bit(&role->types.types, tnode, i) { 218 printf("\nrole %s has %d types, %d expected\n", p->sym_val_to_name[SYM_ROLES][role->s.value - 1], found, len); 220 CU_ASSERT(role->types.negset.highbit == 0); 221 CU_ASSERT(role->types.flags == flags) [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
TokenSource.pm | 3 use Moose::Role; 14 no Moose::Role;
|
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_api.c | 108 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info, 117 p_buf->role = role; 119 if(p_user_info && (role & BTA_PAN_ROLE_PANU)) 131 if(p_gn_info && (role & BTA_PAN_ROLE_GN)) 144 if(p_nap_info && (role & BTA_PAN_ROLE_NAP)) 224 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info, 227 UNUSED(role);
|
bta_pan_int.h | 88 tBTA_PAN_ROLE role; member in struct:__anon5585 103 tBTA_PAN_ROLE local_role; /* local role */ 104 tBTA_PAN_ROLE peer_role; /* peer role */ 148 tBTA_PAN_ROLE local_role; /* local role */ 149 tBTA_PAN_ROLE peer_role; /* peer role */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
JcaJceUtils.java | 26 // we try ASN.1 explicitly first just in case and then role back to the default. 43 // we try ASN.1 explicitly first just in case and then role back to the default.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_update.html | 1 <div class="step right hidden animated" id="update" role="group" 25 <a id="update-accessibility-link" href="#" role="button"
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
browser_views_accessibility_browsertest.cc | 51 int32 role); 53 // Verifies MSAA Name and Role properties of the given IAccessible. 56 int32 role); 95 int32 role) { 97 TestAccessibilityInfo(view->GetNativeViewAccessible(), name, role); 102 int32 role) { 109 // Verify MSAA Role property. 113 EXPECT_EQ(role, V_I4(&acc_role));
|
/external/chromium_org/content/renderer/accessibility/ |
blink_ax_tree_source.cc | 60 std::string GetEquivalentAriaRoleString(const ui::AXRole role) { 61 switch (role) { 181 dst->role = AXRoleFromBlink(src.role()); 195 if (dst->role == ui::AX_ROLE_COLOR_WELL) { 203 if (dst->role == ui::AX_ROLE_INLINE_TEXT_BOX) { 268 if (dst->role == ui::AX_ROLE_HEADING) 270 else if ((dst->role == ui::AX_ROLE_TREE_ITEM || 271 dst->role == ui::AX_ROLE_ROW) && 278 if (dst->role == ui::AX_ROLE_LIST_BOX_OPTION & 335 std::string role = GetEquivalentAriaRoleString(dst->role); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegLinetoHorizontal.h | 30 SVGPathSegLinetoHorizontal(SVGPathElement* element, SVGPathSegRole role, float x) 31 : SVGPathSegWithContext(element, role)
|
SVGPathSegLinetoVertical.h | 30 SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y) 31 : SVGPathSegWithContext(element, role)
|
SVGPathSegWithContext.h | 54 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y) 55 : SVGPathSegWithContext(element, role)
|
/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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.h | 26 QVariant data(const QModelIndex &index, int role) const; 28 int role = Qt::DisplayRole) const;
|
/frameworks/base/media/java/android/media/ |
AudioMixPort.java | 29 AudioMixPort(AudioHandle handle, int role, int[] samplingRates, int[] channelMasks, 31 super(handle, role, samplingRates, channelMasks, formats, gains);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-parent/4.0/ |
asm-parent-4.0.pom | 72 <role>Creator</role> 73 <role>Java Developer</role> 81 <role>Java Developer</role> 89 <role>Java Developer</role>
|
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/ |
bnd-1.50.0.pom | 23 <role>Primary Developer</role>
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-parent/4.0/ |
asm-parent-4.0.pom | 72 <role>Creator</role> 73 <role>Java Developer</role> 81 <role>Java Developer</role> 89 <role>Java Developer</role>
|
/external/bluetooth/bluedroid/test/suite/cases/ |
pan.c | 38 TASSERT(pan_get_local_role() == local_role, "Unexpected local role: %d", pan_get_local_role()); 55 TASSERT(pan_get_local_role() == local_role, "Incorrect local role: %d", pan_get_local_role()); 56 TASSERT(pan_get_remote_role() == remote_role, "Incorrect remote role: %d", pan_get_remote_role()); 61 TASSERT(pan_get_local_role() == local_role, "Incorrect local role: %d", pan_get_local_role()); 62 TASSERT(pan_get_remote_role() == remote_role, "Incorrect remote role: %d", pan_get_remote_role());
|
/external/chromium_org/remoting/host/ |
server_log_entry_host_unittest.cc | 23 key_value_pairs["role"] = "host"; 36 key_value_pairs["role"] = "host"; 49 key_value_pairs["role"] = "host"; 77 key_value_pairs["role"] = "host"; 92 key_value_pairs["role"] = "host";
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
ext-device-manager.h | 37 const char *role; member in struct:pa_ext_device_manager_role_priority_info 48 uint32_t n_role_priorities; /**< How many role priorities do we have? */ 49 pa_ext_device_manager_role_priority_info *role_priorities; /**< An array of role priority structures or NULL */ 92 /** Enable the role-based device-priority routing mode. \since 0.9.21 */ 102 const char* role,
|