Home
last modified time | relevance | path

Searched refs:UPSTREAM (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/engine/flutter/ci/
Dcheck_roll.sh4 UPSTREAM=upstream/master
6 UPSTREAM=master
10 BEHIND="$(git rev-list $FLUTTER_VERSION..$UPSTREAM --oneline | wc -l)"
Dformat.sh37 UPSTREAM=upstream
39 UPSTREAM=origin
43 BASE_SHA="$(git fetch $UPSTREAM master > /dev/null 2>&1 && \
/third_party/gstreamer/gstreamer/gst/
Dgstevent.h175 GST_EVENT_QOS = GST_EVENT_MAKE_TYPE (190, _FLAG(UPSTREAM)),
176 GST_EVENT_SEEK = GST_EVENT_MAKE_TYPE (200, _FLAG(UPSTREAM)),
177 GST_EVENT_NAVIGATION = GST_EVENT_MAKE_TYPE (210, _FLAG(UPSTREAM)),
178 GST_EVENT_LATENCY = GST_EVENT_MAKE_TYPE (220, _FLAG(UPSTREAM)),
179 GST_EVENT_STEP = GST_EVENT_MAKE_TYPE (230, _FLAG(UPSTREAM)),
180 GST_EVENT_RECONFIGURE = GST_EVENT_MAKE_TYPE (240, _FLAG(UPSTREAM)),
181 GST_EVENT_TOC_SELECT = GST_EVENT_MAKE_TYPE (250, _FLAG(UPSTREAM)),
182 GST_EVENT_SELECT_STREAMS = GST_EVENT_MAKE_TYPE (260, _FLAG(UPSTREAM)),
183 GST_EVENT_INSTANT_RATE_SYNC_TIME = GST_EVENT_MAKE_TYPE (261, _FLAG(UPSTREAM)),
186 GST_EVENT_CUSTOM_UPSTREAM = GST_EVENT_MAKE_TYPE (270, _FLAG(UPSTREAM)),
Dgstquery.h123 GST_QUERY_SCHEDULING = GST_QUERY_MAKE_TYPE (150, _FLAG(UPSTREAM)),
/third_party/node/tools/actions/
Dcommit-queue.sh10 UPSTREAM=origin
88 commits="$(git rev-parse $UPSTREAM/$DEFAULT_BRANCH)...$(git rev-parse HEAD)"
90 if ! git push $UPSTREAM $DEFAULT_BRANCH >> output 2>&1; then
/third_party/nghttp2/src/
Dshrpx_log.h64 #define ULOG(SEVERITY, UPSTREAM) \ argument
65 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[UPSTREAM:" << UPSTREAM \
/third_party/flutter/skia/experimental/documentation/
Dgerrit.md164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
165 local REMOTE="${UPSTREAM%%/*}"
166 local REMOTE_BRANCH="${UPSTREAM#*/}"
/third_party/skia/experimental/documentation/
Dgerrit.md164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
165 local REMOTE="${UPSTREAM%%/*}"
166 local REMOTE_BRANCH="${UPSTREAM#*/}"
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph.h31 enum Affinity { UPSTREAM, DOWNSTREAM }; enumerator
Dparagraph_txt.cc1813 return PositionWithAffinity(last_glyph.code_units.end, UPSTREAM); in GetGlyphPositionAtCoordinate()
1836 return PositionWithAffinity(gp->code_units.end, UPSTREAM); in GetGlyphPositionAtCoordinate()
1910 return PositionWithAffinity(gp->code_units.end, UPSTREAM); in GetGlyphPositionAtCoordinateWithCluster()
1918 return PositionWithAffinity(line_glyph_position[cluster_end].code_units.end, UPSTREAM); in GetGlyphPositionAtCoordinateWithCluster()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.cc210 case fuchsia::ui::input::TextAffinity::UPSTREAM: in DidUpdateState()
709 state.selection.affinity = fuchsia::ui::input::TextAffinity::UPSTREAM; in HandleFlutterTextInputChannelPlatformMessage()
/third_party/gettext/gettext-tools/po/
Dit.po2943 # FIXME UPSTREAM
3298 # FIXME UPSTREAM
3556 # FIXME UPSTREAM
4627 # FIXME UPSTREAM
4680 # FIXME UPSTREAM
/third_party/node/deps/npm/changelogs/
DCHANGELOG-2.md1918 #### OH GOOD, I CAN ACTUALLY UPSTREAM NOW
/third_party/gstreamer/gstreamer/
DChangeLog59054 Explicitly have an UPSTREAM and DOWNSTREAM PadProbeType. This allows you to only
89459 basesink: propagate UPSTREAM events in pull mode too