HomeSort by relevance Sort by last modified time
    Searched refs:a_empty (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
vlan.c 20 const int a_empty = !a || !a->notempty; local
23 if (a_empty && b_empty)
25 if (a_empty || b_empty)
  /external/skia/src/core/
SkRegion.cpp 1054 bool a_empty = rgna->isEmpty(); local
1061 if (a_empty) {
1074 if ((a_empty | b_empty)
1090 if (a_empty)
    [all...]
SkAAClip.cpp 1620 bool a_empty = clipA->isEmpty(); local
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 1054 bool a_empty = rgna->isEmpty(); local
1061 if (a_empty) {
1074 if ((a_empty | b_empty)
1090 if (a_empty)
    [all...]
SkAAClip.cpp 1620 bool a_empty = clipA->isEmpty(); local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
tensor_test.cc 1129 Tensor a_empty; local
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 1073 int a_empty = _token_list_is_empty_ignoring_space(a);
1075 return a_empty == b_empty;
    [all...]

Completed in 303 milliseconds