Searched refs:wildcards (Results 1 – 25 of 50) sorted by relevance
12
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user_sqlite | 8 CREATE TABLE wildcards( 16 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 17 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | testsuite.py | 55 self.wildcards = None # dictionary mapping test paths to list of outcomes 86 (self.rules, self.wildcards) = \ 126 for rule in self.wildcards: 130 t.outcomes = self.wildcards[rule] 150 for rule in self.wildcards: 152 print("Unused rule: %s -> %s" % (rule, self.wildcards[rule]))
|
D | statusfile.py | 126 wildcards = {} 137 _ParseOutcomeList(rule, section[rule], wildcards, variables) 140 return rules, wildcards
|
/external/chromium_org/extensions/common/ |
D | csp_validator.cc | 46 int wildcards = 0; in HasOnlySecureTokens() local 50 wildcards++; in HasOnlySecureTokens() 51 if (wildcards > 2) in HasOnlySecureTokens()
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 184 Possible wildcards:\ 229 Possible wildcards:\ 267 Possible wildcards:\ 392 Possible wildcards:\ 401 Possible wildcards:\ 410 Possible wildcards:\ 420 Possible wildcards:\ 427 Possible wildcards:\ 435 Possible wildcards:\
|
/external/valgrind/unittest/ |
D | wildcard_test.supp | 2 # wildcards. The wildcard here is just an asterisk ('*')
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/ |
D | rpm.spec | 37 - Use wildcards for doc/ and lib/ directories
|
/external/elfutils/ |
D | NOTES | 37 (how do wildcards work with these languages*?). Therefore it is left
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | chrome.release | 15 # // TODO(caitkp): Find a way to do this without wildcards.
|
/external/linux-tools-perf/Documentation/ |
D | perf-probe.txt | 55 Delete probe events. This accepts glob wildcards('*', '?') and character 143 …hing but ignoring spaces in both of pattern and target. So this accepts wildcards('*', '?') and ch…
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | phpdoc.ini | 74 ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore
|
/external/chromium_org/tools/win/ |
D | copy-installer.bat | 132 REM We can't use a for..in..do loop since we have wildcards, so we make a call
|
/external/chromium_org/chrome/test/chromedriver/test/ |
D | test_expectations | 227 List of disabled test matchers, which may contain '*' wildcards.
|
/external/chromium_org/build/ |
D | java.gypi | 34 # wildcard, and supports '**/' for recursive path wildcards, ie.:
|
/external/openssh/ |
D | PROTOCOL.certkeys | 149 any principal of the specified type. XXX DNS wildcards?
|
D | sshd.0 | 418 wildcards); each pattern in turn is matched against the canonical host
|
/external/bzip2/ |
D | bzip2.txt | 304 designed so that the use of wildcards in subsequent pro-
|
D | bzip2.1.preformatted | 307 designed so that the use of wildcards in subsequent pro
|
/external/iproute2/doc/ |
D | ss.sgml | 171 matching to socket names by shell wildcards. Also, prefixes
|
/external/libsepol/ |
D | ChangeLog | 453 the wildcards in libsepol.map.
|
/external/dnsmasq/po/ |
D | fi.po | 379 msgid "Map MAC address (with wildcards) to option set."
|
D | pt_BR.po | 379 msgid "Map MAC address (with wildcards) to option set."
|
D | it.po | 379 msgid "Map MAC address (with wildcards) to option set."
|
D | de.po | 415 msgid "Map MAC address (with wildcards) to option set."
|
D | ro.po | 390 msgid "Map MAC address (with wildcards) to option set."
|
12