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

  /external/skia/src/gpu/gl/
GrGLShaderVar.h 217 TypeString(effectiveType),
222 TypeString(effectiveType),
228 TypeString(effectiveType),
234 static const char* TypeString(Type t) {
GrGLProgram.cpp 100 return GrGLShaderVar::TypeString(float_vector_type(count));
    [all...]
  /external/webkit/Source/WebKit2/Shared/
APIObject.h 52 TypeString,
WebString.h 41 static const Type APIType = TypeString;
UserMessageCoders.h 93 case APIObject::TypeString: {
238 case APIObject::TypeString: {
  /external/valgrind/tsan/
ts_events.h 128 tid(), TypeString(type()), pc(), a(), info());
131 static const char *TypeString(EventType type) {
ts_stats.h 191 Printf(" %25s: %'ld\n", Event::TypeString((EventType)i),
  /external/clang/utils/TableGen/
NeonEmitter.cpp 392 /// TypeString - for a modifier and type, generate the name of the typedef for
394 static std::string TypeString(const char mod, StringRef typestr) {
694 s += TypeString(proto[i], typestr) + " __";
719 s += TypeString(proto[i], typestr) + " __";
743 s = "(" + TypeString('d', typestr) + "){ ";
789 std::string ts = TypeString(proto[0], typestr);
947 ts = TypeString(proto[1], typestr);
981 s += "(" + TypeString(proto[0], typestr) + ")";
982 abd = "(" + TypeString('d', utype) + ")" + abd;
998 s += "(" + TypeString(proto[0], typestr) + ")"
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorValues.h 63 TypeString,
152 explicit InspectorString(const String& value) : InspectorValue(TypeString), m_stringValue(value) { }
153 explicit InspectorString(const char* value) : InspectorValue(TypeString), m_stringValue(value) { }
InjectedScript.cpp 211 if (result && result->type() == InspectorValue::TypeString) {
InspectorValues.cpp 636 ASSERT(type() == TypeString);
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 168 milliseconds