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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder_unittest.py 60 all_types = set(
62 expected_types = all_types - set(('exact', 'reference'))
73 all_types = set(
75 expected_types = all_types - set(('exact',))
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 462 all_types = None variable
466 global all_types
467 if all_types == None:
468 all_types = map(lambda x: x['name'], info(TYPE))
469 return all_types
777 global all_types
786 all_types = None
945 global all_types
964 all_types = None
manpage.py 135 all_types = sepolicy.info(sepolicy.TYPE)
137 for rec in all_types:
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 228 rs_data_type all_types[] = {
243 for (int i = 0; i < sizeof(all_types) / sizeof(all_types[0]); i++) {
248 CreateAndTestAlloc(all_types[i], vecSize, gDimX, dimY, dimZ);
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 256 CV_EXPORTS const std::vector<MatType>& all_types();
258 #define ALL_TYPES testing::ValuesIn(all_types())
  /external/selinux/policycoreutils/gui/
polgengui.py 197 self.all_types = generate.get_all_types()
202 self.all_types = []
669 if name in self.all_types:
    [all...]
  /external/opencv3/modules/ts/src/
cuda_test.cpp 384 const vector<MatType>& all_types() function in namespace:cvtest

Completed in 463 milliseconds