Searched refs:empty (Results 1 - 25 of 8144) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramem2k.c57 int empty; // is this empty? member in struct:__anon34302
105 blk->page[i]->empty = 1;
214 ned.block[blk]->page[pg]->empty = 0;
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c69 int empty; // is this empty? member in struct:__anon34308
146 blk->page[i]->empty = 1;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2586 if(!info->palette) /*allocate palette if empty*/
3957 CERROR_RETURN_ERROR(state->error, 48); /*error: the given data is empty*/
4361 there's no null termination char, if the text is empty*/
4473 there's no null termination char, if the text is empty for the next 3 texts*/
5976 /*the input data is empty, maybe a PNG file doesn't exist or is in the wrong path*/
5977 case 48: return "empty input or file doesn't exist";
6059 file.write(buffer.empty() ? 0 : (char*)&buffer[0], std::streamsize(buffer.size()));
6082 return decompress(out, in.empty() ? 0 : &in[0], in.size(), settings);
6104 return compress(out, in.empty() ? 0 : &in[0], in.size(), settings);
6156 return decode(out, w, h, in.empty()
[all...]
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc233 if (!value.empty()) prefix = value;
H A Dzopflipng_lib.cc419 if (!png_options.keepchunks.empty()) {
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc106 while (!component_list_.empty()) {
H A Dprocessing_component.cc30 while (!handles_.empty()) {
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m349 warning([newfile ' is empty']);
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.cc63 return list_.empty();
101 if(list_.empty())
111 if(list_.empty())
121 if(list_.empty())
133 if(list_.empty())
183 // Allow existingPreviousItem to be NULL if the list is empty.
213 // Allow existing_next_item to be NULL if the list is empty.
H A Dmap.cc50 if (!map_.empty())
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c200 macaddr empty = { 0 }; local
201 return os_memcmp(a, empty, sizeof(macaddr));
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c200 macaddr empty = { 0 }; local
201 return os_memcmp(a, empty, sizeof(macaddr));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c200 macaddr empty = { 0 }; local
201 return os_memcmp(a, empty, sizeof(macaddr));
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c82 unsigned int empty:25; member in struct:modify_ldt_ldt_s
/external/valgrind/main/perf/
H A Dtinycc.c1806 are enough empty fields? */
5859 /* put an empty PC32 relocation */
9412 error("empty character constant");
9643 ',' if empty VA_ARGS variable. */
9776 /* NOTE: empty args are allowed, except if no args */
9802 /* special case for gcc var args: add an empty
10048 /* substitution done, NOTE: maybe empty */
12162 /* cannot be empty */
12164 /* non empty enums are not allowed */
13738 warning("empty cas
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc86 // The list must already be empty, so do nothing.
374 VIXL_ASSERT(literals_.empty());
2160 if (literals_.empty()) {
H A Dassembler-a64.h1683 VIXL_ASSERT(literals_.empty() ||
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h378 CHECK(q_.empty());
392 // Blocks if the queue is empty.
402 // If queue is not empty,
418 if (q_.empty())
427 return !queue->empty();
H A Dtsan_unittest.cpp2086 ANNOTATE_NO_OP(NULL); // An empty function, loaded from dll.
2637 // Correctly synchronized test, but the common lockset is empty.
2837 // Correctly synchronized test, but the common lockset is empty.
3853 // We swap the new empty map 'tmp' with 'MAP'.
4683 // These locksets have empty intersection
6268 // We swap the new empty map 'tmp' with 'map'.
6584 if (q_.empty()) return 0;
7206 CHECK(vec->empty());
7213 return v->empty();
7221 CHECK(vec->empty());
[all...]
/external/valgrind/main/helgrind/
H A Dhg_wordset.c159 WordSet empty; /* cached, for speed */ member in struct:_WordSetU
362 WordVec* empty; local
379 empty = new_WV_of_size( wsu, 0 );
380 wsu->empty = add_or_dealloc_WordVec( wsu, empty );
397 return wsu->empty;
405 tl_assert(ws == wsu->empty);
408 tl_assert(ws != wsu->empty);
468 return; // we never die the empty set.
655 /* special case empty se
[all...]
/external/valgrind/main/massif/
H A Dms_main.c107 heap_tree=empty
352 // Create the (empty) list.
469 " --alloc-fn=<name> specify <name> as an alloc function [empty]\n"
470 " --ignore-fn=<name> ignore heap allocations within <name> [empty]\n"
830 // Nb: it's possible to end up with an empty trace, eg. if 'main' is marked
1211 // to point to the first empty slot, and j to the first full slot after
2297 FP("heap_tree=empty\n");
2521 // LD_PRELOAD was empty before Valgrind started, or ':' otherwise.
2537 VERB(1, " <empty>\n");
/external/valgrind/main/nightly/bin/
H A Dnightly19 if ! svn co -r "{$1}" --depth empty "$2" infodir > /dev/null 2>&1; then
/external/valgrind/main/none/tests/
H A Dexec-sigmask.c51 do_exec(argv[0], "empty", &mask);
55 int empty; local
58 empty = 0;
59 else if (strcmp(argv[1], "empty") == 0)
60 empty = 1;
62 fprintf(stderr, "empty or full?\n");
72 if (empty) {
74 printf("empty: signal %d added to mask\n", i);
/external/tinyxml/
H A Dtinystr.h62 // TiXmlString empty constructor
138 // Checks if a TiXmlString is empty
139 bool empty () const { return rep_->size == 0; } function in class:TiXmlString
H A Dtinyxml.cpp203 firstChild = node; // it was an empty list.
829 // make it an empty tag.
1166 if ( next->value.empty() && next->name.empty() )
1175 if ( next->value.empty() && next->name.empty() )
1184 if ( prev->value.empty() && prev->name.empty() )
1193 if ( prev->value.empty() && prev->name.empty() )
[all...]

Completed in 399 milliseconds

1234567891011>>