/external/opencore/engines/author/test/src/ |
D | pvaetest.cpp | 502 char* tmpstr = NULL; in FindAudioConfigFile() local 503 aCommandLine->get_arg(iFileSearch, tmpstr); in FindAudioConfigFile() 504 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindAudioConfigFile() 509 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindAudioConfigFile() 529 char tmpstr[256]; in FindAudioConfigFile() local 530 oscl_UnicodeToUTF8(cmd, oscl_strlen(cmd), tmpstr, 256); in FindAudioConfigFile() 531 tmpstr[255] = '\0'; in FindAudioConfigFile() 532 aFileNameAudioConfig = tmpstr; in FindAudioConfigFile() 573 char* tmpstr = NULL; in FindVideoConfigFile() local 574 aCommandLine->get_arg(iFileSearch, tmpstr); in FindVideoConfigFile() [all …]
|
/external/openssl/crypto/asn1/ |
D | a_time.c | 80 ASN1_STRING tmpstr; in IMPLEMENT_ASN1_MSTRING() 85 tmpstr = *(ASN1_STRING *)a; in IMPLEMENT_ASN1_MSTRING() 86 len = tmpstr.length; in IMPLEMENT_ASN1_MSTRING() 87 ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len); in IMPLEMENT_ASN1_MSTRING() 88 tmpstr.data = tmp; in IMPLEMENT_ASN1_MSTRING() 89 a = (ASN1_GENERALIZEDTIME *) &tmpstr; in IMPLEMENT_ASN1_MSTRING()
|
D | a_gentm.c | 75 ASN1_STRING tmpstr = *(ASN1_STRING *)a; 77 len = tmpstr.length; 78 ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len); 79 tmpstr.data = tmp; 81 a = (ASN1_GENERALIZEDTIME *) &tmpstr;
|
/external/opencore/android/drm/oma1/test/ |
D | test_pv_player_engine_main.cpp | 69 char* tmpstr = NULL; in FindSourceFile() local 70 command_line->get_arg(iFileSearch, tmpstr); in FindSourceFile() 71 int32 tmpstrlen = oscl_strlen(tmpstr)+1; in FindSourceFile() 77 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceFile() 106 char tmpstr[256]; in FindSourceFile() local 107 oscl_UnicodeToUTF8(cmd, oscl_strlen(cmd), tmpstr, 256); in FindSourceFile() 109 tmpstr[255] = 0; in FindSourceFile() 110 aFileNameInfo = tmpstr; in FindSourceFile()
|
/external/svox/pico/lib/ |
D | picodata.c | 974 picoos_char * tmpstr; in data_itemtype_to_string() local 977 tmpstr = (picoos_char *)"BOUND"; in data_itemtype_to_string() 980 tmpstr = (picoos_char *)"FRAME_PAR"; in data_itemtype_to_string() 983 tmpstr = (picoos_char *)"PHONE"; in data_itemtype_to_string() 986 tmpstr = (picoos_char *)"CMD"; in data_itemtype_to_string() 989 tmpstr = (picoos_char *)"ERR"; in data_itemtype_to_string() 992 tmpstr = (picoos_char *)"FRAME"; in data_itemtype_to_string() 995 tmpstr = (picoos_char *)"OTHER"; in data_itemtype_to_string() 998 tmpstr = (picoos_char *)"PUNC"; in data_itemtype_to_string() 1001 tmpstr = (picoos_char *)"SYLLPHON"; in data_itemtype_to_string() [all …]
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | rtsp_range_utils.cpp | 1097 char tmpstr[MAX_RANGE_INT_SIZE + 1]; in compose_range_string() local 1098 length = oscl_snprintf(tmpstr, MAX_RANGE_INT_SIZE + 1, "%d", in compose_range_string() 1108 oscl_memcpy(str, tmpstr, length); in compose_range_string() 1141 char tmpstr[MAX_RANGE_INT_SIZE + 1]; in compose_range_string() local 1142 length = oscl_snprintf(tmpstr, MAX_RANGE_INT_SIZE + 1, "%d", in compose_range_string() 1152 oscl_memcpy(str, tmpstr, length); in compose_range_string() 1162 length = oscl_snprintf(tmpstr, MAX_RANGE_INT_SIZE + 1, ":%02d:%02d", in compose_range_string() 1169 oscl_memcpy(str, tmpstr, length); in compose_range_string() 1313 char tmpstr[MAX_RANGE_FLOAT_SIZE + 2]; in compose_range_string() local 1314 length = oscl_snprintf(tmpstr, MAX_RANGE_FLOAT_SIZE + 2, RANGE_FLOAT_FORMAT, in compose_range_string()
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility.cpp | 301 char* tmpstr = NULL; in FindSourceFile() local 302 command_line->get_arg(iFileSearch, tmpstr); in FindSourceFile() 303 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindSourceFile() 308 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceFile() 336 char tmpstr[256]; in FindSourceFile() local 337 oscl_UnicodeToUTF8(cmd, oscl_strlen(cmd), tmpstr, 256); in FindSourceFile() 338 tmpstr[255] = NULL; in FindSourceFile() 339 aFileNameInfo = tmpstr; in FindSourceFile()
|
D | test_pv_frame_metadata_utility_testset1.cpp | 490 char tmpstr[65]; in SaveMetadataInfo() local 492 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in SaveMetadataInfo() 493 tmpstr[64] = NULL; in SaveMetadataInfo() 494 … oscl_snprintf(iTextOutputBuf, 512, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in SaveMetadataInfo() 935 char tmpstr[65]; in SaveMetadataInfo() local 937 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in SaveMetadataInfo() 938 tmpstr[64] = NULL; in SaveMetadataInfo() 939 … oscl_snprintf(iTextOutputBuf, 512, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in SaveMetadataInfo() 2502 char tmpstr[65]; in SaveMetadataInfo() local 2504 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in SaveMetadataInfo() [all …]
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset11.cpp | 2257 char tmpstr[65]; in PrintMetadataInfo() local 2259 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 2260 tmpstr[64] = '\0'; in PrintMetadataInfo() 2261 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo()
|
D | test_pv_player_engine_testset_cpmdlapassthru.cpp | 2349 char tmpstr[65]; in PrintMetadataInfo() local 2351 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 2352 tmpstr[64] = '\0'; in PrintMetadataInfo() 2353 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo()
|
D | test_pv_player_engine_testset9.cpp | 2205 char tmpstr[65]; in PrintMetadataInfo() local 2207 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 2208 tmpstr[64] = '\0'; in PrintMetadataInfo() 2209 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo()
|
D | test_pv_player_engine_testset10.cpp | 2277 char tmpstr[65]; in PrintMetadataInfo() local 2279 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 2280 tmpstr[64] = '\0'; in PrintMetadataInfo() 2281 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo()
|
D | test_pv_player_engine_testset6.cpp | 2486 char tmpstr[65]; in PrintMetadataInfo() local 2488 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 2489 tmpstr[64] = '\0'; in PrintMetadataInfo() 2490 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo() 5297 char tmpstr[65]; in PrintMetadataInfo() local 5299 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 5300 tmpstr[64] = '\0'; in PrintMetadataInfo() 5301 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo() 6945 char tmpstr[65]; in PrintMetadataInfo() local 6947 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() [all …]
|
D | test_pv_player_engine.cpp | 617 char* tmpstr = NULL; in FindSourceType() local 618 command_line->get_arg(formatSearch, tmpstr); in FindSourceType() 619 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindSourceType() 624 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceType() 748 char* tmpstr = NULL; in FindSourceFile() local 749 command_line->get_arg(iFileSearch, tmpstr); in FindSourceFile() 750 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindSourceFile() 755 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceFile() 783 char tmpstr[256]; in FindSourceFile() local 784 oscl_UnicodeToUTF8(cmd, oscl_strlen(cmd), tmpstr, 256); in FindSourceFile() [all …]
|
D | test_pv_player_engine_testset8.cpp | 1200 char tmpstr[65]; in PrintMetadataInfo() local 1202 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 1203 tmpstr[64] = '\0'; in PrintMetadataInfo() 1204 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo()
|
D | test_pv_player_engine_testset12.cpp | 2425 char tmpstr[65]; in PrintMetadataInfo() local 2427 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 2428 tmpstr[64] = '\0'; in PrintMetadataInfo() 2429 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo()
|
D | test_pv_player_engine_testset13.cpp | 11008 char tmpstr[65]; in PrintMetadataInfo() local 11010 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 11011 tmpstr[64] = '\0'; in PrintMetadataInfo() 11012 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo() 13452 char tmpstr[65]; in PrintMetadataInfo() local 13454 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() 13455 tmpstr[64] = '\0'; in PrintMetadataInfo() 13456 fprintf(iTestMsgOutputFile, " Value(in UTF-8, first 64 chars):%s\n", tmpstr); in PrintMetadataInfo() 15695 char tmpstr[65]; in PrintMetadataInfo() local 15697 … oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65); in PrintMetadataInfo() [all …]
|
/external/libxml2/ |
D | tree.c | 6101 xmlChar *elemQName, *tmpstr = NULL; in xmlGetPropNodeInternal() local 6107 tmpstr = xmlStrdup(node->ns->prefix); in xmlGetPropNodeInternal() 6108 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":"); in xmlGetPropNodeInternal() 6109 tmpstr = xmlStrcat(tmpstr, node->name); in xmlGetPropNodeInternal() 6110 if (tmpstr == NULL) in xmlGetPropNodeInternal() 6112 elemQName = tmpstr; in xmlGetPropNodeInternal() 6134 if (tmpstr != NULL) in xmlGetPropNodeInternal() 6135 xmlFree(tmpstr); in xmlGetPropNodeInternal() 6156 if (tmpstr != NULL) in xmlGetPropNodeInternal() 6157 xmlFree(tmpstr); in xmlGetPropNodeInternal()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 5061 OSCL_HeapString<OsclMemAllocator> tmpstr = _STRLIT_CHAR("duration"); in DoSourceNodeGetDurationValue() local 5062 iSourceDurationKeyList.push_back(tmpstr); in DoSourceNodeGetDurationValue()
|