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

<<71727374757677787980>>

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIterableWithSize.java 27 * Creates a matcher for {@link Iterable}s that matches when a single pass over the
28 * examined {@link Iterable} yields an item count that satisfies the specified
34 * a matcher for the number of items that should be yielded by an examined {@link Iterable}
41 * Creates a matcher for {@link Iterable}s that matches when a single pass over the
42 * examined {@link Iterable} yields an item count that is equal to the specified
48 * the number of items that should be yielded by an examined {@link Iterable}
  /external/icu/icu4c/source/i18n/
nultrans.h 24 * A transliterator that leaves text unchanged.
26 * @internal Use transliterator factory methods instead since this class will be removed in that release.
34 * @internal Use transliterator factory methods instead since this class will be removed in that release.
40 * @internal Use transliterator factory methods instead since this class will be removed in that release.
46 * @internal Use transliterator factory methods instead since this class will be removed in that release.
52 * @internal Use transliterator factory methods instead since this class will be removed in that release.
  /external/libxml2/
xml2-config.1 8 \fIxml-config\fP is a tool that is used to determine the compile and
9 linker flags that should be used to compile and link programs that use
18 Print the linker flags that are necessary to link a \fIGNOME-XML\fP program.
21 Print the compiler flags that are necessary to compile a \fIGNOME-XML\fP program.
24 If specified, use PREFIX instead of the installation prefix that
  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
str_mod.h 10 * This program is distributed in the hope that it will be useful,
20 * Remember that you want to seperate your header
23 * space program that is using this module. For
24 * that reason keep all structures that will need
35 //put any pointers in here that might be needed by other ioctl calls
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
str_tbio.h 10 * This program is distributed in the hope that it will be useful,
20 * Remember that you want to seperate your header
23 * space program that is using this module. For
24 * that reason keep all structures that will need
35 //put any pointers in here that might be needed by other ioctl calls
  /external/lzma/CPP/Common/
NewHandler.h 7 This file must be included before any code that uses operators "delete" or "new".
10 So we define another version of operator "new" that throws "CNewException" on failure.
12 If you use compiler that throws exception in "new" operator (GCC or new version of MSVC),
18 that redefined version of operator "new" (that throws CNewException) is not
21 Also we declare delete(void *p) throw() that creates smaller code.
  /external/pdfium/third_party/base/
macros.h 2 // Use of this source code is governed by a BSD-style license that can be
5 // This file contains macros and macro-like constructs (e.g., templates) that
7 // that are closely related to things that are commonly used that belong in this
13 // The COMPILE_ASSERT macro can be used to verify that a compile time
  /external/perf_data_converter/src/quipper/
perf_option_parser.h 2 // Use of this source code is governed by a BSD-style license that can be
14 // Check that "args" is safe to pass to perf. That is, that it only contains
15 // safe options from a whitelist of those that modify event collection.
20 // This also requires that args[0] is "perf". Quipper can later substitute
  /external/python/cpython3/Lib/test/
cfgparser.3 13 values = that are indented # and end with hash comments
14 other = that do continue
24 value = that is
33 # but not for the lines that are comments
40 and that does not mean = anything
55 but that's life
  /external/skia/include/utils/
SkFrontBufferedStream.h 4 * Use of this source code is governed by a BSD-style license that can be
14 * Specialized stream that buffers the first X bytes of a stream,
15 * where X is passed in by the user. Note that unlike some buffered
18 * where the caller knows that rewind will only be called from within
25 * Creates a new stream that wraps and buffers an SkStream.
32 * @return An SkStream that can buffer at least minBufferSize, or
  /external/skia/src/gpu/
GrWindowRectsState.h 4 * Use of this source code is governed by a BSD-style license that can be
41 bool operator==(const GrWindowRectsState& that) const {
42 if (fMode != that.fMode) {
45 return fWindows == that.fWindows;
47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); }
GrCoordTransform.h 4 * Use of this source code is governed by a BSD-style license that can be
33 * Create a transformation that maps [0, 1] to a proxy's boundaries. The proxy origin also
53 * Create a transformation that applies the matrix to a coord set.
78 GrCoordTransform& operator= (const GrCoordTransform& that) {
80 fMatrix = that.fMatrix;
81 fProxy = that.fProxy;
82 fNormalize = that.fNormalize;
83 fReverseY = that.fReverseY;
96 bool hasSameEffectAs(const GrCoordTransform& that) const {
97 if (fNormalize != that.fNormalize |
    [all...]
  /external/skia/tests/
ClipBoundsTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
14 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
26 // create a clip stack that will (trivially) reduce to a single rect that
38 // make sure that the SkClipStack is behaving itself
50 // make sure that GrClip is behaving itself
  /external/skqp/include/utils/
SkFrontBufferedStream.h 4 * Use of this source code is governed by a BSD-style license that can be
14 * Specialized stream that buffers the first X bytes of a stream,
15 * where X is passed in by the user. Note that unlike some buffered
18 * where the caller knows that rewind will only be called from within
25 * Creates a new stream that wraps and buffers an SkStream.
32 * @return An SkStream that can buffer at least minBufferSize, or
  /external/skqp/src/gpu/
GrWindowRectsState.h 4 * Use of this source code is governed by a BSD-style license that can be
41 bool operator==(const GrWindowRectsState& that) const {
42 if (fMode != that.fMode) {
45 return fWindows == that.fWindows;
47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); }
GrCoordTransform.h 4 * Use of this source code is governed by a BSD-style license that can be
33 * Create a transformation that maps [0, 1] to a proxy's boundaries. The proxy origin also
53 * Create a transformation that applies the matrix to a coord set.
78 GrCoordTransform& operator= (const GrCoordTransform& that) {
80 fMatrix = that.fMatrix;
81 fProxy = that.fProxy;
82 fNormalize = that.fNormalize;
83 fReverseY = that.fReverseY;
96 bool hasSameEffectAs(const GrCoordTransform& that) const {
97 if (fNormalize != that.fNormalize |
    [all...]
  /external/skqp/tests/
ClipBoundsTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
14 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
26 // create a clip stack that will (trivially) reduce to a single rect that
38 // make sure that the SkClipStack is behaving itself
50 // make sure that GrClip is behaving itself
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_QuantizedBiasAdd.pbtxt 12 The float value that the lowest quantized input value represents.
18 The float value that the highest quantized input value represents.
24 The float value that the lowest quantized bias value represents.
30 The float value that the highest quantized bias value represents.
36 The float value that the lowest quantized output value represents.
42 The float value that the highest quantized output value represents.
  /frameworks/base/core/java/android/preference/
package.html 3 Provides classes that manage application preferences and implement the preferences UI.
4 Using these ensures that all the preferences within each application are maintained
5 in the same manner and the user experience is consistent with that of the system and
9 should be ran as a separate {@link android.app.Activity} that extends
21 Note that saved preferences are accessible only to the application that created them.</p>
  /frameworks/rs/driver/
README.txt 6 bitcode wrapper has a field that indicates the version of the slang
7 compiler that produced that bitcode. A bitcode consumer is allowed to
11 provided at a particular SlangVersion that allow the aforementioned
15 implies that whenever we modify (runtime, driver, bcc) to take
17 libclcore.bc to conform to that guarantee.
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
State.java 25 * The status for work that is enqueued (hasn't completed and isn't running)
30 * The status for work that is currently being executed
35 * The status for work that has completed successfully
40 * The status for work that has completed in a failure state
45 * The status for work that is currently blocked because its prerequisites haven't finished
51 * The status for work that has been cancelled and will not execute
  /frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/
BaseActivityTest.java 53 * Test that the BaseActivity's content view is set to be a CarSetupWizardLayout
71 * Test that the BaseActivity sets the back button listener to call
86 * Test that the BaseActivity sets the secondary toolbar button listener to the default when
102 * Test that the BaseActivity sets the primary toolbar button listener to the default when
126 * Test that fragment commits are allowed after {@link BaseActivity#onStart()} is called.
134 * Test that fragment commits are not allowed after {@link BaseActivity#onSaveInstanceState }
144 * Test that {@link BaseActivity#setContentFragment} sets the content fragment and calls the
157 // Verify that onContentFragmentSet is called with the test fragment
162 * Test that {@link BaseActivity#setContentFragment} does nothing when fragment commits are not
175 // Verify that onContentFragmentSet is not calle
    [all...]
  /frameworks/base/core/proto/android/net/
networkcapabilities.proto 50 // Indicates this is a network that has the ability to reach the
53 // Indicates this is a network that has the ability to reach the
56 // Indicates this is a network that has the ability to reach the
59 // Indicates this is a network that has the ability to reach the
62 // Indicates this is a network that has the ability to reach the
65 // Indicates this is a network that has the ability to reach the
68 // Indicates this is a network that has the ability to reach a Wi-Fi
71 // Indicates this is a network that has the ability to reach a carrier's
74 // Indicates this is a network that has the ability to reach a carrier's
77 // Indicates this is a network that has the ability to reach a carrier'
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
102 MOCK_METHOD2(That, string(int, bool));
112 // Tests that a nice mock generates no warning for uninteresting calls.
122 // Tests that a nice mock generates no warning for uninteresting calls
123 // that delete the mock object.
135 // Tests that a nice mock generates informational logs for
156 // Tests that a nice mock allows expected calls.
164 // Tests that an unexpected call on a nice mock fails.
172 // Tests that NiceMock works with a mock class that has a non-defaul
    [all...]
  /compatibility/cdd/11_updatable-software/
11_0_intro.md 5 upgrades?that is, a device restart MAY be required.
7 Any method can be used, provided that it can replace the entirety of the
16 data. That is, the update mechanism MUST preserve application private data and
17 application shared data. Note that the upstream Android software includes an
18 update mechanism that satisfies this requirement.
26 For device implementations that are launching with Android 6.0 and
27 later, the update mechanism SHOULD support verifying that the system image is
36 within its reasonable product lifetime that is determined in consultation with
41 update available that can be applied per the mechanism just described.
43 Android includes features that allow the Device Owner app (if present) t
    [all...]

Completed in 2126 milliseconds

<<71727374757677787980>>