/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.h | 105 UCMTable *base, *ext; member 166 ucm_moveMappings(UCMTable *base, UCMTable *ext); 182 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates); 188 * (moveTarget==ext) 229 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | UCAConformanceTest.java | 96 String ext = ".txt"; in openTestFile() 98 in = TestUtil.getDataReader(collationTest + type + "_SHORT" + ext); in openTestFile() 101 in = TestUtil.getDataReader(collationTest + type + ext); in openTestFile() 104 in = TestUtil.getDataReader(collationTest + type + "_STUB" + ext); in openTestFile()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | UCAConformanceTest.java | 99 String ext = ".txt"; in openTestFile() 101 in = TestUtil.getDataReader(collationTest + type + "_SHORT" + ext); in openTestFile() 104 in = TestUtil.getDataReader(collationTest + type + ext); in openTestFile() 107 in = TestUtil.getDataReader(collationTest + type + "_STUB" + ext); in openTestFile()
|
/third_party/libsnd/src/ |
H A D | avr.c | 60 char ext [20] ; /* Additional filename space, used if (name[7] != 0) */ member 158 psf_binheader_readf (psf, "bb", hdr.ext, sizeof (hdr.ext), hdr.user, sizeof (hdr.user)) ; in avr_read_header() 160 psf_log_printf (psf, " Ext : %s\n User : %s\n", hdr.ext, hdr.user) ; in avr_read_header()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucm.h | 105 UCMTable *base, *ext; member 166 ucm_moveMappings(UCMTable *base, UCMTable *ext); 182 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates); 188 * (moveTarget==ext) 229 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
|
/third_party/mindspore/test/unittest/ |
H A D | nnrt_delegate_unit_test.cpp | 34 HWTEST(MSLiteNnrtTest, Nnrt_ContextTest, testing::ext::TestSize.Level0) { in HWTEST() 63 HWTEST(MSLiteNnrtTest, Nnrt_CreateNnrtDevice, testing::ext::TestSize.Level0) { in HWTEST() 129 HWTEST(MSLiteNnrtTest, Nnrt_NpuPredict, testing::ext::TestSize.Level0) { in HWTEST() 178 HWTEST(MSLiteNnrtTest, Nnrt_NpuCpuPredict, testing::ext::TestSize.Level0) { in HWTEST()
|
/third_party/openssl/test/ |
H A D | ocspapitest.c | 196 X509_EXTENSION * ext = NULL; in test_ocsp_url_svcloc_new() local 205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls); in test_ocsp_url_svcloc_new() 206 if (!TEST_ptr(ext)) in test_ocsp_url_svcloc_new() 209 X509_EXTENSION_free(ext); in test_ocsp_url_svcloc_new()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorGLSL.cpp | 369 for (const auto &ext : extensionGLSL.getEnabledExtensions()) in writeExtensionBehavior() 371 sink << "#extension " << ext << " : enable\n"; in writeExtensionBehavior() local 373 for (const auto &ext : extensionGLSL.getRequiredExtensions()) in writeExtensionBehavior() 375 sink << "#extension " << ext << " : require\n"; in writeExtensionBehavior() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucm.h | 105 UCMTable *base, *ext; member 166 ucm_moveMappings(UCMTable *base, UCMTable *ext); 182 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates); 188 * (moveTarget==ext) 229 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12enc.c | 130 AVRational ext; in find_frame_rate_index() local 138 for (ext.num=1; ext.num <= 4; ext.num++) { in find_frame_rate_index() 139 for (ext.den=1; ext.den <= 32; ext.den++) { in find_frame_rate_index() 140 AVRational q = av_mul_q(ext, ff_mpeg12_frame_rate_tab[i]); in find_frame_rate_index() 142 if (s->codec_id != AV_CODEC_ID_MPEG2VIDEO && (ext.den!=1 || ext in find_frame_rate_index() [all...] |
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 197 const char *ext = uprv_strchr(id, '.'); in parseFilename() local 199 if(ext != nullptr){ in parseFilename() 200 pos = (int) (ext - id); in parseFilename() 815 const char* ext = nullptr; in bin_write_xml() local 831 ext = uprv_strrchr(fileName, '.'); in bin_write_xml() 833 if (ext == nullptr) { in bin_write_xml() 838 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){ in bin_write_xml() 840 } else if(uprv_strcmp(ext, " in bin_write_xml() [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 197 const char *ext = uprv_strchr(id, '.'); in parseFilename() local 199 if(ext != NULL){ in parseFilename() 200 pos = (int) (ext - id); in parseFilename() 815 const char* ext = NULL; in bin_write_xml() local 831 ext = uprv_strrchr(fileName, '.'); in bin_write_xml() 833 if (ext == NULL) { in bin_write_xml() 838 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){ in bin_write_xml() 840 } else if(uprv_strcmp(ext, " in bin_write_xml() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 197 const char *ext = uprv_strchr(id, '.'); in parseFilename() local 199 if(ext != NULL){ in parseFilename() 200 pos = (int) (ext - id); in parseFilename() 815 const char* ext = NULL; in bin_write_xml() local 831 ext = uprv_strrchr(fileName, '.'); in bin_write_xml() 833 if (ext == NULL) { in bin_write_xml() 838 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){ in bin_write_xml() 840 } else if(uprv_strcmp(ext, " in bin_write_xml() [all...] |
/applications/standard/contacts_data/test/unittest/src/ |
H A D | contactpinyin_test.cpp | 116 HWTEST_F(ContactPinyinTest, pinyin_conversion_Insert_test_100, testing::ext::TestSize.Level1) in HWTEST_F() 144 HWTEST_F(ContactPinyinTest, pinyin_conversion_Insert_test_200, testing::ext::TestSize.Level1) in HWTEST_F() 172 HWTEST_F(ContactPinyinTest, pinyin_conversion_Insert_test_300, testing::ext::TestSize.Level1) in HWTEST_F() 200 HWTEST_F(ContactPinyinTest, abnormal_pinyin_conversion_Insert_test_400, testing::ext::TestSize.Level1) in HWTEST_F() 227 HWTEST_F(ContactPinyinTest, abnormal_pinyin_conversion_Insert_test_500, testing::ext::TestSize.Level1) in HWTEST_F()
|
H A D | calllogfuzzyquery_test.cpp | 71 HWTEST_F(CalllogFuzzyQueryTest, calllog_Query_test_100, testing::ext::TestSize.Level1) in HWTEST_F() 117 HWTEST_F(CalllogFuzzyQueryTest, calllog_Query_test_200, testing::ext::TestSize.Level1) in HWTEST_F() 157 HWTEST_F(CalllogFuzzyQueryTest, calllog_Query_test_300, testing::ext::TestSize.Level1) in HWTEST_F() 196 HWTEST_F(CalllogFuzzyQueryTest, calllog_Query_test_400, testing::ext::TestSize.Level1) in HWTEST_F() 235 HWTEST_F(CalllogFuzzyQueryTest, abnormal_calllog_Query_test_500, testing::ext::TestSize.Level1) in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | stream_encrypt_server_mt.cpp | 26 using namespace testing::ext; 96 int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in OnStreamReceivedWithNoDataType() 161 int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in OnStreamReceivedWithUnencryptOpt() 220 int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in OnStreamReceivedWithEncryptOpt() 294 int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in OnStreamReceivedWithOldInterface() 95 OnStreamReceivedWithNoDataType( int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStreamReceivedWithNoDataType() argument 160 OnStreamReceivedWithUnencryptOpt( int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStreamReceivedWithUnencryptOpt() argument 219 OnStreamReceivedWithEncryptOpt( int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStreamReceivedWithEncryptOpt() argument 293 OnStreamReceivedWithOldInterface( int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStreamReceivedWithOldInterface() argument
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/ |
H A D | screen_callback_test.cpp | 31 using namespace testing::ext; 67 const StreamData *ext = nullptr; in HWTEST_F() local 69 screenChannel->OnStreamReceived(sessionId, streamData, ext, param); in HWTEST_F() 159 const StreamData *ext = nullptr; in HWTEST_F() local 161 screenChannel->OnStreamReceived(sessionId, streamData, ext, param); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dsoftbus_output_audio_test/ |
H A D | dsoftbus_output_audio_plugin_test.cpp | 119 HWTEST_F(DsoftbusOutputAudioPluginTest, PushData_001, testing::ext::TestSize.Level1) in HWTEST_F() 141 HWTEST_F(DsoftbusOutputAudioPluginTest, SetParameter_001, testing::ext::TestSize.Level1) in HWTEST_F() 152 HWTEST_F(DsoftbusOutputAudioPluginTest, SetCallback_001, testing::ext::TestSize.Level1) in HWTEST_F() 175 HWTEST_F(DsoftbusOutputAudioPluginTest, OpenSoftbusChannel_002, testing::ext::TestSize.Level1) in HWTEST_F() 197 HWTEST_F(DsoftbusOutputAudioPluginTest, SetDataCallback_001, testing::ext::TestSize.Level1) in HWTEST_F()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | script.h | 171 /// Adds |ext| to the list of device extensions that must be supported. 172 void AddRequiredDeviceExtension(const std::string& ext) { in AddRequiredDeviceExtension() argument 173 engine_info_.required_device_extensions.push_back(ext); in AddRequiredDeviceExtension() 176 /// Adds |ext| to the list of instance extensions that must be supported. 177 void AddRequiredInstanceExtension(const std::string& ext) { in AddRequiredInstanceExtension() argument 178 engine_info_.required_instance_extensions.push_back(ext); in AddRequiredInstanceExtension() 181 /// Adds |ext| to the list of extensions that must be supported by the engine. 184 void AddRequiredExtension(const std::string& ext);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_message_service_test.cpp | 55 using namespace testing::ext; 123 const StreamData *ext, const StreamFrameInfo *param) in OnStreamReceived() 345 StreamData ext = { in HWTEST_F() local 353 int32_t ret = SendStream(sessionId, &data, &ext, &streamFrameInfo); in HWTEST_F() 360 ret = SendStream(sessionId, &data, &ext, &streamFrameInfo); in HWTEST_F() 367 ret = SendStream(sessionId, &data, &ext, &streamFrameInfo); in HWTEST_F() 374 ret = SendStream(sessionId, &data, &ext, &streamFrameInfo); in HWTEST_F() 122 OnStreamReceived(int32_t sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStreamReceived() argument
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/ |
H A D | daudio_manager_callback_test.cpp | 19 using namespace testing::ext; 125 .ext = "HDF_SUCCESS" in HWTEST_F() 135 .ext = "HDF_SUCCESS" in HWTEST_F() 145 .ext = "HDF_SUCCESS" in HWTEST_F() 155 .ext = "HDF_SUCCESS" in HWTEST_F() 258 data.param.ext = "hello"; in HWTEST_F() 304 data.param.ext = "hello"; in HWTEST_F()
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 611 len = EVENT_PACKET_SIZE + ev->data.ext.len; in copy_local_to_remote() 614 memcpy(buf + EVENT_PACKET_SIZE, ev->data.ext.ptr, ev->data.ext.len); in copy_local_to_remote() 649 if (snd_seq_ev_is_variable(ev) && ev->data.ext.len > 0) { in copy_remote_to_local() 650 ev->data.ext.ptr = buf; in copy_remote_to_local() 651 buf += ev->data.ext.len; in copy_remote_to_local() 652 count -= ev->data.ext.len; in copy_remote_to_local()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | resource_container.cpp | 20 #include <meta/ext/attachment/attachment.h> 21 #include <meta/ext/concrete_base_object.h>
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | bundle_stats_test.cpp | 42 HWTEST_F(BundleStatsTest, Bundle_Stats_Marshalling_0000, testing::ext::TestSize.Level1) in HWTEST_F() 66 HWTEST_F(BundleStatsTest, Bundle_Stats_Unmarshalling_0000, testing::ext::TestSize.Level1) in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avcast_controller_callback_proxy_test.cpp | 68 static HWTEST_F(AVCastControllerCallbackProxyTest, OnKeyRequest001, testing::ext::TestSize.Level1) in HWTEST_F() 81 static HWTEST_F(AVCastControllerCallbackProxyTest, OnKeyRequest002, testing::ext::TestSize.Level1) in HWTEST_F()
|