Home
last modified time | relevance | path

Searched refs:FindTerm (Results 1 – 13 of 13) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dedamclean.c371 static const AjPStr FindTerm(ajint namespace, const AjPStr termname,
515 static const AjPStr FindTerm(ajint namespace, const AjPStr termname, in FindTerm() function
1526 if(!(id=FindTerm(idx, tmp_name, namespaces))) in main()
1573 if(!(id=FindTerm(idx, tmp_name, namespaces))) in main()
1581 if(!(id=FindTerm(entity, tmp_name, namespaces))) in main()
1591 if(!(id=FindTerm(topic, tmp_name, namespaces))) in main()
1603 if(!(id=FindTerm(data, tmp_name, namespaces))) in main()
1627 if(!(id=FindTerm(data, tmp_name, namespaces))) in main()
1635 if(!(id=FindTerm(entity, tmp_name, namespaces))) in main()
1637 if(!(id=FindTerm(data, tmp_name, in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/local_search_service/
H A Dinverted_index_unittest.cc86 PostingList FindTerm(const base::string16& term) { in FindTerm() function in chromeos::local_search_service::InvertedIndexTest
87 return index_.FindTerm(term); in FindTerm()
218 PostingList result = FindTerm(a_utf16); in TEST_F()
228 result = FindTerm(d_utf16); in TEST_F()
262 result = FindTerm(base::UTF8ToUTF16("E")); in TEST_F()
266 result = FindTerm(base::UTF8ToUTF16("F")); in TEST_F()
292 PostingList result = FindTerm(a_utf16); in TEST_F()
302 result = FindTerm(base::UTF8ToUTF16("B")); in TEST_F()
306 result = FindTerm(d_utf16); in TEST_F()
337 result = FindTerm(base::UTF8ToUTF16("B")); in TEST_F()
[all …]
H A Dinverted_index.h68 PostingList FindTerm(const base::string16& term) const;
H A Dinverted_index_search.cc169 const PostingList posting_list = inverted_index_->FindTerm(term); in FindTermForTesting()
H A Dinverted_index.cc170 PostingList InvertedIndex::FindTerm(const base::string16& term) const { in FindTerm() function in chromeos::local_search_service::InvertedIndex
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dpolynoml.h105 long FindTerm (long*, long*, long start = 0);
/dports/lang/cocor/cocor-1.7_3/sources/
H A Dcrt.h119 int FindTerm(PName name);
H A Dcrt.c370 int FindTerm(PName name) in FindTerm() function
415 tp = FindTerm(TempName); in NewTerm()
1542 sp = FindTerm(name); in FindSym()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dfreestor.c69 TermDef *FindTerm (SyntaxDef * syntax, int type, int id) in FindTerm() function
245 if ((pterm = FindTerm (syntax, TT_ANY, id)) == NULL) in CreateFreeStorageElem()
1532 TermDef *pterm = FindTerm (syntax, TT_ANY, id); in StringArray2FreeStorage()
1572 TermDef *pterm = FindTerm (syntax, TT_ANY, id); in ASButton2FreeStorage()
1710 TermDef *pterm = FindTerm (syntax, TT_ANY, id); in ASCursor2FreeStorage()
H A Dparser.h268 TermDef *FindTerm (SyntaxDef * syntax, int type, int id);
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A Dfunction.c90 pterm = FindTerm (pFuncSyntax, TT_ANY, func->func); in Func2FreeStorage()
H A DWharf.c810 TermDef *pterm = FindTerm (syntax, TT_ANY, WHARF_Wharf_ID);
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dpolynoml.cpp417 long _PolynomialData::FindTerm (long* theTerm,long* reIndex, long start) in FindTerm() function in _PolynomialData
2064 f = res->theTerms->FindTerm (newTerm,reIndex.quickArrayAccess(), ref); in Mult()
2114 f = res->theTerms->FindTerm (scratch1,reIndex.quickArrayAccess(), ref); in Mult()
2162 f = res->theTerms->FindTerm (newTerm,reIndex.quickArrayAccess(), ref); in Mult()
2212 f = res->theTerms->FindTerm (scratch1,reIndex.quickArrayAccess(), ref); in Mult()