Home
last modified time | relevance | path

Searched defs:CURRENT (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/
Dcfg.rs381 static CURRENT: Lazy<RwLock<CurrentCfg>> = Lazy::new(|| RwLock::new(CurrentCfg::default())); constant
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js38 const CURRENT = Symbol('current') constant
/third_party/python/Lib/tkinter/
Dconstants.py65 CURRENT='current' variable
/third_party/rust/crates/tracing/examples/examples/sloggish/
Dsloggish_subscriber.rs41 static CURRENT: RefCell<Vec<Id>> = RefCell::new(vec![]); in new() constant
/third_party/ffmpeg/libavfilter/
Davf_ahistogram.c35 enum HistogramMode { ACCUMULATE, CURRENT, NB_HMODES }; enumerator
Dvf_fftdnoiz.c30 CURRENT, enumerator
/third_party/rust/crates/tracing/tracing-log/src/
Dtrace_logger.rs51 static CURRENT: RefCell<Vec<Id>> = RefCell::new(Vec::new()); constant
/third_party/libxml2/
Dxpointer.c877 #define CURRENT (*ctxt->cur) macro
Dpattern.c728 #define CURRENT (*ctxt->cur) macro
DHTMLparser.c316 #define CURRENT ((int) (*ctxt->input->cur)) macro
Dxpath.c3102 #define CURRENT (*ctxt->cur) macro
/third_party/skia/src/core/
DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
/third_party/typescript/tests/lib/
Dlib.d.ts11236 CURRENT: string; property