Home
last modified time | relevance | path

Searched defs:ends (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/docs/examples/
Dpong2.cpp6 SkScalar ends, SkScalar mid) { in PingPong()
Dpong.cpp6 SkScalar ends, SkScalar mid) { in PingPong()
/third_party/vk-gl-cts/scripts/src_util/
Dcheck_encoding.py34 def checkEnds(line, ends): argument
/third_party/skia/tools/timer/
DTimeUtils.h40 float ends, in PingPong()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c557 _channelends *ends = PyMem_NEW(_channelends, 1); in _channelends_new() local
569 _channelends_clear(_channelends *ends) in _channelends_clear()
581 _channelends_free(_channelends *ends) in _channelends_free()
588 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, in _channelends_add()
617 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate()
637 _channelends_is_open(_channelends *ends) in _channelends_is_open()
649 _channelends_close_end(_channelends *ends, _channelend *end, int send) in _channelends_close_end()
661 _channelends_close_interpreter(_channelends *ends, int64_t interp, int which) in _channelends_close_interpreter()
691 _channelends_close_all(_channelends *ends, int which, int force) in _channelends_close_all()
718 _channelends *ends; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py202 ends = [] variable
Dgen-use-table.py477 ends = [] variable
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp243 struct ends { struct
246 operator()(T &x) const -> decltype(x.end()) { in operator ()()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringRange.java273 …private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder bui… in add()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringRange.java266 …private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder bui… in add()
/third_party/ffmpeg/libavcodec/
Dindeo3.c903 uint32_t starts[3], ends[3]; in decode_frame_headers() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc627 auto ends = absl::c_partition_copy(initial, back_inserter(odds), in TEST() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c898 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; in tt_cmap4_validate() local
/third_party/node/deps/v8/src/objects/
Dobjects.cc4952 FixedArray ends = FixedArray::cast(line_ends()); in GetPositionInfo() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp31207 ends(basic_ostream<_CharT, _Traits>& __os) in ends() function