OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_simple
(Results
51 - 63
of
63
) sorted by null
1
2
3
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp
95
struct
is_simple
struct in namespace:__gnu_pbds::detail
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp
110
simple_value =
is_simple
<Value_Type>::value
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp
95
struct
is_simple
struct in namespace:__gnu_pbds::detail
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp
110
simple_value =
is_simple
<Value_Type>::value
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
type_utils.hpp
95
struct
is_simple
struct in namespace:__gnu_pbds::detail
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp
110
simple_value =
is_simple
<Value_Type>::value
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp
95
struct
is_simple
struct in namespace:__gnu_pbds::detail
/external/opencv/cv/src/
cvfloodfill.cpp
1028
int i, type, depth, cn,
is_simple
, idx;
local
[
all
...]
/external/opencv/cxcore/src/
cxpersistence.cpp
1104
int
is_simple
= 1;
local
1145
is_simple
&= !CV_NODE_IS_COLLECTION(elem->tag);
1147
node->data.seq->flags |=
is_simple
? CV_NODE_SEQ_SIMPLE : 0;
1151
int indent, struct_flags,
is_simple
;
local
1790
int have_space = 1,
is_simple
= 1;
local
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp
259
static bool
is_simple
(const SkPaint& p) {
function
416
if (NULL == saveLayerPaint.get() || !
is_simple
(*saveLayerPaint)) {
429
if (NULL == dbmPaint.get() || dbmPaint->getColor() != layerColor || !
is_simple
(*dbmPaint)) {
[
all
...]
/external/skia/src/core/
SkPictureRecord.cpp
259
static bool
is_simple
(const SkPaint& p) {
function
416
if (NULL == saveLayerPaint.get() || !
is_simple
(*saveLayerPaint)) {
429
if (NULL == dbmPaint.get() || dbmPaint->getColor() != layerColor || !
is_simple
(*dbmPaint)) {
[
all
...]
/external/chromium_org/v8/src/
ast.h
1420
bool
is_simple
() const { return
is_simple
_; }
function in class:v8::internal::MaterializedLiteral
[
all
...]
parser.cc
[
all
...]
Completed in 711 milliseconds
1
2
3