Home
last modified time | relevance | path

Searched refs:value_to_string (Results 1 – 4 of 4) sorted by relevance

/external/python/oauth2client/tests/contrib/django_util/
Dtest_django_models.py71 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)
/external/python/oauth2client/oauth2client/contrib/django_util/
Dmodels.py63 def value_to_string(self, obj): member in CredentialsField
/external/ltp/testcases/kernel/fs/doio/
Diogen.c123 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
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc69 const std::function<string(const Tvalue&)>& value_to_string, in EqualProtoMap() argument
87 value_to_string(elt_a.second), "' got: '", in EqualProtoMap()
88 value_to_string(iter->second), "'"); in EqualProtoMap()