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

  /external/llvm/utils/lit/lit/formats/
googletest.py 13 def __init__(self, test_sub_dir, test_suffix):
15 self.test_suffix = str(test_suffix)
19 self.test_suffix += '.exe'
63 if not execpath.endswith(self.test_suffix):
  /external/chromium_org/build/android/pylib/linker/
test_case.py 291 test_suffix = 'ForLowMemoryDevice'
293 test_suffix = 'ForRegularDevice'
295 self.qualified_name = '%s.%s' % (class_name, test_suffix)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1122.js 37 test_suffix = ' suffix';
48 source += ') + test_suffix';
  /external/libnl/lib/route/sch/
netem.c 871 char *test_suffix = strstr(dist_type, dist_suffix); local
872 if (test_suffix != NULL && strlen(test_suffix) == 5)

Completed in 156 milliseconds