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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_unary.py 8 empty1=empty_graph(1)
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 159 boolean empty1 = array1 == null || array1.length == 0;
161 if (empty1 && empty2) {
164 if (empty1 != empty2 && (empty1 || empty2)) {
  /external/openfst/src/lib/
properties.cc 87 bool empty1 = delayed; // Can fst1 be the empty machine? local
94 if (!empty1)
102 (kAccessible | kCoAccessible) && !empty1) {
382 bool empty1 = delayed; // Can fst1 be the empty machine? local
388 if (!empty1 && !empty2) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 174 } constexpr empty1; variable in typeref:union:Empty

Completed in 136 milliseconds