Home
last modified time | relevance | path

Searched refs:DEFAULT_NUM_ENTRIES (Results 1 – 10 of 10) sorted by relevance

/dports/chinese/opencc/OpenCC-ver.1.0.5/src/
H A DDartsDict.cpp66 const size_t DEFAULT_NUM_ENTRIES = 64; in MatchPrefix() local
68 Darts::DoubleArray::value_type results[DEFAULT_NUM_ENTRIES]; in MatchPrefix()
71 dict.commonPrefixSearch(word, results, DEFAULT_NUM_ENTRIES); in MatchPrefix()
74 } else if ((numMatched > 0) && (numMatched < DEFAULT_NUM_ENTRIES)) { in MatchPrefix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/control/
H A Dcaches.py67 DEFAULT_NUM_ENTRIES = 200 variable in CheckOptions
72 num_entries=DEFAULT_NUM_ENTRIES,
105 DEFAULT_NUM_ENTRIES = 200 variable in ReportOptions
109 num_entries=DEFAULT_NUM_ENTRIES,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/
H A Dradiobox.cpp61 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
288 m_textNumBtns->SetValue(wxString::Format("%u", DEFAULT_NUM_ENTRIES)); in Reset()
319 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
458 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp73 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
346 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
501 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp73 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
346 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
501 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp73 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
346 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
501 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/widgets/
H A Dradiobox.cpp72 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
317 m_textNumBtns->SetValue(wxString::Format(wxT("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
349 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
504 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp73 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
346 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
501 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/widgets/
H A Dradiobox.cpp72 static const unsigned int DEFAULT_NUM_ENTRIES = 12; variable
317 m_textNumBtns->SetValue(wxString::Format(wxT("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
349 count = DEFAULT_NUM_ENTRIES; in CreateRadio()
504 numEntries != DEFAULT_NUM_ENTRIES; in OnUpdateUIReset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_caches.py231 caches.ReportOptions.DEFAULT_NUM_ENTRIES))
243 caches.CheckOptions.DEFAULT_NUM_ENTRIES))