Home
last modified time | relevance | path

Searched refs:_space (Results 126 – 150 of 897) sorted by relevance

12345678910>>...36

/dports/science/highfive/HighFive-2.3.1/include/highfive/bits/
H A DH5ConverterEigen_misc.hpp90 : _dims(space.getDimensions()), _space(space) { in data_converter()
95 _vec_align.resize(compute_total_size(_space.getDimensions())); in transform_read()
130 const DataSpace& _space; member
140 , _space(space) { in data_converter()
145 _vec_align.resize(compute_total_size(_space.getDimensions())); in transform_read()
181 const DataSpace& _space; member
/dports/devel/libthai/libthai-0.1.28/src/thctype/
H A Dthctype.c31 #define _space (_th_IStis) macro
56 /* 09 */ _space,
57 /* 0a */ _space,
59 /* 0c */ _space,
60 /* 0d */ _space,
79 /* 20 */ _space,
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/scene_graph/
H A DScenePrettyPrinter.cpp32 _ofs << _space << #CLASS << endl; \
92 _ofs << _space << "IndexedFaceSet" << endl; in VISIT()
95 _ofs << _space << " " << setw(3) << setfill('0') << i << ": " << p[0] << ", " << p[1] << ", " in VISIT()
/dports/devel/hadoop2/jetty-6.1.14/contrib/jetty-openspaces/sessions/src/main/java/org/mortbay/jetty/openspaces/
H A DGigaSessionManager.java69 private GigaSpace _space; field in GigaSessionManager
433 if (_space==null)
463 _space = null;
524 _space=space;
529 return _space;
867 _space.write(data);
876 _space.takeIfExists(sd, getWaitMs());
883 _space.write(data);
890 SessionData obj = (SessionData)_space.readIfExists(template, getWaitMs());
898 Object[] sessions = _space.takeMultiple(_query, Integer.MAX_VALUE);
[all …]
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-openspaces/sessions/src/main/java/org/mortbay/jetty/openspaces/
H A DGigaSessionManager.java69 private GigaSpace _space; field in GigaSessionManager
433 if (_space==null)
463 _space = null;
524 _space=space;
529 return _space;
867 _space.write(data);
876 _space.takeIfExists(sd, getWaitMs());
883 _space.write(data);
890 SessionData obj = (SessionData)_space.readIfExists(template, getWaitMs());
898 Object[] sessions = _space.takeMultiple(_query, Integer.MAX_VALUE);
[all …]
/dports/devel/py-pygithub/PyGithub-1.54/github/
H A DPlan.py70 return self._space.value
90 self._space = github.GithubObject.NotSet
102 self._space = self._makeIntAttribute(attributes["space"])
/dports/devel/libunwind/libunwind-1.5.0/doc/
H A Dlibunwind-ptrace.tex23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{un…
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}…
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~…
29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo…
31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_…
33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw…
35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{cha…
37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
54 \Func{unw\_create\_addr\_space}(). In many cases, the application
H A Dunw_create_addr_space.tex8 …ame}{3}{unw\_create\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_create\_addr\_sp…
15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Typ…
19 The \Func{unw\_create\_addr\_space}() routine creates a new unwind
39 \Func{unw\_create\_addr\_space}().
54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
61 \Type{int} \Func{access\_mem}(\Var{unw\_addr\_space\_t} \Var{as},\\
64 \Type{int} \Func{access\_reg}(\Var{unw\_addr\_space\_t} \Var{as},\\
67 \Type{int} \Func{access\_fpreg}(\Var{unw\_addr\_space\_t} \Var{as},\\
70 \Type{int} \Func{resume}(\Var{unw\_addr\_space\_t} \Var{as},\\
245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not}
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp140 CompactibleFreeListSpace* _space; // the space to which this belongs member in VALUE_OBJ_CLASS_SPEC
157 _tracking(0), _space(NULL), in PromotionInfo()
174 void setSpace(CompactibleFreeListSpace* sp) { _space = sp; } in setSpace()
175 CompactibleFreeListSpace* space() const { return _space; } in space()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp140 CompactibleFreeListSpace* _space; // the space to which this belongs member in VALUE_OBJ_CLASS_SPEC
157 _tracking(0), _space(NULL), in PromotionInfo()
174 void setSpace(CompactibleFreeListSpace* sp) { _space = sp; } in setSpace()
175 CompactibleFreeListSpace* space() const { return _space; } in space()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/word8-0.1.3/Data/
H A DChar8.hs33 isSpace c = c == _space
76 isPrint c = _space <= c && c <= '~'
124 isSeparator c = c == _space
173 _space, _del, _nbsp :: Char function
174 _space = '\x20' function
/dports/databases/py-tarantool/tarantool-0.7.1/tarantool/
H A Dschema.py197 _space = self.get_space(space)
199 return _space.indexes[index]
203 return self.fetch_index(_space, index)
268 _space = self.get_space(space)
270 return _space.format[field]
274 field, _space.name, tp
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/ode/xode_changes/
H A Dgeom.py42 self._space = self.getFirstAncestor(ode.SpaceBase).getODEObject()
117 kwargs['space'] = self._space
138 trans = ode.GeomTransform(self._space)
144 kwargs['space'] = self._space
233 self.setODEObject(ode.GeomPlane(self._space, (a, b, c), d))
249 self.setODEObject(ode.GeomRay(self._space, length))
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DmemoryPool.hpp158 ContiguousSpace* _space; member in ContiguousSpacePool
163 ContiguousSpace* space() { return _space; } in space()
192 CompactibleFreeListSpace* _space; member in CompactibleFreeListSpacePool
201 size_t used_in_bytes() { return _space->used_stable(); } in used_in_bytes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DmemoryPool.hpp158 ContiguousSpace* _space; member in ContiguousSpacePool
163 ContiguousSpace* space() { return _space; } in space()
192 CompactibleFreeListSpace* _space; member in CompactibleFreeListSpacePool
201 size_t used_in_bytes() { return _space->used_stable(); } in used_in_bytes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dps_core_common.c386 if (header._space[m]._read_only && in init_classsharing_workaround()
387 !header._space[m]._is_heap_region && in init_classsharing_workaround()
388 !header._space[m]._is_bitmap_region) { in init_classsharing_workaround()
392 uintptr_t base = sharedBaseAddress + (uintptr_t) header._space[m]._mapping_offset; in init_classsharing_workaround()
393 size_t size = header._space[m]._used; in init_classsharing_workaround()
396 add_class_share_map_info(ph, (off_t) header._space[m]._file_offset, in init_classsharing_workaround()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dps_core_common.c394 if (header._space[m]._read_only && in init_classsharing_workaround()
395 !header._space[m]._is_heap_region && in init_classsharing_workaround()
396 !header._space[m]._is_bitmap_region) { in init_classsharing_workaround()
400 uintptr_t base = sharedBaseAddress + (uintptr_t) header._space[m]._mapping_offset; in init_classsharing_workaround()
401 size_t size = header._space[m]._used; in init_classsharing_workaround()
404 add_class_share_map_info(ph, (off_t) header._space[m]._file_offset, in init_classsharing_workaround()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dps_core_common.c394 if (header._space[m]._read_only && in init_classsharing_workaround()
395 !header._space[m]._is_heap_region && in init_classsharing_workaround()
396 !header._space[m]._is_bitmap_region) { in init_classsharing_workaround()
400 uintptr_t base = sharedBaseAddress + (uintptr_t) header._space[m]._mapping_offset; in init_classsharing_workaround()
401 size_t size = header._space[m]._used; in init_classsharing_workaround()
404 add_class_share_map_info(ph, (off_t) header._space[m]._file_offset, in init_classsharing_workaround()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dps_core_common.c384 if (header._space[m]._read_only && in init_classsharing_workaround()
385 !header._space[m]._is_heap_region && in init_classsharing_workaround()
386 !header._space[m]._is_bitmap_region) { in init_classsharing_workaround()
390 uintptr_t base = sharedBaseAddress + (uintptr_t) header._space[m]._mapping_offset; in init_classsharing_workaround()
391 size_t size = header._space[m]._used; in init_classsharing_workaround()
394 add_class_share_map_info(ph, (off_t) header._space[m]._file_offset, in init_classsharing_workaround()

12345678910>>...36