OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:that
(Results
2176 - 2200
of
189771
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
ProperLowerBound.java
22
ProperLowerBound
that
= (ProperLowerBound) o;
24
if (!inferenceVariable.equals(
that
.inferenceVariable)) return false;
25
return properType.equals(
that
.properType);
ProperUpperBound.java
22
ProperUpperBound
that
= (ProperUpperBound) o;
24
if (!inferenceVariable.equals(
that
.inferenceVariable)) return false;
25
return properType.equals(
that
.properType);
/external/jemalloc/
README
1
jemalloc is a general purpose malloc(3) implementation
that
emphasizes
4
way into numerous applications
that
rely on its predictable behavior. In 2010
10
applications, and eliminating/mitigating weaknesses
that
have practical
/external/junit/src/main/java/org/junit/validator/
PublicClassValidator.java
11
* Validates
that
a {@link TestClass} is public.
19
* Validate
that
the specified {@link TestClass} is public.
21
* @param testClass the {@link TestClass}
that
is validated.
/external/junit-params/src/main/java/junitparams/internal/
DeferredErrorFrameworkMethod.java
10
* Encapsulates a {@link Throwable}
that
was caught during initialization so
that
it can be
35
// Do not call the MethodBlockSupplier as
that
could introduce additional errors, simply
/external/kotlinc/license/third_party/
trove_readme_license.txt
12
provided
that
the above copyright notice appear in all copies and
that
13
both
that
copyright notice and this permission notice appear in
/external/libbrillo/brillo/
variant_dictionary_unittest.cc
2
// Use of this source code is governed by a BSD-style license
that
can be
19
// Test values
that
are present in the VariantDictionary.
23
// Test
that
missing keys result in defaults.
/external/libcap-ng/libcap-ng-0.7/
README
3
for apps
that
may have too much privileges.
7
that
is using a much older kernel, the macros in the kernel header files
9
and decides we are doing v1 rather than v3 protocol. If
that
is your case,
/external/libcap-ng/libcap-ng-0.7/docs/
capng_get_caps_fd.3
11
This function will read the file based capabilities stored in 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.26 and later. If the "magic" bit is set, then all effect capability bits are set. Otherwise the bits are cleared.
/external/libchrome/base/debug/
dump_without_crashing.h
2
// Use of this source code is governed by a BSD-style license
that
can be
19
// in chrome_main.cc
that
does this for chrome.dll.
23
// Sets a function
that
'll be invoked to dump the current process when
/external/libchrome/base/message_loop/
incoming_task_queue.h
2
// Use of this source code is governed by a BSD-style license
that
can be
32
// AddToIncomingQueue() or TryAddToIncomingQueue() to make sure
that
posting
43
// Returns true if the queue contains tasks
that
require higher than default
51
// from the thread
that
is running the loop. Returns the number of tasks
that
68
// |pending_task->task|. This is needed to ensure
that
the posting call stack
75
// Number of tasks
that
require high resolution timing. This value is kept
76
// so
that
ReloadWorkQueue() completes in constant time.
79
// The lock
that
protects access to the members of this class, except
83
// Lock
that
protects |message_loop_| to prevent it from being deleted while
[
all
...]
/external/libchrome/base/metrics/
user_metrics_action.h
2
// Use of this source code is governed by a BSD-style license
that
can be
11
// UserMetrics.
That
way, our toolset can scan the source code reliable for
16
// This ensures
that
our processing scripts can associate this action's hash
/external/libmojo/base/android/java/src/org/chromium/base/annotations/
MainDex.java
2
// Use of this source code is governed by a BSD-style license
that
can be
13
* An annotation
that
signals
that
a class should be kept in the main dex file.
/external/libmojo/device/bluetooth/
bluetooth_common.h
2
// Use of this source code is governed by a BSD-style license
that
can be
27
// Possible values
that
may be returned by BluetoothDevice::GetDeviceType(),
28
// representing different types of bluetooth device
that
we support or are aware
/external/libmojo/mojo/edk/embedder/
test_embedder.h
2
// Use of this source code is governed by a BSD-style license
that
can be
16
// do more work to ensure
that
tests don't leak, etc.) Returns true if there
20
// Note: It is up to the caller to ensure
that
there are not outstanding
/external/libmojo/mojo/edk/system/
data_pipe_control_message.h
2
// Use of this source code is governed by a BSD-style license
that
can be
22
// Signal to the consumer
that
new data is available.
25
// Signal to the producer
that
data has been consumed.
/external/libmojo/mojo/public/interfaces/bindings/tests/
rect.mojom
2
// Use of this source code is governed by a BSD-style license
that
can be
15
// A copy of Rect
that
is typemapped differently in the chromium and blink
24
// A copy of Rect
that
is typemapped to the same custom type in the chromium and
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageReceiverWithResponder.java
2
// Use of this source code is governed by a BSD-style license
that
can be
8
* A {@link MessageReceiver}
that
can also handle the handle the response message generated from the
14
* A variant on {@link #accept(Message)}
that
registers a {@link MessageReceiver}
Router.java
2
// Use of this source code is governed by a BSD-style license
that
can be
22
* Set the {@link MessageReceiverWithResponder}
that
will deserialize and use the message
28
* Set the handle
that
will be notified of errors on the message pipe.
/external/libmojo/third_party/catapult/devil/devil/utils/
__init__.py
2
# Use of this source code is governed by a BSD-style license
that
can be
15
# Some call sites
that
use Telemetry assume
that
sys.path[0] is the
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
close_clears_pmcc_test.c
15
* Test
that
closing the EBB event clears MMCR0_PMCC, preventing further access
46
*
that
we have closed the event. We expect
that
we will. */
/external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt
12
I read this argument. Even before
that
, I was already in agreement with you
13
and him
that
the C declarator syntax is difficult and confusing.
16
conclusion I do:
that
you have to go with familiar syntax over logical
25
> Basically, my argument for this type construction system is
that
it is
28
>
that
most programmers TODAY do not understand pointers to member
42
introduce, no matter how logical it is. Introducing a new syntax
that
may
51
syntax
that
they have never seen
that
has a more logical structure. I think
54
and Windows are two classic examples of bad technology
that
are difficult to
57
P.S. Also, while I agree
that
most your syntax is more logical, there i
[
all
...]
/external/llvm/include/llvm/Support/
TimeValue.h
115
/// This is a static constructor
that
returns a TimeValue
that
represents
124
/// Add \p
that
to \p this.
127
TimeValue& operator += (const TimeValue&
that
) {
128
this->seconds_ +=
that
.seconds_ ;
129
this->nanos_ +=
that
.nanos_ ;
134
/// Subtract \p
that
from \p this.
137
TimeValue& operator -= (const TimeValue &
that
) {
138
this->seconds_ -=
that
.seconds_ ;
139
this->nanos_ -=
that
.nanos_
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZProcessors.td
24
"Assume
that
the distinct-operands facility is installed"
29
"Assume
that
the load/store-on-condition facility is installed"
34
"Assume
that
the load/store-on-condition facility 2 is installed"
39
"Assume
that
the high-word facility is installed"
44
"Assume
that
the floating-point extension facility is installed"
49
"Assume
that
the population-count facility is installed"
54
"Assume
that
the fast-serialization facility is installed"
59
"Assume
that
interlocked-access facility 1 is installed"
65
"Assume
that
the miscellaneous-extensions facility is installed"
70
"Assume
that
the transactional-execution facility is installed
[
all
...]
/external/llvm/test/Other/
can-execute.txt
3
This tests
that
we abstract two peculiarities of unix in can_execute:
8
The PATH is constructed such
that
'not' will first find a directory named
15
we do
that
.
Completed in 1589 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>