HomeSort by relevance Sort by last modified time
    Searched refs:pType (Results 1 - 25 of 29) sorted by null

1 2

  /external/tcpdump/
ipx.h 21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 169 const char* pType,
177 "videoEditJava_getMethodId(%s,%s)", pName, pType);
180 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
199 pName, pType);
213 const char* pType,
221 "videoEditJava_getFieldId(%s,%s)", pName, pType);
224 jfieldID fieldId = pEnv->GetFieldID(clazz, pName, pType);
243 pName, pType);
748 pClass->pFields[index].pType,
848 pClass->pMethods[index].pType,
    [all...]
VideoEditorJava.h 317 const char* pType;
337 const char* pType;
409 const char* pType,
417 const char* pType,
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp 610 bool TParseContext::boolErrorCheck(int line, const TPublicType& pType)
612 if (pType.type != EbtBool || pType.array || pType.matrix || (pType.size > 1)) {
620 bool TParseContext::samplerErrorCheck(int line, const TPublicType& pType, const char* reason)
622 if (pType.type == EbtStruct) {
623 if (containsSampler(*pType.userDef)) {
624 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
630 } else if (IsSampler(pType.type))
    [all...]
ParseHelper.h 77 bool samplerErrorCheck(int line, const TPublicType& pType, const char* reason);
78 bool structQualifierErrorCheck(int line, const TPublicType& pType);
86 bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType,
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.h 64 uint8_t *pType,
phFriNfc_LlcpUtils.c 34 uint8_t *pType,
42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL))
71 *pType = type;
318 pBuffer[nOffset++] = (uint8_t)((psHeader->dsap << 2) | (psHeader->ptype >> 2));
319 pBuffer[nOffset++] = (uint8_t)((psHeader->ptype << 6) | psHeader->ssap);
333 psHeader->ptype = ((pBuffer[nOffset] & 0x03) << 2) | ((pBuffer[nOffset+1] & 0xC0) >> 6);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom29.js 79 Check if anonymous type for p element is derived from pType.
103 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","pType",15);
typeinfoisderivedfrom30.js 79 Check if anonymous type for p element is derived from pType by restriction.
103 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","pType",1);
typeinfoisderivedfrom31.js 79 Check anonymous type for p element is derived from pType by any method other than restriction.
103 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","pType",14);
  /system/media/wilhelm/src/itf/
IMetadataTraversal.c 86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
  /frameworks/base/media/libmedia/
AudioEffect.cpp 68 effect_uuid_t *pType = NULL;
76 pType = &type;
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 344 ParameterizedType pType = type.asParameterizedType();
345 if (pType != null) {
347 Type containingType = pType.containingType();
350 IClassReference rawType = new SigClassReference(convertClass(pType
355 for (Type typeArgument : pType.typeArguments()) {
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp 505 SLresult audioPlayer_getStreamType(CAudioPlayer* ap, SLint32 *pType) {
510 *pType = SL_ANDROID_STREAM_VOICE;
513 *pType = SL_ANDROID_STREAM_SYSTEM;
516 *pType = SL_ANDROID_STREAM_RING;
520 *pType = SL_ANDROID_STREAM_MEDIA;
523 *pType = SL_ANDROID_STREAM_ALARM;
526 *pType = SL_ANDROID_STREAM_NOTIFICATION;
530 *pType = SL_ANDROID_STREAM_MEDIA;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 186 unsigned pType = 0;
197 while (((startCode << 8 >> 10) != 0x20) || (pType != 0x02)) {
202 pType = readStream & pTypeMask;
212 pType = 0;
213 while (((startCode << 8 >> 10) != 0x20) || (pType != 0x02)) {
218 pType = readStream & pTypeMask;
    [all...]
  /external/svox/pico/lib/
picopam.c 179 picoos_uint8 pType; /*Phrase type*/
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4PTO3GPP_API.c 88 extern M4OSA_ERR M4WRITER_3GP_getInterfaces(M4WRITER_OutputFileType* pType,
    [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 845 SLuint32 *pType,
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 845 SLuint32 *pType,
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 845 SLuint32 *pType,
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 845 SLuint32 *pType,
    [all...]

Completed in 2107 milliseconds

1 2