Home
last modified time | relevance | path

Searched refs:erased (Results 1 – 25 of 44) sorted by relevance

12

/external/lldb/source/Target/
DSectionLoadList.cpp181 bool erased = false; in SetSectionUnloaded() local
186 erased = true; in SetSectionUnloaded()
193 erased = true; in SetSectionUnloaded()
197 return erased; in SetSectionUnloaded()
/external/chromium_org/components/bookmarks/browser/
Dbookmark_node.cc88 bool erased = meta_info_map_->erase(key) != 0; in DeleteMetaInfo() local
91 return erased; in DeleteMetaInfo()
/external/ltrace/
Ddict.c28 unsigned char erased : 1; member
228 for (; bitp(dict, pos)->taken || bitp(dict, pos)->erased; in find_slot()
230 if (pos0 == (size_t)-1 && bitp(dict, pos)->erased) in find_slot()
392 bitp(dict, slot_n)->erased = 0; in dict_insert()
431 bitp(dict, slot_n)->erased = 1; in dict_erase()
455 if (bitp(dict, i)->taken && !bitp(dict, i)->erased) { in dict_each()
/external/yaffs2/yaffs2/
DKconfig113 Normally YAFFS only checks chunks before writing until an erased
117 Enabling this forces on the test that chunks are erased in flash
/external/llvm/test/CodeGen/R600/
Dmad_uint24.ll59 ; led to some instructions being incorrectly erased when the entire
/external/chromium_org/content/browser/loader/
Dresource_scheduler.cc324 size_t erased = in_flight_requests_.erase(request); in EraseInFlightRequest() local
325 DCHECK_EQ(1u, erased); in EraseInFlightRequest()
/external/chromium_org/ppapi/api/private/
Dppb_flash_clipboard.idl128 * clipboard data in any format is erased before writing this data. Thus,
/external/lldb/source/Expression/
DIRForTarget.cpp2560 bool erased = true; in StripAllGVs() local
2562 while (erased) in StripAllGVs()
2564 erased = false; in StripAllGVs()
2580 erased = true; in StripAllGVs()
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_mac.mm310 // are erased from the map, since the map owns the memory for all its mapped
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h215 size_t erased = observers_.erase(observer); in RemoveObserver() local
216 EXPECT_EQ(erased, 1UL); in RemoveObserver()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2254 bool erased = false; in removePunyEdges() local
2257 erased ? I : ++I) { in removePunyEdges()
2259 erased = false; in removePunyEdges()
2301 erased = true; in removePunyEdges()
/external/chromium_org/third_party/openssl/
DREADME.chromium230 temporary directory that is erased when the script exits, even in
/external/chromium_org/chrome/common/extensions/api/
Ddownloads.idl512 // Fires with the <code>downloadId</code> when a download is erased from
515 // erased.
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dinsert-element-build-vector.ll223 ; instructions that are erased.
/external/clang/lib/CodeGen/
DCGCall.cpp521 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo() local
522 assert(erased && "Not in set?"); in arrangeLLVMFunctionInfo()
/external/llvm/test/CodeGen/X86/
Dcrash.ll488 ; erased along with its value number.
/external/llvm/docs/
DAtomics.rst39 address, the first store can be erased. This transformation is not allowed for a
/external/clang/docs/
DThreadSafetyAnalysis.rst700 // The attributes can be safely erased when compiling with other compilers.
/external/chromium_org/third_party/tcmalloc/vendor/
DChangeLog558 * Somehow the COPYING file got erased. Regenerate it (csilvers)
/external/libvorbis/doc/
DDoxyfile.in595 # stylesheet in the HTML output directory as well, or it will be erased!
/external/mesa3d/doxygen/
Dcommon.doxy606 # stylesheet in the HTML output directory as well, or it will be erased!
/external/libmtp/doc/
DDoxyfile.in610 # stylesheet in the HTML output directory as well, or it will be erased!
/external/chromium_org/third_party/mesa/src/doxygen/
Dcommon.doxy606 # stylesheet in the HTML output directory as well, or it will be erased!
/external/libexif/doc/
DDoxyfile-internals.in638 # stylesheet in the HTML output directory as well, or it will be erased!
DDoxyfile.in638 # stylesheet in the HTML output directory as well, or it will be erased!

12