HomeSort by relevance Sort by last modified time
    Searched refs:prop_str (Results 1 - 3 of 3) sorted by null

  /system/core/init/
action_parser.cpp 57 const static std::string prop_str("property:");
58 std::string prop_name(trigger.substr(prop_str.length()));
80 const static std::string prop_str("property:");
94 if (!args[i].compare(0, prop_str.length(), prop_str)) {
  /external/dtc/tests/
trees.S 59 #define PROP_STR(tree, name, str) \
91 PROP_STR(test_tree1, compatible, "test_tree1")
94 PROP_STR(test_tree1, prop_str, TEST_STRING_1)
99 PROP_STR(test_tree1, compatible, "subnode1")
104 PROP_STR(test_tree1, compatible, "subsubnode1\0subsubnode")
105 PROP_STR(test_tree1, placeholder, "this is a placeholder string\0string2")
124 PROP_STR(test_tree1, compatible, "subsubnode2\0subsubnode")
141 STRING(test_tree1, prop_str, "prop-str")
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 152 string prop_str; local
153 ::tensorflow::protobuf::TextFormat::PrintToString(prop, &prop_str);
157 EXPECT_EQ(prop_str, out_prop_str);
    [all...]

Completed in 6079 milliseconds