Searched refs:value_to_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/build/bazel/product_config/ |
H A D | product_variables_for_attributes.bzl | 20 def value_to_string(value): 34 result[var] = value_to_string(getattr(ctx.attr, "_" + var)[BuildSettingInfo].value) 36 …result["debuggable"] = value_to_string(ctx.attr._target_build_variant[BuildSettingInfo].value in [… 37 result["eng"] = value_to_string(ctx.attr._target_build_variant[BuildSettingInfo].value == "eng")
|
/aosp_15_r20/external/python/oauth2client/tests/contrib/django_util/ |
D | test_django_models.py | 71 value_str = self.fake_model_field.value_to_string(self.fake_model) 76 value_str = self.fake_model_field.value_to_string(self.fake_model)
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 123 char *value_to_string(struct strmap *map, int val); 449 char *value_to_string(), *type; in startup_info() 518 type = value_to_string(Ftype_Map, File_List[i].f_type); in startup_info() 1358 char *value_to_string(struct strmap *map, int val) in value_to_string() function
|
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | models.py | 63 def value_to_string(self, obj): member in CredentialsField
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_subgraphs_pass_test.cc | 70 const std::function<string(const Tvalue&)>& value_to_string, in EqualProtoMap() argument 88 value_to_string(elt_a.second), "' got: '", in EqualProtoMap() 89 value_to_string(iter->second), "'"); in EqualProtoMap()
|