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

  /external/elfutils/libebl/
eblobjnotetypename.c 71 static const char *knowntypes[] = local
80 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
81 && knowntypes[type] != NULL)
82 res = knowntypes[type];
eblcorenotetypename.c 70 static const char *knowntypes[] = local
92 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
93 && knowntypes[type] != NULL)
94 res = knowntypes[type];
eblsectiontypename.c 70 static const char *knowntypes[] = local
93 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
94 && knowntypes[section] != NULL)
95 res = knowntypes[section];
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 412 String[] knownTypes = { "point", "spot", "directional" };
417 for (int i = 0; i < knownTypes.length; i ++) {
418 NodeList nl = light.getElementsByTagName(knownTypes[i]);
  /external/elfutils/src/
readelf.c 679 static const char *const knowntypes[] = local
687 puts (gettext (knowntypes[e_type]));
    [all...]

Completed in 88 milliseconds