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

  /system/libufdt/tests/src/
ufdt_gen_test_dts.c 109 static void output_prop_str(FILE *fp, const char *prop, const char *value) { function
118 output_prop_str(fp, prop, value);
128 output_prop_str(fp, prop, value);
  /external/tensorflow/tensorflow/python/grappler/
item.i 157 string output_prop_str = output_props[i].SerializeAsString();
158 PyObject* output_prop = PyBytes_FromStringAndSize(output_prop_str.data(),
159 output_prop_str.size());
  /system/libufdt/utils/src/
mkdtimg_dump.c 104 static void output_prop_str(FILE *out_fp, const char *name, const char *value) { function
144 output_prop_str(out_fp, "(FDT)compatible", compatible ? compatible : "(unknown)");

Completed in 2468 milliseconds