Home
last modified time | relevance | path

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

1234567

/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/protobuf/php/src/Google/Protobuf/Internal/
DGPBDecodeException.php37 public function __construct(
/third_party/protobuf/
Dgenerate_changelog.py55 previous = sys.argv[1] variable
/third_party/boost/libs/numeric/odeint/
Dfix-copyright.py18 def new_copyright(filename, previous): argument
/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/ninja/src/
Dedit_distance.cc47 int previous = y - 1; in EditDistance() 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
DReplaceableUCharacterIterator.java168 public int previous(){ in previous() method in ReplaceableUCharacterIterator
DCharacterIteratorWrapper.java80 public int previous() { in previous() method in CharacterIteratorWrapper
/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/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
Dops_gcc_sparc.hpp92 storage_type previous = expected; in compare_exchange_strong() local
176 storage_type previous = expected; in compare_exchange_strong() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DAbstractBreakIteratorTests.java63 public int previous() { in previous() method in AbstractBreakIteratorTests.AbstractBreakIterator
/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()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.cpp26 Node(std::unique_ptr<Node> previous, int l, int t, int r, int b) in Node()
29 Node* previous() const { return fPrevious.get(); } in previous() function in GrCCAtlas::Node
/third_party/python/Objects/stringlib/
Dlocaleutil.h5 char previous; member
/third_party/Linux_Kernel/include/linux/
Dof_graph.h69 struct device_node *previous) in of_graph_get_next_endpoint()

1234567