Searched refs:log_info (Results 26 - 47 of 47) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c1373 log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) and wchar is neither utf16 nor utf32");
1415 log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) and wchar is neither utf16 nor utf32");
1479 log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) and wchar is neither utf16 nor utf32");
H A Dcrestst.c206 log_info("(run verbose for more information)\n");
H A Dcreststn.c436 log_info("Couldn't load iscii.bin from test data bundle, (because UCONFIG_NO_LEGACY_CONVERSION is turned on)\n");
2987 log_info("ulocdata_getCLDRVersion() returned: '%s'\n", tmp);
3028 case -1: log_info("CLDR version is behind 'current' (for testdata/root.txt) %s. Some things may fail.\n", tmp); break;
3029 case 1: log_info("CLDR version is ahead of 'current' (for testdata/root.txt) %s. Some things may fail.\n", tmp); break;
H A Dusrchtst.c44 #define CHECK_BREAK(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return; }
45 #define CHECK_BREAK_BOOL(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return TRUE; }
H A Dcloctst.c657 log_info("Number of locales returned = %d\n", locCount);
2475 log_info("test #%d: http[%s], ICU[%s], expect %s, %s\n",
2480 log_info("test #%d: http[%s], ICU[%s], expect %s, %s\n",
H A Dcapitst.c2256 log_info("Warning: ucol_open(%s, ...) returned %s, at least it didn't crash.\n", loc, u_errorName(status));
H A Dccapitst.c210 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount);
H A Dnucnvtst.c2672 log_info("After convert: target@%d, source@%d, status%s\n",
/external/icu4c/test/cintltst/
H A Dcapitst.c918 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);
919 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);
2330 log_info("Warning: ucol_open(%s, ...) returned %s, at least it didn't crash.\n", loc, u_errorName(status));
H A Dcustrtrn.c1373 log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) and wchar is neither utf16 nor utf32");
1415 log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) and wchar is neither utf16 nor utf32");
1504 log_info("Not testing u_str*WCS because (!UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION) and wchar is neither utf16 nor utf32");
H A Dcrestst.c206 log_info("(run verbose for more information)\n");
H A Dcreststn.c436 log_info("Couldn't load iscii.bin from test data bundle, (because UCONFIG_NO_LEGACY_CONVERSION is turned on)\n");
3000 log_info("ulocdata_getCLDRVersion() returned: '%s'\n", tmp);
3041 case -1: log_info("CLDR version is behind 'current' (for testdata/root.txt) %s. Some things may fail.\n", tmp); break;
3042 case 1: log_info("CLDR version is ahead of 'current' (for testdata/root.txt) %s. Some things may fail.\n", tmp); break;
H A Dcloctst.c801 log_info("Number of locales returned = %d\n", locCount);
2652 log_info("test #%d: http[%s], ICU[%s], expect %s, %s\n",
2657 log_info("test #%d: http[%s], ICU[%s], expect %s, %s\n",
H A Dusrchtst.c44 #define CHECK_BREAK(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return; }
45 #define CHECK_BREAK_BOOL(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return TRUE; }
H A Dccapitst.c167 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount);
H A Dnucnvtst.c2698 log_info("After convert: target@%d, source@%d, status%s\n",
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c796 log_info(const char* pattern, ...) function
/external/icu4c/test/iotest/
H A Diotest.cpp53 log_info(buffer);
/external/icu4c/tools/ctestfw/
H A Dctest.c797 log_info(const char* pattern, ...) function
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc497 << *shader->log_info();
H A Dgles2_cmd_decoder.cc6347 *params = shader->log_info() ? shader->log_info()->size() + 1 : 0;
6398 if (!program || !program->log_info()) {
6402 bucket->SetFromString(program->log_info()->c_str());
6412 if (!shader || !shader->log_info()) {
6416 bucket->SetFromString(shader->log_info()->c_str());
H A Dprogram_manager_unittest.cc136 EXPECT_TRUE(program1->log_info() == NULL);

Completed in 377 milliseconds

12