OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparison
(Results
301 - 325
of
2086
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/sqlite/android/
PhoneNumberUtilsTest.cpp
159
// phone number in Contacts and others, we should make sure the
comparison
method
163
// TODO: we currently do not support this
comparison
. It maybe nice to support this
/external/valgrind/main/include/
pub_tool_oset.h
44
//
comparison
function.
53
// with a key; this is very flexible, and with the right
comparison
55
// the cost of calling a function for every
comparison
can be high during
56
// lookup. If no
comparison
function is provided, we assume that keys are
58
// element. This fast
comparison
is suitable for an OSet containing
94
// * CreateWithCmp: like Create, but you specify your own
comparison
160
// - cmp The
comparison
function between keys and elements, or NULL
215
// * LookupWithCmp: Like Lookup, but you specify the
comparison
function,
/external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results
159
dumpToFile($output, "$resultDirectory/sunspider-
comparison
-data.js");
161
system($jsShellPath, "-f", "$resultDirectory/sunspider-test-prefix.js", "-f", "$resultDirectory/sunspider-
comparison
-data.js", "-f", "resources/sunspider-compare-results.js", "-f", "resources/sunspider-standalone-compare.js");
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
11.9.6-1.js
38
* SUMMARY: Testing the
comparison
|undefined === null|
45
var summary = 'Testing the
comparison
|undefined === null|';
/external/webkit/Source/WebCore/platform/graphics/gpu/
PODInterval.h
120
//
comparison
is performed on the low endpoints of the intervals.
127
// including
comparison
of the user data.
/external/webkit/Tools/Scripts/webkitpy/python24/
versioning_unittest.py
59
(
comparison
, current_version, min_version) = compare_version()
70
"""Call compare_version(), and return the
comparison
."""
/frameworks/base/tools/aidl/
generate_java_binder.cpp
110
ifstatement->expression = new
Comparison
(obj, "==", NULL_VALUE);
128
Comparison
* iinNotNull = new
Comparison
(iin, "!=", NULL_VALUE);
129
Comparison
* instOfCheck = new
Comparison
(iin, " instanceof ",
132
instOfStatement->expression = new
Comparison
(iinNotNull, "&&", instOfCheck);
204
lencheck->expression = new
Comparison
(len, "<", new LiteralExpression("0"));
439
checklen->expression = new
Comparison
(v, "==", NULL_VALUE);
AST.cpp
370
Comparison
::
Comparison
(Expression* l, const string& o, Expression* r)
377
Comparison
::~
Comparison
()
382
Comparison
::Write(FILE* to)
/ndk/sources/host-tools/sed-4.2.1/lib/
streq.h
3
/* Optimized string
comparison
.
26
/* STREQ allows to optimize string
comparison
with a small literal string.
/bionic/libc/unistd/
fnmatch.c
214
/* XXX: handle locale/MBCS
comparison
, advance by MBCS char width */
227
/* XXX: handle locale/MBCS
comparison
, advance by MBCS char width */
254
/* XXX: handle locale/MBCS
comparison
, advance by the MBCS char width */
396
* for the first
comparison
402
/* Begin first wild
comparison
at the current position */
/build/tools/releasetools/
check_target_files_signatures
37
Dump the certificate information for both packages in
comparison
356
print "%s [%s]: new APK (not in
comparison
target_files)" % (
360
print "%s [%s]: removed APK (only in
comparison
target_files)" % (
421
Push("
comparison
target_files:")
435
Banner("
comparison
files")
/external/chromium/base/memory/
scoped_ptr.h
101
//
Comparison
operators.
128
// Forbid
comparison
of scoped_ptr types. If C2 != C, it totally doesn't
208
//
Comparison
operators.
235
// Forbid
comparison
of different scoped_array types.
318
//
Comparison
operators.
/external/icu4c/common/
uvector.h
23
* A token
comparison
function.
80
* uses a
comparison
frunction, or "comparer." If the comparer is not
94
//
comparison
function. It uses UObjectDeleter as its deleter
265
* of type UComparator to do the
comparison
. Provides more flexibility
267
* the
comparison
function.
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
15
// Once all hashes are computed, we perform an expensive equality
comparison
17
// important that the hash function be high quality. The equality
comparison
34
// * switch from n^2 pair-wise comparisons to an n-way
comparison
for each
176
///
comparison
.
190
// The two functions undergoing
comparison
.
289
// * replace type
comparison
with calls to isEquivalentType.
374
// Compare two values used by the two functions under pair-wise
comparison
. If
670
// One of these is a special "underlying pointer
comparison
only" object.
840
// function
comparison
in favour of a pointer
comparison
on the underlyin
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py
136
Full path of the baseline file for rebaselining result
comparison
.
535
# Copy the new baseline to html directory for result
comparison
.
573
"""Class to generate rebaselining result
comparison
html."""
583
'<title>Rebaselining Result
Comparison
(%(time)s)'
587
'<h2>Rebaselining Result
Comparison
(%(time)s)</h2>'
634
"""Generate html file for rebaselining result
comparison
."""
655
_log.info('Baseline
comparison
html generated at "%s"', self._html_file)
[
all
...]
/external/icu4c/i18n/unicode/
coll.h
83
*
comparison
.<br>
152
* processed for correct code point order
comparison
and may contain 0x01
183
* Base letter represents a primary difference. Set
comparison
level to
189
* difference. Set
comparison
level to SECONDARY to ignore tertiary
194
* tertiary difference. Set
comparison
level to TERTIARY to include all
195
*
comparison
differences. Use this to set the strength of a Collator
321
*
comparison
results.
340
* The
comparison
function compares the character data stored in two
354
* The
comparison
function compares the character data stored in two
370
* Does the same thing as compare but limits the
comparison
to a specifie
[
all
...]
/external/bluetooth/glib/glib/
gslist.c
811
*
comparison
function to determine its position.
830
* @user_data: data to pass to
comparison
function
833
*
comparison
function to determine its position.
912
* @compare_func: the
comparison
function used to sort the #GSList.
918
* Sorts a #GSList using the given
comparison
function.
932
* @compare_func:
comparison
function
933
* @user_data: data to pass to
comparison
function
/external/v8/src/
code-stubs.h
576
// that at least one side of the
comparison
is not NaN. This allows the
581
// Do generate the number
comparison
code in the stub. Stubs without number
582
//
comparison
code is used when the number
comparison
has been inlined, and
586
// Generate the
comparison
code for two smi operands in the stub.
589
// Register holding the left hand side of the
comparison
if the stub gives
593
// Register holding the right hand side of the
comparison
if the stub gives
[
all
...]
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp
597
returns false. The
comparison
follows the behavior described in
598
\l{ECMA-262} section 11.9.3, "The Abstract Equality
Comparison
603
comparison
is not strict. For example, comparing the number 9 to
608
\c{true} returns true. If you want to perform a
comparison
626
comparison
(no conversion), otherwise returns false. The
comparison
628
Strict Equality
Comparison
Algorithm".
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h
195
/** @defgroup comparison_functors
Comparison
Classes
203
/// One of the @link comparison_functors
comparison
functors@endlink.
212
/// One of the @link comparison_functors
comparison
functors@endlink.
221
/// One of the @link comparison_functors
comparison
functors@endlink.
230
/// One of the @link comparison_functors
comparison
functors@endlink.
239
/// One of the @link comparison_functors
comparison
functors@endlink.
248
/// One of the @link comparison_functors
comparison
functors@endlink.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
smmintrin.h
63
/* Packed integer 128-bit bitwise
comparison
. Return 1 if
71
/* Packed integer 128-bit bitwise
comparison
. Return 1 if
79
/* Packed integer 128-bit bitwise
comparison
. Return 1 if
87
/* Macros for packed integer 128-bit
comparison
intrinsics. */
264
/* Packed integer 64-bit
comparison
, zeroing or filling with ones
594
/* These macros specify the
comparison
operation. */
788
/* Packed integer 64-bit
comparison
, zeroing or filling with ones
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
smmintrin.h
63
/* Packed integer 128-bit bitwise
comparison
. Return 1 if
71
/* Packed integer 128-bit bitwise
comparison
. Return 1 if
79
/* Packed integer 128-bit bitwise
comparison
. Return 1 if
87
/* Macros for packed integer 128-bit
comparison
intrinsics. */
264
/* Packed integer 64-bit
comparison
, zeroing or filling with ones
594
/* These macros specify the
comparison
operation. */
788
/* Packed integer 64-bit
comparison
, zeroing or filling with ones
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h
195
/** @defgroup comparison_functors
Comparison
Classes
203
/// One of the @link comparison_functors
comparison
functors@endlink.
212
/// One of the @link comparison_functors
comparison
functors@endlink.
221
/// One of the @link comparison_functors
comparison
functors@endlink.
230
/// One of the @link comparison_functors
comparison
functors@endlink.
239
/// One of the @link comparison_functors
comparison
functors@endlink.
248
/// One of the @link comparison_functors
comparison
functors@endlink.
/prebuilts/ndk/android-ndk-r5/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.
Completed in 732 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>