/external/elfutils/m4/ |
D | ChangeLog | 15 * glibc21.m4: Removed. 16 * inttypes_h.m4: Removed. 17 * inttypes.m4: Removed. 18 * inttypes-pri.m4: Removed. 19 * isc-posix.m4: Removed. 20 * lib-ld.m4: Removed. 21 * lib-link.m4: Removed. 22 * lib-prefix.m4: Removed. 23 * stdint_h.m4: Removed. 24 * uintmax_t.m4: Removed. [all …]
|
/external/elfutils/libebl/ |
D | ChangeLog | 174 * Makefile.am: Removed everything for building libebl_*.so modules, 281 * ppc64_symbol.c (ppc64_backend_name): Removed. 286 * ppc_symbol.c (ppc_backend_name): Removed. 291 * sparc_symbol.c (sparc_backend_name): Removed. 296 * arm_symbol.c (arm_backend_name): Removed. 297 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed. 300 * alpha_symbol.c (alpha_backend_name): Removed. 304 * ia64_symbol.c (ia64_backend_name): Removed. 309 * x86_64_symbol.c (x86_64_backend_name): Removed. 335 * libebl_alpha.map: Removed. [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 220 bool Removed = false; in removeVirtualRegisterKilled() local 225 Removed = true; in removeVirtualRegisterKilled() 230 assert(Removed && "Register is not used by this instruction!"); in removeVirtualRegisterKilled() 231 (void)Removed; in removeVirtualRegisterKilled() 256 bool Removed = false; in removeVirtualRegisterDead() local 261 Removed = true; in removeVirtualRegisterDead() 265 assert(Removed && "Register is not defined by this instruction!"); in removeVirtualRegisterDead() 266 (void)Removed; in removeVirtualRegisterDead()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 80 (WebCore::getFontData): Removed cast to QChar. 206 (WebCore::StyledElement::addCSSColor): Removed unicode() function call, no longer needed. 210 Removed unicode() function call, no longer needed. 212 * dom/xml_tokenizer.h: Removed default parameter for xmlDocPtrForString so we don't have 219 * editing/InsertTextCommand.cpp: Removed unused function. 226 … (WebCore::TextIterator::handleTextBox): Removed unicode() call since it's now a UChar instead 296 * loader/Cache.cpp: Removed unused preload functions. 305 * platform/AtomicString.h: Changed QChar to UChar. Removed constructor that makes 321 * platform/DeprecatedString.h: Removed QChar::Direction enum and all the DirXXX values, 330 (WebCore::GraphicsContext::drawText): Changed QChar to UChar. Removed horizontalAlignment [all …]
|
D | ChangeLog-2005-12-19 | 8 * kwq/DOM-compat.h: Removed. 296 (KJS::JSLazyEventListener::handleEvent): Removed function because the base class 306 return Window* instead of ObjectImp*. Removed listenerObjImp function. Removed 382 (KJS::HTMLElement::textAreaGetter): Removed code that hid the 427 Removed APPLE_COMPILE_HACK, fixing or replacing with #if 0 for now. 430 * ksvg2/KSVGSettings.cpp: Removed. 475 * ForwardingHeaders/kapplication.h: Removed. 476 * ForwardingHeaders/kcompletionbox.h: Removed. 477 * ForwardingHeaders/kdatastream.h: Removed. 478 * ForwardingHeaders/kfiledialog.h: Removed. [all …]
|
D | ChangeLog-2006-12-31 | 166 * ksvg2/svg/svgpathparser.cpp: Removed. 167 * ksvg2/svg/svgpathparser.h: Removed. 731 * bindings/js/kjs_binding.h: Removed createLanguageInstanceForValue 740 Removed newObj nil check that is unnecessary in ObjC. 1111 * loader/FrameLoader.cpp: Removed closeDocument helper function because 1116 * loader/FrameLoaderClient.h: Removed didCloseDocument because it proved 1322 Removed WebCoreSettings, cleaned up WebCore::Settings. 1326 * WebCore.xcodeproj/project.pbxproj: Removed WebCoreSetttings.h/.mm. 1329 * page/Frame.cpp: Removed cruft that duplicated Settings data. Callers now call 1641 * ksvg2/svg/SVGPathSeg.cpp: Removed. [all …]
|
D | ChangeLog-2008-08-10 | 8 * dom/make_names.pl: Removed "using namespace WebCore::*Names" 213 * page/inspector/inspector.html: Removed the onsearch and incremental 444 (WebCore::FrameLoader::recordFormValue): Removed 511 * html/HTMLEmbedElement.h: Removed unneeded namespace and class 520 (WebCore::HTMLObjectElement::attach): Removed local variable. 836 * English.lproj/localizedStrings.js: Removed some strings. 843 (WebInspector.DOMNodeTreeElement.prototype.onselect): Removed 848 _startEditing. Removed URL check. 852 (.editing): Removed the text-decoration property. 856 (WebInspector.documentClick): Removed the followOnAltClick code. [all …]
|
D | ChangeLog-2002-12-03 | 1555 (HTMLInputElementImpl::attach): Removed a stray printf. 1799 (KWQKHTMLPart::openURLRequest): Removed POST handling. 2267 Removed the assertion. It wasn't needed. 2396 Removed old implementation. 2545 parameter, and deleteItems(). Add _items, _width, and _widthGood. Removed _head. 2546 Removed the QListBoxItem and QListBoxText classes. 2595 * kwq/WebCoreBridge.mm: (-[WebCoreBridge DOMDocument]): Removed a stray printf. 2779 * ForwardingHeaders/kcmdlineargs.h: Removed. 2780 * ForwardingHeaders/kinstance.h: Removed. 2781 * ForwardingHeaders/kio/kprinter.h: Removed. [all …]
|
/external/webkit/Source/JavaScriptGlue/ |
D | ChangeLog | 94 * gyp: Removed. 95 * gyp/JavaScriptGlue.gyp: Removed. 96 * gyp/JavaScriptGlue.gypi: Removed. 97 * gyp/remove-headers-if-needed.sh: Removed. 98 * gyp/run-if-exists.sh: Removed. 99 * gyp/update-info-plist.sh: Removed. 150 * ForwardingHeaders/wtf/ThreadSafeShared.h: Removed. 267 * gyp/remove-headers-if-needed.sh: Removed. 268 * gyp/run-if-exists.sh: Removed. 269 * gyp/update-info-plist.sh: Removed. [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 122 * kjs/date_object.cpp: Removed our CF-based implementations of gmtime, localtime, 229 … * JavaScriptCore.order: Removed. We now link to the order file at /AppleInternal/OrderFiles. 392 … * kjs/identifier.h: Removed now-unused toULong, and added toStrictUInt32, in both cases forwarding 779 * kjs/identifier.cpp: Removed Identifier:null and added Identifier:null(). 1128 * kjs/grammar.y: Removed ElisionNode altogether and just use a count. 1245 * JavaScriptCore.pbproj/project.pbxproj: Removed signature. 1263 * kjs/completion.cpp: Removed. 1266 … * kjs/grammar.y: Removed an obsolete "pretend ifdef". No need to put these in APPLE_CHANGES now. 1425 * pcre/ChangeLog: Removed. 1426 * pcre/INSTALL: Removed. [all …]
|
D | ChangeLog-2008-08-10 | 389 * ForwardingHeaders/JavaScriptCore/JSLock.h: Removed. 404 * kjs/JSLock.cpp: Removed. 405 * kjs/JSLock.h: Removed. 629 * JavaScriptCore.exp: Removed JSGlobalData::sharedInstance(). 633 Removed support for JSGlobalData shared instance. JSGlobalData::isSharedInstance member 639 (KJS::Heap::markOtherThreadConservatively): Removed an assertion that referenced 858 * API/JSNode.c: Removed. 859 * API/JSNode.h: Removed. 860 * API/JSNodeList.c: Removed. 861 * API/JSNodeList.h: Removed. [all …]
|
/external/libpng/ |
D | CHANGES | 246 More type casting. Removed erroneous overflow test in pngmem.c. 279 Removed "beta" language from documentation. 309 Removed #ifdef/#endif around a png_free() in pngread.c 320 Removed references to IJG and JPEG in the ansi2knr.c copyright statement. 405 Removed lines after Dynamic Dependencies" in makefile.aco . 407 Removed trailing blanks from all files. 409 Removed misplaced #endif and #ifdef PNG_NO_EXTERN near the end of png.h 432 Removed ansi2knr.c and left pointers to the latest source for ansi2knr.c 494 Removed unused PLTE entries from pngnow.png 504 Removed some pointless "ptr = NULL" in pngmem.c [all …]
|
/external/libffi/ |
D | ChangeLog.v1 | 59 * configure.in: Removed AC_PROG_RANLIB. 69 src/Makefile.in. Removed macros implied by AM_INIT_AUTOMAKE. 103 Removed special CFLAGS hack for gcc. 168 * README: Removed Linux section. No special notes now 259 * ffi.h.in: Removed FFI_DEBUG. It's now in the correct 448 (VERSION, CC): Removed. 496 Removed calls to fflush(). 586 * objects.mak: Removed. 615 * ffi.c (FFI_*_TYPEDEF): Removed redundant ';' 619 * ffi.c (ffi_call): Removed FFI_ABI arg, and swapped [all …]
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 228 - Removed ctx->Color.DriverDrawBuffer 229 - Removed ctx->Pixel.DriverReadBuffer 230 - Removed ctx->Color.MultiDrawBuffer 231 - Removed ctx->Driver.SetDrawBuffer() 232 - Removed swrast->Driver.SetReadBuffer(). 278 7. Removed ctx->Polygon._OffsetAny. Removed ctx->Polygon.OffsetMRD.
|
/external/webp/ |
D | README.android | 12 - Removed Build files necessary for building via autoconf/automake tools 18 - Removed some more unused Makefile.am & Makefile.in
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 65 Removed dead file. 68 * DumpRenderTree/win/TestNetscapePlugin/main.c: Removed. 166 Removed setUseFixedLayout and renamed setFixedLayoutSize to 1675 * BuildSlaveSupport/build.webkit.org-config/webkit/__init__.py: Removed. 1676 * BuildSlaveSupport/build.webkit.org-config/webkit/auth.py: Removed. 1677 * BuildSlaveSupport/build.webkit.org-config/webkit/basesteps.py: Removed. 1678 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Removed. 1679 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Removed. 1680 * BuildSlaveSupport/build.webkit.org-config/webkit/schedulers.py: Removed. 1681 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Removed. [all …]
|
/external/ppp/pppd/ |
D | README.google | 2 Removed multilink.c, spinlock.[ch], tdb.[ch] as they are unused.
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | README.txt | 11 Removed unit tests from current distribution.
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 66 * Removed duplicate keywords from Progres, SAS and TSQL (BenBE) 184 * Removed explicit escaping of / in Regular Expressions (BenBE) 214 * Removed <, > and / from HTML names, now only containing the real tag names (BenBE) 218 - Removed some private methods which were only called at exactly one place (milian) 385 - Removed background colour on keyword group in eiffel (Julian Tschannen) 386 - Removed GESHI_DIR_SEPARATOR constant usage, it's unnecessary (Aleksey Zapparov) 412 - Removed extra newlines at the end of some files 445 - Removed \ as an escape character in T-SQL (Dave Jackson) 481 - Removed escape characters for strings in XML and HTML (floele) 484 - Removed unnecessary keyword style index from ini [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 333 * src/compiler/tools: Removed. 334 * src/compiler/unistd.h: Removed. 599 * src/libGLESv2/geometry/backend.cpp: Removed. 600 * src/libGLESv2/geometry/backend.h: Removed. 601 * src/libGLESv2/geometry/dx9.cpp: Removed. 602 * src/libGLESv2/geometry/dx9.h: Removed. 662 * include/GLSLANG/ResourceLimits.h: Removed. 1184 * src/compiler/tools/COPYING.bison: Removed. 1185 * src/compiler/tools/COPYING.flex: Removed. 1186 * src/compiler/tools/README: Removed. [all …]
|
/external/zxing/qr_scanner/ |
D | README.google | 13 Removed all code that is not directly related to scanning a QR code, such as product search, book
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 116 Removed a bogus comment. 136 * WebView/WebView.mm: Removed -[WebView _minimumRequiredSafariBuildNumber] because newer 221 * WebKit.xcodeproj/project.pbxproj: Removed AGL and OpenGL from the project. 337 * WebKit.exp: Removed accidentally exported internal symbol; I checked and it's not 364 Removed obsolete markedTextAbandoned function. 370 Removed import of unused icon database headers. 408 Removed wkCreateURLPasteboardFlavorTypeName and wkCreateURLNPasteboardFlavorTypeName. 628 (+[WebPreferences standardPreferences]): Removed call to 1047 * Misc/WebNSCalendarDateExtras.h: Removed as _webkit_compareDay: is no longer used. 1048 * Misc/WebNSCalendarDateExtras.m: Removed. [all …]
|
/external/elfutils/libcpu/ |
D | ChangeLog | 108 * defs/x86_64: Removed. 127 * i386_data.h (FCT_mmxreg2): Removed. 154 * i386_data.h (FCT_fmod$fr_m): Removed. 163 * i386_data.h (FCT_dispA): Removed. 165 * i386_disasm.c (ABORT_ENTRY): Removed.
|
/external/srtp/ |
D | Changes | 53 Removed tmmh.c and tmmh.h, which implemented version one of TMMH. 59 Removed 'salt' from cipher input. 161 Removed 'ssrc' from the srtp_init_aes_128_prf() function argument 175 Removed the GDOI interface to the rtpw demo program. This will be
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 50 * Removed alloca() based function and macro variants again. 95 * Removed multiple define from glibconfig.h 111 * Removed GListAllocator type and its g_*_allocator_*() function variants 141 * Removed G_ENUM, G_FLAGS, G_NV, and G_SV macros
|