OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_equal
(Results
1 - 7
of
7
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
compare.hpp
27
//
is_equal
functor -----------------------------------------------//
29
//!
is_equal
functor
34
struct
is_equal
struct in namespace:boost::algorithm
47
//! case insensitive version of
is_equal
189
using algorithm::
is_equal
;
/external/chromium_org/base/threading/
platform_thread.h
56
bool
is_equal
(const PlatformThreadHandle& other) {
function in class:base::PlatformThreadHandle
/external/harfbuzz_ng/src/
hb-set-private.hh
203
inline bool
is_equal
(const hb_set_t *other) const
function in struct:hb_set_t
/bionic/libc/kernel/tools/
cpp.py
1436
def
is_equal
(self,other):
member in class:CppExpr
[
all
...]
/external/opencv/cv/src/
cvhaar.cpp
838
static int
is_equal
( const void* _r1, const void* _r2, void* )
function
[
all
...]
/external/pixman/pixman/
pixman-mmx.c
470
is_equal
(__m64 a, __m64 b)
function
484
return
is_equal
(_mm_and_si64 (v, MC (full_alpha)), MC (full_alpha));
494
return
is_equal
(v, _mm_setzero_si64 ());
[
all
...]
/external/chromium_org/v8/src/
objects.cc
8879
bool
is_equal
;
local
[
all
...]
Completed in 1158 milliseconds