Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 25 of 213) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
DmappedTypes5.js40 let args1: Args1<T> = { previous, current }; property
41 let args2: Args2<T> = { previous, current }; property
59 let args1: Args3 = { previous, current }; property
60 let args2: Args4 = { previous, current }; property
87 var args1 = { previous: previous, current: current }; property
88 var args2 = { previous: previous, current: current }; property
93 var args1 = { previous: previous, current: current }; property
94 var args2 = { previous: previous, current: current }; property
/third_party/boost/boost/circular_buffer/
Ddebug.hpp144 const debug_iterator_base* previous = 0; in unregister_iterator() local
152 const debug_iterator_base* previous = 0; in invalidate_iterators() local
166 const debug_iterator_base* previous = 0; in invalidate_iterators_except() local
/third_party/skia/src/gpu/
DGrDynamicAtlas.cpp26 Node(Node* previous, GrRectanizer* rectanizer, int x, int y) in Node() function in GrDynamicAtlas::Node
29 Node* previous() const { return fPrevious; } in previous() function in GrDynamicAtlas::Node
112 GrDynamicAtlas::Node* GrDynamicAtlas::makeNode(Node* previous, int l, int t, int r, int b) { in makeNode()
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h29 struct CACHED_GENERIC *previous; member
37 struct CACHED_INODE *previous; member
47 struct CACHED_NIDATA *previous; member
58 struct CACHED_LOOKUP *previous; member
/third_party/ntfs-3g/libntfs-3g/
Dcache.c107 struct HASH_ENTRY *previous; in drophashindex() local
151 struct CACHED_GENERIC *previous; in ntfs_fetch_cache() local
338 struct CACHED_GENERIC *previous; in do_invalidate() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBDecodeException.php37 public function __construct(
/third_party/skia/third_party/externals/dawn/src/common/
DLinkedList.h104 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) : previous_(previous), next_(next) { in LinkNode() function
157 LinkNode<T>* previous() const { in previous() function
/third_party/protobuf/
Dgenerate_changelog.py55 previous = sys.argv[1] variable
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dpiece_border.hpp321 for (Iterator previous = it++ ; it != beyond ; ++previous, ++it ) in walk_offsetted() local
402 Point previous = offsetted_front; in is_convex() local
473 for (It previous = it++; it != end; ++previous, ++it) in check_monotonicity() local
489 for (It previous = it++; it != end; ++previous, ++it) in calculate_radii() local
Dturn_in_original_visitor.hpp99 for (Iterator previous = it++; it != end; ++previous, ++it) in point_in_range() local
132 for (Iterator previous = it++; it != end; ++previous, ++it) in point_in_section() local
/third_party/boost/libs/numeric/odeint/
Dfix-copyright.py18 def new_copyright(filename, previous): argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DLinearResampler.cpp33 float *previous = mPreviousFrame.get(); in readFrame() local
/third_party/ninja/src/
Dedit_distance.cc47 int previous = y - 1; in EditDistance() local
/third_party/ffmpeg/libavcodec/
Dsvq1dec.c311 static void svq1_skip_block(uint8_t *current, uint8_t *previous, in svq1_skip_block()
329 uint8_t *current, uint8_t *previous, in svq1_motion_inter_block()
372 uint8_t *current, uint8_t *previous, in svq1_motion_inter_4v_block()
450 uint8_t *current, uint8_t *previous, in svq1_decode_delta_block()
718 uint8_t *previous = s->prev->data[i]; in svq1_decode_frame() local
Dhnm4video.c43 uint8_t *previous; member
155 uint8_t tag, previous, backline, backward, swap; in decode_interframe_v4() local
284 uint8_t tag, count, previous, delta; in decode_interframe_v4a() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterIteratorWrapper.java91 public char previous(){ in previous() method in UCharacterIteratorWrapper
DCSCharacterIterator.java65 public char previous() { in previous() method in CSCharacterIterator
DUCharArrayIterator.java62 public int previous() { in previous() method in UCharArrayIterator
/third_party/boost/boost/atomic/detail/
Dcore_arch_ops_msvc_arm.hpp223 storage_type previous = expected, old_val; in compare_exchange_strong() local
388 storage_type previous = expected, old_val; in compare_exchange_strong() local
553 storage_type previous = expected, old_val; in compare_exchange_strong() local
718 storage_type previous = expected, old_val; in compare_exchange_strong() local
Dops_msvc_arm.hpp206 storage_type previous = expected, old_val; in compare_exchange_strong() local
371 storage_type previous = expected, old_val; in compare_exchange_strong() local
536 storage_type previous = expected, old_val; in compare_exchange_strong() local
701 storage_type previous = expected, old_val; in compare_exchange_strong() local
Dcore_arch_ops_gcc_sparc.hpp94 storage_type previous = expected; in compare_exchange_strong() local
179 storage_type previous = expected; in compare_exchange_strong() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h249 static inline int64_t nodeFromPreviousIndex(int32_t previous) { in nodeFromPreviousIndex()
288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.h249 static inline int64_t nodeFromPreviousIndex(int32_t previous) { in nodeFromPreviousIndex()
288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h249 static inline int64_t nodeFromPreviousIndex(int32_t previous) { in nodeFromPreviousIndex()
288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex()
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.h249 static inline int64_t nodeFromPreviousIndex(int32_t previous) { in nodeFromPreviousIndex()
288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex()

123456789