HomeSort by relevance Sort by last modified time
    Searched defs:blacklist (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/skia/gn/
find_headers.py 12 # then write them to skia.h with a small blacklist.
20 blacklist = { variable
29 if f.endswith('.h') and f not in blacklist:
  /external/skqp/gn/
find_headers.py 12 # then write them to skia.h with a small blacklist.
20 blacklist = { variable
29 if f.endswith('.h') and f not in blacklist:
  /system/bt/service/test/
advertise_data_unittest.cc 89 uint8_t blacklist[] = {HCI_EIR_FLAGS_TYPE, HCI_EIR_OOB_BD_ADDR_TYPE, local
92 for (size_t i = 0; i < sizeof(blacklist); i++) {
93 const std::vector<uint8_t> data{0x02, blacklist[i], 0x00};
  /external/adhd/cras/src/server/config/
cras_device_blacklist.c 26 struct cras_device_blacklist *blacklist; local
29 blacklist = calloc(1, sizeof(*blacklist));
30 if (!blacklist)
36 blacklist->ini = iniparser_load(ini_name);
38 return blacklist;
41 void cras_device_blacklist_destroy(struct cras_device_blacklist *blacklist)
43 if (blacklist && blacklist->ini)
44 iniparser_freedict(blacklist->ini)
    [all...]
  /external/adhd/cras/src/tests/
device_blacklist_unittest.cc 31 TEST(Blacklist, EmptyBlacklist) {
33 struct cras_device_blacklist *blacklist; local
37 blacklist = cras_device_blacklist_create(CONFIG_PATH);
38 ASSERT_NE(static_cast<cras_device_blacklist*>(NULL), blacklist); local
39 EXPECT_EQ(0, cras_device_blacklist_check(blacklist, 0x0d8c, 0x0008, 0, 0));
41 cras_device_blacklist_destroy(blacklist);
44 TEST(Blacklist, BlackListOneUsbOutput) {
48 struct cras_device_blacklist *blacklist; local
52 blacklist = cras_device_blacklist_create(CONFIG_PATH);
53 ASSERT_NE(static_cast<cras_device_blacklist*>(NULL), blacklist); local
69 struct cras_device_blacklist *blacklist; local
74 ASSERT_NE(static_cast<cras_device_blacklist*>(NULL), blacklist); local
    [all...]
  /external/python/cpython3/Lib/test/test_tools/
test_sundry.py 24 blacklist = ['make_ctype'] variable in class:TestSundryScripts
30 skiplist = blacklist + whitelist + windows_only + other
  /external/skia/infra/bots/recipes/
test.py 32 def blacklist(quad): function in function:dm_flags
170 blacklist('gltestthreading gm _ lcdblendmodes')
171 blacklist('gltestthreading gm _ lcdoverlap')
172 blacklist('gltestthreading gm _ textbloblooper')
174 blacklist('gltestthreading gm _ bleed_alpha_bmp')
175 blacklist('gltestthreading gm _ bleed_alpha_bmp_shader')
176 blacklist('gltestthreading gm _ bleed_alpha_image')
177 blacklist('gltestthreading gm _ bleed_alpha_image_shader')
178 blacklist('gltestthreading gm _ savelayer_with_backdrop')
179 blacklist('gltestthreading gm _ persp_shaders_bw'
    [all...]
  /external/skqp/infra/bots/recipes/
test.py 32 def blacklist(quad): function in function:dm_flags
176 blacklist('gltestthreading gm _ lcdblendmodes')
177 blacklist('gltestthreading gm _ lcdoverlap')
178 blacklist('gltestthreading gm _ textbloblooper')
180 blacklist('gltestthreading gm _ bleed_alpha_bmp')
181 blacklist('gltestthreading gm _ bleed_alpha_bmp_shader')
182 blacklist('gltestthreading gm _ bleed_alpha_image')
183 blacklist('gltestthreading gm _ bleed_alpha_image_shader')
184 blacklist('gltestthreading gm _ savelayer_with_backdrop')
185 blacklist('gltestthreading gm _ persp_shaders_bw'
    [all...]
  /external/autotest/site_utils/lxc/
lxc.py 135 blacklist=[error.CmdTimeoutError], variable
147 blacklist=[error.CmdTimeoutError],
  /frameworks/rs/tests/lldb/
config.py 85 def blacklist(self): member in class:Config
86 '''Provide a test blacklist for skipping specific tests.
88 To specify the blacklist from the command line the following can be
89 used: --blacklist test1.py test2.py ...'''
  /external/conscrypt/platform/src/test/java/org/conscrypt/
CertBlacklistTest.java 41 CertBlacklist blacklist = CertBlacklist.getDefault(); local
42 assertTrue(blacklist.isPublicKeyBlackListed(blacklistedCa.getPublicKey()));
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 41 blacklist = '' variable in class:graphics_GLBench
118 options += self.blacklist
  /build/make/tools/fs_config/
fs_config_generate.c 63 "minus blacklist. Partitions are identified as path references to\n"
189 bool blacklist = false; local
191 blacklist = true;
208 if (!blacklist) submit = true;
  /external/guice/core/src/com/google/inject/internal/
State.java 118 public void blacklist(Key<?> key, State state, Object source) {
185 * blacklist their bound keys on their parent injectors to prevent just-in-time bindings on the
188 void blacklist(Key<?> key, State state, Object source); method in interface:State
InheritingState.java 173 public void blacklist(Key<?> key, State state, Object source) { method in class:InheritingState
174 parent.blacklist(key, state, source);
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionSetting.java 77 final String blacklist = cameraFacing == OneCamera.Facing.FRONT ? mResolutionBlackListFront local
92 blacklist);
114 String blacklist = ""; local
116 blacklist = mResolutionBlackListBack;
118 blacklist = mResolutionBlackListFront;
133 ResolutionUtil.isBlackListed(pictureSize, blacklist);
154 blacklist);
  /frameworks/base/services/core/java/com/android/server/
CertBlacklister.java 80 String blacklist = getValue(); local
81 if (blacklist != null) {
82 Slog.i(TAG, "Certificate blacklist changed, updating...");
91 out.write(blacklist.getBytes());
96 Slog.i(TAG, "Certificate blacklist updated");
98 Slog.e(TAG, "Failed to write blacklist", e);
128 // set up the public key blacklist observer
135 // set up the serial number blacklist observer
  /art/tools/hiddenapi/
hiddenapi_test.cc 45 const ScratchFile& blacklist,
72 argv_str.push_back("--blacklist=" + blacklist.GetFilename());
224 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
227 OpenStream(blacklist) << "LMain;->ifield:LBadType3;" << std::endl;
228 auto dex_file = RunHiddenApi(light_greylist, dark_greylist, blacklist, {}, &dex);
233 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
236 OpenStream(blacklist) << "LMain;->ifield:LBadType3;" << std::endl;
237 auto dex_file = RunHiddenApi(light_greylist, dark_greylist, blacklist, {}, &dex);
242 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
251 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
260 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
269 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
278 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
287 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
296 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
305 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
314 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
323 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
332 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
341 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
350 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
359 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
368 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
377 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
386 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
395 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
404 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
413 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
422 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
431 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
440 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
449 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
458 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
467 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
476 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
485 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
494 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
503 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
512 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
521 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
530 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
539 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
548 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
557 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
566 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
575 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
584 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
593 ScratchFile dex, light_greylist, dark_greylist, blacklist; local
    [all...]
  /external/curl/lib/
pipeline.c 168 struct curl_llist *blacklist = local
171 if(blacklist) {
174 curr = blacklist->head;
  /frameworks/base/services/core/java/com/android/server/location/
GnssSatelliteBlacklistHelper.java 18 * Detects blacklist change and updates the blacklist.
52 String blacklist = Settings.Global.getString( local
55 if (blacklist == null) {
56 blacklist = "";
59 Log.d(TAG, String.format("Update GNSS satellite blacklist: %s", blacklist));
64 blacklistValues = parseSatelliteBlacklist(blacklist);
66 Log.e(TAG, "Exception thrown when parsing blacklist string.", e);
71 Log.e(TAG, "blacklist string has odd number of values.
    [all...]
  /frameworks/base/services/robotests/src/com/android/server/location/
GnssSatelliteBlacklistHelperTest.java 61 String blacklist = "3,0,5,24"; local
62 updateBlacklistAndVerifyCallbackIsCalled(blacklist);
67 String blacklist = "3, 11"; local
68 updateBlacklistAndVerifyCallbackIsCalled(blacklist);
73 String blacklist = ""; local
74 updateBlacklistAndVerifyCallbackIsCalled(blacklist);
79 String blacklist = "3,0,5"; local
80 updateBlacklistAndNotifyContentObserver(blacklist);
86 String blacklist = "3,-11"; local
87 updateBlacklistAndNotifyContentObserver(blacklist);
93 String blacklist = "3,1a,5,11"; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CertBlacklisterTest.java 53 // read the contents of the pubkey blacklist
54 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
56 assertEquals("", blacklist);
60 // build a new thing to blacklist
65 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
67 assertEquals(badPubkey, blacklist);
75 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
76 assertEquals(badPubkey, blacklist);
82 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
83 assertEquals(badPubkey, blacklist);
89 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
96 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
106 String blacklist = IoUtils.readFileAsString(PUBKEY_PATH); local
107 assertEquals(bl.toString(), blacklist); local
114 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
125 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
135 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
142 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
149 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
156 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
166 String blacklist = IoUtils.readFileAsString(SERIAL_PATH); local
167 assertEquals(bl.toString(), blacklist); local
    [all...]
  /frameworks/base/tools/preload2/src/com/android/preload/actions/
ComputeThresholdAction.java 38 * appears in at least the number of threshold given packages. An optional blacklist can be
43 private Pattern blacklist; field in class:ComputeThresholdAction
47 * Create an action with the given parameters. The blacklist is a regular expression
51 String blacklist) {
55 if (blacklist != null) {
56 this.blacklist = Pattern.compile(blacklist);
88 Set<String> result = fromThreshold(uses, blacklist, threshold);
101 private Set<String> fromThreshold(Map<String, Set<String>> classUses, Pattern blacklist,
107 if (blacklist == null || !blacklist.matcher(e.getKey()).matches())
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
MetricsXmlParserTest.java 149 /** Test parsing a document with blacklist metrics */
175 Set<String> blacklist = ImmutableSet.of("metric1", "metric3"); local
177 MetricsXmlParser.parse(mMetrics, blacklist, new ByteArrayInputStream(getOutput()));
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
Icu4jTransform.java 728 List<BodyDeclarationLocator> blacklist = local
735 List<BodyDeclarationLocator> blacklist = local
    [all...]

Completed in 1028 milliseconds

1 2 3