Home
last modified time | relevance | path

Searched defs:dsk (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/devel/py-dask/dask-2021.11.2/dask/tests/
H A Dtest_callbacks.py11 def _start(self, dsk): argument
24 def _start_state(self, dsk, state): argument
39 def _finish(self, dsk, state, errored): argument
78 def _start(self, dsk): argument
81 def _pretask(self, key, dsk, state): argument
H A Dtest_base.py498 def __init__(self, dsk): argument
581 def __init__(self, dsk, keys): argument
660 def __init__(self, dsk, keys): argument
688 def _rebuild(dsk, keys, *, rename=None): argument
1069 def inc_to_dec(dsk, keys): argument
1319 def optimize_double(dsk, keys): argument
1344 def my_get(dsk, keys): argument
1353 def schedule(dsk, keys, **kwargs): argument
1402 def get(dsk, keys, *args, **kwargs): argument
1465 def __dask_optimize__(cls, dsk, keys, **kwargs): argument
/dports/x11-wm/e16/e16-1.0.24/src/
H A Ddesktops.c88 DeskControlsCreate(Desk * dsk) in DeskControlsCreate()
357 DeskConfigure(Desk * dsk) in DeskConfigure()
384 Desk *dsk; in DeskCreate() local
463 DeskDestroy(Desk * dsk) in DeskDestroy()
965 MoveToDeskTop(Desk * dsk) in MoveToDeskTop()
1144 DeskEnter(Desk * dsk) in DeskEnter()
1199 _DeskGotoStart(Desk * dsk) in _DeskGotoStart()
1211 _DeskGotoEnd(Desk * dsk) in _DeskGotoEnd()
1247 DeskGoto(Desk * dsk) in DeskGoto()
1456 DeskRestack(Desk * dsk) in DeskRestack()
[all …]
/dports/devel/py-dask/dask-2021.11.2/dask/
H A Dcache.py46 def _start(self, dsk): argument
52 def _pretask(self, key, dsk, state): argument
55 def _posttask(self, key, value, dsk, state, id): argument
64 def _finish(self, dsk, state, errored): argument
H A Dcore.py43 def has_tasks(dsk, x): argument
84 def _execute_task(arg, cache, dsk=None): argument
128 def get(dsk, out, cache=None): argument
220 def get_dependencies(dsk, key=None, task=no_default, as_list=False): argument
259 def get_deps(dsk): argument
357 def _toposort(dsk, keys=None, returncycle=False, dependencies=None): argument
426 def toposort(dsk, dependencies=None): argument
H A Doptimization.py19 def cull(dsk, keys): argument
80 def fuse_linear(dsk, keys=None, dependencies=None, rename_keys=True): argument
291 dsk, output, fast_functions=None, inline_constants=False, dependencies=None argument
430 dsk, argument
856 def _inplace_fuse_subgraphs(dsk, keys, dependencies, fused_trees, rename_keys): argument
944 def __init__(self, dsk, outkey, inkeys, name=None): argument
H A Dorder.py85 def order(dsk, dependencies=None): argument
1021 def diagnostics(dsk, o=None, dependencies=None): argument
H A Dlocal.py137 def start_state_from_dask(dsk, cache=None, sortkey=None): argument
255 dsk, key, state, results, sortkey, delete=True, release_data=release_data argument
349 dsk, argument
547 def get_sync(dsk, keys, **kwargs): argument
/dports/devel/py-dask/dask-2021.11.2/dask/diagnostics/
H A Dprofile.py67 def _start(self, dsk): argument
70 def _pretask(self, key, dsk, state): argument
74 def _posttask(self, key, value, dsk, state, id): argument
78 def _finish(self, dsk, state, failed): argument
180 def _start(self, dsk): argument
183 def _finish(self, dsk, state, failed): argument
346 def _start(self, dsk): argument
351 def _posttask(self, key, value, dsk, state, id): argument
358 def _finish(self, dsk, state, failed): argument
H A Dprogress.py86 def _start(self, dsk): argument
95 def _pretask(self, key, dsk, state): argument
100 def _finish(self, dsk, state, errored): argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_page.c137 const WT_PAGE_HEADER *dsk; in __wt_page_inmem() local
259 const WT_PAGE_HEADER *dsk; in __inmem_col_fix() local
277 const WT_PAGE_HEADER *dsk; in __inmem_col_int() local
314 const WT_PAGE_HEADER *dsk; in __inmem_col_var_repeats() local
345 const WT_PAGE_HEADER *dsk; in __inmem_col_var() local
412 const WT_PAGE_HEADER *dsk; in __inmem_row_int() local
527 WT_SESSION_IMPL *session, const WT_PAGE_HEADER *dsk, uint32_t *nindxp) in __inmem_row_leaf_entries()
577 const WT_PAGE_HEADER *dsk; in __inmem_row_leaf() local
H A Dbt_vrfy_dsk.c47 const char *tag, const WT_PAGE_HEADER *dsk, size_t size, bool empty_page_ok) in __wt_verify_dsk_image()
192 WT_SESSION_IMPL *session, const char *tag, const WT_PAGE_HEADER *dsk) in __verify_dsk_row()
486 WT_SESSION_IMPL *session, const char *tag, const WT_PAGE_HEADER *dsk) in __verify_dsk_col_int()
533 WT_SESSION_IMPL *session, const char *tag, const WT_PAGE_HEADER *dsk) in __verify_dsk_col_fix()
550 WT_SESSION_IMPL *session, const char *tag, const WT_PAGE_HEADER *dsk) in __verify_dsk_col_var()
643 const char *tag, const WT_PAGE_HEADER *dsk, WT_CELL *cell) in __verify_dsk_memsize()
667 const char *tag, const WT_PAGE_HEADER *dsk, uint32_t datalen) in __verify_dsk_chunk()
H A Dbt_io.c26 const WT_PAGE_HEADER *dsk; in __wt_bt_read() local
186 WT_PAGE_HEADER *dsk; in __wt_bt_write() local
/dports/devel/py-dask/dask-2021.11.2/dask/array/
H A Doptimization.py24 dsk, argument
80 def hold_keys(dsk, dependencies): argument
118 def optimize_slices(dsk): argument
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Doptimize.py13 def optimize(dsk, keys, **kwargs): argument
49 def optimize_dataframe_getitem(dsk, keys): argument
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processcore/
H A Datop_p.h108 struct dsk { struct
109 count_t rio; /* number of read requests */
110 count_t rsz; /* cumulative # sectors read */
111 count_t wio; /* number of write requests */
112 count_t wsz; /* cumulative # sectors written */
113 count_t cwsz; /* cumulative # written sectors */
115 count_t cfuture[4]; /* reserved for future use */
116 } dsk; member
/dports/devel/py-dask/dask-2021.11.2/docs/source/scripts/
H A Dscheduling.py61 dsk, keys = trivial(int(n), 5) variable
100 dsk, keys = crosstalk(1000, 5, int(n)) variable
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddskobj_c.c55 void dskobj_c ( ConstSpiceChar * dsk, in dskobj_c()
H A Ddsksrf_c.c58 void dsksrf_c ( ConstSpiceChar * dsk, in dsksrf_c()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddskobj_c.c55 void dskobj_c ( ConstSpiceChar * dsk, in dskobj_c()
H A Ddsksrf_c.c58 void dsksrf_c ( ConstSpiceChar * dsk, in dsksrf_c()
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/fortran/
H A Ddesi24.f13 subroutine desi24(ndeg,adelp,adels,adelta,dsk,ugc,ogc,ack, argument
21 double precision dsk(*) local
H A Ddesi14.f2 *sm,nzero,dsk,ugc,ogc,ack,nj,nh,dk,dks,dcap02,dcap04) argument
9 double precision dsk(*) local
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/tests/
H A Dtest_optimize_dataframe.py6 dsk = { variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp164 os << "Access to field '" << M->getMemberNameInfo() in Report()
212 DefinedOrUnknownSVal location = l.castAs<DefinedOrUnknownSVal>();
233 // Otherwise, we have the case where the location could either be in CheckDeclRef()
296 // So we do not record this assumption, allowing us to warn on the last line

123456789