HomeSort by relevance Sort by last modified time
    Searched defs:pType (Results 1 - 15 of 15) sorted by null

  /external/tcpdump/
ipx.h 21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */
  /frameworks/av/media/libmedia/
AudioEffect.cpp 68 effect_uuid_t *pType = NULL;
76 pType = &type;
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 27 LDFileFormat::Kind GetELFSectionKind(uint32_t pType, const char* pName,
59 switch(pType) {
94 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) ||
95 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) ||
96 (pType >= llvm::ELF::SHT_LOUSER && pType <= llvm::ELF::SHT_HIUSER))
98 fatal(diag::err_unsupported_section) << pName << pType;
120 const sys::fs::Path& pPath, Input::Type pType)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 185 String pType = p.getParameterType();
187 Class c = ((useCompact(context)) ? portraitMap : landscapeMap).get(pType);
198 Log.e(LOGTAG, "Unable to find class for " + pType);
  /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()) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 245 unsigned pType = 0;
256 while (((startCode << 8 >> 10) != 0x20) || (pType != 0x02)) {
261 pType = readStream & pTypeMask;
271 pType = 0;
272 while (((startCode << 8 >> 10) != 0x20) || (pType != 0x02)) {
277 pType = readStream & pTypeMask;
324 unsigned pType = 0;
328 while (((startCode << 8 >> 10) != 0x20) || (pType != 0x02)) {
333 pType = readStream & pTypeMask;
    [all...]
  /system/core/fastboot/
fastboot.c 899 char *pType = pTypeBuff;
914 status = fb_getvar(usb, pType, "partition-type:%s", partition);
920 if (strcmp(type_override, pType)) {
923 partition, pType, type_override);
925 pType = (char *)type_override;
942 gen = fs_get_generator(pType);
946 fprintf(stderr, "File system type %s not supported.\n", pType);
949 fprintf(stderr, "Formatting is not supported for filesystem with type '%s'.\n", pType);
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
uloc_tag.c     [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 16 CPDF_Object* pType = pDict->GetElementValue(FX_BSTRC("Type"));
17 if (!pType) {
18 pType = pDict->GetElementValue(FX_BSTRC("FT"));
19 if (!pType) {
23 if (pType->GetString() == FX_BSTRC("Sig")) {
    [all...]
  /external/svox/pico/lib/
picopam.c 179 picoos_uint8 pType; /*Phrase type*/
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 715 milliseconds