HomeSort by relevance Sort by last modified time
    Searched full:attrkey (Results 1 - 2 of 2) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 412 String attrKey = internStrategy.intern(seq.substring(index, end));
416 element.addAttribute(attrKey, DEFAULT_ATTR_VALUE);
430 element.addAttribute(attrKey, attrValue);
436 reportError(state, "No attribute for key " + attrKey);
441 element.addAttribute(attrKey, attrValue);
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 691 gchar *attrkey = g_strconcat (k_sysfs_attr_prefix, name, NULL); local
694 attrkey);
695 g_free (attrkey);

Completed in 337 milliseconds