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

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DmergeChangeLogs.pl77 Fix the Mac build.
85 Fix the ARM build.
146 Fix the Mac build.
154 Fix the ARM build.
213 Fix the ARM build.
222 Fix the ARM build.
229 Fix the Mac build.
237 Fix the ARM build.
273 Fix the Mac build.
281 Fix th
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Demail.php20 * * Fix the bound checks for kw groups 2 and 3, as well as rx group 1
/external/llvm/lib/Support/
H A DAndroid.mk84 # FIXME: This only requires RTTI because tblgen uses it. Fix that.
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp602 const FixItHint &Fix = *I; local
603 if (Fix.isNull())
607 AddCharSourceRangeToRecord(Fix.RemoveRange, Record, SM);
608 Record.push_back(Fix.CodeToInsert.size());
610 Fix.CodeToInsert);
/external/clang/include/clang/Sema/
H A DOverload.h629 ConversionFixItGenerator Fix; member in struct:clang::OverloadCandidate
723 bool CanFix = Fix.tryToFixConversion(
730 Fix.clear();
/external/strace/
H A Dstrace.spec156 - Fix ia64 syscall decoding (#206768)
157 - Fix build with glibc-2.4.90-33 and up on all arches but ia64
158 - Fix build against 2.6.18+ headers
161 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
173 - Fix biarch decoding of socket syscalls (#174354).
174 - Fix biarch -e support (#173986).
176 - Fix ipc syscall decoding (#164755).
183 - Fix setsockopt decoding on 64-bit (#162449).
184 - Fix typos in socket option name strings (#161578).
188 - Fix 3
[all...]
/external/libvpx/examples/includes/
H A Dvp8_doc_tools.php155 // Fix annoying GeSHI-injected attributes
/external/bluetooth/bluedroid/main/
H A DAndroid.mk107 # Fix this
/external/kernel-headers/original/linux/
H A Dcapability.h415 # error Fix up hand-coded capability macro initializers
/external/libvpx/examples/
H A Dgen_example_doxy.php48 // Fix ASCIIMathPHP's output
/external/libffi/src/mips/
H A Dn32.S91 # Fix the stack if there are more than 8 64bit slots worth
311 ADDU $sp, SIZEOF_FRAME # Fix stack pointer
H A Do32.S179 ADDU $sp, SIZEOF_FRAME # Fix stack pointer
/external/libpng/
H A DCHANGES1627 Fix potential buffer overflow in sPLT chunk handler.
1628 Fix Makefile.am to not try to link to noexistent files.
1686 Fix bugs in makefile.nommx
1790 Fix bug with handling of 16-bit transparency, introduced in 1.2.19beta2
1825 Fix type definition of dummy_value_a, b in pnggccrd.c
1859 Fix typo in pnggccrd.c (%%eax should be %%ax in secondloop48)
1865 Fix typos in pnggccrd.c
1871 Fix some debugging statements in pnggccrd.c and pngrutil.c
1890 Fix typo (missing '"') in pnggccrd.c
1894 Fix typ
[all...]
/external/elfutils/
H A Delfutils.spec275 - elflint: Fix checks to permit --hash-style=gnu format.
375 - Fix a few PLT problems and mudflap build issues.
415 - libdw: Fix using libdw.h with gcc < 4 and C++ code. Compiler bug.
/external/v8/src/
H A Dv8natives.js1131 %Fix(obj); // becomes a regular function
1142 %Fix(obj);
H A Druntime.h291 F(Fix, 1, 1) \
H A Dobjects.h7709 void Fix();
H A Dobjects.cc2825 void JSProxy::Fix() { function in class:v8::internal::JSProxy
H A Druntime.cc725 proxy->Fix();
9760 * TODO(581): Fix non-compliance for very large concatenations and update to
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php705 //Security Fix to prevent external directories using fopen wrappers.
715 //Security Fix to prevent external directories using fopen wrappers.
719 //Security Fix to prevent external directories using fopen wrappers.
723 //Security Fix to prevent external directories using fopen wrappers.
2254 //Fix for SF#1932083: Multichar Quotemarks unsupported
2382 //Fix for SF#1932083: Multichar Quotemarks unsupported
3053 // BenBE: Fix to reduce the number of replacements to be done
3396 // TODO: Fix lexic permissions not converting entities if shouldn't
3660 //Fix: Problem where hardescapes weren't handled if no ESCAPE_CHAR was given
/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.cpp8191 << (unsigned) (Cand->Fix.Kind);
8194 for (std::vector<FixItHint>::iterator HI = Cand->Fix.Hints.begin(),
8195 HE = Cand->Fix.Hints.end(); HI != HE; ++HI)
8630 unsigned numLFixes = L->Fix.NumConversionsFixed;
8631 unsigned numRFixes = R->Fix.NumConversionsFixed;
8706 Cand->Fix.setConversionChecker(TryCopyInitialization);
9339 // Fix the expression to refer to 'fn'.
11366 // Fix the sub expression, which really has to be an
/external/bison/djgpp/
H A Dconfig.bat220 Rem Fix data/lalr1.cc and data/location.cc to reflect the renaming of c++.m4

Completed in 496 milliseconds