HomeSort by relevance Sort by last modified time
    Searched full:nonempty (Results 151 - 175 of 346) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/elfutils/libdw/
Makefile.in 539 END { if (nonempty) { for (i in files) print i; }; }'`; \
551 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552 END { if (nonempty) { for (i in files) print i; }; }'`; \
566 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567 END { if (nonempty) { for (i in files) print i; }; }'`; \
  /external/elfutils/libelf/
Makefile.in 583 END { if (nonempty) { for (i in files) print i; }; }'`; \
595 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596 END { if (nonempty) { for (i in files) print i; }; }'`; \
610 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611 END { if (nonempty) { for (i in files) print i; }; }'`; \
  /external/elfutils/src/
Makefile.in 582 END { if (nonempty) { for (i in files) print i; }; }'`; \
594 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
595 END { if (nonempty) { for (i in files) print i; }; }'`; \
609 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
610 END { if (nonempty) { for (i in files) print i; }; }'`; \
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.in 720 END { if (nonempty) { for (i in files) print i; }; }'`; \
745 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
746 END { if (nonempty) { for (i in files) print i; }; }'`; \
760 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
761 END { if (nonempty) { for (i in files) print i; }; }'`; \
    [all...]
  /external/bison/examples/
Makefile.in     [all...]
  /external/marisa-trie/lib/
Makefile.in     [all...]
  /external/valgrind/main/helgrind/tests/
Makefile.in     [all...]
  /external/valgrind/main/massif/
Makefile.in     [all...]
  /external/valgrind/main/none/
Makefile.in 755 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
756 END { if (nonempty) { for (i in files) print i; }; }'`; \
781 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
782 END { if (nonempty) { for (i in files) print i; }; }'`; \
    [all...]
  /external/valgrind/main/none/tests/amd64/
Makefile.in     [all...]
  /external/valgrind/main/none/tests/arm/
Makefile.in 628 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629 END { if (nonempty) { for (i in files) print i; }; }'`; \
641 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
642 END { if (nonempty) { for (i in files) print i; }; }'`; \
    [all...]
  /external/valgrind/main/none/tests/ppc64/
Makefile.in     [all...]
  /external/valgrind/main/none/tests/x86/
Makefile.in     [all...]
  /external/bison/m4/
lib-link.m4 15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
179 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
lib-link.m4 15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 461 // if found and nonempty, allocate a new BSTR (with SysAllocString)
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 332 * nonempty...).
  /external/skia/bench/
bench_analyze.py 214 raise Exception('Must provide nonempty Flag -b (bench name prefix).')
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
macros.h 200 // Verify that the container is nonempty
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
macros.h 200 // Verify that the container is nonempty
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
macros.h 200 // Verify that the container is nonempty
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
macros.h 210 // Verify that the container is nonempty
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 213 // All other formats require a nonempty string
  /external/chromium/chrome/browser/history/
text_database_manager.cc 60 if (ttl.empty()) // Make the title nonempty when we set it for EverybodySet.
67 if (bdy.empty()) // Make the body nonempty when we set it for EverybodySet.
  /external/guava/guava/src/com/google/common/primitives/
Chars.java 211 * @param array a <i>nonempty</i> array of {@code char} values
230 * @param array a <i>nonempty</i> array of {@code char} values

Completed in 3999 milliseconds

1 2 3 4 5 67 8 91011>>