Home
last modified time | relevance | path

Searched defs:input_key (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/toybox/toys/pending/
H A Dmore.c47 int input_key; in prompt() local
90 int ch, input_key = 0, show_prompt; in more_main() local
/aosp_15_r20/test/dittosuite/src/
H A Dinstruction_factory.cpp114 int input_key = SharedVariables::GetKey(thread_ids, options.input()); in CreateFromProtoInstruction() local
129 int input_key = SharedVariables::GetKey(thread_ids, options.input()); in CreateFromProtoInstruction() local
H A Ddelete_file.cpp25 DeleteFile::DeleteFile(const Params& params, int input_key) in DeleteFile()
H A Dopen_file.cpp34 OpenFile::OpenFile(const Params& params, int input_key, bool create, bool direct_io, in OpenFile()
/aosp_15_r20/system/keymaster/legacy_support/
H A Dkeymaster_passthrough_engine.cpp254 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey() local
279 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey() local
H A Dkeymaster1_engine.cpp103 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dstdio.rs208 let mut input_key: MaybeUninit<r_efi::protocols::simple_text_input::InputKey> = in read_key_stroke() localVariable
216 let input_key = unsafe { input_key.assume_init() }; in read_key_stroke() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dstdio.rs208 let mut input_key: MaybeUninit<r_efi::protocols::simple_text_input::InputKey> = in read_key_stroke() localVariable
216 let input_key = unsafe { input_key.assume_init() }; in read_key_stroke() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dstdio.rs208 let mut input_key: MaybeUninit<r_efi::protocols::simple_text_input::InputKey> = in read_key_stroke() localVariable
216 let input_key = unsafe { input_key.assume_init() }; in read_key_stroke() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dstdio.rs208 let mut input_key: MaybeUninit<r_efi::protocols::simple_text_input::InputKey> = in read_key_stroke() localVariable
216 let input_key = unsafe { input_key.assume_init() }; in read_key_stroke() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dstdio.rs208 let mut input_key: MaybeUninit<r_efi::protocols::simple_text_input::InputKey> = in read_key_stroke() localVariable
216 let input_key = unsafe { input_key.assume_init() }; in read_key_stroke() localVariable
/aosp_15_r20/external/google-cloud-java/java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/proto/google/cloud/video/transcoder/v1/
H A Dresources.proto1132 string input_key = 2 [(google.api.field_behavior) = REQUIRED]; field
1207 string input_key = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/googleapis/google/cloud/video/transcoder/v1/
H A Dresources.proto1190 string input_key = 2 [(google.api.field_behavior) = REQUIRED]; field
1265 string input_key = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/libsrtp2/test/
H A Drtpw.c155 char *input_key = NULL; in main() local
H A Drtp_decoder.c169 char *input_key = NULL; in main() local
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/proto-google-cloud-live-stream-v1/src/main/proto/google/cloud/video/livestream/v1/
H A Doutputs.proto364 string input_key = 6 [(google.api.field_behavior) = REQUIRED]; field
H A Dresources.proto401 string input_key = 1; field
/aosp_15_r20/external/googleapis/google/cloud/video/livestream/v1/
H A Doutputs.proto364 string input_key = 6 [(google.api.field_behavior) = REQUIRED]; field
H A Dresources.proto401 string input_key = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc1176 const string& input_key = it->second; in SendPRunInputs() local