Home
last modified time | relevance | path

Searched refs:array_value (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/curl/lib/
H A Dformdata.c219 char *array_value = NULL; /* value read from an array */ in FormAdd() local
244 array_value = (char *)forms->value; in FormAdd()
288 array_value : va_arg(params, char *); in FormAdd()
300 array_state ? (size_t)array_value : (size_t)va_arg(params, long); in FormAdd()
314 array_state ? array_value : va_arg(params, char *); in FormAdd()
323 array_state ? (size_t)array_value : (size_t)va_arg(params, long); in FormAdd()
329 array_state ? (curl_off_t)(size_t)array_value : in FormAdd()
339 array_value : va_arg(params, char *); in FormAdd()
357 const char *filename = array_state ? array_value : in FormAdd()
407 array_state ? array_value : va_arg(params, char *); in FormAdd()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
H A Dtrt_testutils.h85 MATCHER_P(DimsAreArrayHelper, array_value,
87 ::testing::PrintToString(array_value))) {
88 if (arg.nbDims != array_value.size()) return false;
90 if (arg.d[i] != array_value[i]) {
102 MATCHER_P(LayerNamesAreArrayHelper, array_value,
104 ::testing::PrintToString(array_value))) {
105 if (array_value.size() != arg->getNbLayers()) return false;
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Djson_proto_converter.cc9 void JsonProtoConverter::AppendArray(const ArrayValue& array_value) { in AppendArray() argument
12 for (const auto& value : array_value.value()) { in AppendArray()
60 AppendArray(json_value.array_value()); in AppendValue()
H A Djson.proto31 ArrayValue array_value = 2; field
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c31 __u64 array_value; in serial_test_bpf_obj_id() local
276 err = bpf_map_lookup_elem(map_fd, &array_key, &array_value); in serial_test_bpf_obj_id()
283 array_value != array_magic_value, in serial_test_bpf_obj_id()
288 array_value, array_magic_value); in serial_test_bpf_obj_id()
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dextra_types.py137 return JsonValue(array_value=_PythonValueToJsonArray(py_value))
169 array_value = messages.MessageField('JsonArray', 7) variable in JsonValue
240 return JsonValue(array_value=result)
Dencoding_helper.py721 if isinstance(msg, extra_types.JsonValue) and msg.array_value:
728 msg = msg.array_value
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
H A Darray.h92 for (T& array_value : __data) { in fill()
93 array_value = value; in fill()
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Darray.rs48 (separated1(array_value(check), ARRAY_SEP), opt(ARRAY_SEP)).map( in array_values()
69 pub(crate) fn array_value<'i>( in array_value() function
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtraced_value.cc729 new (&kept_value_.array_value) TracedValue::Array(std::move(value)); in ValueHolder()
765 new (&kept_value_.array_value) in ValueHolder()
766 TracedValue::Array(std::move(other.kept_value_.array_value)); in ValueHolder()
806 kept_value_.array_value.WriteToValue(value); in WriteToValue()
848 kept_value_.array_value.WriteToValue(value); in WriteToValue()
H A Dtraced_value.h281 Array array_value; member
/aosp_15_r20/system/keymaster/km_openssl/
H A Dattestation_record.cpp1520 const cppbor::Array* array_value = value_item->asArray(); in parse_eat_record() local
1594 ASSERT_OR_RETURN_ERROR(array_value, KM_ERROR_INVALID_TAG); in parse_eat_record()
1595 ASSERT_OR_RETURN_ERROR(array_value->size() == 5, KM_ERROR_INVALID_TAG); in parse_eat_record()
1596 ASSERT_OR_RETURN_ERROR((*array_value)[4]->asSimple()->asBool()->value() == false, in parse_eat_record()
1598 verified_or_self_signed = (*array_value)[0]->asSimple()->asBool()->value(); in parse_eat_record()
1600 (*array_value)[1]->asSimple()->asBool()->value(), in parse_eat_record()
1603 (*array_value)[2]->asSimple()->asBool()->value(), in parse_eat_record()
1606 (*array_value)[3]->asSimple()->asBool()->value(), in parse_eat_record()
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/
H A Darray92 for (T& array_value : __data) {
93 array_value = value;
/aosp_15_r20/external/googleapis/google/datastore/v1beta3/
H A Dentity.proto171 // A `Value` instance that sets field `array_value` must not set fields
173 ArrayValue array_value = 9; field
/aosp_15_r20/external/googleapis/google/datastore/v1/
H A Dentity.proto185 // A `Value` instance that sets field `array_value` must not set fields
187 ArrayValue array_value = 9; field
/aosp_15_r20/external/tink/cc/jwt/
H A Draw_jwt.h123 absl::string_view array_value);
H A Draw_jwt.cc704 absl::string_view array_value) { in AddJsonArrayClaim() argument
713 jwt_internal::JsonStringToProtoList(array_value); in AddJsonArrayClaim()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues_test.py99 array_value = np.array([1., 2., 3.])
102 return array_value
/aosp_15_r20/external/googleapis/google/firestore/v1beta1/
H A Ddocument.proto127 ArrayValue array_value = 9; field
/aosp_15_r20/external/googleapis/google/firestore/v1/
H A Ddocument.proto127 ArrayValue array_value = 9; field
/aosp_15_r20/external/googleapis/google/firestore/admin/v1beta2/
H A Dindex.proto68 // Indicates that this field supports operations on `array_value`s.
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_ir.h146 EncodedArray* array_value; member
/aosp_15_r20/external/googleapis/google/firestore/admin/v1/
H A Dindex.proto126 // Indicates that this field supports operations on `array_value`s.
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc576 ir_encoded_value->u.array_value = ParseEncodedArray(pptr); in ParseEncodedValue()
H A Dwriter.cc156 WriteEncodedArray(ir_value->u.array_value, data); in WriteEncodedValue()

12