Searched refs:Fix (Results 1 - 24 of 24) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A DCHANGELOG.md5 * Fix: htmlparser2 tree adapter `DocumentType.data` property rendering (GH [#45](https://github.com/inikulin/parse5/issues/45)).
8 * Fix: Location info handling for the implicitly generated `<html>` and `<body>` elements (GH [#44](https://github.com/inikulin/parse5/issues/44)).
17 * Fix: `<form>` processing in `<template>` (GH [#40](https://github.com/inikulin/parse5/issues/40)).
20 * Fix: text node in `<template>` serialization problem with custom tree adapter (GH [#38](https://github.com/inikulin/parse5/issues/38)).
31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
38 * Fix: use fake `document` element for fragment parsing (required by [jsdom](https://github.com/tmpvar/jsdom)).
44 * Fix: crash on Linux due to upper-case leading character in module name used in `require()`.
48 * Fix: new line serialization in `<pre>`.
49 * Fix: `SYSTEM`-only `DOCTYPE` serialization.
50 * Fix
[all...]
/external/libunwind/src/ptrace/
H A D_UPT_access_fpreg.c93 #error Fix me
103 #error Fix me
118 #error Fix me
H A D_UPT_access_mem.c107 #error Fix me
H A D_UPT_reg_offset.c541 # error Fix me.
/external/llvm/lib/Option/
H A DAndroid.mk13 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
/external/libunwind/src/ia64/
H A DGinit_local.c74 # error Fix me.
/external/elfutils/src/
H A Delfutils.spec267 - libdwfl: Fix STB_GLOBAL over STB_WEAK preference in
307 constant form. Fix bug using dwarf_next_unit to iterate over
338 - libdwfl: Fix for more prelink cases with separate debug file.
342 - libdw: Fix for handling huge .debug_aranges section.
343 - libdwfl: Fix for handling prelinked DSO with separate debug file.
344 - findtextrel: Fix diagnostics to work with usual section ordering.
375 - Fix build with --disable-dependency-tracking.
376 - Fix build with most recent glibc headers.
378 - libdw: Fix CFI decoding.
379 - libdwfl: Fix addres
[all...]
/external/llvm/lib/Support/
H A DAndroid.mk99 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
/external/clang/include/clang/Sema/
H A DOverload.h616 ConversionFixItGenerator Fix; member in struct:clang::OverloadCandidate
667 bool CanFix = Fix.tryToFixConversion(
674 Fix.clear();
/external/strace/
H A Dstrace.spec106 - Fix FTBFS
199 - Fix ia64 syscall decoding (#206768)
200 - Fix build with glibc-2.4.90-33 and up on all arches but ia64
201 - Fix build against 2.6.18+ headers
204 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
216 - Fix biarch decoding of socket syscalls (#174354).
217 - Fix biarch -e support (#173986).
219 - Fix ipc syscall decoding (#164755).
226 - Fix setsockopt decoding on 64-bit (#162449).
227 - Fix typo
[all...]
/external/libvpx/libvpx/tools/
H A Dftfy.sh61 Cosmetic: Fix whitespace in change ${LAST_CHANGEID:0:9}
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h307 for (const FixItHint &Fix : DiagStorage->FixItHints)
308 DB.AddFixItHint(Fix);
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp737 const FixItHint &Fix = *I; local
738 if (Fix.isNull())
742 AddCharSourceRangeToRecord(Fix.RemoveRange, Record, SM);
743 Record.push_back(Fix.CodeToInsert.size());
745 Fix.CodeToInsert);
/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp201 ProtectedScopeFixer Fix(BodyCtx);
/external/scrypt/
H A Dimport_scrypt.sh461 patch -p1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
/external/v8/src/
H A Dv8natives.js1230 %Fix(obj); // becomes a regular function
1241 %Fix(obj);
H A Druntime.h290 F(Fix, 1, 1) \
H A Dobjects.h9551 static void Fix(Handle<JSProxy> proxy);
H A Druntime.cc754 JSProxy::Fix(proxy);
8896 // match. Fix heuristics for reenabling optimizations!
10540 * TODO(581): Fix non-compliance for very large concatenations and update to
H A Dobjects.cc3644 void JSProxy::Fix(Handle<JSProxy> proxy) { function in class:v8::internal::JSProxy
/external/bison/djgpp/
H A Dconfig.bat268 Rem Fix data/lalr1.cc and data/location.cc to reflect the renaming of c++.m4
279 Rem Fix src/getargs.c to reflect the renaming of c++-skel.m4
/external/zlib/src/
H A Dmake_vms.com17 $! 0.06 20120111 Fix missing amiss_err, update zconf_h.in, fix new exmples
/external/clang/lib/Sema/
H A DSemaOverload.cpp8889 << (unsigned) (Cand->Fix.Kind);
8892 for (std::vector<FixItHint>::iterator HI = Cand->Fix.Hints.begin(),
8893 HE = Cand->Fix.Hints.end(); HI != HE; ++HI)
9498 unsigned numLFixes = L->Fix.NumConversionsFixed;
9499 unsigned numRFixes = R->Fix.NumConversionsFixed;
9572 Cand->Fix.setConversionChecker(TryCopyInitialization);
10360 // Fix the expression to refer to 'fn'.
12385 // Fix the subexpression, which really has to be an
/external/bison/
H A Dmaint.mk1209 # Fix syntax-highlighters "

Completed in 1146 milliseconds