Home
last modified time | relevance | path

Searched defs:empty_array (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/src/
Dlib.rs261 let empty_array = env.new_byte_array(0).unwrap(); in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_get_1verification_1string() localVariable
337 let empty_array = env.new_byte_array(0).unwrap(); in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DConnectionContextV1_encode_1message_1to_1peer() localVariable
379 let empty_array = env.new_byte_array(0).unwrap(); in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DConnectionContextV1_decode_1message_1from_1peer() localVariable
459 let empty_array = env.new_byte_array(0).unwrap(); in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DConnectionContextV1_save_1session() localVariable
510 let empty_array = env.new_byte_array(0).unwrap(); in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DConnectionContextV1_get_1session_1unique() localVariable
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Drand.rs65 fn empty_array() { in empty_array() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Drand.rs65 fn empty_array() { in empty_array() function
/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Method.cc73 ObjPtr<mirror::ObjectArray<mirror::Class>> empty_array = in Method_getExceptionTypes() local
H A Djava_lang_reflect_Constructor.cc49 ObjPtr<mirror::ObjectArray<mirror::Class>> empty_array = in Constructor_getExceptionTypes() local
H A Djava_lang_Class.cc583 ObjPtr<mirror::ObjectArray<mirror::Object>> empty_array = in Class_getDeclaredAnnotations() local
612 ObjPtr<mirror::ObjectArray<mirror::Class>> empty_array = in Class_getDeclaredClasses() local
H A Djava_lang_reflect_Executable.cc49 ObjPtr<mirror::ObjectArray<mirror::Object>> empty_array = in Executable_getDeclaredAnnotationsNative() local
H A Djava_lang_reflect_Field.cc523 ObjPtr<mirror::ObjectArray<mirror::Object>> empty_array = in Field_getDeclaredAnnotations() local
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/data/
Dquartiles.rs108 let empty_array: [i32; 0] = []; in test_empty_input() localVariable
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_v8_unittest.cpp62 v8::Local<v8::Array> empty_array; in TEST_F() local
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c1662 PyObject *empty_array = _PyUnicode_FromId(&PyId_empty_array); // borrowed ref in encoder_listencode_list() local
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c2217 static PyObject *empty_array = NULL; in encoder_listencode_list() local