Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/
H A Ddebug.rs40 fn value_array() { in value_array() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/
Ddebug.rs40 fn value_array() { in value_array() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/android/
Dsystem_properties.cc31 std::array<char, PROPERTY_VALUE_MAX> value_array{0}; in GetSystemProperty() local
/aosp_15_r20/external/harfbuzz_ng/test/fuzzing/
H A Dhb-set-fuzzer.cc30 static hb_set_t *create_set (const uint32_t *value_array, int count) in create_set()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp409 std::vector<std::string> value_array; in convertIValue() local
430 std::vector<std::string> value_array; in convertIValue() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/tests/
Dtest_model.proto14 repeated int32 value_array = 2; // _UPB_MODE_ARRAY field
/aosp_15_r20/hardware/interfaces/bluetooth/aidl/default/
H A DBluetoothHci.cpp54 std::array<char, PROPERTY_VALUE_MAX> value_array{0}; in GetSystemProperty() local
/aosp_15_r20/cts/tools/cts-api-coverage/proto/
H A Dcts_report.proto344 repeated ValueArray value_array = 1; field
/aosp_15_r20/system/media/audio_route/
H A Daudio_route.c512 long* value_array = NULL; in start_tag() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c2312 JSON_Array *schema_array = NULL, *value_array = NULL; in json_validate() local