Home
last modified time | relevance | path

Searched refs:csd (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c94 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local
95 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status); in TestConstruction()
114 ucsdet_close(csd); in TestConstruction()
127 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local
134 ucsdet_setText(csd, bytes, byteLength, &status); in TestUTF8()
140 match = ucsdet_detect(csd, &status); in TestUTF8()
153 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in TestUTF8()
157 ucsdet_close(csd); in TestUTF8()
173 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local
178 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding() local
181 ucsdet_setText(csd.getAlias(), bytes.get(), byteLength, &status); in checkEncoding()
184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding()
254 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest() local
255 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status)); in ConstructionTest()
281 LocalUEnumerationPointer eActive(ucsdet_getDetectableCharsets(csd.getAlias(), status)); in ConstructionTest()
325 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local
329 ucsdet_setText(csd, bytes, byteLength, &status); in UTF8Test()
330 match = ucsdet_detect(csd, &status); in UTF8Test()
343 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in UTF8Test()
[all …]
/external/icu/icu4c/source/i18n/
Ducsdet.cpp38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local
41 delete csd; in ucsdet_open()
42 csd = NULL; in ucsdet_open()
45 return (UCharsetDetector *) csd; in ucsdet_open()
51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local
52 delete csd; in ucsdet_close()
123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local
125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
165 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local
166 UBool prev = csd->getStripTagsFlag(); in ucsdet_enableInputFilter()
[all …]
/external/icu/icu4c/source/samples/csdet/
Dcsdet.c34 UCharsetDetector* csd; in main() local
55 csd = ucsdet_open(&status); in main()
56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
58 csm = ucsdet_detectAll(csd, &matchCount, &status); in main()
72 ucsdet_close(csd); in main()
/external/ltp/testcases/network/lib6/
Dasapi_01.c379 int csd[2]; /* control sockets */ in csum_test() local
383 isocketpair(PF_INET, SOCK_STREAM, 0, csd); in csum_test()
389 FD_SET(csd[1], &rset_save); in csum_test()
391 maxfd = MAX(sd, csd[1]); in csum_test()
396 close(csd[0]); in csum_test()
402 close(csd[1]); in csum_test()
403 client(csd[0]); in csum_test()
428 if (write(csd[1], packet, cc) < 0) { in csum_test()
433 if (FD_ISSET(csd[1], &rset)) { in csum_test()
436 cc = read(csd[1], buf, sizeof(buf)); in csum_test()
/external/python/cpython3/Lib/
Dplatform.py358 def win32_ver(release='', version='', csd='', ptype=''): argument
362 return release, version, csd, ptype
377 csd = 'SP{}'.format(winver.service_pack_major)
379 if csd[:13] == 'Service Pack ':
380 csd = 'SP' + csd[13:]
403 return release, version, csd, ptype
786 release, version, csd, ptype = win32_ver()
1197 rel, vers, csd, ptype = win32_ver(version)
1201 platform = _platform(system, release, version, csd)
/external/v4l2_codec2/common/
DEncodeHelpers.cpp110 void extractCSDInfo(std::unique_ptr<C2StreamInitDataInfo::output>* const csd, const uint8_t* data, in extractCSDInfo() argument
119 csd->reset(); in extractCSDInfo()
146 *csd = C2StreamInitDataInfo::output::AllocUnique(configDataLength, 0u); in extractCSDInfo()
147 std::memcpy((*csd)->m.value, tmpConfigData.get(), configDataLength); in extractCSDInfo()
/external/python/cpython2/Lib/
Dplatform.py656 def win32_ver(release='', version='', csd='', ptype=''): argument
660 return release, version, csd, ptype
679 csd = 'SP{}'.format(winver.service_pack_major)
681 if csd[:13] == 'Service Pack ':
682 csd = 'SP' + csd[13:]
701 return release, version, csd, ptype
1191 release,version,csd,ptype = win32_ver()
1593 rel,vers,csd,ptype = win32_ver(version)
1597 platform = _platform(system,release,version,csd)
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_uniforms.c413 assert(job->csd.wg_count[data] > 0); in v3dv_write_uniforms_wg_offsets()
416 cl_aligned_u32(&uniforms, job->csd.wg_count[data]); in v3dv_write_uniforms_wg_offsets()
421 assert(job->csd.shared_memory); in v3dv_write_uniforms_wg_offsets()
422 cl_aligned_reloc(&job->indirect, &uniforms, job->csd.shared_memory, 0); in v3dv_write_uniforms_wg_offsets()
Dv3dv_cmd_buffer.c208 if (job->csd.shared_memory) in job_destroy_gpu_csd_resources()
209 v3dv_bo_free(job->device, job->csd.shared_memory); in job_destroy_gpu_csd_resources()
5108 struct drm_v3d_submit_csd *submit = &job->csd.submit; in v3dv_cmd_buffer_rewrite_indirect_csd_job()
5110 job->csd.wg_count[0] = wg_counts[0]; in v3dv_cmd_buffer_rewrite_indirect_csd_job()
5111 job->csd.wg_count[1] = wg_counts[1]; in v3dv_cmd_buffer_rewrite_indirect_csd_job()
5112 job->csd.wg_count[2] = wg_counts[2]; in v3dv_cmd_buffer_rewrite_indirect_csd_job()
5164 struct drm_v3d_submit_csd *submit = &job->csd.submit; in cmd_buffer_create_csd_job()
5166 job->csd.wg_count[0] = group_count_x; in cmd_buffer_create_csd_job()
5167 job->csd.wg_count[1] = group_count_y; in cmd_buffer_create_csd_job()
5168 job->csd.wg_count[2] = group_count_z; in cmd_buffer_create_csd_job()
[all …]
Dv3dv_queue.c488 if (memcmp(group_counts, info->csd_job->csd.wg_count, in handle_csd_indirect_cpu_job()
489 sizeof(info->csd_job->csd.wg_count)) != 0) { in handle_csd_indirect_cpu_job()
678 struct drm_v3d_submit_csd *submit = &job->csd.submit; in handle_csd_job()
Dv3dv_private.h901 } csd; member
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DEncodeHelpers.h53 void extractCSDInfo(std::unique_ptr<C2StreamInitDataInfo::output>* const csd, const uint8_t* data,
/external/eigen/lapack/
DCMakeLists.txt216 add_lapack_test(scsd.out csd.in xeigtsts)
283 add_lapack_test(dcsd.out csd.in xeigtstd)
348 add_lapack_test(ccsd.out csd.in xeigtstc)
415 add_lapack_test(zcsd.out csd.in xeigtstz)
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c1168 int lsd, csd = -1; in do_server() local
1222 csd = accept(lsd, (void *) addr, &alen); in do_server()
1223 if (csd < 0) { in do_server()
1228 rc = show_sockstat(csd, args); in do_server()
1232 rc = check_device(csd, args); in do_server()
1237 rc = msg_loop(0, csd, (void *) addr, alen, args); in do_server()
1238 close(csd); in do_server()
/external/u-boot/drivers/mmc/
Dmmc.c2342 erase_gsz = (mmc->csd[2] & 0x00007c00) >> 10; in mmc_startup_v4()
2343 erase_gmul = (mmc->csd[2] & 0x000003e0) >> 5; in mmc_startup_v4()
2443 mmc->csd[0] = cmd.response[0]; in mmc_startup()
2444 mmc->csd[1] = cmd.response[1]; in mmc_startup()
2445 mmc->csd[2] = cmd.response[2]; in mmc_startup()
2446 mmc->csd[3] = cmd.response[3]; in mmc_startup()
2491 csize = (mmc->csd[1] & 0x3f) << 16 in mmc_startup()
2492 | (mmc->csd[2] & 0xffff0000) >> 16; in mmc_startup()
2495 csize = (mmc->csd[1] & 0x3ff) << 2 in mmc_startup()
2496 | (mmc->csd[2] & 0xc0000000) >> 30; in mmc_startup()
[all …]
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
DSsManifestParser.java734 ArrayList<byte[]> csd = new ArrayList<>(); in buildCodecSpecificData() local
739 csd.add(codecPrivateData); in buildCodecSpecificData()
741 Collections.addAll(csd, split); in buildCodecSpecificData()
744 return csd; in buildCodecSpecificData()
/external/python/cpython3/Doc/library/
Dplatform.rst200 .. function:: win32_ver(release='', version='', csd='', ptype='')
203 ``(release, version, csd, ptype)`` referring to OS release, version number,
/external/python/cpython2/Doc/library/
Dplatform.rst197 .. function:: win32_ver(release='', version='', csd='', ptype='')
200 ``(release, version, csd, ptype)`` referring to OS release, version number,
/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp1248 std::unique_ptr<C2StreamInitDataInfo::output> csd; in onOutputBufferDone() local
1250 extractCSDInfo(&csd, view.data(), view.capacity()); in onOutputBufferDone()
1251 if (!csd) { in onOutputBufferDone()
1260 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in onOutputBufferDone()
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt238 csd{""}
/external/u-boot/include/
Dmmc.h611 uint csd[4]; member
/external/python/cpython2/Lib/test/
Dtest_sys.py261 maj, min, buildno, plat, csd = sys.getwindowsversion()
/external/python/cpython3/Lib/test/
Dtest_sys.py333 maj, min, buildno, plat, csd = sys.getwindowsversion()
/external/mime-support/
Dmime.types533 audio/csound csd orc sco

12