/external/chromium_org/third_party/icu/source/i18n/ |
ucsdet.cpp | 33 CharsetDetector* csd = new CharsetDetector(*status); local 36 delete csd; 37 csd = NULL; 40 return (UCharsetDetector *) csd; 46 CharsetDetector *csd = (CharsetDetector *) ucsd; local 47 delete csd; 118 CharsetDetector *csd = (CharsetDetector *) ucsd; local 120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); 124 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status) 129 // return csd->getCharsetName(index,*status) 160 CharsetDetector *csd = (CharsetDetector *) ucsd; local [all...] |
/external/icu4c/i18n/ |
ucsdet.cpp | 33 CharsetDetector* csd = new CharsetDetector(*status); local 36 delete csd; 37 csd = NULL; 40 return (UCharsetDetector *) csd; 46 CharsetDetector *csd = (CharsetDetector *) ucsd; local 47 delete csd; 118 CharsetDetector *csd = (CharsetDetector *) ucsd; local 120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); 124 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status) 129 // return csd->getCharsetName(index,*status) 160 CharsetDetector *csd = (CharsetDetector *) ucsd; local [all...] |
/external/icu4c/samples/csdet/ |
csdet.c | 30 UCharsetDetector* csd; local 51 csd = ucsdet_open(&status); 52 ucsdet_setText(csd, buffer, inputLength, &status); 54 csm = ucsdet_detectAll(csd, &matchCount, &status); 68 ucsdet_close(csd);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ucsdetst.c | 93 UCharsetDetector *csd = ucsdet_open(&status); local 94 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status); 113 ucsdet_close(csd); 126 UCharsetDetector *csd = ucsdet_open(&status); local 133 ucsdet_setText(csd, bytes, byteLength, &status); 139 match = ucsdet_detect(csd, &status); 152 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ 156 ucsdet_close(csd); 172 UCharsetDetector *csd = ucsdet_open(&status); local 177 ucsdet_setText(csd, beBytes, beLength, &status) 235 UCharsetDetector *csd = ucsdet_open(&status); local 288 UCharsetDetector *csd = ucsdet_open(&status); local 393 UCharsetDetector *csd = ucsdet_open(&status); local 478 UCharsetDetector *csd = ucsdet_open(&status); local 556 UCharsetDetector *csd = ucsdet_open(&status); local [all...] |
/external/icu4c/test/cintltst/ |
ucsdetst.c | 93 UCharsetDetector *csd = ucsdet_open(&status); local 94 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status); 113 ucsdet_close(csd); 126 UCharsetDetector *csd = ucsdet_open(&status); local 133 ucsdet_setText(csd, bytes, byteLength, &status); 139 match = ucsdet_detect(csd, &status); 152 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ 156 ucsdet_close(csd); 172 UCharsetDetector *csd = ucsdet_open(&status); local 177 ucsdet_setText(csd, beBytes, beLength, &status) 235 UCharsetDetector *csd = ucsdet_open(&status); local 288 UCharsetDetector *csd = ucsdet_open(&status); local 393 UCharsetDetector *csd = ucsdet_open(&status); local 478 UCharsetDetector *csd = ucsdet_open(&status); local 556 UCharsetDetector *csd = ucsdet_open(&status); local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
csdetest.cpp | 157 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); 169 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status); 172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); 246 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); 247 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status)); 278 UCharsetDetector *csd = ucsdet_open(&status); local 282 ucsdet_setText(csd, bytes, byteLength, &status); 283 match = ucsdet_detect(csd, &status); 296 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ 301 ucsdet_close(csd); 318 UCharsetDetector *csd = ucsdet_open(&status); local 378 UCharsetDetector *csd = ucsdet_open(&status); local 446 UCharsetDetector *csd = ucsdet_open(&status); local 587 UCharsetDetector *csd = ucsdet_open(&status); local 671 UCharsetDetector *csd = ucsdet_open(&status); local 721 UCharsetDetector *csd = ucsdet_open(&status); local [all...] |
/external/icu4c/test/intltest/ |
csdetest.cpp | 169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); 181 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status); 184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); 258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); 259 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status)); 290 UCharsetDetector *csd = ucsdet_open(&status); local 294 ucsdet_setText(csd, bytes, byteLength, &status); 295 match = ucsdet_detect(csd, &status); 308 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ 313 ucsdet_close(csd); 330 UCharsetDetector *csd = ucsdet_open(&status); local 390 UCharsetDetector *csd = ucsdet_open(&status); local 458 UCharsetDetector *csd = ucsdet_open(&status); local 599 UCharsetDetector *csd = ucsdet_open(&status); local 683 UCharsetDetector *csd = ucsdet_open(&status); local 733 UCharsetDetector *csd = ucsdet_open(&status); local [all...] |
/external/qemu/android/camera/ |
camera-service.c | 271 * csd - Camera service descriptor to initialize a record in. 278 _wecam_setup(CameraServiceDesc* csd, 294 memcpy(csd->camera_info + csd->camera_count, found, sizeof(CameraInfo)); 298 if (csd->camera_info[csd->camera_count].direction != NULL) { 299 free(csd->camera_info[csd->camera_count].direction); 301 csd->camera_info[csd->camera_count].direction = ASTRDUP(dir) 538 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; local 1246 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 203 /*@dependent@*/ coff_section_data *csd; member in struct:coff_objfmt_output_info 436 /*@dependent@*/ /*@null@*/ coff_section_data *csd; local 439 csd = yasm_section_get_data(sect, &coff_section_data_cb); 440 assert(csd != NULL); 442 csd->addr = info->addr; 497 int nobase = info->csd->flags2 & COFF_FLAG_NOBASE; 676 info->csd->nreloc++; 735 info->csd->size += size; 766 /*@dependent@*/ /*@null@*/ coff_section_data *csd; local 772 csd = yasm_section_get_data(sect, &coff_section_data_cb) 889 \/*@dependent@*\/ \/*@null@*\/ coff_section_data *csd; local 1298 coff_section_data *csd; local 1412 coff_section_data *csd; local 1629 coff_section_data *csd = (coff_section_data *)data; local 1666 coff_symrec_data *csd = (coff_symrec_data *)data; local 1698 coff_section_data *csd; local 1752 coff_section_data *csd; local 2252 coff_section_data *csd; local [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
APacketSource.cpp | 173 sp<ABuffer> csd = new ABuffer(csdSize); local 174 uint8_t *out = csd->data(); 218 // hexdump(csd->data(), csd->size()); 220 return csd; 250 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + 2); local 251 memcpy(csd->data(), kStaticESDS, sizeof(kStaticESDS)); 252 csd->data()[sizeof(kStaticESDS)] = (x >> 8) & 0xff; 253 csd->data()[sizeof(kStaticESDS) + 1] = x & 0xff; 255 // hexdump(csd->data(), csd->size()) 299 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + config->size()); local 385 sp<ABuffer> csd = new ABuffer(len3); local [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.cpp | 52 sp<ABuffer> csd; local 53 if (!format->findBuffer(StringPrintf("csd-%d", i).c_str(), &csd)) { 57 mCSD.push(csd); 173 if (mFormat->findBuffer("csd-0", &oldBuf) && targetFormat->findBuffer("csd-0", &newBuf)) {
|
/frameworks/av/media/libstagefright/ |
avc_utils.cpp | 315 sp<ABuffer> csd = new ABuffer(csdSize); local 316 uint8_t *out = csd->data(); 347 meta->setData(kKeyAVCC, kTypeAVCC, csd->data(), csd->size()); 455 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + 2); local 456 memcpy(csd->data(), kStaticESDS, sizeof(kStaticESDS)); 458 csd->data()[sizeof(kStaticESDS)] = 461 csd->data()[sizeof(kStaticESDS) + 1] = 464 meta->setData(kKeyESDS, 0, csd->data(), csd->size()) [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 717 static sp<ABuffer> MakeMPEGVideoESDS(const sp<ABuffer> &csd) { 718 sp<ABuffer> esds = new ABuffer(csd->size() + 25); 722 EncodeSize14(&ptr, 22 + csd->size()); 730 EncodeSize14(&ptr, 16 + csd->size()); 739 EncodeSize14(&ptr, csd->size()); 741 memcpy(ptr, csd->data(), csd->size()); 794 sp<ABuffer> csd = new ABuffer(offset); local 795 memcpy(csd->data(), data, offset); 806 // hexdump(csd->data(), csd->size()) 961 sp<ABuffer> csd = new ABuffer(offset); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 553 def win32_ver(release='',version='',csd='',ptype=''): 556 and return a tuple (version,csd,ptype) referring to version 557 number, CSD level (service pack), and OS type (multi/single 593 return release,version,csd,ptype 611 maj,min,buildno,plat,csd = winver 615 csd = 'SP%s' % winver.service_pack_major 617 if csd[:13] == 'Service Pack ': 618 csd = 'SP' + csd[13:] 688 return release,version,csd,ptyp [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 553 def win32_ver(release='',version='',csd='',ptype=''): 556 and return a tuple (version,csd,ptype) referring to version 557 number, CSD level (service pack), and OS type (multi/single 593 return release,version,csd,ptype 611 maj,min,buildno,plat,csd = winver 615 csd = 'SP%s' % winver.service_pack_major 617 if csd[:13] == 'Service Pack ': 618 csd = 'SP' + csd[13:] 688 return release,version,csd,ptyp [all...] |
/bionic/libc/kernel/common/linux/mmc/ |
card.h | 81 struct mmc_csd csd; member in struct:mmc_card
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/external/kernel-headers/original/linux/mmc/ |
card.h | 66 u32 raw_csd[4]; /* raw card CSD */ 69 struct mmc_csd csd; /* card specific */ member in struct:mmc_card
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
card.h | 68 struct mmc_csd csd; member in struct:mmc_card
|