Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/third_party/pulseaudio/src/pulse/
Ddirection.c24 int pa_direction_valid(pa_direction_t direction) { in pa_direction_valid()
33 const char *pa_direction_to_string(pa_direction_t direction) { in pa_direction_to_string()
/third_party/alsa-utils/axfer/
Dsubcmd-list.c22 snd_pcm_stream_t direction, snd_pcm_info_t *info) in dump_device()
55 snd_pcm_stream_t direction) in dump_devices()
88 static int list_devices(snd_pcm_stream_t direction) in list_devices()
141 static int list_pcms(snd_pcm_stream_t direction) in list_pcms()
255 int subcmd_list(int argc, char *const *argv, snd_pcm_stream_t direction) in subcmd_list()
Dmain.c140 snd_pcm_stream_t *direction) in decide_direction()
144 snd_pcm_stream_t direction; in decide_direction() member
151 snd_pcm_stream_t direction; in decide_direction() member
226 snd_pcm_stream_t *direction) in detect_direction()
246 snd_pcm_stream_t direction; in main() local
Dsubcmd-transfer.c122 static int context_init(struct context *ctx, snd_pcm_stream_t direction, in context_init()
328 static int context_pre_process(struct context *ctx, snd_pcm_stream_t direction, in context_pre_process()
371 snd_pcm_stream_t direction, in context_process_frames()
473 int subcmd_transfer(int argc, char *const *argv, snd_pcm_stream_t direction) in subcmd_transfer()
/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.h40 Direction direction() const { return fDirection; } in direction() function
49 Direction direction, in Make()
63 Direction direction, in Make()
97 Direction direction, in Make()
/third_party/boost/libs/convert/test/
Dtest.hpp73 struct direction struct
79 direction(value_type value) : value_(value) {} in direction() argument
80 bool operator==(direction that) const { return value_ == that.value_; } in operator ==() argument
87 std::istream& operator>>(std::istream& stream, direction& dir) in operator >>() argument
/third_party/node/benchmark/timers/
Dtimers-cancel-unpooled.js7 direction: ['start', 'end'] property
10 function main({ n, direction }) { field
Dtimers-insert-unpooled.js7 direction: ['start', 'end'] property
10 function main({ direction, n }) { property
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp118 Direction direction) { in Make()
131 Direction direction, in Make()
149 Direction direction, in MakeSubset()
169 Direction direction, in MakeSubset()
192 Direction direction) { in Make()
200 Direction direction, in GrBicubicEffect()
241 Direction direction = Direction::kX; in TestCreate() local
/third_party/harfbuzz/src/
Dhb-ot-math.cc213 hb_direction_t direction, in hb_ot_math_get_glyph_variants()
244 hb_direction_t direction) in hb_ot_math_get_min_connector_overlap()
277 hb_direction_t direction, in hb_ot_math_get_glyph_assembly()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-math.cc236 hb_direction_t direction, in hb_ot_math_get_glyph_variants()
273 hb_direction_t direction) in hb_ot_math_get_min_connector_overlap()
310 hb_direction_t direction, in hb_ot_math_get_glyph_assembly()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-math.cc213 hb_direction_t direction, in hb_ot_math_get_glyph_variants()
244 hb_direction_t direction) in hb_ot_math_get_min_connector_overlap()
277 hb_direction_t direction, in hb_ot_math_get_glyph_assembly()
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp113 threshold_direction direction = threshold_direction::regular in threshold_binary()
151 threshold_direction direction = threshold_direction::regular in threshold_binary()
178 threshold_direction direction = threshold_direction::regular in threshold_truncate()
226 void otsu_impl(SrcView const& src_view, DstView const& dst_view, threshold_direction direction) in otsu_impl()
334 threshold_direction direction = threshold_direction::regular in threshold_optimal()
398 threshold_direction direction = threshold_direction::regular, in threshold_adaptive()
448 threshold_direction direction = threshold_direction::regular, in threshold_adaptive()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DNamePrepTransform.java133 int direction=UCharacterDirection.CHAR_DIRECTION_COUNT, in prepare() local
185 MapTransform(String id, String rule, int direction) { in MapTransform()
189 boolean initialize(String id, String rule, int direction) { in initialize()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java130 int direction=UCharacterDirection.CHAR_DIRECTION_COUNT, in prepare() local
182 MapTransform(String id, String rule, int direction) { in MapTransform()
186 boolean initialize(String id, String rule, int direction) { in initialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DSFFontView.java61 public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction) { in getScrollableUnitIncrement()
69 public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) { in getScrollableBlockIncrement()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DSFFontView.java61 public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction) { in getScrollableUnitIncrement()
69 public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) { in getScrollableBlockIncrement()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamStates.cpp35 bool openStream(Direction direction) { in openStream()
69 void checkStreamStateIsStartedAfterStartingTwice(Direction direction) { in checkStreamStateIsStartedAfterStartingTwice()
90 void checkStreamStateIsStoppedAfterStoppingTwice(Direction direction) { in checkStreamStateIsStoppedAfterStoppingTwice()
114 void checkStreamLeftRunningShouldNotInterfereWithNextOpen(Direction direction) { in checkStreamLeftRunningShouldNotInterfereWithNextOpen()
/third_party/typescript/tests/baselines/reference/
DneverType.js117 function move1(direction) { argument
126 function move2(direction) { argument
/third_party/grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto40 Direction direction = 3; field
87 Direction direction = 3; field
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java110 int direction, boolean extend) { in nextBound()
150 int direction, boolean different) { in next()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c52 GstPadDirection direction; member
77 GstPadDirection direction, gint index) in gst_v4l2_codec_buffer_new()
175 GstPadDirection direction = self->direction; in gst_v4l2_codec_allocator_prepare() local
247 GstPadDirection direction, guint num_buffers) in gst_v4l2_codec_allocator_new()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp101 std::string NearestEdgeTestCase::getName (OffsetDirection direction) in getName()
113 std::string NearestEdgeTestCase::getDesc (OffsetDirection direction) in getDesc()
168 NearestEdgeTestCase::NearestEdgeTestCase (deqp::Context& context, OffsetDirection direction) in NearestEdgeTestCase()
449 for (const auto direction : kDirections) in init() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_Configuration.js19 direction: Direction, property
/third_party/typescript/tests/cases/compiler/
DreachabilityChecks4.ts38 direction: Direction property

12345678910>>...21