/aosp_15_r20/frameworks/native/cmds/installd/tests/ |
H A D | installd_file_test.cpp | 216 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 240 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 267 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 287 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 305 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 322 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 352 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 382 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 401 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local 436 RestorableFile rf = RestorableFile::CreateWritableFile(testFile, 0600); in TEST_F() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | ring_alg.cc | 78 void RingAlg::PCQueue::Enqueue(RingField* rf) { in Enqueue() 95 RingField* rf = deque_.front(); in Dequeue() local 326 void RingAlg::InitRingField(RingField* rf, int chunk_idx, int subdiv_idx, in InitRingField() 369 void RingAlg::AdvanceToSecondPass(RingField* rf) { in AdvanceToSecondPass() 397 void RingAlg::DispatchSend(RingField* rf, const StatusCallback& done) { in DispatchSend() 416 void RingAlg::DispatchRecv(RingField* rf, const StatusCallback& done) { in DispatchRecv()
|
H A D | ring_reducer.cc | 164 void RingReducer::InitRingField(RingField* rf, int chunk_idx, int subdiv_idx, in InitRingField() 223 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local 328 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
|
H A D | ring_gatherer.cc | 173 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local 252 RingField* rf = ready_queue.Dequeue(); in RunAsyncParts() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/ |
H A D | NEAsymm.h | 608 const int32x4x4_t rf = in vquantize() local 636 const int32x4x4_t rf = in vquantize_signed() local 655 const int32x4x4_t rf = in vquantize_internal() local 683 auto rf = vquantize_internal(qv, qi.scale, qi.offset); in vquantize() local 698 auto rf = vquantize_internal(qv, qi.scale, qi.offset); in vquantize_signed() local 713 auto rf = vquantize_internal(qv, qi.scale, qi.offset); in vquantize_qasymm16() local
|
H A D | NESymm.h | 159 const int32x4x2_t rf = in vquantize_int16() local 209 const int32x4x4_t rf = in vquantize_qsymm16() local
|
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/ |
H A D | format.rs | 527 let rf = Self::deserialize(deserializer)?; in deserialize() localVariable 571 let mut rf = RecordsFile::default(); in test_major_version_mismatch() localVariable 590 let mut rf = RecordsFile::default(); in test_minor_version_mismatch() localVariable 620 let mut rf = RecordsFile::default(); in test_serialize_records_to_csv() localVariable 738 let mut rf = RecordsFile::default(); in check_missing_records() localVariable 776 let mut rf = RecordsFile::default(); in check_missing_file() localVariable 802 let mut rf = RecordsFile::default(); in check_missing_paths() localVariable
|
H A D | replay.rs | 123 let rf = records_file.read().unwrap(); in worker_internal() localVariable 257 let rf: RecordsFile = serde_cbor::from_reader(reader) in new() localVariable 419 let rf = f.build().unwrap(); in generate_cached_files_and_record() localVariable 456 let mut rf = RecordsFile::default(); in build() localVariable
|
H A D | lib.rs | 85 let mut rf = tracer.trace(args.int_path.as_ref())?; in record() localVariable 120 let rf: RecordsFile = in dump() localVariable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_utils.hpp | 97 ReadFunc rf, in generic_parser_test() 125 void generic_parser_test_ok(ReadFunc rf, in generic_parser_test_ok() 180 void generic_parser_test_error(ReadFunc rf, in generic_parser_test_error() 233 void check_exact_roundtrip(ReadFunc rf, WriteFunc wf, const char *test_data) { in check_exact_roundtrip()
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | mvref_common.h | 99 static inline int8_t get_uni_comp_ref_idx(const MV_REFERENCE_FRAME *const rf) { in get_uni_comp_ref_idx() 113 static inline int8_t av1_ref_frame_type(const MV_REFERENCE_FRAME *const rf) { in av1_ref_frame_type() 152 static inline void av1_set_ref_frame(MV_REFERENCE_FRAME *rf, in av1_set_ref_frame() 171 const int16_t *const mode_context, const MV_REFERENCE_FRAME *const rf) { in av1_mode_context_analyzer()
|
H A D | mvref_common.c | 347 MV_REFERENCE_FRAME rf[2]; in add_tpl_ref_mv() local 424 const MV_REFERENCE_FRAME *const rf, int_mv ref_id[2][2], in process_compound_ref_mv_candidate() 487 MV_REFERENCE_FRAME rf[2]; in setup_ref_mv_list() local 814 MV_REFERENCE_FRAME rf[2]; in av1_find_mv_refs() local 939 for (MV_REFERENCE_FRAME rf = LAST_FRAME; rf <= INTER_REFS_PER_FRAME; ++rf) { in motion_field_projection() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | marshal.c | 1106 RFILE rf; in PyMarshal_ReadShortFromFile() local 1117 RFILE rf; in PyMarshal_ReadLongFromFile() local 1173 RFILE rf; in PyMarshal_ReadObjectFromFile() local 1187 RFILE rf; in PyMarshal_ReadObjectFromString() local 1302 RFILE rf; in marshal_load() local 1354 RFILE rf; in marshal_loads() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/ |
H A D | impl.h | 526 inline void store_quantized(uint8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset… in store_quantized() 547 inline void store_quantized_signed(int8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &… in store_quantized_signed() 623 const float32x4x4_t rf = elementwise_arithm_op<op>(af, bf); in elementwise_arithm_op_quantized_loop() local 641 const float32x4x4_t rf = elementwise_arithm_op<op>(af, bf); in elementwise_arithm_op_quantized_singed_loop() local 657 …const float32x4x4_t rf = elementwise_arithm_op<op>(reorder ? broadcast_vector : af, reorder ? af :… in elementwise_arithm_op_quantized_broadcast_loop() local 672 …const float32x4x4_t rf = elementwise_arithm_op<op>(reorder ? broadcast_vector : af, reorder ? af :… in elementwise_arithm_op_quantized_signed_broadcast_loop() local 690 const uint32x4x4_t rf = elementwise_comp_op<op>(af, bf); in elementwise_comp_op_quantized_loop() local 708 const uint32x4x4_t rf = elementwise_comp_op<op>(af, bf); in elementwise_comp_op_quantized_signed_loop() local 725 …const uint32x4x4_t rf = elementwise_comp_op<op>(reorder ? broadcast_vector : af, reorder ? af : b… in elementwise_comp_op_quantized_broadcast_loop() local 742 …const uint32x4x4_t rf = elementwise_comp_op<op>(reorder ? broadcast_vector : af, reorder ? af : b… in elementwise_comp_op_quantized_signed_broadcast_loop() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | composite.hpp | 548 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 618 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 689 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 762 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 835 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 914 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 996 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 1077 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 1159 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local 1243 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | marshal.c | 1534 RFILE rf; in PyMarshal_ReadShortFromFile() local 1550 RFILE rf; in PyMarshal_ReadLongFromFile() local 1611 RFILE rf; in PyMarshal_ReadObjectFromFile() local 1631 RFILE rf; in PyMarshal_ReadObjectFromString() local 1747 RFILE rf; in marshal_load() local 1821 RFILE rf; in marshal_loads_impl() local
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | refmvs.c | 193 static void add_temporal_candidate(const refmvs_frame *const rf, in add_temporal_candidate() 355 const refmvs_frame *const rf = rt->rf; in dav1d_refmvs_find() local 653 void dav1d_refmvs_tile_sbrow_init(refmvs_tile *const rt, const refmvs_frame *const rf, in dav1d_refmvs_tile_sbrow_init() 690 static void load_tmvs_c(const refmvs_frame *const rf, int tile_row_idx, in load_tmvs_c() 799 int dav1d_refmvs_init_frame(refmvs_frame *const rf, in dav1d_refmvs_init_frame()
|
H A D | refmvs.h | 90 const refmvs_frame *rf; member 145 const refmvs_frame *const rf = rt->rf; in dav1d_refmvs_save_tmvs() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/sub/neon/ |
H A D | qsymm16.cpp | 107 const int32x4x4_t rf = in sub_qsymm16_neon() local 172 const int32x4x2_t rf = in sub_qsymm16_neon() local
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | eval_frame.c | 489 …_PytorchRecordFunctionState* rf = _pytorch_record_function_enter_with_context("Torch-Compiled Regi… in eval_custom_code() local 617 _PytorchRecordFunctionState* rf = _pytorch_record_function_enter(cache_lookup_profiler_str); in _custom_eval_frame() local 646 _PytorchRecordFunctionState* rf = _pytorch_record_function_enter(cache_lookup_profiler_str); in _custom_eval_frame() local
|
/aosp_15_r20/external/libdav1d/tests/checkasm/ |
H A D | refmvs.c | 129 static inline void init_rp_ref(refmvs_frame const *const rf, in init_rp_ref() 152 refmvs_frame rf = { in check_load_tmvs() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_assignment.cpp | 68 V f(6), rf(6); in test_vector() local 77 V f(6), rf(6); in test_vector() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 459 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl() 490 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) {} in FastAdderImpl()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 459 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl() 490 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) {} in FastAdderImpl()
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue30041.go | 34 func rf([]reflect.Value) []reflect.Value { func
|