Home
last modified time | relevance | path

Searched refs:LAZY_LOAD (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dbe_local.c68 LAZY_LOAD(INFRQ_DESC); in _cache_get_base()
74 LAZY_LOAD(INFRQ_DESC); in _cache_get_desc()
80 LAZY_LOAD(INFRQ_DESC); in _cache_get_url()
86 LAZY_LOAD(INFRQ_DESC); in _cache_get_builddate()
92 LAZY_LOAD(INFRQ_DESC); in _cache_get_installdate()
98 LAZY_LOAD(INFRQ_DESC); in _cache_get_packager()
104 LAZY_LOAD(INFRQ_DESC); in _cache_get_arch()
110 LAZY_LOAD(INFRQ_DESC); in _cache_get_isize()
116 LAZY_LOAD(INFRQ_DESC); in _cache_get_reason()
122 LAZY_LOAD(INFRQ_DESC); in _cache_get_validation()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Document/
H A DFieldSelectorResult.cs45 LAZY_LOAD, enumerator
H A DSetBasedFieldSelector.cs64 result = FieldSelectorResult.LAZY_LOAD; in Accept()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/document/
H A DTestDocument.cpp156 fieldsToLoad.add(_T("f3"), FieldSelector::LAZY_LOAD ); in TestFieldSelectors()
282 _TestDocumentWithOptions(tc, Field::STORE_YES, FieldSelector::LAZY_LOAD); in TestLazyBinaryDocument()
285 _TestDocumentWithOptions(tc, Field::STORE_COMPRESS, FieldSelector::LAZY_LOAD); in TestLazyCompressedDocument()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/document/
H A DFieldSelector.h44 LAZY_LOAD = 1, in CL_NS_DEF() enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DFieldsReader.cs257 else if (acceptField.Equals(FieldSelectorResult.LAZY_LOAD)) in Doc()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DFieldsReader.cpp155 else if (acceptField == FieldSelector::LAZY_LOAD) { in doc()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs731 LAZY_LOAD = 2, enumerator