/external/sonivox/jet_tools/JetCreator/ |
D | JetSegGraph.py | 50 def __init__(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn): argument 53 self.sName = sName 169 def AddMarker(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn): argument 173 … self.Markers.append(Marker(sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn)) 181 self.ClickCallbackFct(Marker.sName, Marker.iEventId) 268 width, height = dc.GetTextExtent(Marker.sName) 271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5))) 278 width, height = dc.GetTextExtent(Marker.sName) 280 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5))) 285 width, height = dc.GetTextExtent(Marker.sName) [all …]
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Note.h | 60 virtual void SetSubjectName(const CFX_WideString& sName) = 0; 61 virtual void SetAuthorName(const CFX_WideString& sName) = 0; 236 void SetSubjectName(const CFX_WideString& sName) override; 237 void SetAuthorName(const CFX_WideString& sName) override; 311 void SetSubjectName(const CFX_WideString& sName) override; 312 void SetAuthorName(const CFX_WideString& sName) override;
|
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 228 UnicodeString sName = s; in getReadable() local 229 nameTrans->transliterate(sName); in getReadable() 230 result += sName; in getReadable()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 698 void CPWL_NoteItem::SetSubjectName(const CFX_WideString& sName) { in SetSubjectName() argument 700 m_pSubject->SetText(sName.c_str()); in SetSubjectName() 708 void CPWL_NoteItem::SetAuthorName(const CFX_WideString& sName) { in SetAuthorName() argument 709 m_sAuthor = sName; in SetAuthorName() 1276 void CPWL_Note::SetSubjectName(const CFX_WideString& sName) { in SetSubjectName() argument 1277 CPWL_NoteItem::SetSubjectName(sName); in SetSubjectName() 1281 void CPWL_Note::SetAuthorName(const CFX_WideString& sName) { in SetAuthorName() argument 1283 m_pAuthor->SetText(sName.c_str()); in SetAuthorName()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_basic.cpp | 224 const CFX_ByteStringC& sName) { in LookupNamedDest() argument 225 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest() 230 pValue = pDests->GetElementValue(sName); in LookupNamedDest()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 53 CFX_WideString sName; in GetMixXFAWidget() local 55 sName = this->GetAnnotName(); in GetMixXFAWidget() 56 if (sName.IsEmpty()) in GetMixXFAWidget() 57 sName = GetName(); in GetMixXFAWidget() 59 sName = GetName(); in GetMixXFAWidget() 61 if (!sName.IsEmpty()) in GetMixXFAWidget() 62 m_hMixXFAWidget = pDocView->GetWidgetByName(sName); in GetMixXFAWidget() 76 CFX_WideString sName = GetName(); in GetGroupMixXFAWidget() local 77 if (!sName.IsEmpty()) in GetGroupMixXFAWidget() 78 return pDocView->GetWidgetByName(sName); in GetGroupMixXFAWidget()
|
D | fsdk_baseannot.cpp | 614 void CPDFSDK_BAAnnot::SetAnnotName(const CFX_WideString& sName) { in SetAnnotName() argument 615 if (sName.IsEmpty()) in SetAnnotName() 618 m_pAnnot->GetAnnotDict()->SetAtString("NM", PDF_EncodeText(sName)); in SetAnnotName()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 145 void SetAnnotName(const CFX_WideString& sName);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 640 CFX_WideString sName = valName.ToCFXWideString(); in submitForm() local 642 for (int j = 0, jsz = pPDFForm->CountFields(sName); j < jsz; ++j) { in submitForm() 643 CPDF_FormField* pField = pPDFForm->GetField(j, sName); in submitForm()
|
D | Field.h | 437 const CFX_WideString& sName,
|
D | Field.cpp | 3625 const CFX_WideString& sName, in AddField() argument
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 56 const CFX_ByteStringC& sName);
|
/external/sqlite/dist/ |
D | sqlite3.c | 92254 NameContext sName; 92259 memset(&sName, 0, sizeof(NameContext)); 92260 sName.pParse = pParse; 92263 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pFilename)) || 92264 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) || 92265 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pKey))
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 92236 NameContext sName; 92241 memset(&sName, 0, sizeof(NameContext)); 92242 sName.pParse = pParse; 92245 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pFilename)) || 92246 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) || 92247 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pKey))
|