OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:that
(Results
2701 - 2725
of
189771
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
FileDescriptorModelLoader.java
8
* A base class for {@link ModelLoader}s
that
translate models into {@link java.io.File}s.
10
* @param <T> The type of the model
that
will be translated into an {@link java.io.File}.
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
ResourceTranscoder.java
8
* @param <Z> The type of the resource
that
will be transcoded from.
9
* @param <R> The type of the resource
that
will be transcoded to.
UnitTranscoder.java
6
* A simple {@link ResourceTranscoder}
that
simply returns the given resource.
8
* @param <Z> The type of the resource
that
will be transcoded from and to.
/external/glide/library/src/main/java/com/bumptech/glide/request/
ResourceCallback.java
6
* A callback
that
listens for when a resource load completes successfully or fails due to an exception.
20
* @param e The exception
that
caused the failure, or null it the load failed for some reason other than an
/external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueClassLoaderUnloadingTest.java
38
* Tests
that
the {@code ClassLoader} of {@link FinalizableReferenceQueue} can be unloaded. These
39
* tests are separate from {@link FinalizableReferenceQueueTest} so
that
they can be excluded from
47
* The following tests check
that
the use of FinalizableReferenceQueue does not prevent the
48
* ClassLoader
that
loaded
that
class from later being garbage-collected. If anything continues
51
* The code in FinalizableReferenceQueue goes to considerable trouble to ensure
that
there are
52
* no such references and the tests here check
that
that
trouble has not been in vain.
54
* When we reference FinalizableReferenceQueue in this test, we are referencing a class
that
is
55
* loaded by this test and
that
will obviously remain loaded for as long as the test is running
[
all
...]
/external/icu/icu4c/source/test/intltest/
sfwdchit.cpp
20
// A hash code of kInvalidHashCode indicates
that
the has code needs
73
UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator&
that
) const {
74
if(this == &
that
) {
78
if(
that
->fHashCode != kInvalidHashCode && this->fHashCode =
that
->fHashCode) {
82
if(this->fStart ==
that
->fStart) {
86
if(this->fLen ==
that
->fLen && uprv_memcmp(this->fStart,
that
->fStart, this->fLen) {
/external/javassist/
regenerate_from_source.sh
5
# to git giving you a chance to review the changes. Remember
that
changes in
12
# I don't check if there is something on lib on purpose;
that
way, if
/external/jline/src/src/main/java/jline/
NullCompletor.java
13
* A completor
that
does nothing. Useful as the last item in an
21
* Returns -1 always, indicating
that
the the buffer is never
/external/jsr305/ri/src/main/java/javax/annotation/meta/
Exclusive.java
8
* This annotation can be applied to the value() element of an annotation
that
11
* For example, the following defines a type qualifier such
that
if you know a
TypeQualifierDefault.java
10
* This qualifier is applied to an annotation to denote
that
the annotation
11
* defines a default type qualifier
that
is visible within the scope of the
/external/junit/src/main/java/junit/framework/
Assert.java
17
* Asserts
that
a condition is true. If it isn't it throws
27
* Asserts
that
a condition is true. If it isn't it throws
35
* Asserts
that
a condition is false. If it isn't it throws
43
* Asserts
that
a condition is false. If it isn't it throws
68
* Asserts
that
two objects are equal. If they are not
82
* Asserts
that
two objects are equal. If they are not
90
* Asserts
that
two Strings are equal.
104
* Asserts
that
two Strings are equal.
111
* Asserts
that
two doubles are equal concerning a delta. If they are not
125
* Asserts
that
two doubles are equal concerning a delta. If the expecte
[
all
...]
/external/junit/src/main/java/org/junit/runner/manipulation/
Sortable.java
4
* Interface for runners
that
allow sorting of tests. By sorting tests based on when they last failed, most recently
6
* cope with order dependencies between tests. Tests
that
are isolated from each other are less
/external/kernel-headers/original/uapi/linux/
nsfs.h
9
/* Returns a file descriptor
that
refers to an owning user namespace */
11
/* Returns a file descriptor
that
refers to a parent namespace */
/external/libchrome/base/debug/
dump_without_crashing.cc
2
// Use of this source code is governed by a BSD-style license
that
can be
11
// Pointer to the function
that
's called by DumpWithoutCrashing() to dump the
/external/libchrome/base/
scoped_clear_errno.h
2
// Use of this source code is governed by a BSD-style license
that
can be
14
// Simple scoper
that
saves the current value of errno, resets it to 0, and on
/external/libchrome/base/threading/
non_thread_safe_unittest.cc
2
// Use of this source code is governed by a BSD-style license
that
can be
20
// Both the destructor and DoStuff should verify
that
they were
26
// Verifies
that
it was called on the same thread as the constructor.
81
// Verify
that
DoStuff doesn't assert.
84
// Verify
that
the destructor doesn't assert.
92
// Verify
that
the destructor doesn't assert when called on a different thread
106
// Verify
that
DoStuff asserts in debug builds only when called
128
// Verify
that
the destructor asserts in debug builds only
/external/libchrome/base/time/
default_clock.h
2
// Use of this source code is governed by a BSD-style license
that
can be
14
// DefaultClock is a Clock implementation
that
uses Time::Now().
default_tick_clock.h
2
// Use of this source code is governed by a BSD-style license
that
can be
14
// DefaultClock is a Clock implementation
that
uses TimeTicks::Now().
/external/libchrome/crypto/
crypto_export.h
2
// Use of this source code is governed by a BSD-style license
that
can be
8
// Defines CRYPTO_EXPORT so
that
functionality implemented by the crypto module
random.cc
2
// Use of this source code is governed by a BSD-style license
that
can be
15
// But _other_ code should go through this function to ensure
that
code which
/external/libedit/
README.android
2
* README.android describes in high-level the libedit changes
that
we
11
* We add Android's *.mk files
that
are specific to Android's build system.
/external/libmojo/base/android/
sys_utils_unittest.cc
2
// Use of this source code is governed by a BSD-style license
that
can be
15
// Check
that
the RAM size reported by sysconf() matches the one
/external/libmojo/ipc/
ipc_export.h
2
// Use of this source code is governed by a BSD-style license
that
can be
8
// Defines IPC_EXPORT so
that
functionality implemented by the IPC module can be
/external/libmojo/mojo/edk/embedder/
platform_handle_utils_posix.cc
2
// Use of this source code is governed by a BSD-style license
that
can be
16
// Note
that
|dup()| returns -1 on error (which is exactly the value we use
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd11_good_version_newer_than_known_1.data
17
// It is okay
that
the size is the same as the latest
18
// version
that
the validator knows.
Completed in 1608 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>