OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparison
(Results
51 - 75
of
3417
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
compare-qualified-class.m
28
classA == classD; // expected-warning {{
comparison
of distinct pointer types ('Class<SomeProtocol> *' and 'Class<SomeProtocol1> *')}}
self-assign.m
10
// expected-note{{use '==' to turn this assignment into an equality
comparison
}} \
/external/llvm/test/CodeGen/X86/
live-out-reg-info.ll
3
; Make sure dagcombine doesn't eliminate the
comparison
due
change-compare-stride-trickiness-1.ll
3
; The
comparison
happens after the relevant use, so the stride can easily
4
; be changed. The
comparison
can be done in a narrower mode than the
/external/oprofile/libpp/
symbol_functors.h
3
* Functors for symbol/sample
comparison
/external/skia/tools/
skdiff_image.cpp
101
"\n -L: first occurrence label for base, second occurrence label for
comparison
."
106
"\n comparisonFile:
comparison
image file"
137
for (int
comparison
= 0;
comparison
< DiffResource::kStatusCount; ++
comparison
) {
138
failOnStatusType[base][
comparison
] = false;
170
SkDebugf("failonstatus missing
comparison
status.\n");
179
for (int
comparison
= 0;
comparison
< DiffResource::kStatusCount; ++
comparison
) {
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/external/dexmaker/javadoc/com/google/dexmaker/
Comparison.html
7
Comparison
(dexmaker)
18
parent.document.title="
Comparison
(dexmaker)";
60
<A HREF="../../../index.html?com/google/dexmaker/
Comparison
.html" target="_top"><B>FRAMES</B></A>
61
<A HREF="
Comparison
.html" target="_top"><B>NO FRAMES</B></A>
92
Enum
Comparison
</H2>
95
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A><<A HREF="../../../com/google/dexmaker/
Comparison
.html" title="enum in com.google.dexmaker">
Comparison
</A>>
96
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.google.dexmaker.
Comparison
</B>
99
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><<A HREF="../../../com/google/dexmaker/
Comparison
.html" title="enum in com.google.dexmaker">
Comparison
</A>></DD
[
all
...]
/dalvik/vm/mterp/mips/
bincmp.S
5
* fragment that specifies the *reverse*
comparison
to perform, e.g.
15
b${revcmp} a2, a3, 1f # branch to 1 if
comparison
failed
zcmp.S
5
* fragment that specifies the *reverse*
comparison
to perform, e.g.
14
b${revcmp} a2, zero, 1f # branch to 1 if
comparison
failed
/external/chromium/testing/
gtest_mac.h
18
// This overloaded version allows
comparison
between ObjC objects that conform
25
// This overloaded version allows
comparison
between ObjC objects that conform
gtest_mac.mm
18
// This overloaded version allows
comparison
between ObjC objects that conform
34
// This overloaded version allows
comparison
between ObjC objects that conform
/external/chromium_org/testing/
gtest_mac.h
18
// This overloaded version allows
comparison
between ObjC objects that conform
25
// This overloaded version allows
comparison
between ObjC objects that conform
gtest_mac.mm
26
// This overloaded version allows
comparison
between ObjC objects that conform
42
// This overloaded version allows
comparison
between ObjC objects that conform
/external/clang/test/SemaTemplate/
resolve-single-template-id.cpp
47
oneT<int> == 0; // expected-warning {{equality
comparison
result unused}} \
48
// expected-note {{use '=' to turn this equality
comparison
into an assignment}}
49
0 == oneT<int>; // expected-warning {{equality
comparison
result unused}}
50
0 != oneT<int>; // expected-warning {{inequality
comparison
result unused}}
63
one < one; //expected-warning {{self-
comparison
always evaluates to false}} \
66
oneT<int> < oneT<int>; //expected-warning {{self-
comparison
always evaluates to false}} \
71
oneT<int> == 0; // expected-warning {{equality
comparison
result unused}} \
72
// expected-note {{use '=' to turn this equality
comparison
into an assignment}}
/external/jdiff/src/jdiff/
PackageAPI.java
10
* The method used for Collection
comparison
(compareTo) must make its
11
*
comparison
based upon everything that is known about this package.
ParamAPI.java
10
* The method used for Collection
comparison
(compareTo) must make its
11
*
comparison
based upon everything that is known about this parameter.
/bionic/libc/arch-x86/string/
sse2-wcscmp-atom.S
179
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*/
188
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*/
197
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*/
246
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*/
255
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*/
325
psubb %xmm0, %xmm2 /* packed sub of
comparison
results*/
333
psubb %xmm0, %xmm2 /* packed sub of
comparison
results*/
341
psubb %xmm0, %xmm2 /* packed sub of
comparison
results*/
415
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*/
424
psubb %xmm0, %xmm1 /* packed sub of
comparison
results*
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
typeinfo
52
// case
comparison
can just compare pointers) or not (in which case strings
53
// must be compared), and whether
comparison
is to be implemented inline or
54
// not. We used to do inline pointer
comparison
by default if weak symbols
58
// are available, and out-of-line if not. Out-of-line pointer
comparison
60
// some of which may not be able to use pointer
comparison
, but the
62
//
comparison
; in particular for most ARM EABI systems, where the ABI
63
// specifies out-of-line
comparison
. The compiler's target configuration
65
// 1 or 0 to indicate whether or not
comparison
is inline, and
67
//
comparison
can be used.
117
// so we still need to do string
comparison
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
typeinfo
52
// case
comparison
can just compare pointers) or not (in which case strings
53
// must be compared), and whether
comparison
is to be implemented inline or
54
// not. We used to do inline pointer
comparison
by default if weak symbols
58
// are available, and out-of-line if not. Out-of-line pointer
comparison
60
// some of which may not be able to use pointer
comparison
, but the
62
//
comparison
; in particular for most ARM EABI systems, where the ABI
63
// specifies out-of-line
comparison
. The compiler's target configuration
65
// 1 or 0 to indicate whether or not
comparison
is inline, and
67
//
comparison
can be used.
117
// so we still need to do string
comparison
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case strings
47
// must be compared), and whether
comparison
is to be implemented inline or
48
// not. We used to do inline pointer
comparison
by default if weak symbols
52
// are available, and out-of-line if not. Out-of-line pointer
comparison
54
// some of which may not be able to use pointer
comparison
, but the
56
//
comparison
; in particular for most ARM EABI systems, where the ABI
57
// specifies out-of-line
comparison
. The compiler's target configuration
59
// 1 or 0 to indicate whether or not
comparison
is inline, and
61
//
comparison
can be used.
111
// so we still need to do string
comparison
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeinfo
52
// case
comparison
can just compare pointers) or not (in which case strings
53
// must be compared), and whether
comparison
is to be implemented inline or
54
// not. We used to do inline pointer
comparison
by default if weak symbols
58
// are available, and out-of-line if not. Out-of-line pointer
comparison
60
// some of which may not be able to use pointer
comparison
, but the
62
//
comparison
; in particular for most ARM EABI systems, where the ABI
63
// specifies out-of-line
comparison
. The compiler's target configuration
65
// 1 or 0 to indicate whether or not
comparison
is inline, and
67
//
comparison
can be used.
117
// so we still need to do string
comparison
[
all
...]
Completed in 1053 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>