Home
last modified time | relevance | path

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

/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.h193 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local
197 void set_tmp(string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local
216 string* tmp_; // Temporary storage, possibly where error_arg_ is. variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h195 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local
199 void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local
218 std::string* tmp_; // Temporary storage, possibly where error_arg_ is. variable
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.h194 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus() local
198 void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } in set_tmp() local
217 std::string* tmp_; // Temporary storage, possibly for error_arg_. variable
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dauto_correlation.h41 std::unique_ptr<Pffft::FloatBuffer> tmp_; variable
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Ddisflow.c214 int tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_vector() local
283 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 2)]; in sobel_filter() local
/aosp_15_r20/external/leveldb/db/
H A Dmemtable.cc71 std::string tmp_; // For passing to EncodeKey member in leveldb::MemTableIterator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Dstring_token.hpp396 string tmp_ (src_.size () + dest_.size (), 0); in merge() local
/aosp_15_r20/art/runtime/
H A Dhidden_api.h184 std::string tmp_; variable
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/arm/
H A Ddisflow_neon.c42 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_error() local
H A Ddisflow_sve.c48 int16_t tmp_[DISFLOW_PATCH_SIZE * (DISFLOW_PATCH_SIZE + 3)]; in compute_flow_error() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dtensor_coding.cc247 std::vector<char> tmp_; member in tensorflow::port::CordStringListDecoderImpl
/aosp_15_r20/external/libgav1/src/dsp/
H A Dloop_restoration_test.cc432 alignas(kMaxAlignment) Pixel tmp_[kMaxBlockSize]; member in libgav1::dsp::__anonce77d44f0111::WienerFilterTest
/aosp_15_r20/external/perfetto/src/traced/probes/sys_stats/
H A Dsys_stats_data_source_unittest.cc259 base::TempFile tmp_ = base::TempFile::CreateUnlinked(); in MockOpenReadOnly() local
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_arm64.cc161 Location tmp_; member in art::arm64::ReadBarrierSystemArrayCopySlowPathARM64
H A Dintrinsics_riscv64.cc88 Location tmp_; member in art::riscv64::ReadBarrierSystemArrayCopySlowPathRISCV64