Searched refs:csType (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_action.cpp | 42 ByteString csType = m_pDict->GetNameFor("S"); in GetType() local 43 if (csType.IsEmpty()) in GetType() 50 if (csType == kActionTypeStrings[i]) in GetType() 125 ByteString csType = m_pDict->GetByteStringFor("S"); in GetAllFields() local 126 RetainPtr<const CPDF_Object> pFields = csType == "Hide" in GetAllFields()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_occontext.cpp | 276 ByteString csType = pOCGDict->GetByteStringFor("Type", "OCG"); in CheckOCGDictVisible() local 277 if (csType == "OCG") in CheckOCGDictVisible()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
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);
|
D | cublas_11_0.inc | 893 const void *s, cudaDataType csType, cudaDataType executiontype) { 899 return func_ptr(handle, n, x, xType, incx, y, yType, incy, c, s, csType, 958 cudaDataType csType, 965 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);
|