Home
last modified time | relevance | path

Searched defs:prior (Results 1 – 25 of 220) sorted by relevance

123456789

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted.h98 const Value prior = value_.fetch_add(1, std::memory_order_relaxed); in RefNonZero() local
110 const Value prior = value_.fetch_add(1, std::memory_order_relaxed); in RefNonZero() local
128 const Value prior = get(); in RefIfNonZero() local
138 const Value prior = get(); in RefIfNonZero() local
159 const Value prior = value_.fetch_sub(1, std::memory_order_acq_rel); in Unref() local
176 const Value prior = value_.fetch_sub(1, std::memory_order_acq_rel); in Unref() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted.h101 const Value prior = value_.fetch_add(1, std::memory_order_relaxed); in RefNonZero() local
113 const Value prior = value_.fetch_add(1, std::memory_order_relaxed); in RefNonZero() local
131 const Value prior = get(); in RefIfNonZero() local
141 const Value prior = get(); in RefIfNonZero() local
162 const Value prior = value_.fetch_sub(1, std::memory_order_acq_rel); in Unref() local
179 const Value prior = value_.fetch_sub(1, std::memory_order_acq_rel); in Unref() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/std/
Diterator.hpp110 struct prior struct
118 struct result<This(BidirectionalIterator)>
128 struct result<This(BidirectionalIterator, Distance)>
138 BidirectionalIterator operator()(BidirectionalIterator x) const in operator ()()
147 BidirectionalIterator operator()( in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dpair_view.hpp83 typedef apply_wrap2< aux::prior_pair_iter<Category>,Iter1,Iter2 >::type prior; typedef
108 struct prior< pair_iter<Iter1,Iter2,C> > struct
110 typedef typename mpl::prior<Iter1>::type i1_;
111 typedef typename mpl::prior<Iter2>::type i2_;
112 typedef pair_iter<i1_,i2_,C> type;
Dnext_prior.hpp38 struct prior struct
40 typedef typename T::prior type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dseq_index_node.hpp40 pointer& prior(){return prior_;} in prior() function
41 pointer prior()const{return prior_;} in prior() function
161 impl_pointer& prior(){return trampoline::prior();} in prior() function
162 impl_pointer prior()const{return trampoline::prior();} in prior() function
Dhash_index_node.hpp116 pointer& prior(){return prior_;} in prior() function
117 pointer prior()const{return prior_;} in prior() function
723 impl_pointer& prior(){return trampoline::prior();} in prior() function
724 impl_pointer prior()const{return trampoline::prior();} in prior() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/
Dintegral_wrapper.hpp65 typedef AUX_WRAPPER_INST(prior_value) prior; typedef
70 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)) ) prior; typedef
73 … typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/range_c/
Diterator.hpp38 typedef r_iter< typename mpl::prior<N>::type > prior; typedef
55 struct prior< r_iter<N> > struct
57 typedef r_iter< typename mpl::prior<N>::type > type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/mpl/
Dmpl_iterator.hpp65 struct prior struct
69 type;
73 call(Iterator) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/
Diterator_adapter.hpp120 struct prior struct
126 type;
130 call(Iterator const& i) in call()
Dprior.hpp50 struct prior struct
59 prior(Iterator const& i) in prior() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/
Diterator.hpp53 typedef v_iter<Vector,prior_> prior; typedef
74 struct prior< v_iter<Vector,n_> > struct
76 typedef v_iter<Vector,(n_ - 1)> type;
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DMultiViewTest.java95 Exception prior = null; in testTextureViewPreview() local
124 Exception prior = null; in testTextureViewPreviewWithImageReader() local
172 Exception prior = null; in testDualTextureViewPreview() local
205 Exception prior = null; in testDualTextureViewAndImageReaderPreview() local
1192 Exception prior = null; in testTextureViewPreviewWithMirroring() local
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/
H A Dinternal_state.go114 func CompareInternalState(prior, other *fid_proto.PartialCompileInputs, target string) *FileList { argument
118 func CompareInputFiles(prior, other []*fid_proto.PartialCompileInput, name string) *FileList { argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/mpl/
Dfusion_iterator.hpp60 struct prior<fusion_iterator<Iterator> > struct
62 typedef fusion_iterator<typename fusion::result_of::prior<Iterator>::type> type;
/aosp_15_r20/external/speex/tmv/
H A Dpreprocess_tm.h664 register spx_word16_t * restrict prior = st->prior; in preprocess_compute_SNR() local
705 register spx_word16_t * restrict prior = st->prior; in preprocess_smooth_SNR() local
766 register spx_word16_t * restrict prior = st->prior; in preprocess_compute_emgain() local
819 register spx_word16_t * restrict prior = st->prior; in preprocess_compute_linear_gain() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/extension/
Dtriple.cpp161 struct prior struct
165 type;
167 static type call(It const& it) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/
Dnext_prior.hpp185 inline T prior(T x) { return --x; } in prior() function
188 inline T prior(T x, Distance n) in prior() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dsync.cc92 gpr_atm prior = gpr_atm_no_barrier_fetch_add(&r->count, 1); in gpr_ref_non_zero() local
104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Dsync.cc92 gpr_atm prior = gpr_atm_no_barrier_fetch_add(&r->count, 1); in gpr_ref_non_zero() local
104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref() local
/aosp_15_r20/external/skia/src/core/
H A DSkClipStack.cpp414 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { in updateBoundAndGenID()
694 Element* prior = (Element*) iter.prev(); in pushElement() local
911 while (const Element* prior = (const Element*)iter.prev()) { in isRRect() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dmap.hpp297 iterator add(iterator prior, const value_type& value_pair) in add()
331 iterator insert(iterator prior, const value_type& value_pair) in insert()
342 iterator prior = end(), it = first; in insert() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpSegment.cpp297 SkOpSpan* prior = &fHead; in calcAngles() local
440 SkOpAngle* prior = angle; in computeSum() local
466 SkOpAngle* prior = firstAngle; in computeSum() local
1165 SkOpSpan* prior = nullptr; in missingCoincidence() local
1672 const SkOpSpanBase* prior, const SkOpSpanBase* spanBase, const SkOpSegment* opp) const { in testForCoincidence() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_set.hpp87 add(Type& object, typename Type::iterator prior, in add()
118 insert(Type& object, typename Type::iterator prior, in insert()

123456789