/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/ |
D | cpdfsdk_widget.cpp | 65 WideString sName; in GetMixXFAWidget() local 67 sName = GetAnnotName(); in GetMixXFAWidget() 68 if (sName.IsEmpty()) in GetMixXFAWidget() 69 sName = GetName(); in GetMixXFAWidget() 71 sName = GetName(); in GetMixXFAWidget() 74 if (sName.IsEmpty()) in GetMixXFAWidget() 77 return pDocView->GetWidgetByName(sName, nullptr); in GetMixXFAWidget() 91 WideString sName = GetName(); in GetGroupMixXFAWidget() local 92 return !sName.IsEmpty() ? pDocView->GetWidgetByName(sName, nullptr) : nullptr; in GetGroupMixXFAWidget()
|
D | cpdfsdk_baannot.cpp | 81 void CPDFSDK_BAAnnot::SetAnnotName(const WideString& sName) { in SetAnnotName() argument 83 if (sName.IsEmpty()) in SetAnnotName() 86 pDict->SetNewFor<CPDF_String>(pdfium::annotation::kNM, sName); in SetAnnotName()
|
D | cpdfsdk_baannot.h | 46 void SetAnnotName(const WideString& sName);
|
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 229 UnicodeString sName = s; in getReadable() local 230 nameTrans->transliterate(sName); in getReadable() 231 result += sName; in getReadable()
|
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/ |
D | VmaDumpVis.py | 211 sName = objPool.get('Name', None) variable 212 if sName: 213 sFullName = sPoolId + ' "' + sName + '"'
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.h | 31 CPDF_Array* LookupNamedDest(CPDF_Document* pDoc, const WideString& sName);
|
D | cpdf_nametree.cpp | 415 const WideString& sName) { in LookupNamedDest() argument 416 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest() 421 pValue = pDests->GetDirectObjectFor(PDF_EncodeText(sName)); in LookupNamedDest()
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 608 WideString sName = in submitForm() local 610 for (int j = 0, jsz = pPDFForm->CountFields(sName); j < jsz; ++j) { in submitForm() 611 CPDF_FormField* pField = pPDFForm->GetField(j, sName); in submitForm()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 109831 NameContext sName; 109837 memset(&sName, 0, sizeof(NameContext)); 109838 sName.pParse = pParse; 109841 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pFilename)) || 109842 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) || 109843 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pKey))
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 109563 NameContext sName; 109569 memset(&sName, 0, sizeof(NameContext)); 109570 sName.pParse = pParse; 109573 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pFilename)) || 109574 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) || 109575 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pKey))
|
/external/sqlite/dist/ |
D | sqlite3.c | 109579 NameContext sName; 109585 memset(&sName, 0, sizeof(NameContext)); 109586 sName.pParse = pParse; 109589 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pFilename)) || 109590 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pDbname)) || 109591 SQLITE_OK!=(rc = resolveAttachExpr(&sName, pKey))
|