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

  /external/sonic/
wave.c 146 static void expectString(
195 expectString(file, "RIFF");
197 expectString(file, "WAVE"); /* 08 - WAVE */
198 expectString(file, "fmt "); /* 12 - fmt */
221 expectString(file, "data"); /* 36 - data */
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 155 Verifier.expectString("void f() {\n}\n\n");
161 Verifier.expectString("{\n}\n");
MatchVerifier.h 270 void expectString(const std::string &Str) {
271 ExpectString = Str;
281 if (Print.str() != ExpectString) {
284 Msg << "Expected pretty print <" << ExpectString << ">, found <"
291 std::string ExpectString;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java     [all...]

Completed in 87 milliseconds