HomeSort by relevance Sort by last modified time
    Searched refs:test_name (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
gtest-param-test.h     [all...]
  /system/core/sdcard/
sdcard.c 271 const char *test_name = entry->d_name; local
272 if (strcmp(test_name, node_name) && !strcasecmp(test_name, node_name)) {
274 node->actual_name = strdup(test_name);
  /external/bluetooth/glib/glib/
gtestutils.c 867 * @test_name: the name for the test case
874 * Create a new #GTestCase, named @test_name, this API is fairly
886 * called with the same fixture, but varying @test_name and
894 g_test_create_case (const char *test_name,
902 g_return_val_if_fail (test_name != NULL, NULL);
903 g_return_val_if_fail (strchr (test_name, '/') == NULL, NULL);
904 g_return_val_if_fail (test_name[0] != 0, NULL);
907 tc->name = g_strdup (test_name);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 508 String test_name = args[0]; local
510 MonkeyInstrumentationEvent e = new MonkeyInstrumentationEvent(test_name, runner_name);
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 673 TestInfo* GetTestInfo(const char* test_name);
764 const String &test_name);
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 748 TestInfo* GetTestInfo(const char* test_name);
842 const String &test_name);
    [all...]
gtest.cc 422 const String &test_name) {
425 test_name.c_str());
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 357 const String &test_name) {
360 test_name.c_str());
    [all...]
  /external/netperf/
nettest_bsd.c     [all...]
nettest_xti.c 396 if ((strcmp(test_name,"XTI_TCP_STREAM") == 0) ||
397 (strcmp(test_name,"XTI_TCP_RR") == 0) ||
398 (strcmp(test_name,"XTI_TCP_CRR") == 0)) {
    [all...]
nettest_sdp.c     [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 64 test_name = name;
74 assertTrue(listener_called, "listerner not called for " + test_name);
75 assertNull(exception, test_name)
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 291 const char* test_name; member in struct:GenerateSearchURLCase
316 LOG(ERROR) << generate_url_cases[i].test_name << " failed. Expected " <<
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 158 test_name = self._port.relative_test_filename(test_input.filename)
163 self._current_test_batch.append(test_name)
  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /external/v8/tools/
test.py 647 test_name = test.GetName()
648 if not name or name.match(test_name):
649 full_path = current_path + [test_name]
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 381 const String &test_name);
    [all...]
gtest.cc 475 const String &test_name) {
478 test_name.c_str());
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 456 const String &test_name);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 627 const String &test_name);
    [all...]
gtest.cc 456 const String &test_name) {
459 test_name.c_str());
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 464 const String &test_name) {
467 test_name.c_str());
    [all...]

Completed in 965 milliseconds

1 2 34 5