OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparison
(Results
151 - 175
of
2086
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libsepol/include/sepol/policydb/
hashtab.h
10
* functions for hash computation and key
comparison
are
38
int (*keycmp) (struct hashtab_val * h, hashtab_key_t key1, hashtab_key_t key2); /* key
comparison
function */
/external/webkit/Source/WebCore/css/
CSSValueList.cpp
75
// to make
comparison
more flexible and fast.
89
// to make
comparison
more flexible and fast.
/external/webrtc/src/common_audio/vad/
vad_filterbank.h
115
* is only used in a
comparison
.
135
* is not exact since it is only used in a
comparison
.
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp
367
int (CDelaunay::*
comparison
)(int,int),
384
if ( (this->*
comparison
)( si,sij ) > 0 ) {
387
if ( (this->*
comparison
)( sij,sj ) > 0 ) {
389
if ( (this->*
comparison
)( si,sij ) > 0 ) {
400
} while( (this->*
comparison
)( sL,temp ) > 0 );
403
} while( (this->*
comparison
)( temp,sk ) > 0 );
454
if ( (this->*
comparison
)( si,si+1 ) > 0 ) {
462
} while ( (this->*
comparison
)( sk,temp ) > 0 && sk>=lowelt );
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp
367
int (CDelaunay::*
comparison
)(int,int),
384
if ( (this->*
comparison
)( si,sij ) > 0 ) {
387
if ( (this->*
comparison
)( sij,sj ) > 0 ) {
389
if ( (this->*
comparison
)( si,sij ) > 0 ) {
400
} while( (this->*
comparison
)( sL,temp ) > 0 );
403
} while( (this->*
comparison
)( temp,sk ) > 0 );
454
if ( (this->*
comparison
)( si,si+1 ) > 0 ) {
462
} while ( (this->*
comparison
)( sk,temp ) > 0 && sk>=lowelt );
/sdk/emulator/qtools/
coverage.cpp
37
// This
comparison
function is called from qsort() to sort symbols
58
// This
comparison
function is called from qsort() to sort symbols
/bionic/libc/arch-x86/string/
strcmp.S
78
L3: movzbl (%eax),%eax /* unsigned
comparison
*/
/cts/tools/signature-tools/templates/
ApiOverviewPage.st
21
<p>The differences described in this report are based a
comparison
of the APIs
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java
65
* for a
comparison
/dalvik/dx/src/com/android/dx/rop/cst/
Constant.java
65
* for a
comparison
/dalvik/tests/021-string2/src/junit/framework/
ComparisonFailure.java
13
* Constructs a
comparison
failure.
/dalvik/tests/082-inline-execute/src/junit/framework/
ComparisonFailure.java
13
* Constructs a
comparison
failure.
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S
3
* register based on the results of the
comparison
.
/dalvik/vm/mterp/x86-atom/
OP_CMP_LONG.S
23
* Description: Perform a long
comparison
, storing 0 if the two
/development/ndk/samples/hello-neon/jni/
helloneon-intrinsics.c
53
#else /* for
comparison
purposes only */
/external/chromium/chrome/browser/autofill/
autofill_profile.h
107
//
Comparison
for Sync. Returns 0 if the profile is the same as |this|,
116
//
Comparison
for Sync. Same as |Compare| but includes multi-valued fields.
119
// Equality operators compare GUIDs and the contents in the
comparison
.
125
// basis of
comparison
for new values that are submitted through forms to
/external/chromium/chrome/browser/
shell_integration_mac.mm
32
// We need to ensure we do the
comparison
case-insensitive as LS doesn't
/external/clang/test/Analysis/
misc-ps-64.m
28
// integer when doing a
comparison
with the pointer. This happens
/external/clang/test/Sema/
type-spec-struct-union.c
22
if (s1->u1.x == s2) return 1; /* expected-warning {{
comparison
of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Constant.java
65
* for a
comparison
/external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_decrypt.c
28
@param stat [out] The result of the tag
comparison
/external/guava/
mvn-deploy.sh
23
# TODO(cgruber) strip the quotes and patch version and do version
comparison
.
/external/icu4c/test/cintltst/
callcoll.h
40
/* tests
comparison
of custom collation with different strengths */
/external/icu4c/test/intltest/
ustrtest.h
34
* Test the methods for
comparison
/external/libnfc-nxp/Linux_x86/
phOsalNfc_Utils.c
36
/*The function does a
comparison
of two strings and returns a non zero value
Completed in 429 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>