/third_party/grpc/src/core/lib/gpr/ |
D | env_windows.cc | 60 LPTSTR tvalue = gpr_char_to_tchar(value); in gpr_setenv() local 61 BOOL res = SetEnvironmentVariable(tname, tvalue); in gpr_setenv() 63 gpr_free(tvalue); in gpr_setenv()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 21-1-buildonly.c | 17 static union sigval tvalue; variable 29 tvalue = t.si_value; in dummyfcn()
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.h | 235 const T *tvalue = (const T *) value; in get() local 237 SharedObject::copyPtr(tvalue, ptr); in get() 239 SharedObject::clearPtr(tvalue); in get()
|
D | locid.cpp | 1567 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions() local 1568 if (tvalue == nullptr) { in replaceTransformedExtensions() 1571 const char* nextTKey = ultag_getTKeyStart(tvalue); in replaceTransformedExtensions() 1594 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions() local 1596 U_ASSERT(tvalue != nullptr); in replaceTransformedExtensions() 1597 *((char*)tvalue++) = '\0'; // NULL terminate tkey in replaceTransformedExtensions() 1599 const char* bcpTValue = ulocimp_toBcpType(tfield, tvalue, nullptr, nullptr); in replaceTransformedExtensions() 1600 output.append((bcpTValue == nullptr) ? tvalue : bcpTValue, status); in replaceTransformedExtensions()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 235 const T *tvalue = (const T *) value; in get() local 237 SharedObject::copyPtr(tvalue, ptr); in get() 239 SharedObject::clearPtr(tvalue); in get()
|
D | locid.cpp | 1571 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions() local 1572 if (tvalue == nullptr) { in replaceTransformedExtensions() 1575 const char* nextTKey = ultag_getTKeyStart(tvalue); in replaceTransformedExtensions() 1598 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions() local 1600 U_ASSERT(tvalue != nullptr); in replaceTransformedExtensions() 1601 *((char*)tvalue++) = '\0'; // NULL terminate tkey in replaceTransformedExtensions() 1603 const char* bcpTValue = ulocimp_toBcpType(tfield, tvalue, nullptr, nullptr); in replaceTransformedExtensions() 1604 output.append((bcpTValue == nullptr) ? tvalue : bcpTValue, status); in replaceTransformedExtensions()
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.h | 235 const T *tvalue = (const T *) value; in get() local 237 SharedObject::copyPtr(tvalue, ptr); in get() 239 SharedObject::clearPtr(tvalue); in get()
|
D | locid.cpp | 1551 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions() local 1552 if (tvalue == nullptr) { in replaceTransformedExtensions() 1556 const char* nextTKey = ultag_getTKeyStart(tvalue); in replaceTransformedExtensions() 1574 const char* tvalue = uprv_strchr(tfield, '-'); in replaceTransformedExtensions() local 1575 if (tvalue == nullptr) { in replaceTransformedExtensions() 1580 *((char*)tvalue++) = '\0'; // NULL terminate tkey in replaceTransformedExtensions() 1582 const char* bcpTValue = ulocimp_toBcpType(tfield, tvalue, nullptr, nullptr); in replaceTransformedExtensions() 1583 output.append((bcpTValue == nullptr) ? tvalue : bcpTValue, status); in replaceTransformedExtensions()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 235 const T *tvalue = (const T *) value; in get() local 237 SharedObject::copyPtr(tvalue, ptr); in get() 239 SharedObject::clearPtr(tvalue); in get()
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd01.c | 56 unsigned long long tvalue, int tinterval) in settime() argument 60 tst_its_set_value_from_us(tmr, tvalue); in settime()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_utl.c | 42 char *tname = NULL, *tvalue = NULL; in x509v3_add_len_value() local 54 tvalue = OPENSSL_strndup(value, vallen); in x509v3_add_len_value() 55 if (tvalue == NULL) in x509v3_add_len_value() 64 vtmp->value = tvalue; in x509v3_add_len_value() 76 OPENSSL_free(tvalue); in x509v3_add_len_value()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 11190 tvalue
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 11190 tvalue
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 7654 s << "\tvalue = " << value.value << '\n'; 8541 s << "\tvalue = " << value.value << '\n'; 8713 s << "\tvalue = " << value.value << '\n';
|