Searched refs:csType (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_action.cpp | 45 ByteString csType = m_pDict->GetStringFor("S"); in GetType() local 46 if (csType.IsEmpty()) in GetType() 50 if (csType == g_sATypes[i]) in GetType() 132 ByteString csType = m_pDict->GetStringFor("S"); in GetAllFields() local 133 const CPDF_Object* pFields = csType == "Hide" in GetAllFields()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_occontext.cpp | 283 ByteString csType = pOCGDict->GetStringFor("Type", "OCG"); in CheckOCGVisible() local 284 if (csType == "OCG") in CheckOCGVisible()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cublas_11_0.inc | 854 const void *s, cudaDataType csType, cudaDataType executiontype) { 860 return func_ptr(handle, n, x, xType, incx, y, yType, incy, c, s, csType, 919 cudaDataType csType, 926 return func_ptr(handle, a, b, abType, c, s, csType, executiontype);
|
D | cublas_10_1.inc | 854 const void *s, cudaDataType csType, cudaDataType executiontype) { 860 return func_ptr(handle, n, x, xType, incx, y, yType, incy, c, s, csType, 919 cudaDataType csType, 926 return func_ptr(handle, a, b, abType, c, s, csType, executiontype);
|
D | cublas_10_2.inc | 854 const void *s, cudaDataType csType, cudaDataType executiontype) { 860 return func_ptr(handle, n, x, xType, incx, y, yType, incy, c, s, csType, 919 cudaDataType csType, 926 return func_ptr(handle, a, b, abType, c, s, csType, executiontype);
|