Home
last modified time | relevance | path

Searched refs:sName (Results 1 – 14 of 14) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py50 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/
DPWL_Note.h60 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/
Dcanittst.cpp228 UnicodeString sName = s; in getReadable() local
229 nameTrans->transliterate(sName); in getReadable()
230 result += sName; in getReadable()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp698 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/
Ddoc_basic.cpp224 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/
Dfsdk_baseform.cpp53 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()
Dfsdk_baseannot.cpp614 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/
Dfsdk_baseannot.h145 void SetAnnotName(const CFX_WideString& sName);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp640 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()
DField.h437 const CFX_WideString& sName,
DField.cpp3625 const CFX_WideString& sName, in AddField() argument
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h56 const CFX_ByteStringC& sName);
/external/sqlite/dist/
Dsqlite3.c92254 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/
Dsqlite3.c92236 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))