HomeSort by relevance Sort by last modified time
    Searched refs:empty (Results 251 - 275 of 4916) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 54 private final boolean empty; field in class:HTML.Element
68 public Element(String name, int type, boolean empty,
74 this.empty = empty;
83 public Element(String name, int type, boolean empty,
85 this(name, type, empty, optionalEndTag, breaksFlow, Flow.NONE);
98 /** True if it's empty, has no inner elements or end tag */
100 return empty;
  /external/skia/src/gpu/
GrClipMaskCache.h 27 while (!fStack.empty()) {
54 if (fStack.empty()) {
73 //SkASSERT(!fStack.empty());
75 if (!fStack.empty()) {
85 if (fStack.empty()) {
94 if (fStack.empty()) {
106 if (fStack.empty()) {
120 if (fStack.empty()) {
132 if (fStack.empty()) {
148 if (fStack.empty()) {
    [all...]
  /ndk/tests/abcc/jni/host/
main.cpp 100 if (platform.empty()) // Folow ndk-bc2native.py usage
103 if (abi.empty() || input.empty() || output.empty() || toolchain_bin.empty() || platform.empty()) {
108 if (sysroot.empty() && ndk_dir.empty()) {
113 if (sysroot.empty()) {
120 if (ndk_dir.empty())
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
_std_common.i 20 upon empty containers, rather than coredump
31 bool empty() const;
35 if (self->empty())
40 if (self->empty())
55 if (self->empty())
67 if (self->empty())
  /external/openfst/src/bin/
fstprint.cc 76 if (!FLAGS_isymbols.empty() && !FLAGS_numeric) {
81 if (!FLAGS_osymbols.empty() && !FLAGS_numeric) {
86 if (!FLAGS_ssymbols.empty() && !FLAGS_numeric) {
99 if (isyms && !FLAGS_save_isymbols.empty())
102 if (osyms && !FLAGS_save_osymbols.empty())
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CollectionUtilsTests.java 70 final ArrayList<String> empty = new ArrayList<>(); local
71 assertEquals(empty, CollectionUtils.arrayAsList(new String[] {}, 0, 0));
73 assertEquals(empty, CollectionUtils.arrayAsList(array, 0, 0));
74 assertEquals(empty, CollectionUtils.arrayAsList(array, 1, 1));
75 assertEquals(empty, CollectionUtils.arrayAsList(array, array.length, array.length));
89 assertFalse(CollectionUtils.isNullOrEmpty(Collections.singletonList("Not empty")));
90 assertFalse(CollectionUtils.isNullOrEmpty(Collections.singletonMap("Not", "empty")));
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 124 if (!ptime_.empty()) {
127 if (!ctime_.empty()) {
130 if (!email_.empty()) {
133 if (!comments_.empty()) {
140 if (product_.empty()) {
144 if (version_.empty()) {
148 if (guid_.empty()) {
152 if (minidump_pathname_.empty()) {
156 if (!error_text.empty()) {
  /external/google-breakpad/src/processor/
cfi_frame_info.cc 56 if (cfa_rule_.empty() || ra_rule_.empty())
107 if (!cfa_rule_.empty()) {
110 if (!ra_rule_.empty()) {
146 // Names can't be empty.
149 if (!name_.empty() || !expression_.empty()) {
157 if (!expression_.empty())
166 if (name_.empty() || expression_.empty()) return false
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.cpp 102 if (TargetTriple.getTriple().empty()) {
105 if (TheTriple.getTriple().empty())
122 assert(!Filenames.empty() && "Must specify at least on input filename!");
164 if (!PassesToRun.empty()) {
177 if (!Error.empty()) {
188 if (ReferenceOutputFile.empty()) {
206 if (!Error.empty()) {
213 if (!Error.empty()) {
223 if (!Error.empty()) {
ListReducer.h 53 std::vector<ElTy> empty; local
55 switch (doTest(TheList, empty, Error)) {
65 "selected empty set.");
71 assert(!Error.empty());
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
146 assert(Error.empty() && "doTest did not return InternalError for error");
186 if (!Error.empty())

Completed in 896 milliseconds

<<11121314151617181920>>