/third_party/pulseaudio/src/pulse/ |
D | direction.c | 24 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/ |
D | subcmd-list.c | 22 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()
|
D | main.c | 140 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
|
D | subcmd-transfer.c | 122 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/ |
D | GrBicubicEffect.h | 40 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/ |
D | test.hpp | 73 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/ |
D | timers-cancel-unpooled.js | 7 direction: ['start', 'end'] property 10 function main({ n, direction }) { field
|
D | timers-insert-unpooled.js | 7 direction: ['start', 'end'] property 10 function main({ direction, n }) { property
|
/third_party/skia/src/gpu/effects/ |
D | GrBicubicEffect.cpp | 118 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/ |
D | hb-ot-math.cc | 213 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/ |
D | hb-ot-math.cc | 236 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/ |
D | hb-ot-math.cc | 213 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/ |
D | threshold.hpp | 113 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/ |
D | NamePrepTransform.java | 133 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/ |
D | NamePrepTransform.java | 130 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/ |
D | SFFontView.java | 61 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/ |
D | SFFontView.java | 61 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/ |
D | testStreamStates.cpp | 35 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/ |
D | neverType.js | 117 function move1(direction) { argument 126 function move2(direction) { argument
|
/third_party/grpc/src/proto/grpc/binary_log/v1alpha/ |
D | log.proto | 40 Direction direction = 3; field 87 Direction direction = 3; field
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | Selection.java | 110 int direction, boolean extend) { in nextBound() 150 int direction, boolean different) { in next()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecallocator.c | 52 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/ |
D | glcNearestEdgeTests.cpp | 101 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/ |
D | ohos_application_Configuration.js | 19 direction: Direction, property
|
/third_party/typescript/tests/cases/compiler/ |
D | reachabilityChecks4.ts | 38 direction: Direction property
|