/toolchain/binutils/binutils-2.25/gas/ |
ehopt.c | 106 fixS *fix; local 116 fix = seg_info (now_seg)->frchainP->fix_root; 198 while (fix != NULL 199 && (fix->fx_frag != f || fix->fx_where != offset)) 200 fix = fix->fx_next; 201 if (fix == NULL) 204 offset += fix->fx_size;
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
FixVibrateSetting.java | 50 mFix = findViewById(R.id.fix); 83 fix(); method 101 private void fix() { method in class:FixVibrateSetting
|
/frameworks/ex/common/java/com/android/common/ |
Rfc822Validator.java | 105 * to fix them. This can be used to strip results of incorrectly formatted 109 * attempt to fix them 171 String fix = removeIllegalCharacters(text.substring(0, index)); local 172 if (TextUtils.isEmpty(fix)) { 180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain));
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRFileStream.m | 96 #pragma mark fix these NSLog calls 101 #pragma mark fix these NSLog calls
|
/external/llvm/test/MC/COFF/ |
cross-section-relative.s | 1 // Verify the .fix data section conveys the right offsets and the right relocations 26 .section .fix,"dw" 64 // READOBJ: Name: .fix (2E 66 69 78 00 00 00 00) 88 // READOBJ: Section (5) .fix {
|
/ndk/ |
GNUmakefile | 33 $(error,Please fix the problem by reinstalling to a different location.)
|
/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.25/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 | 36 struct fix; 72 #define tc_fix_adjustable(FIX) 0 87 /* This target is buggy, and sets fix size too large. */ 88 #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) 126 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = 0) 197 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ 198 (!(FIX)->fx_pcrel \ 199 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \ 200 || (FIX)->fx_r_type == BFD_RELOC_32 \ 201 || ((FIX)->fx_addsy != NULL && S_IS_WEAK ((FIX)->fx_addsy)) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-arm-1.s | 22 # Test fix for PR 16694 - the use of VFP registers in .cfi_offset directives.
|
/build/core/clang/ |
mips.mk | 20 # permanent fix pending at http://reviews.llvm.org/D9669
|
mips64.mk | 20 # permanent fix pending at http://reviews.llvm.org/D9669
|
/external/pdfium/fpdfsdk/ |
pdfiumjavascript.mk | 14 # Mask some warnings. These are benign, but we probably want to fix them
|
/external/pdfium/third_party/ |
pdfiumagg23.mk | 13 # Mask some warnings. These are benign, but we probably want to fix them
|
/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/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.25/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/gdb/darwin-x86/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/gdb/linux-x86/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...] |