Home
last modified time | relevance | path

Searched refs:defList (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/polish/kadu/kadu-4.3/plugins/word_fix/
H A Dword-fix.cpp96 …QFile defList(m_pathsProvider->dataPath() + QStringLiteral("plugins/data/word_fix/wf_default_list.… in init() local
97 if (defList.open(QIODevice::ReadOnly)) in init()
99 QTextStream s(&defList); in init()
110 defList.close(); in init()
114 kdebug("Can't open file: %s\n", qPrintable((defList.fileName()))); in init()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DDeclEntityDef.cpp100 idList<const idDeclEntityDef *> defList; in Parse() local
113 defList.Append( copy ); in Parse()
121 for ( int i = 0 ; i < defList.Num() ; i++ ) { in Parse()
122 dict.SetDefaults( &defList[ i ]->dict ); in Parse()
/dports/devel/autogen/autogen-5.18.16/agen5/
H A DdefFind.c746 static def_ent_list_t defList = { 0, 0, NULL, 0 }; in get_def_list() local
759 if (defList.del_level == 0) { in get_def_list()
773 defList.del_used_ct = 0; in get_def_list()
792 if (defList.del_level != 0) in get_def_list()
816 if ((defList.del_level != 0) || noNesting) in get_def_list()
837 add_to_def_list(ent, &defList); in get_def_list()
905 defList.del_level++; in get_def_list()
918 defList.del_level--; in get_def_list()
921 if (defList.del_level == 0) in get_def_list()
922 add_to_def_list(NULL, &defList); in get_def_list()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py31 defList = [] variable
44 defList.append(theFile)
46 if (len(defList)):
47 defNames = '"' + '",\n "'.join(defList) + '"'
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py31 defList = [] variable
44 defList.append(theFile)
46 if (len(defList)):
47 defNames = '"' + '",\n "'.join(defList) + '"'
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py31 defList = [] variable
44 defList.append(theFile)
46 if (len(defList)):
47 defNames = '"' + '",\n "'.join(defList) + '"'
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py33 defList = [] variable
46 defList.append(theFile)
48 if (len(defList)):
49 defNames = '"' + '",\n "'.join(defList) + '"'
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py33 defList = [] variable
46 defList.append(theFile)
48 if (len(defList)):
49 defNames = '"' + '",\n "'.join(defList) + '"'
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py34 defList = [] variable
47 defList.append(theFile)
49 if (len(defList)):
50 defNames = '"' + '",\n "'.join(defList) + '"'
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/
H A Dxbyak_aarch64_label.h77 …template <class DefList, class UndefList, class T> void define_inner(DefList &defList, UndefList &… in define_inner() argument
80 std::pair<typename DefList::iterator, bool> ret = defList.insert(item); in define_inner()
100 …template <class DefList, class T> bool getOffset_inner(const DefList &defList, size_t *offset, con… in getOffset_inner() argument
101 typename DefList::const_iterator i = defList.find(label); in getOffset_inner()
102 if (i == defList.end()) in getOffset_inner()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/
H A Dxbyak_aarch64_label.h77 …template <class DefList, class UndefList, class T> void define_inner(DefList &defList, UndefList &… in define_inner() argument
80 std::pair<typename DefList::iterator, bool> ret = defList.insert(item); in define_inner()
100 …template <class DefList, class T> bool getOffset_inner(const DefList &defList, size_t *offset, con… in getOffset_inner() argument
101 typename DefList::const_iterator i = defList.find(label); in getOffset_inner()
102 if (i == defList.end()) in getOffset_inner()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dactormanager.h331 #define defList(list1, mob) \ macro
341 defList(Attack, Mobs) in defList() function
342 defList(PriorityAttack, Mobs) in defList()
343 defList(IgnoreAttack, Mobs) in defList()
344 defList(Pickup, Items) in defList()
345 defList(IgnorePickup, Items) in defList()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DQilGeneratorEnv.cs370 private QilNode CompileSingleKey(List<Key> defList, QilNode key, IFocus env) { in CompileSingleKey() argument
371 Debug.Assert(defList != null && defList.Count > 0); in CompileSingleKey()
372 if (defList.Count == 1) { in CompileSingleKey()
373 return f.Invoke(defList[0].Function, f.ActualParameterList(env.GetCurrent(), key)); in CompileSingleKey()
378 foreach (Key keyDef in defList) { in CompileSingleKey()
384 private QilNode CompileSingleKey(List<Key> defList, QilIterator key, QilIterator context) { in CompileSingleKey() argument
385 Debug.Assert(defList != null && defList.Count > 0); in CompileSingleKey()
389 foreach (Key keyDef in defList) { in CompileSingleKey()
393 return defList.Count == 1 ? keyRef : result; in CompileSingleKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DQilGeneratorEnv.cs440 private QilNode CompileSingleKey(List<Key> defList, QilNode key, IFocus env) in CompileSingleKey() argument
442 Debug.Assert(defList != null && defList.Count > 0); in CompileSingleKey()
443 if (defList.Count == 1) in CompileSingleKey()
445 … return _f.Invoke(defList[0].Function, _f.ActualParameterList(env.GetCurrent(), key)); in CompileSingleKey()
450 foreach (Key keyDef in defList) in CompileSingleKey()
457 private QilNode CompileSingleKey(List<Key> defList, QilIterator key, QilIterator context) in CompileSingleKey() argument
459 Debug.Assert(defList != null && defList.Count > 0); in CompileSingleKey()
463 foreach (Key keyDef in defList) in CompileSingleKey()
468 return defList.Count == 1 ? keyRef : result; in CompileSingleKey()
/dports/net-im/coccinella/Coccinella-0.96.20Src/plugins/
H A DItclApplets.tcl29 set defList {
40 ::Plugins::Register ItclApplets $defList {}
H A DExample.tcl29 set defList {\
57 ::Plugins::Register Example $defList $bindList
/dports/devel/umbrello/umbrello-21.12.3/lib/interfaces/
H A Dcodemodel_utils.cpp278 const ArgumentList defList = def->argumentList(), decList = dec->argumentList(); in compareDeclarationToDefinition() local
279 if (defList.size() != decList.size()) in compareDeclarationToDefinition()
282 size_t n = defList.size(); in compareDeclarationToDefinition()
284 if (defList[i]->type() != decList[i]->type()) in compareDeclarationToDefinition()
296 const ArgumentList defList = def->argumentList(), decList = dec->argumentList(); in compareDeclarationToDefinition() local
297 if (defList.size() != decList.size()) in compareDeclarationToDefinition()
300 size_t n = defList.size(); in compareDeclarationToDefinition()
302 if (defList[i]->type() != decList[i]->type()) in compareDeclarationToDefinition()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/x64/xbyak/
H A Dxbyak.h1002 SlabelDefList defList; member
1118 SlabelDefList& defList = stateList_.front().defList; in defineSlabel() local
1120 if (i != defList.end()) { in defineSlabel()
1121 defList.erase(i); in defineSlabel()
1124 i = defList.find("@b"); in defineSlabel()
1125 if (i != defList.end()) { in defineSlabel()
1126 defList.erase(i); in defineSlabel()
1148 const SlabelDefList& defList = stateList_.front().defList; in getOffset() local
1150 if (defList.find("@f") != defList.end()) { in getOffset()
1152 } else if (defList.find("@b") == defList.end()) { in getOffset()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/x64/xbyak/
H A Dxbyak.h1007 SlabelDefList defList; member
1123 SlabelDefList& defList = stateList_.front().defList; in defineSlabel() local
1125 if (i != defList.end()) { in defineSlabel()
1126 defList.erase(i); in defineSlabel()
1129 i = defList.find("@b"); in defineSlabel()
1130 if (i != defList.end()) { in defineSlabel()
1131 defList.erase(i); in defineSlabel()
1153 const SlabelDefList& defList = stateList_.front().defList; in getOffset() local
1155 if (defList.find("@f") != defList.end()) { in getOffset()
1157 } else if (defList.find("@b") == defList.end()) { in getOffset()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/
H A DExtras.hs91 defList :: (HTML a,HTML b) => [(a,b)] -> Html
92 defList items function
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/common/
H A Dreloptions.c705 transformRelOptions(Datum oldOptions, List *defList, char *namspace, in transformRelOptions() argument
713 if (defList == NIL) in transformRelOptions()
737 foreach(cell, defList) in transformRelOptions()
773 foreach(cell, defList) in transformRelOptions()
1488 AlterTableGetRelOptionsLockLevel(List *defList) in AlterTableGetRelOptionsLockLevel() argument
1493 if (defList == NIL) in AlterTableGetRelOptionsLockLevel()
1499 foreach(cell, defList) in AlterTableGetRelOptionsLockLevel()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/common/
H A Dreloptions.c705 transformRelOptions(Datum oldOptions, List *defList, char *namspace, in transformRelOptions() argument
713 if (defList == NIL) in transformRelOptions()
737 foreach(cell, defList) in transformRelOptions()
773 foreach(cell, defList) in transformRelOptions()
1488 AlterTableGetRelOptionsLockLevel(List *defList) in AlterTableGetRelOptionsLockLevel() argument
1493 if (defList == NIL) in AlterTableGetRelOptionsLockLevel()
1499 foreach(cell, defList) in AlterTableGetRelOptionsLockLevel()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/common/
H A Dreloptions.c705 transformRelOptions(Datum oldOptions, List *defList, char *namspace, in transformRelOptions() argument
713 if (defList == NIL) in transformRelOptions()
737 foreach(cell, defList) in transformRelOptions()
773 foreach(cell, defList) in transformRelOptions()
1488 AlterTableGetRelOptionsLockLevel(List *defList) in AlterTableGetRelOptionsLockLevel() argument
1493 if (defList == NIL) in AlterTableGetRelOptionsLockLevel()
1499 foreach(cell, defList) in AlterTableGetRelOptionsLockLevel()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/common/
H A Dreloptions.c752 transformRelOptions(Datum oldOptions, List *defList, char *namspace, in transformRelOptions() argument
760 if (defList == NIL) in transformRelOptions()
783 foreach(cell, defList) in transformRelOptions()
819 foreach(cell, defList) in transformRelOptions()
1535 AlterTableGetRelOptionsLockLevel(List *defList) in AlterTableGetRelOptionsLockLevel() argument
1540 if (defList == NIL) in AlterTableGetRelOptionsLockLevel()
1546 foreach(cell, defList) in AlterTableGetRelOptionsLockLevel()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/common/
H A Dreloptions.c752 transformRelOptions(Datum oldOptions, List *defList, char *namspace, in transformRelOptions() argument
760 if (defList == NIL) in transformRelOptions()
783 foreach(cell, defList) in transformRelOptions()
819 foreach(cell, defList) in transformRelOptions()
1535 AlterTableGetRelOptionsLockLevel(List *defList) in AlterTableGetRelOptionsLockLevel() argument
1540 if (defList == NIL) in AlterTableGetRelOptionsLockLevel()
1546 foreach(cell, defList) in AlterTableGetRelOptionsLockLevel()

1234567891011