Home
last modified time | relevance | path

Searched refs:CURRENT (Results 1 – 25 of 41) sorted by relevance

12

/third_party/pulseaudio/shell-completion/zsh/
D_pulseaudio19 case $words[$((CURRENT - 1))] in
34 case $words[$((CURRENT - 2))] in
41 case $words[$((CURRENT))] in
56 case $words[$((CURRENT - 1))] in
83 if [[ $words[$((CURRENT - 1))] == *set-sink-formats* ]]; then
110 _current_card=$words[$((CURRENT - 1))]
135 case $words[$((CURRENT - 2))] in
141 _current_device=$words[$((CURRENT - 1))]
299 if ((CURRENT == 2)); then
305 elif ((CURRENT == 3)); then
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js36 const CURRENT = Symbol('current') constant
252 get [CURRENT] () {
268 if (job === this[CURRENT] && !job.piped) {
308 if (job === this[CURRENT] && !job.piped) {
343 if (this[CURRENT] && this[CURRENT].entry) {
344 this[CURRENT].entry.resume()
/third_party/rust/crates/clap/clap_complete/tests/snapshots/
Dsub_subcommands.zsh34 (( CURRENT += 1 ))
59 (( CURRENT += 1 ))
81 (( CURRENT += 1 ))
109 (( CURRENT += 1 ))
125 (( CURRENT += 1 ))
Dbasic.zsh28 (( CURRENT += 1 ))
48 (( CURRENT += 1 ))
Dfeature_sample.zsh34 (( CURRENT += 1 ))
55 (( CURRENT += 1 ))
Dspecial_commands.zsh34 (( CURRENT += 1 ))
81 (( CURRENT += 1 ))
Dquoting.zsh34 (( CURRENT += 1 ))
82 (( CURRENT += 1 ))
/third_party/rust/crates/cxx/gen/build/src/
Dcfg.rs381 static CURRENT: Lazy<RwLock<CurrentCfg>> = Lazy::new(|| RwLock::new(CurrentCfg::default())); constant
404 let current = CURRENT.read().unwrap_or_else(PoisonError::into_inner); in current()
484 let mut current = CURRENT.write().unwrap_or_else(PoisonError::into_inner); in drop()
/third_party/ffmpeg/libavfilter/
Dvf_fftdnoiz.c33 CURRENT, enumerator
240 p->buffer[j][CURRENT] = av_calloc(p->b, p->buffer_linesize); in config_input()
241 if (!p->buffer[j][CURRENT]) in config_input()
388 float *cbuffer = p->buffer[jobnr][CURRENT]; in filter_block3d2()
450 float *cbuffer = p->buffer[jobnr][CURRENT]; in filter_block3d1()
508 float *buff = p->buffer[jobnr][CURRENT]; in filter_block2d()
565 p->buffer[jobnr][CURRENT], p->buffer_linesize, plane, in denoise()
579 p->buffer[jobnr][CURRENT], p->buffer_linesize, plane, in denoise()
708 av_freep(&p->buffer[j][CURRENT]); in uninit()
/third_party/libexif/
Dconfigure.ac38 dnl - CURRENT (Major): Increment if the interface has changes. AGE is always
45 dnl 0 if you incremented CURRENT.
47 dnl To summarize. Any interface *change* increment CURRENT. If that interface
49 dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
DChangeLog1005 * configure.ac: CURRENT needs only to be increased on changes or
1261 * configure.in: set CURRENT to 12. There have been quite a few
/third_party/node/tools/gyp/pylib/gyp/
Dmac_tool.py315 CURRENT = "Current"
329 self._Relink(version, os.path.join(VERSIONS, CURRENT))
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmac_tool.py315 CURRENT = "Current"
329 self._Relink(version, os.path.join(VERSIONS, CURRENT))
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
/third_party/python/Lib/tkinter/
Dconstants.py65 CURRENT='current' variable
/third_party/node/deps/npm/lib/utils/
Dcompletion.sh39 compadd -- $(COMP_CWORD=$((CURRENT-1)) \
/third_party/zlib/os400/
Dbndsrc1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dc.m4791 [[/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
792 If N is 0, then set CURRENT to the empty location which ends
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml560 <para>FreeBSD 6-CURRENT</para>
599 <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml564 <para>FreeBSD 6-CURRENT</para>
603 <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped779 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
780 If N is 0, then set CURRENT to the empty location which ends
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME116 - FreeBSD 6-CURRENT
137 At the moment, this is for FreeBSD 6-CURRENT branch and NetBSD-current.
DREADME-HS20458 0 Example Network any [CURRENT]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-HS20464 0 Example Network any [CURRENT]
DREADME116 - FreeBSD 6-CURRENT
137 At the moment, this is for FreeBSD 6-CURRENT branch and NetBSD-current.
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt887 CURRENT

12