HomeSort by relevance Sort by last modified time
    Searched full:that (Results 726 - 750 of 189771) sorted by null

<<21222324252627282930>>

  /external/autotest/client/tests/sound_infrastructure/
control 2 # Use of this source code is governed by a BSD-style license that can be
17 This tests that the sound infrastructure such as device and control names
18 are present when the system is running. And that permissions are sane
  /external/autotest/server/cros/network/
wifi_interface_claim_context.py 2 # Use of this source code is governed by a BSD-style license that can be
6 """Context that encapsulates claiming of a wifi interface.
8 This context ensures that if the test fails while the interface is claimed
  /external/autotest/server/site_tests/brillo_HWRandom/
control 2 # Use of this source code is governed by a BSD-style license that can be
13 Tests that /dev/hw_random is present and passes basic statistical tests. This
14 test requires that the 'dieharder' package is installed on the server.
  /external/autotest/server/site_tests/kernel_IgnoreGptOptionServer/
control 2 # Use of this source code is governed by a BSD-style license that can be
7 PURPOSE = 'Test that the kernel ignores the "gpt" cmd line option.'
13 Checks that kernel is ignoring the command line option "gpt".
  /external/autotest/server/site_tests/network_WiFi_DisableRandomMACAddress/
control 2 # Use of this source code is governed by a BSD-style license that can be
13 This test verifies that MAC address randomization can be
14 turned on and then off, and that scans launched afterwards
  /external/autotest/server/site_tests/network_WiFi_HiddenRemains/
control 2 # Use of this source code is governed by a BSD-style license that can be
14 This test verifies that shill continues to remember that a network is
  /external/autotest/server/site_tests/network_WiFi_MultiAuth/
control 2 # Use of this source code is governed by a BSD-style license that can be
14 This test is designed to check that we can successfully select
15 between two networks with identical SSIDs that have different
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
InputDecryptor.java 8 * General interface for an operator that is able to produce
9 * an InputStream that will decrypt a stream of encrypted data.
23 * that decrypts what it reads from encIn before returning it.
  /external/clang/test/CodeGen/
attr-target-x86-mmx.c 2 // Picking a cpu that doesn't have mmx or sse by default so we can enable it later.
8 // Verify that when we turn on sse that we also turn on mmx.
  /external/curl/docs/cmdline-opts/
no-sessionid.d 7 done using the cache. Note that while nothing should ever get hurt by
9 implementations in the wild that may require you to disable this in order for
12 Note that this is the negated option name documented. You can thus use
  /external/icu/icu4c/source/i18n/
dtrule.cpp 85 DateTimeRule::operator==(const DateTimeRule& that) const {
86 return ((this == &that) ||
87 (typeid(*this) == typeid(that) &&
88 fMonth == that.fMonth &&
89 fDayOfMonth == that.fDayOfMonth &&
90 fDayOfWeek == that.fDayOfWeek &&
91 fWeekInMonth == that.fWeekInMonth &&
92 fMillisInDay == that.fMillisInDay &&
93 fDateRuleType == that.fDateRuleType &&
94 fTimeRuleType == that.fTimeRuleType))
    [all...]
tztrans.cpp 67 TimeZoneTransition::operator==(const TimeZoneTransition& that) const {
68 if (this == &that) {
71 if (typeid(*this) != typeid(that)) {
74 if (fTime != that.fTime) {
77 if ((fFrom == NULL && that.fFrom == NULL)
78 || (fFrom != NULL && that.fFrom != NULL && *fFrom == *(that.fFrom))) {
79 if ((fTo == NULL && that.fTo == NULL)
80 || (fTo != NULL && that.fTo != NULL && *fTo == *(that.fTo)))
    [all...]
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_set_caps_fd.3 11 This function will write the file based capabilities to the extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.2
  /external/libchrome/base/power_monitor/
power_observer.h 2 // Use of this source code is governed by a BSD-style license that can be
19 // Notification that the system is suspending.
22 // Notification that the system is resuming.
  /external/libchrome/dbus/
scoped_dbus_error.h 2 // Use of this source code is governed by a BSD-style license that can be
14 // Utility class to ensure that DBusError is freed.
17 // Do not inline methods that call dbus_error_xxx() functions.
  /external/libphonenumber/demo/
README 2 Note that this needs to be done only once.
4 Note that you don't need to manually download any SDK.
9 Note that this must be done before running the webapp locally and before
  /external/ltp/testcases/network/stress/multicast/query-flood/
00_Descriptions.txt 2 Verify that the kernel is not crashed when joining an IPv4 multicast
6 Verify that the kernel is not crashed when joining an IPv4 multicast
11 Verify that the kernel is not crashed when joining an IPv4 multicast
16 Verify that the kernel is not crashed when joining plural IPv4 multicast
21 Verify that the kernel is not crashed when joining joining plural IPv4
26 Verify that the kernel is not crashed when joining joining plural IPv4
31 Verify that the kernel is not crashed when joining an IPv6 multicast
35 Verify that the kernel is not crashed when joining an IPv6 multicast
40 Verify that the kernel is not crashed when joining an IPv6 multicast
45 Verify that the kernel is not crashed when joining plural IPv6 multicas
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
4-1.sh 9 # Test that nanosleep() returns 0 if it is returning because the time
11 # This is tested implicitly via assertion #1. See that output for status.
13 echo "Tested implicitly via assertion 1. See that output for status."
  /external/pcre/dist2/testdata/
grepinputx 6 That time it was on a line by itself.
8 To pat or not to pat, that is the question.
13 That was a complete pair
  /external/pdfium/xfa/fxfa/
cxfa_texttabstopscontext.h 2 // Use of this source code is governed by a BSD-style license that can be
18 bool operator<(const XFA_TABSTOPS& that) const {
19 return fTabstops < that.fTabstops;
  /external/protobuf/ruby/tests/
generated_code_test.rb 11 # just test that we can instantiate the message. The purpose of this test
12 # is to ensure that the output of the code generator is valid Ruby and
14 # aspect of the extension (basic.rb is for that).
  /external/python/cpython2/Lib/lib2to3/tests/data/
README 2 - py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar.
3 - py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar.
4 - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
  /external/python/cpython2/Lib/wsgiref/
__init__.py 11 * simple_server -- a simple BaseHTTPServer that supports WSGI
13 * validate -- validation wrapper that sits between an app and a server
22 * router -- a simple middleware component that handles URL traversal
  /external/python/cpython3/Lib/lib2to3/tests/data/
README 2 - py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar.
3 - py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar.
4 - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
  /external/python/cpython3/Lib/wsgiref/
__init__.py 11 * simple_server -- a simple BaseHTTPServer that supports WSGI
13 * validate -- validation wrapper that sits between an app and a server
22 * router -- a simple middleware component that handles URL traversal

Completed in 1260 milliseconds

<<21222324252627282930>>