HomeSort by relevance Sort by last modified time
    Searched full:roles (Results 101 - 125 of 336) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/smack/src/org/jivesoftware/smackx/packet/
MUCAdmin.java 42 * Returns an Iterator for item childs that holds information about roles, affiliation,
45 * @return an Iterator for item childs that holds information about roles, affiliation,
55 * Adds an item child that holds information about roles, affiliation, jids and nicks.
57 * @param item the item child that holds information about roles, affiliation, jids and nicks.
81 * Item child that holds information about roles, affiliation, jids and nicks.
157 * possible roles are "moderator", "participant", and "visitor" (it is also possible to
  /external/antlr/antlr-3.4/antlr3-maven-plugin/
pom.xml 165 <roles>
167 </roles>
173 <roles>
175 </roles>
181 <roles>
183 </roles>
189 <roles>
191 </roles>
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava-parent/14.0/
guava-parent-14.0.pom 48 <roles>
51 </roles>
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/13.0.1/
guava-parent-13.0.1.pom 48 <roles>
51 </roles>
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
index.jd 22 off, we envision that TF users will fulfill any of three primary roles: Developer, Integrator, and
44 <p>In order to get the most out of Trade Federation, all three roles will need to be represented.
52 <p>People in all three roles should at least glance through all the rest of the docs.
59 >Test Lifecycle</a> page will explain from a theoretical perspective how the roles of the
  /external/chromium_org/chrome/browser/notifications/
notification_delegate.h 17 // Delegate for a notification. This class has two roles: to implement callback
  /external/libsepol/tests/
test-expander-roles.c 23 #include "test-expander-roles.h"
  /frameworks/av/media/libstagefright/omx/
OMXMaster.h 50 Vector<String8> *roles);
SoftOMXPlugin.h 45 Vector<String8> *roles);
  /frameworks/native/include/media/hardware/
OMXPluginBase.h 50 Vector<String8> *roles) = 0;
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h 45 Vector<String8> *roles);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
library_register.c 51 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MP3_DEC_ROLE);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
library_register.c 52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_VP8_DEC_ROLE);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
library_register.c 47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_ENC_ROLE);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.h 39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE]; member in struct:_ExynosRegisterComponentType
  /hardware/samsung_slsi/exynos5/libstagefrighthw/
Exynos_OMX_Plugin.h 45 Vector<String8> *roles);
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.h 45 Vector<String8> *roles);
  /hardware/ti/omap4-aah/libstagefrighthw/
TIOMXPlugin.h 45 Vector<String8> *roles);
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.h 45 Vector<String8> *roles);
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor-parent/2.2.0/
mojo-executor-parent-2.2.0.pom 51 <roles>
53 </roles>
59 <roles>
61 </roles>
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 104 /* roles */
105 OMX_ERRORTYPE SetRolesOfComponent(OMX_U32 nr_roles, const OMX_U8 **roles);
266 OMX_U32 *nr_roles, OMX_U8 **roles);
410 /* roles */
411 OMX_U8 **roles; member in class:ComponentBase
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 126 roles = NULL;
162 if (roles) {
163 if (roles[0])
164 free(roles[0]);
165 free(roles);
203 /* roles */
205 const OMX_U8 **roles)
209 if (!roles || !nr_roles)
212 if (this->roles) {
213 free(this->roles[0])
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
group_util.js 67 // Aria widget roles
90 // Aria structure roles
  /external/proguard/build/maven/
pom.xml 27 <roles>
30 </roles>
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 139 OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles)
144 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);

Completed in 875 milliseconds

1 2 3 45 6 7 8 91011>>