Home
last modified time | relevance | path

Searched refs:string_set (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dutil_test.cc59 std::set<const char*> string_set = {"a", "b"}; in TEST() local
60 EXPECT_EQ(VectorString(string_set), "(a, b)"); in TEST()
/external/kernel-headers/original/uapi/linux/
Dethtool.h711 __u32 string_set; member
/external/ethtool/
Dethtool-copy.h621 __u32 string_set; member
Dethtool.c1819 strings->string_set = set_id; in get_stringset()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp303 static void string_set(char** out, const char* in) in string_set() function
2745 string_set(&info->text_keys[info->text_num - 1], key); in lodepng_add_text()
2748 string_set(&info->text_strings[info->text_num - 1], str); in lodepng_add_text()
2824 string_set(&info->itext_keys[info->itext_num - 1], key); in lodepng_add_itext()
2827 string_set(&info->itext_langtags[info->itext_num - 1], langtag); in lodepng_add_itext()
2830 string_set(&info->itext_transkeys[info->itext_num - 1], transkey); in lodepng_add_itext()
2833 string_set(&info->itext_strings[info->itext_num - 1], str); in lodepng_add_itext()