Home
last modified time | relevance | path

Searched defs:to_copy (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Dckdf.cpp112 size_t to_copy = output->end() - output_pos; in DEFINE_OPENSSL_OBJECT_POINTER() local
/aosp12/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c64 size_t to_copy = ARRAY_SIZE(consumerir_freqs); in consumerir_get_carrier_freqs() local
/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc75 static jstring StringFactory_newStringFromString(JNIEnv* env, jclass, jstring to_copy) { in StringFactory_newStringFromString()
/aosp12/system/bt/service/
H A Davrcp_target.cc65 size_t to_copy = std::min(sizeof(btrc_attrs[i].text) - 1, str.size()); in StringValueToPlayerSettingsText() local
83 size_t to_copy = std::min(sizeof(btrc_attrs[i].text) - 1, str.size()); in StringValueToElementAttrVal() local
/aosp12/art/compiler/optimizing/
H A Dnodes.h2038 const HEnvironment& to_copy, in HEnvironment()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1346 ObjPtr<mirror::String> to_copy = shadow_frame->GetVRegReference(arg_offset)->AsString(); in UnstartedStringFactoryNewStringFromString() local