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

  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
policy_RestoreOnStartupURLs.py 34 TEST_CASES = {
90 if self.TEST_CASES[case] is None:
94 policy_value = ','.join(self.TEST_CASES[case])
96 policy_json = {self.POLICY_NAME: self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
policy_EditBookmarksEnabled.py 50 TEST_CASES = {
124 policy_value = self.json_string(self.TEST_CASES[case])
125 policy_json = {self.POLICY_NAME: self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
policy_CookiesAllowedForUrls.py 52 TEST_CASES = {
123 policy_value = ','.join(self.TEST_CASES[case])
124 policy_json = {POLICY_NAME: self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
policy_CookiesBlockedForUrls.py 50 TEST_CASES = {
123 policy_value = ','.join(self.TEST_CASES[case])
124 policy_json = {'CookiesBlockedForUrls': self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
policy_PopupsAllowedForUrls.py 46 TEST_CASES = {
124 policy_value = ','.join(self.TEST_CASES[case])
125 policy_json = {self.POLICY_NAME: self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
policy_PopupsBlockedForUrls.py 46 TEST_CASES = {
124 policy_value = ','.join(self.TEST_CASES[case])
125 policy_json = {self.POLICY_NAME: self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
policy_JavaScriptAllowedForUrls.py 53 TEST_CASES = {
144 if not self.TEST_CASES[case]:
147 policy_value = ','.join(self.TEST_CASES[case])
148 policy_json = {'JavaScriptAllowedForUrls': self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
policy_JavaScriptBlockedForUrls.py 55 TEST_CASES = {
145 if not self.TEST_CASES[case]:
148 policy_value = ','.join(self.TEST_CASES[case])
149 policy_json = {'JavaScriptBlockedForUrls': self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_ManagedBookmarks/
policy_ManagedBookmarks.py 56 TEST_CASES = {
170 if self.TEST_CASES[case] is None:
174 policy_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
policy_ImagesAllowedForUrls.py 52 TEST_CASES = {
128 if case not in self.TEST_CASES:
161 for case in sorted(self.TEST_CASES):
167 for case, value in sorted(self.TEST_CASES.items()):
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
policy_ImagesBlockedForUrls.py 53 TEST_CASES = {
129 if case not in self.TEST_CASES:
162 for case in sorted(self.TEST_CASES):
168 for case, value in sorted(self.TEST_CASES.items()):
  /external/autotest/client/site_tests/policy_URLWhitelist/
policy_URLWhitelist.py 35 Two TEST_CASES (SingleWhitelistedFile, MultipleWhitelistedFiles) are
50 TEST_CASES = {
186 if not self.TEST_CASES[case]:
189 policy_value = ','.join(self.TEST_CASES[case])
190 policies_json.update({'URLWhitelist': self.TEST_CASES[case]})
  /external/autotest/client/site_tests/policy_ProxySettings/
policy_ProxySettings.py 133 TEST_CASES = {
198 policy_value = self.TEST_CASES[case]
199 policies_json = {POLICY_NAME: self.TEST_CASES[case]}
  /external/autotest/client/site_tests/policy_URLBlacklist/
policy_URLBlacklist.py 47 TEST_CASES = {
167 if case not in self.TEST_CASES:
  /external/sfntly/cpp/
CMakeLists.txt 78 file(GLOB TEST_CASES src/test/*.cc src/test/autogenerated/*.cc)
85 ${TEST_CASES} ${CHROME_SUBSETTER_LIB}
  /external/autotest/client/cros/
enterprise_policy_base.py 448 if test_case not in self.TEST_CASES:
460 for test_case in sorted(self.TEST_CASES):
466 for test_case, value in sorted(self.TEST_CASES.items()):
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageViewTests.cpp 350 #define ADD_SUBRESOURCE_RANGE_TESTS(TEST_CASES) \
352 for (int configNdx = 0; configNdx < DE_LENGTH_OF_ARRAY(TEST_CASES); configNdx++) \
355 const TestCaseConfig config = TEST_CASES[configNdx]; \
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java     [all...]
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java     [all...]
NumberFormatTest.java     [all...]

Completed in 1107 milliseconds