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

<<71727374757677787980>>

  /external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
control 2 # Use of this source code is governed by a BSD-style license that can be
13 This test verifies that, during suspend, when a DUT is momentarily disconnected
14 from an AP that is still up, the DUT will reconnect to that AP during the same
15 dark resume that was triggered by the disconnect.
  /external/autotest/server/site_tests/platform_BootLockboxServer/
control 2 # Use of this source code is governed by a BSD-style license that can be
16 This test verifies that boot lockbox mechanism is functional. It tests that
19 The client-side platform_BootLockbox test requires that it is run when the
22 that.
  /external/autotest/test_suites/
control.regression 2 # Use of this source code is governed by a BSD-style license that can be
13 The regression suite ensures that we do not drop below a minimum bar of
14 functionality over time. Tests that belong here include those that may run for
16 critical pathways that may not be changed in every build but whose
  /external/chromium-trace/catapult/devil/devil/android/valgrind_tools/
base_tool.py 2 # Use of this source code is governed by a BSD-style license that can be
7 """A tool that does nothing."""
15 """Returns a string that is to be prepended to the test command line."""
22 A string that is to be prepended to the command line of utility
44 """Returns a multiplier that should be applied to timeout values."""
  /external/clang/test/PCH/
pragma-optimize.c 8 // The first run line creates a pch, and since at that point HEADER is not
10 // then includes that pch, so HEADER is defined and the actual code is compiled.
11 // The check then makes sure that the pragma is in effect in the file that
28 // Check that the function is decorated with optnone
  /external/curl/tests/data/
test2045 19 that by replying with something that both protocols can understand. Our FTP
20 server allows a custom welcome message, so we use that feature to make an HTTP
21 reply that contains an FTP reply (think polyglot). In the case of FTP we expect
22 curl will return CURLE_WEIRD_SERVER_REPLY so we test for that return code.
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoaderFactory.java 7 * retain {@link Context} or any other objects that cannot be retained for the life of the application. ModelLoaders
20 * @param context A context that cannot be retained by the factory but can be retained by the {@link ModelLoader}
21 * @param factories A map of classes to factories that can be used to construct additional {@link ModelLoader}s that
28 * A lifecycle method that will be called when this factory is about to replaced.
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
StringContains.java 6 * Tests if the argument is a string that contains a substring.
19 * Creates a matcher that matches if the examined {@link String} contains the specified
25 * the substring that the returned matcher will expect to find within any examined string
33 * Creates a matcher that matches if the examined {@link String} contains the specified
39 * the substring that the returned matcher will expect to find within any examined string
StringEndsWith.java 6 * Tests if the argument is a string that contains a substring.
17 * Creates a matcher that matches if the examined {@link String} ends with the specified
23 * the substring that the returned matcher will expect at the end of any examined string
30 * Creates a matcher that matches if the examined {@link String} ends with the specified
36 * the substring that the returned matcher will expect at the end of any examined string
StringStartsWith.java 6 * Tests if the argument is a string that contains a substring.
16 * Creates a matcher that matches if the examined {@link String} starts with the specified
23 * the substring that the returned matcher will expect at the start of any examined string
29 * Creates a matcher that matches if the examined {@link String} starts with the specified
36 * the substring that the returned matcher will expect at the start of any examined string
  /external/icu/icu4c/source/i18n/
sharedbreakiterator.h 24 // BreakIterator has mutable semantics, clients must ensure that all uses
26 // ensuring that only one thread at a time gets access to that shared
28 // uses of break iterator within a particular class. Then objects of that
30 // these shared break iterators must never be exposed outside of that class.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 19 * Find dictionary words that match the text.
24 * @param lengths An array that is filled with the lengths of words that matched.
28 * @return The number of characters in text that were matched.
39 * @return the kind of dictionary that this matcher is using
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 19 * The class to which this annotation is applied is immutable. This means that
20 * its state cannot be seen to change by callers. Of necessity this means that
21 * all public fields are final, and that all public final reference fields refer
22 * to other immutable objects, and that methods do not publish references to any
26 * long as they are computed from immutable state and that callers cannot tell
  /external/libchrome/base/
atomic_sequence_num.h 2 // Use of this source code is governed by a BSD-style license that can be
15 // Static (POD) AtomicSequenceNumber that MUST be used in global scope (or
17 // initializer. Note that it does not implement any constructor which means
18 // that its fields are not initialized except when it is stored in the global
39 // AtomicSequenceNumber that can be stored and used safely (i.e. its fields are
  /external/libchrome/base/time/
tick_clock.h 2 // Use of this source code is governed by a BSD-style license that can be
13 // A TickClock is an interface for objects that vend TimeTicks. It is
18 // implementation that simply uses TimeTicks::Now().
20 // (Other implementations that use TimeTicks::NowFromSystemTime() should
32 // assume that NowTicks() is monotonic (but not strictly monotonic).
  /external/libgsm/
COPYRIGHT 4 Any use of this software is permitted provided that this notice is not
5 removed and that neither the authors nor the Technische Universitaet Berlin
12 improvements that may be of general interest.
26 provided that this notice is not removed and that neither
NOTICE 4 Any use of this software is permitted provided that this notice is not
5 removed and that neither the authors nor the Technische Universitaet Berlin
12 improvements that may be of general interest.
26 provided that this notice is not removed and that neither
  /external/libmojo/third_party/catapult/devil/devil/android/valgrind_tools/
base_tool.py 2 # Use of this source code is governed by a BSD-style license that can be
7 """A tool that does nothing."""
15 """Returns a string that is to be prepended to the test command line."""
22 A string that is to be prepended to the command line of utility
44 """Returns a multiplier that should be applied to timeout values."""
  /external/pcre/dist2/doc/
pcre2_substring_get_byname.3 26 memory allocation function that was used for the match data block. The
31 PCRE2_ERROR_NOSUBSTRING there are no groups of that name
32 PCRE2_ERROR_UNAVAILBLE the ovector was too small for that group
36 If there is more than one group with the given name, the first one that is set
37 is returned. In this situation PCRE2_ERROR_UNSET means that no group with the
  /external/python/cpython2/Demo/tkinter/matt/
packer-and-placer-together.py 3 # This is a program that tests the placer geom manager in conjunction with
14 # make a frame. Note that the widget is 200 x 200
16 # simply to show that this is possible. The rest of the
20 # note that we use a different manager here.
28 # and place it so that the nw corner is
  /external/python/cpython2/Lib/test/
test_scriptpackages.py 12 # Check that we can import the package
14 # Test that we can get the main event class
16 # Test that we can instantiate that class
19 # Test that we can get an application object
  /external/python/cpython3/Lib/test/encoded_modules/
__init__.py 3 # This is a package that contains a number of modules that are used to
4 # test import from the source files that have different encodings.
6 # and contains a list of strings from various unicode planes that are
10 # suffix that should be prepended with 'module_' to arrive at the
  /external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/
ResetterValidatorTest.java 13 .that(testClass)
23 .that(testClass)
33 .that(testClass)
43 .that(testClass)
53 .that(testClass)
  /external/selinux/libselinux/
LICENSE 5 You agree that this software is a
6 non-commercially developed program that may contain "bugs" (as that
7 term is used in the industry) and that it may not function as intended.
20 of such damage. You acknowledge that this is a reasonable allocation of
  /external/selinux/libselinux/man/man5/
customizable_types.5 6 The \fIcustomizable_types\fR file contains a list of types that can be customised in some way by SELinux-aware applications.
8 Generally this is a file context type that is usually set on files that need to be shared among certain domains and where the administrator wants to manually manage the type.
16 will use this information to obtain a list of types relating to files that should not be relabeled.
39 The type defined in the policy that can be customised.

Completed in 2040 milliseconds

<<71727374757677787980>>