OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparison
(Results
326 - 350
of
2086
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h
189
/** @defgroup comparison_functors
Comparison
Classes
197
/// One of the @link comparison_functors
comparison
functors@endlink.
206
/// One of the @link comparison_functors
comparison
functors@endlink.
215
/// One of the @link comparison_functors
comparison
functors@endlink.
224
/// One of the @link comparison_functors
comparison
functors@endlink.
233
/// One of the @link comparison_functors
comparison
functors@endlink.
242
/// One of the @link comparison_functors
comparison
functors@endlink.
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h
189
/** @defgroup comparison_functors
Comparison
Classes
197
/// One of the @link comparison_functors
comparison
functors@endlink.
206
/// One of the @link comparison_functors
comparison
functors@endlink.
215
/// One of the @link comparison_functors
comparison
functors@endlink.
224
/// One of the @link comparison_functors
comparison
functors@endlink.
233
/// One of the @link comparison_functors
comparison
functors@endlink.
242
/// One of the @link comparison_functors
comparison
functors@endlink.
/external/openfst/src/include/fst/
queue.h
206
//
comparison
function object.
Comparison
function object COMP is
272
//
comparison
function object between weights, this class defines a
273
//
comparison
function object between states.
295
// specialized to use the weight's natural order for the
comparison
function.
740
// shortest distance from the initial state, a Less
comparison
743
//
comparison
function object between states.
770
// to use the weight's natural order for the
comparison
function.
868
// order for the
comparison
function. The ownership of 'queue' is
/build/tools/
warn.py
49
'patterns':[r".*: warning:
comparison
is always false due to limited range of data type",
50
r".*: warning:
comparison
of unsigned expression >= 0 is always true",
51
r".*: warning:
comparison
of unsigned expression < 0 is always false"] },
84
'description':'
Comparison
between signed and unsigned',
85
'patterns':[r".*: warning:
comparison
between signed and unsigned",
86
r".*: warning:
comparison
of promoted \~unsigned with unsigned",
89
'description':'
Comparison
between enum and non-enum',
151
r".*: warning: suggest parentheses around
comparison
in operand of '.+'",
300
'description':'
Comparison
of pointer to zero',
301
'patterns':[r".*: warning: ordered
comparison
of pointer with integer zero"] }
[
all
...]
/cts/tools/dasm/src/java_cup/
lr_item_core.java
159
/** Equality
comparison
for the core only. This is separate out because we
171
/** Equality
comparison
. */
176
/** Generic equality
comparison
. */
/external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_double.sgml
247
Specifies the type of a
comparison
function used to compare two
284
Specifies the type of a
comparison
function used to compare two
292
@user_data: user data to pass to
comparison
function.
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc
128
// MSVC doesn't like this
comparison
as EQ.
143
// MSVC doesn't like this
comparison
as EQ.
256
// MSVC doesn't like this
comparison
as EQ.
/external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp
193
// now check whether Body might contain a
comparison
which might be
196
// just a dumb "is there a
comparison
" scan. The aim here is to
206
// Delete any possible overflows which have a
comparison
.
/external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp
185
// Implicitly compare non-
comparison
expressions to 0.
192
// From here on out, op is the real
comparison
we'll be testing.
247
"Non-
comparison
ops should be rewritten as comparisons to zero.");
/external/clang/test/SemaCXX/
overloaded-operator.cpp
39
make_A() == z; // expected-warning{{equality
comparison
result unused}}
48
make_A() == z; // expected-warning{{equality
comparison
result unused}}
52
// we shouldn't see warnings about self-
comparison
,
/external/clang/www/
index.html
85
<p>For a more detailed
comparison
between Clang and other compilers, please
86
see the <a href="
comparison
.html">clang
comparison
page</a>.</p>
/external/icu4c/test/perf/collationperf/
CollPerf.pl
194
that subsequent operations can use binary
comparison
.</td>
202
comparison
, and the overhead of memory usage and retrieval time for sort
216
<li>For more information on incremental vs. sort key
comparison
, the importance
/external/llvm/test/CodeGen/Generic/
select.ll
78
; Test branch-on-
comparison
-with-zero, in two ways:
80
; 2. cannot be folded because result of
comparison
is used twice
123
; Test branch on floating point
comparison
/external/srec/portable/include/
phashtable.h
79
* Signature for
comparison
functions. Must return 0 if key1 is identical to
80
* key2 and non-zero otherwise. The hash function and the
comparison
function
81
* are related in the sense that if the
comparison
function for two keys
/frameworks/compile/libbcc/runtime/
RuntimeDoc.rst
23
*
Comparison
functions*::
25
__cmpdi2 : int (long a, long b) // Signed
comparison
of a and b. (if a < b then return 0. if a == b then return 1. if a > b then return 2.) [[llvm]]
26
__ucmpdi2 : int (unsigned long a, unsigned long a) // Unsigned
comparison
of a and b. (if a < b then return 0. if a == b then return 1. if a > b then return 2.) [[llvm]]
/bionic/libc/stdlib/
bsearch.c
35
* The code below is a bit sneaky. After a
comparison
fails, we
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_ThumbnailsTest.java
69
// Get the current thumbnail count for future
comparison
.
/cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/
WebkitIgnoredResultNullComparisonCrashTest.java
63
private static final String TEST_PATH = "ignored-result-null-
comparison
-crash.html";
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
Test_if_eqz.java
18
* Compare with 1234 to check that in case of failed
comparison
/dalvik/tests/003-omnibus-opcodes/src/
Compare.java
6
* Test
comparison
operators.
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_COMPARETO.S
56
* r10: iteration count for
comparison
/dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S
7
* register based on the results of the
comparison
.
/external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java
46
*
comparison
is undefined.
/external/bouncycastle/src/main/java/org/bouncycastle/util/
Arrays.java
104
* A constant time equals
comparison
- does not terminate early if
/external/chromium/base/memory/
weak_ptr_unittest.cc
50
TEST(WeakPtrTest,
Comparison
) {
Completed in 612 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>