/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
browser_options.py | 130 group.add_option('--android-blacklist-file', 131 help='Device blacklist JSON file.')
|
/external/skia/infra/bots/recipes/ |
swarm_ct_skps.py | 139 # If a blacklist file exists then specify SKPs to be blacklisted. 170 extra_variables, blacklist=blacklist_skps)
|
/frameworks/base/services/core/java/com/android/server/location/ |
GeofenceManager.java | 119 public GeofenceManager(Context context, LocationBlacklist blacklist) { 126 mBlacklist = blacklist;
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 339 // at the end of the scan (excluding the ones on blacklist) to the upper layer. 340 // Additionally, all BSSIDs that are in the BSSID blacklist should be ignored by Enhanced PNO
|
/system/nfc/halimpl/pn54x/ |
libnfc-nxp-PN80T_example.conf | 469 # Blacklist enable 0x01 470 # Blacklist disable 0x00
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
GlobalVariable.h | 180 /// The OEM's default secure boot blacklist signature store. Should be treated as read-only.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.platform.cros_device.html | 60 <dl><dt><a name="CrOSDevice-GetAllConnectedDevices"><strong>GetAllConnectedDevices</strong></a>(cls, blacklist)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
|
telemetry.internal.platform.desktop_device.html | 58 <dl><dt><a name="DesktopDevice-GetAllConnectedDevices"><strong>GetAllConnectedDevices</strong></a>(cls, blacklist)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
|
telemetry.internal.platform.ios_device.html | 62 <dl><dt><a name="IOSDevice-GetAllConnectedDevices"><strong>GetAllConnectedDevices</strong></a>(cls, blacklist)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
|
/external/clang/lib/Driver/ |
SanitizerArgs.cpp | 379 // Setup blacklist files. 380 // Add default blacklist from resource directory. 386 // Parse -f(no-)sanitize-blacklist options. 660 SmallString<64> BlacklistOpt("-fsanitize-blacklist="); [all...] |
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
initrd.txt | 86 export blacklist=
|
/external/llvm/lib/Support/ |
SpecialCaseList.cpp | 88 // Iterate through each line in the blacklist file.
|
/external/skia/src/gpu/ |
GrCaps.cpp | 153 r.appendf("Advanced Blend Equation Blacklist : 0x%x\n", fAdvBlendEqBlacklist);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant_i.h | 618 struct wpa_blacklist *blacklist; member in struct:wpa_supplicant 621 * extra_blacklist_count - Sum of blacklist counts after last connection 624 * failures (maximum number for any BSS) over blacklist clear 626 * failures prior to the last blacklist clear operation which happens [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
CategoryManager.java | 103 Log.w(TAG, "Category is null, skipping blacklist update");
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
UnrestrictedDataAccess.java | 282 // Sets UI state based on whitelist/blacklist status.
|
/system/core/logd/ |
LogWhiteBlackList.cpp | 124 // special case, translates to worst UID at priority in blacklist
|
/system/netd/server/ |
FirewallControllerTest.cpp | 101 createChain("fw_blacklist", BLACKLIST);
|
/external/clang/docs/ |
SanitizerCoverage.rst | 120 -blacklist=<string> - Blacklist file (sanitizer blacklist format).
|
/external/dhcpcd-6.8.2/ |
dhcpcd.8.in | 58 .Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr 624 .Fl X, Fl Fl blacklist 628 .It Fl X, Fl Fl blacklist Ar address Ns Op Ar /cidr
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SettingsBackupTest.java | 519 Set<String> settings, Set<String> settingsToBackup, Set<String> blacklist) { 521 Set<String> settingsNotBackedUpOrBlacklisted = difference(settingsNotBackedUp, blacklist); 529 intersect(settingsToBackup, blacklist), [all...] |
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiAutoJoinTest.py | 440 """Test wifi auto join functionality in medium range of blacklist BSSID. 452 """Test wifi auto join functionality in high range of blacklist BSSID. 481 """Test wifi auto join functionality in medium range of blacklist BSSID.
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 179 /** Package blacklist file. */ 812 } else if (opt.equals("--pkg-blacklist-file")) { [all...] |
/external/libmtp/ |
README | 304 * Edit /etc/modprobe.d/blacklist 306 * Add the line "blacklist usb-storage" 478 be to blacklist the "usb-storage" module in 479 /etc/modprobe.c/blacklist with a row like this: 480 "blacklist usb-storage". Some have even removed the
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
RenderScript.java | 68 * Sets the blackList of Models to only use support lib runtime. 71 * @param blackList User provided black list string. 74 * e.g. : To Blacklist Nexus 7(2013) and Nexus 5. 77 static public void setBlackList(String blackList) { 78 if (blackList != null) { 79 mBlackList = blackList; 215 // check against the blacklist [all...] |