/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 329 size_t start_pos = json_doc_.find(from); in SetUp() local 546 size_t start_pos = json_doc_.find(from); in TEST_F() local 554 size_t start_pos = json_doc_.find(from); in TEST_F() local 563 size_t start_pos = json_doc_.find(from); in TEST_F() local 572 size_t start_pos = json_doc_.find(from); in TEST_F() local 581 size_t start_pos = json_doc_.find(from); in TEST_F() local 590 size_t start_pos = json_doc_.find(from); in TEST_F() local 599 size_t start_pos = json_doc_.find(from); in TEST_F() local 698 size_t start_pos = json_doc_.find(from); in TEST_F() local 709 size_t start_pos = json_doc_.find(from); in TEST_F() local [all …]
|
/aosp_15_r20/external/executorch/extension/llm/custom_ops/ |
H A D | op_sdpa_aot.cpp | 26 const int64_t start_pos, in sdpa_with_kv_cache_out_no_context() 59 const int64_t start_pos, in sdpa_with_kv_cache_aten() 89 const int64_t start_pos, in custom_sdpa_out_no_context() 116 const int64_t start_pos, in custom_sdpa_aten() 133 const int64_t start_pos, in update_quantized_cache_out_no_context() 143 const int64_t start_pos) { in update_quantized_cache_aten()
|
H A D | sdpa_with_kv_cache.py | 45 start_pos, argument 112 start_pos, argument 149 start_pos, argument 176 start_pos, argument 210 start_pos, argument
|
H A D | test_update_quantized_cache.py | 46 def _update_k(self, start_pos, value, scales, zero_points): argument 52 def _update_v(self, start_pos, value, scales, zero_points): argument 59 self, k, v, k_scales, v_scales, k_zero_points, v_zero_points, start_pos argument
|
H A D | op_sdpa.cpp | 227 const int64_t start_pos = 0) { in cpu_flash_attention() 648 int64_t start_pos, in validate_cache_params() 700 int64_t start_pos, in update_cache() 845 const int64_t start_pos, in custom_sdpa_out() 993 const int64_t start_pos, in sdpa_with_kv_cache_out()
|
H A D | op_update_quantized_cache.cpp | 26 int64_t start_pos, in validate_cache_params() 67 const int64_t start_pos, in update_quantized_cache_out()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | read_until.hpp | 117 iterator start_pos = begin + search_position; in read_until() local 191 iterator start_pos = begin + search_position; in read_until() local 277 iterator start_pos = begin + search_position; in read_until() local 373 iterator start_pos = begin + search_position; in read_until() local 517 iterator start_pos = begin + search_position; in read_until() local 586 iterator start_pos = begin + search_position; in read_until() local 667 iterator start_pos = begin + search_position; in read_until() local 758 iterator start_pos = begin + search_position; in read_until() local 863 iterator start_pos = begin + search_position_; in operator ()() local 1161 iterator start_pos = begin + search_position_; in operator ()() local [all …]
|
/aosp_15_r20/external/executorch/examples/models/llava/runner/ |
H A D | llava_runner.cpp | 79 int64_t& start_pos) { in prefill_images() 89 int64_t& start_pos, in prefill_prompt() 101 int64_t start_pos, in generate_from_pos()
|
H A D | llava_image_prefiller.h | 31 int64_t& start_pos) override { in prefill()
|
H A D | llava_text_decoder_runner.h | 28 executorch::extension::TensorPtr& start_pos) override { in step()
|
/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/ |
H A D | sdpa_test.cpp | 38 const int64_t start_pos, in sdpa_with_kv_cache_out_no_context() 71 const int64_t start_pos, in sdpa_with_kv_cache_aten() 136 const int start_pos) { in construct_attention_mask() 160 const int64_t start_pos, in sdpa_reference_impl()
|
/aosp_15_r20/external/executorch/extension/android/jni/ |
H A D | jni_layer_llama.cpp | 224 jlong start_pos, in prefill_prompt() 252 jlong start_pos) { in prefill_images() 284 jlong start_pos, in generate_from_pos()
|
/aosp_15_r20/external/webrtc/rtc_base/memory/ |
H A D | aligned_malloc.cc | 28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) { in GetRightAlign() 49 uintptr_t start_pos = reinterpret_cast<uintptr_t>(pointer); in GetRightAlign() local
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | ruby_generator_string-inl.h | 56 size_t start_pos = s.find(from); in Replace() local 78 size_t start_pos = s->find(from); in ReplacePrefix() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 56 size_t start_pos = s.find(from); in Replace() local 78 size_t start_pos = s->find(from); in ReplacePrefix() local
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_env_calc.c | 482 WORD16 *noise_level_mant, WORD16 *nrg_sine, WORD32 start_pos, in ixheaacd_adapt_noise_gain_calc() 705 WORD32 start_pos, end_pos; in ixheaacd_calc_sbrenvelope() local 1100 WORD32 sub_band_end, WORD32 start_pos, in ixheaacd_adjust_scale_dec() 1161 WORD32 sub_band_end, WORD32 start_pos, in ixheaacd_expsubbandsamples_dec() 1211 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_per_subband_dec() 1300 WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_persfb()
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | ifapi_keystore.c | 181 unsigned int start_pos, end_pos, i; in full_path_to_fapi_path() local 346 size_t start_pos; in ifapi_keystore_initialize() local 825 size_t start_pos = 0; in expand_directory() local
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 936 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock() 1070 size_t start_pos, in BuildHistograms() 1095 size_t start_pos, in StoreDataWithHuffmanCodes() 1135 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial() 1188 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast()
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | brotli_bit_stream.c | 948 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlock() 1089 size_t start_pos, in BuildHistograms() 1114 size_t start_pos, in StoreDataWithHuffmanCodes() 1169 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockTrivial() 1213 const uint8_t* input, size_t start_pos, size_t length, size_t mask, in BrotliStoreMetaBlockFast()
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | env_calc.cpp | 1052 int start_pos, stop_pos, freq_res; in calculateSbrEnvelope() local 1869 int start_pos, /*!< Begin of time rage (QMF-timeslot) */ in rescaleSubbandSamples() 1914 int start_pos, /*!< Begin of time rage (QMF-timeslot) */ in maxSubbandSample() 1989 int start_pos, /*!< First QMF-slot of current envelope */ in calcNrgPerSubband() 2117 int start_pos, /*!< First QMF-slot of current envelope */ in calcNrgPerSfb()
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | cfx_path.cpp | 105 const CFX_PointF& start_pos, in UpdateLineEndPoints() 149 const CFX_PointF& start_pos, in UpdateLineJoinPoints()
|
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/ |
H A D | runner.cpp | 157 TensorPtr& start_pos, in run_model_step() 276 auto start_pos = from_blob( in generate() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_simple_parser.cpp | 45 uint32_t start_pos = cur_pos_ - 1; in GetWord() local
|
/aosp_15_r20/external/executorch/extension/llm/runner/ |
H A D | text_decoder_runner.cpp | 42 TensorPtr& start_pos) { in step()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | decode_residual.c | 46 size_t meml_gotten, diff, start_pos; in WebRtcIlbcfix_DecodeResidual() local
|