Lines Matching defs:char
205 static deBool supressedWrite (int, const char*) { return false; }
206 static deBool supressedWriteFtm (int, const char*, va_list) { return false; }
207 static deBool openWrite (int type, const char* message) { DE_UNREF(type); DE_UNREF(message); return true; }
208 static deBool openWriteFtm (int type, const char* format, va_list args) { DE_UNREF(type); DE_UNREF(format); DE_UNREF(args); return true; }
903 char errBuffer[128] = { 0 };
912 char outBuffer[128] = { 0 };
938 std::string subQpaText{std::istreambuf_iterator<char>(subQpa),
939 std::istreambuf_iterator<char>()};
1022 const char* name;
1043 const char* name;
1092 BaseTestPackage::BaseTestPackage (tcu::TestContext& testCtx, const char* name)