Home
last modified time | relevance | path

Searched refs:a_empty (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dvlan.c20 const int a_empty = !a || !a->notempty; in vlan_compare() local
23 if (a_empty && b_empty) in vlan_compare()
25 if (a_empty || b_empty) in vlan_compare()
/external/skqp/src/core/
DSkRegion.cpp1002 bool a_empty = rgna->isEmpty(); in Oper() local
1009 if (a_empty) { in Oper()
1022 if ((a_empty | b_empty) in Oper()
1038 if (a_empty) { in Oper()
1053 if (a_empty) { in Oper()
DSkAAClip.cpp1701 bool a_empty = clipA->isEmpty(); in op() local
1707 if (a_empty) { in op()
1717 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()
1725 if (a_empty) { in op()
/external/skia/src/core/
DSkRegion.cpp1002 bool a_empty = rgna->isEmpty(); in Oper() local
1009 if (a_empty) { in Oper()
1022 if ((a_empty | b_empty) in Oper()
1038 if (a_empty) { in Oper()
1053 if (a_empty) { in Oper()
DSkAAClip.cpp1701 bool a_empty = clipA->isEmpty(); in op() local
1707 if (a_empty) { in op()
1717 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()
1725 if (a_empty) { in op()
/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc1089 Tensor a_empty; in TEST() local
1094 EXPECT_FALSE(a_empty.SharesBufferWith(a_empty)); in TEST()
1095 EXPECT_FALSE(a_empty.SharesBufferWith(b_empty)); in TEST()
1096 EXPECT_FALSE(a_empty.SharesBufferWith(a)); in TEST()
1097 EXPECT_FALSE(a_empty.SharesBufferWith(copy)); in TEST()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1063 int a_empty = _token_list_is_empty_ignoring_space(a); in _token_list_equal_ignoring_space() local
1065 return a_empty == b_empty; in _token_list_equal_ignoring_space()