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

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypoFix.java 112 TypoFix fix = new TypoFix(mId, mMarker); local
113 fix.mTypo = typo;
114 fix.mReplacement = replacement;
115 allFixes.add(fix);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cr16.h 50 extern int cr16_force_relocation (struct fix *);
tc-crx.h 51 extern int crx_force_relocation (struct fix *);
tc-h8300.h 40 struct fix;
76 #define tc_fix_adjustable(FIX) 0
91 /* This target is buggy, and sets fix size too large. */
92 #define TC_FX_SIZE_SLACK(FIX) 1
tc-pj.h 36 arelent *tc_gen_reloc (asection *, struct fix *);
46 #define md_pcrel_from(FIX) \
47 ((FIX)->fx_where + (FIX)->fx_frag->fr_address - 1)
57 #define MD_APPLY_SYM_VALUE(FIX) 0
59 #define tc_fix_adjustable(FIX) \
60 (! ((FIX)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \
61 || (FIX)->fx_r_type == BFD_RELOC_VTABLE_ENTRY))
tc-tic6x.h 26 #define MD_APPLY_SYM_VALUE(FIX) 0
138 /* Whether this fix was for an ADDA instruction. If so, a constant
139 resulting from resolving the fix should be implicitly shifted
150 struct fix;
151 extern void tic6x_init_fix_data (struct fix *fixP);
181 #define MD_PCREL_FROM_SECTION(FIX, SEC) tic6x_pcrel_from_section (FIX, SEC)
182 extern long tic6x_pcrel_from_section (struct fix *fixp, segT sec);
192 #define tc_fix_adjustable(FIX) tic6x_fix_adjustable (FIX)
    [all...]
tc-m68k.h 23 struct fix;
129 extern int tc_m68k_fix_adjustable (struct fix *);
138 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-arm.h 47 struct fix;
91 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX)
130 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = 0)
202 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
203 (!(FIX)->fx_pcrel \
204 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \
205 || (FIX)->fx_r_type == BFD_RELOC_32 \
206 || ((FIX)->fx_addsy != NULL && S_IS_WEAK ((FIX)->fx_addsy))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-arm-1.s 22 # Test fix for PR 16694 - the use of VFP registers in .cfi_offset directives.
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/
cpu-ops.mk 164 TF_LDFLAGS_aarch64 += --fix-cortex-a53-843419
169 TF_LDFLAGS_aarch64 += --fix-cortex-a53-835769
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
support.py 42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
  /external/python/cpython2/Lib/lib2to3/tests/
support.py 42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
  /external/python/cpython2/Mac/Tools/
fixapplepython23.py 2 """fixapplepython23 - Fix Apple-installed Python 2.3 (on Mac OS X 10.3)
48 def fix(makefile, do_apply): function
49 """Fix the Makefile, if required."""
68 print 'fixapplepython23: Fix to Apple-installed Python 2.3 applied'
73 print 'fixapplepython23: Fix to Apple-installed Python 2.3 should be applied'
76 print 'fixapplepython23: No fix needed, appears to have been applied before'
99 print "fixapplypython23: no fix is needed on MacOSX on Intel"
103 print 'fixapplepython23: no fix needed on MacOSX < 10.3'
107 print 'fixapplepython23: no fix needed on MacOSX >= 10.4'
124 # Finally fix the makefil
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/
support.py 40 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
  /external/webrtc/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h 93 # warning For SMP safety, you should fix this.
120 # warning For SMP safety, you should fix this.
  /prebuilts/go/darwin-x86/src/cmd/fix/
context.go 15 var contextFix = fix{
main.go 40 // enable for debugging fix failures
44 fmt.Fprintf(os.Stderr, "usage: go tool fix [-diff] [-r fixname,...] [-force fixname,...] [path ...]\n")
143 for _, fix := range fixes {
144 if allowed != nil && !allowed[fix.name] {
147 if fix.disabled && !force[fix.name] {
150 if fix.f(newFile) {
152 fmt.Fprintf(&fixlog, " %s", fix.name)
177 // Print AST. We did that after each fix, so this appears
258 f1, err := writeTempFile("", "go-fix", b1
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue20335.go 9 // without the fix in the CL that added this file.
  /prebuilts/go/linux-x86/src/cmd/fix/
context.go 15 var contextFix = fix{
  /prebuilts/go/linux-x86/test/fixedbugs/
issue20335.go 9 // without the fix in the CL that added this file.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
float03.d 10 0: b2 10 04 48 fix.sd %f2,%f4
11 4: b2 31 08 48 fix.dd %f6,%f8
24 38: b2 12 1e 48 d.fix.sd %f2,%f30
26 40: b2 33 08 48 d.fix.dd %f6,%f8
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 72 // Fix file names so they do not include absolute path names.
73 fix := func(s string) string {
82 m.File = fix(m.File)
85 f.Filename = fix(f.Filename)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source_test.go 72 // Fix file names so they do not include absolute path names.
73 fix := func(s string) string {
82 m.File = fix(m.File)
85 f.Filename = fix(f.Filename)

Completed in 997 milliseconds

1 2 3 45 6 7 8 91011>>