HomeSort by relevance Sort by last modified time
    Searched full:whitelist (Results 151 - 175 of 327) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
resumption.c 94 /* Whitelist anything you might need in the sigaction */
sigsegv.c 70 /* Whitelist anything you might need in the sigaction */
  /external/chromium-trace/catapult/third_party/html5lib-python/
CHANGES.rst 43 * Allow data URIs in the sanitizer, with a whitelist of content-types.
  /external/curl/lib/
Makefile.am 33 objnames-test08.sh objnames-test10.sh objnames.inc checksrc.whitelist
  /external/curl/src/
Makefile.am 91 checksrc.whitelist
  /external/dbus/
cleanup-man-pages.sh 64 ## whitelist
  /external/dhcpcd-6.8.2/
if-options.h 187 in_addr_t *whitelist; member in struct:if_options
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 909 * Add a whitelist entry to an existing handler configuration
911 * @param entry new whitelist entry
929 * Re-initialize the whitelist of existing handler object
931 * @param entries array of whitelist entries
  /external/jetty/src/java/org/eclipse/jetty/servlets/
ProxyServlet.java 85 * <li>whiteList - comma-separated list of allowed proxy destinations
140 String white = config.getInitParameter("whiteList");
333 List whiteList = (whiteObj instanceof List)?(List)whiteObj:Collections.singletonList(whiteObj);
335 for (Object entry : whiteList)
  /external/webrtc/webrtc/base/
messagedigest.h 46 // A whitelist of approved digest algorithms from RFC 4572 (FIPS 180).
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 125 if ("whitelist".equals(op)) {
614 final String[] whitelist = mBmgr.getTransportWhitelist(); local
615 if (whitelist != null) {
616 for (String transport : whitelist) {
  /frameworks/base/core/java/android/app/
ActivityManagerInternal.java 153 * Sets how long a {@link PendingIntent} can be temporarily whitelist to by bypass restrictions
  /frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DoclavaTask.groovy 57 * If non-null and not-empty, the whitelist of packages that will be present in the generated
  /packages/apps/Dialer/src/com/android/dialer/database/
FilteredNumberContract.java 39 /** The type of filtering to be applied, e.g. block the number or whitelist the number. */
  /system/core/logd/
README.property 69 references, where '~' prefix means to blacklist otherwise whitelist. For
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 518 // The alternative, to check a whitelist of compatible interfaces, is
573 static const unsigned whitelist[] = { local
582 for (unsigned i = 0; i < sizeof(whitelist)/sizeof(whitelist[0]); ++i) {
583 if (mph == whitelist[i]) {
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 400 for (String whiteList : whiteLists) {
401 if (file.getName().equalsIgnoreCase(whiteList)) {
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 159 //configure device host whitelist of HCI host ID's; see specification ETSI TS 102 622 V11.1.10
165 jni_nfa_hci_cfg.num_whitelist_host = (UINT8) num; //number of HCI host ID's in the whitelist
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 229 // be whitelisted, but since the whitelist is temporary, that would be ok.
421 sb.append( " (whitelist: ");
  /packages/apps/Bluetooth/res/values/
strings.xml 35 <string name="permlab_bluetoothWhitelist">Whitelist bluetooth device access.</string>
37 <string name="permdesc_bluetoothWhitelist">Allows the app to temporarily whitelist
  /packages/apps/Bluetooth/res/values-en-rAU/
strings.xml 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Whitelist bluetooth device access."</string>
22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Allows the app to temporarily whitelist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string>
  /packages/apps/Bluetooth/res/values-en-rGB/
strings.xml 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Whitelist bluetooth device access."</string>
22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Allows the app to temporarily whitelist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string>
  /packages/apps/Bluetooth/res/values-en-rIN/
strings.xml 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Whitelist bluetooth device access."</string>
22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Allows the app to temporarily whitelist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string>
  /packages/apps/Bluetooth/res/values-tl/
strings.xml 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Mag-whitelist ng access ng isang bluetooth device."</string>
22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Pinapayagan ang app na pansamantalang mag-whitelist ng isang Bluetooth device, na pinapayagan ang device na iyon na magpadala ng mga file sa device na ito nang walang kumpirmasyon ng user."</string>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 117 // The time for which the whitelist entries remain valid.
162 if (V) Log.v(TAG, "Cleaning out whitelist entry " + entry.first);

Completed in 1038 milliseconds

1 2 3 4 5 67 8 91011>>