Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/infback9/
Dinfback9.c125 #define PULL() \ macro
141 PULL(); \
329 PULL();
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/infback9/
Dinfback9.c125 #define PULL() \ macro
141 PULL(); \
329 PULL();
/third_party/zlib/contrib/infback9/
Dinfback9.c125 #define PULL() \ macro
141 PULL(); \
329 PULL();
/third_party/skia/third_party/externals/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/flutter/skia/third_party/externals/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/libwebsockets/win32port/zlib/
Dinfback.c149 #define PULL() \ macro
165 PULL(); \
334 PULL();
/third_party/node/deps/zlib/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinfback.c158 #define PULL() \ macro
174 PULL(); \
343 PULL();
/third_party/json/
DChangeLog.md2123 - Create PULL\_REQUEST\_TEMPLATE.md [\#213](https://github.com/nlohmann/json/pull/213) ([whackashoe…
/third_party/gstreamer/gstreamer/
DChangeLog4801 one (PUSH or PULL) and eventually the streaming lock gets released.
14325 typefind: Only push a CAPS event downstream if the sinkpad is not in PULL mode
14327 typefind in PULL mode already, pushing a CAPS event at that point would cause
14328 deadlocks and is in general unexpected by elements that are in PULL mode.
14341 When activating a pad in PULL mode, it might already be in PUSH mode. We now
14342 first try to deactivate it from PUSH mode and then try to activate it in PULL
14346 This fixes e.g. typefind in decodebin reactivating PUSH/PULL mode if upstream
14347 actually fails to go into PULL mode after first PUSHING data to typefind.
14887 PUSH and PULL mode have opposite scenarios for IDLE and BLOCK
14890 For PULL it will BLOCK before getting some data and will be IDLE when
[all …]
/third_party/boost/libs/spirit/workbench/unicode/
DUnicodeData.txt7335 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
7336 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
DUnicodeData.txt7335 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
7336 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/pcre2/pcre2/maint/Unicode.tables/
DUnicodeData.txt8226 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8227 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
/third_party/icu/icu4c/source/data/unidata/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
Dppucd.txt10657 cp;2391;age=3.0;na=PASSIVE-PULL-DOWN-OUTPUT SYMBOL;vo=U
10658 cp;2392;age=3.0;na=PASSIVE-PULL-UP-OUTPUT SYMBOL;vo=U
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt8114 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8115 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
Dppucd.txt10590 cp;2391;age=3.0;na=PASSIVE-PULL-DOWN-OUTPUT SYMBOL;vo=U
10591 cp;2392;age=3.0;na=PASSIVE-PULL-UP-OUTPUT SYMBOL;vo=U
/third_party/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt8146 2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
8147 2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;;
Dppucd.txt10657 cp;2391;age=3.0;na=PASSIVE-PULL-DOWN-OUTPUT SYMBOL;vo=U
10658 cp;2392;age=3.0;na=PASSIVE-PULL-UP-OUTPUT SYMBOL;vo=U
/third_party/NuttX/
DReleaseNotes20287 - MAX11802: Fix compilation errors and allow setting PULL and SAMPLE
DChangeLog21488 * max11802: Fix compilation errors and allow setting PULL and SAMPLE
/third_party/gstreamer/gstplugins_good/
DChangeLog18070 qtdemux: In PULL mode, nothing is ever going to send us a SEGMENT event
20209 qtdemux: cenc aux info parsing from mdat support in PULL mode
20210 This is already supported for PUSH mode but was failing in PULL mode.