Home
last modified time | relevance | path

Searched defs:property_value (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/tools/consistency_integration_test/
Dconsistency_test_base.py67 def recordProperty(self, property_name, property_value): argument
/external/executorch/backends/mediatek/runtime/include/
DNeuronLog.h72 char property_value[PROP_VALUE_MAX]; in ReadSystemProperty() local
/external/cronet/tot/base/win/
Dwin_util.cc91 const ScopedPropVariant& property_value) { in SetPropVariantValueForPropertyStore()
612 ScopedPropVariant property_value; in SetBooleanValueForPropertyStore() local
625 ScopedPropVariant property_value; in SetStringValueForPropertyStore() local
638 ScopedPropVariant property_value; in SetClsidForPropertyStore() local
/external/cronet/stable/base/win/
Dwin_util.cc91 const ScopedPropVariant& property_value) { in SetPropVariantValueForPropertyStore()
612 ScopedPropVariant property_value; in SetBooleanValueForPropertyStore() local
625 ScopedPropVariant property_value; in SetStringValueForPropertyStore() local
638 ScopedPropVariant property_value; in SetClsidForPropertyStore() local
/external/freetype/src/base/
Dftinit.c120 char property_value[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py372 def set_manager_property(self, property_name, property_value): argument
378 def set_optional_manager_property(self, property_name, property_value): argument
/external/cronet/stable/net/dns/
Ddns_config_service_android.cc113 char property_value[PROP_VALUE_MAX]; in DoWork() local
/external/cronet/tot/net/dns/
Ddns_config_service_android.cc113 char property_value[PROP_VALUE_MAX]; in DoWork() local
/external/image_io/src/jpeg/
Djpeg_segment_builder.cc135 const std::string& property_name, const std::string& property_value) { in AddXmpPropertyNameAndValue()
/external/libultrahdr/third_party/image_io/src/jpeg/
Djpeg_segment_builder.cc135 const std::string& property_name, const std::string& property_value) { in AddXmpPropertyNameAndValue()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp568 glw::GLint property_value = 0; in verifyPropertyValue() local
/external/libbrillo/brillo/dbus/
Dexported_object_manager_test.cc46 std::string property_value; in ReadTestPropertyDict() local
/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc106 for (const auto& property_value : expected_property_values) { in check_properties() local
/external/rust/android-crates-io/crates/regex-syntax/src/
Dunicode.rs194 let property_value = symbolic_name_normalize(property_value); in canonicalize() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/
Dunicode.rs244 let property_value = symbolic_name_normalize(property_value); in canonicalize() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/
Dunicode.rs244 let property_value = symbolic_name_normalize(property_value); in canonicalize() localVariable
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc317 const char* property_value) { in check_property()
/external/intel-media-driver/media_softlet/linux/common/os/xe/
Dmos_bufmgr_xe.c2333 uint64_t property_value = 0; in __mos_bo_context_exec_retry_xe() local
/external/openthread/tests/scripts/thread-cert/
Dnode.py386 def set_dbus_property(self, property_name, property_value): argument