Home
last modified time | relevance | path

Searched defs:to_find (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcbfstool.c35 char *to_find = NULL; in find_cbfs_file() local
158 const char *to_find = "\n[METADATA HASH]"; in extract_metadata_hash() local
248 char *to_find = NULL; in extract_config_value() local
/aosp_15_r20/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc297 const dex::ProtoId& to_find = java_lang_dex_file_->GetProtoId(dex::ProtoIndex(i)); in TEST_F() local
314 const dex::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F() local
329 const dex::FieldId& to_find = java_lang_dex_file_->GetFieldId(i); in TEST_F() local
/aosp_15_r20/external/arm-trusted-firmware/drivers/console/
H A Dmulti_console.c48 int console_is_registered(console_t *to_find) in console_is_registered()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/console/
Dmulti_console.c50 int console_is_registered(console_t *to_find) in console_is_registered()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmultinomial_op.cc129 const double to_find = simple_philox.RandDouble() * running_total; in operator ()() local
/aosp_15_r20/external/cronet/base/win/embedded_i18n/
H A Dlanguage_selector.cc106 [](const LangToOffset& left, const std::wstring& to_find) { in GetExactLanguageOffset()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Drandom_ops.cc155 const double to_find = in GenerateMultinomialNumbers() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dsparse_control.cc810 net::Interval<int> to_find(child_offset_, child_offset_ + child_len_); in DoGetAvailableRange() local
/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.cc133 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() local
/aosp_15_r20/external/webrtc/pc/
H A Dwebrtc_sdp_unittest.cc2365 std::string to_find = "a=fmtp:" + pt + " "; in TEST_F() local