Home
last modified time | relevance | path

Searched refs:field_cache (Results 1 – 25 of 47) sorted by relevance

12

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/
H A Dapi.py781 field_cache = field_cache.get(record.env.cache_key(field), ())
789 field_cache = field_cache[record.env.cache_key(field)]
800 field_cache = field_cache.setdefault(record.env.cache_key(field), {})
807 field_cache = field_cache.setdefault(records.env.cache_key(field), {})
815 field_cache = field_cache[record.env.cache_key(field)]
824 field_cache = field_cache.get(records.env.cache_key(field), {})
835 field_cache = field_cache.get(records.env.cache_key(field), {})
848 field_cache = field_cache.get(records.env.cache_key(field), {})
867 field_cache = field_cache.get(record.env.cache_key(field), ())
875 field_cache = field_cache.get(model.env.cache_key(field), ())
[all …]
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_netframe.h47 field_cache[in_f] = in_val; in Cache()
53 return field_cache[in_f]; in GetCache()
60 field_cache.resize(in_f + 1, string("")); in CacheResize()
73 vector<string> field_cache; variable
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dparticle_geometry_handler.py293 field_cache = {}
295 if dom.filename in field_cache:
296 fl, _units = field_cache[dom.filename]
299 field_cache[dom.filename] = fl, _units
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dlevel_cache.h85 std::bitset<MAPSIZE *MAPSIZE> field_cache; member
H A Dmap_field.cpp148 auto &field_cache = get_cache( z ).field_cache; in process_fields() local
151 if( field_cache[ x + y * MAPSIZE ] ) { in process_fields()
159 field_cache[ x + y * MAPSIZE ] = false; in process_fields()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dlevel_cache.h85 std::bitset<MAPSIZE *MAPSIZE> field_cache; member
H A Dmap_field.cpp148 auto &field_cache = get_cache( z ).field_cache; in process_fields() local
151 if( field_cache[ x + y * MAPSIZE ] ) { in process_fields()
159 field_cache[ x + y * MAPSIZE ] = false; in process_fields()
/dports/databases/namazu2/namazu-2.0.21/nmz/
H A Dfield.c60 static struct field_cache fc[FIELD_CACHE_SIZE];
H A Dlibnamazu.h234 struct field_cache { struct
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp99 ciConstantPoolCache* field_cache();
H A DciInstanceKlass.cpp185 ciConstantPoolCache* ciInstanceKlass::field_cache() { in field_cache() function in ciInstanceKlass
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp99 ciConstantPoolCache* field_cache();
H A DciInstanceKlass.cpp185 ciConstantPoolCache* ciInstanceKlass::field_cache() { in field_cache() function in ciInstanceKlass
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciInstanceKlass.hpp97 ciConstantPoolCache* field_cache();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciInstanceKlass.hpp97 ciConstantPoolCache* field_cache();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp101 ciConstantPoolCache* field_cache();
H A DciInstanceKlass.cpp185 ciConstantPoolCache* ciInstanceKlass::field_cache() { in field_cache() function in ciInstanceKlass
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciInstanceKlass.hpp101 ciConstantPoolCache* field_cache();
H A DciInstanceKlass.cpp185 ciConstantPoolCache* ciInstanceKlass::field_cache() { in field_cache() function in ciInstanceKlass
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp103 ciConstantPoolCache* field_cache();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp103 ciConstantPoolCache* field_cache();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp103 ciConstantPoolCache* field_cache();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciInstanceKlass.hpp101 ciConstantPoolCache* field_cache();
H A DciInstanceKlass.cpp185 ciConstantPoolCache* ciInstanceKlass::field_cache() { in field_cache() function in ciInstanceKlass
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/require/
H A Dfunction_search.php49 $field_cache = array('SOFTWARES_NAME_CACHE' => 'NAME'); variable

12