HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 101 - 125 of 441) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 147 help="Fix up doctests only")
148 parser.add_option("-f", "--fix", action="append", default=[],
149 help="Each FIX specifies a transformation; default: all")
198 print "Available transformations for the -f/--fix option:"
222 unwanted_fixes = set(fixer_pkg + ".fix_" + fix for fix in options.nofix)
224 if options.fix:
226 for fix in options.fix:
227 if fix == "all"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 147 help="Fix up doctests only")
148 parser.add_option("-f", "--fix", action="append", default=[],
149 help="Each FIX specifies a transformation; default: all")
198 print "Available transformations for the -f/--fix option:"
222 unwanted_fixes = set(fixer_pkg + ".fix_" + fix for fix in options.nofix)
224 if options.fix:
226 for fix in options.fix:
227 if fix == "all"
    [all...]
  /external/strace/
strace.spec 121 - Fix FTBFS
168 - build fix for newer kernel headers (#457291)
169 - fix CLONE_VFORK handling (#455078)
175 - fix biarch stat64 decoding (#222275)
176 - fix spurious "..." in printing of environment strings (#358241)
178 - fix hang wait on exited child with exited child (#354261)
179 - fix biarch fork/vfork (-f) tracing (#447475)
180 - fix biarch printing of negative argument kill (#430585)
181 - fix biarch decoding of error return values (#447587)
182 - fix -f tracing of CLONE_VFORK (#455078
    [all...]
  /external/libcap/libcap/
libcap.h 40 # error file "libcap.h" --> fix and recompile libcap
58 # error file "libcap.h" --> fix and recompile libcap
67 # error file "libcap.h" --> fix and recompile libcap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 75 other.m_p_root = other.fix(other.m_p_root);
94 base_type::m_p_root = fix(base_type::m_p_root);
185 p_lhs = fix(p_rhs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 75 other.m_p_root = other.fix(other.m_p_root);
94 base_type::m_p_root = fix(base_type::m_p_root);
185 p_lhs = fix(p_rhs);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 75 other.m_p_root = other.fix(other.m_p_root);
94 base_type::m_p_root = fix(base_type::m_p_root);
185 p_lhs = fix(p_rhs);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 75 other.m_p_root = other.fix(other.m_p_root);
94 base_type::m_p_root = fix(base_type::m_p_root);
185 p_lhs = fix(p_rhs);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 54 struct fix;
67 #define TC_FORCE_RELOCATION(FIX) aarch64_force_relocation (FIX)
82 #define TC_INIT_FIX_DATA(FIX) { (FIX)->tc_fix_data.inst = NULL; \
83 (FIX)->tc_fix_data.opnd = AARCH64_OPND_NIL; }
111 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
112 (!(FIX)->fx_pcrel \
113 || (FIX)->fx_r_type == BFD_RELOC_64 \
114 || (FIX)->fx_r_type == BFD_RELOC_32
    [all...]
tc-hppa.h 95 extern int hppa_force_relocation (struct fix *);
123 int hppa_fix_adjustable (struct fix *);
131 #define TC_FORCE_RELOCATION(FIX) hppa_force_relocation (FIX)
134 #define MD_APPLY_SYM_VALUE(FIX) 0
159 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
209 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = NULL)
tc-mips.h 130 extern int mips_fix_adjustable (struct fix *);
133 #define MD_APPLY_SYM_VALUE(FIX) 0
139 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX)
140 extern int mips_force_relocation (struct fix *);
142 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
143 (! SEG_NORMAL (SEG) || mips_force_relocation (FIX))
  /build/kati/testcase/
multiline_recipe.mk 1 # TODO(c): fix test6 - \t$${empty} should be empty.
  /external/pdfium/core/
pdfiumfdrm.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfpdftext.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
  /external/pdfium/fpdfsdk/
pdfiumformfiller.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfxedit.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
  /external/pdfium/third_party/
pdfiumopenjpeg.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumzlib.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 104 fix(it.m_p_e);
112 fix(entry_pointer p_e)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 104 fix(it.m_p_e);
112 fix(entry_pointer p_e)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 104 fix(it.m_p_e);
112 fix(entry_pointer p_e)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 104 fix(it.m_p_e);
112 fix(entry_pointer p_e)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@fix-rm7000-2.d 4 #source: fix-rm7000-2.s
  /external/opencv/cv/src/
cvcolor.cpp 471 #define fix(x,n) (int)((x)*(1 << (n)) + 0.5) macro
480 #define cscGr fix(cscGr_32f,csc_shift)
481 #define cscGg fix(cscGg_32f,csc_shift)
482 #define cscGb /*fix(cscGb_32f,csc_shift)*/ ((1 << csc_shift) - cscGr - cscGg)
682 #define yuvYr fix(yuvYr_32f,yuv_shift)
683 #define yuvYg fix(yuvYg_32f,yuv_shift)
684 #define yuvYb fix(yuvYb_32f,yuv_shift)
685 #define yuvCr fix(yuvCr_32f,yuv_shift)
686 #define yuvCb fix(yuvCb_32f,yuv_shift)
696 #define yuvRCr fix(yuvRCr_32f,yuv_shift
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
win_pgo_profiler.py 30 raise IOError(2, '%s isn\'t in the current path, run vcvarsall.bat to fix'

Completed in 1579 milliseconds

1 2 3 45 6 7 8 91011>>