HomeSort by relevance Sort by last modified time
    Searched defs:fix (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/cmd/go/internal/fix/
fix.go 5 // Package fix implements the ``go fix'' command.
6 package fix package
17 UsageLine: "fix [packages]",
20 Fix runs the Go fix command on the packages named by the import paths.
22 For more about fix, see 'go doc cmd/fix'.
25 To run fix with specific options, run 'go tool fix'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/fix/
fix.go 5 // Package fix implements the ``go fix'' command.
6 package fix package
17 UsageLine: "fix [packages]",
20 Fix runs the Go fix command on the packages named by the import paths.
22 For more about fix, see 'go doc cmd/fix'.
25 To run fix with specific options, run 'go tool fix'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
eqfix.py 3 # Fix Python source files to use the new equality test operator, i.e.,
53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
83 ## dbg('fix(%r)\n' % (dirname,))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pathfix.py 59 if fix(arg): bad = 1
83 if fix(fullname): bad = 1
88 def fix(filename): function
89 ## dbg('fix(%r)\n' % (filename,))
classfix.py 5 # Fix Python source files to use the new class definition syntax, i.e.,
53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
83 ## dbg('fix(%r)\n' % (filename,))
methfix.py 3 # Fix Python source files to avoid using
50 if fix(arg): bad = 1
74 if fix(fullname): bad = 1
79 def fix(filename): function
80 ## dbg('fix(%r)\n' % (filename,))
  /external/deqp/scripts/src_util/
check_boms.py 65 def checkBOMs (files, fix):
69 if fix:
79 parser.add_option("-x", "--fix", action="store_true", dest="fix", default=False, help="attempt to fix BOMs")
82 fix = options.fix variable
86 checkBOMs(getFileList(os.path.normpath(dir)), fix
check_include_guards.py 115 parser.add_option("-x", "--fix", action="store_true", dest="fix", default=False, help="attempt to fix include guards (use with caution)")
118 fix = options.fix variable
138 if not fix:
143 if fix:
  /external/python/cpython2/Demo/scripts/
eqfix.py 3 # Fix Python source files to use the new equality test operator, i.e.,
53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
83 ## dbg('fix(%r)\n' % (dirname,))
  /external/python/cpython2/Lib/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
  /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/cpython2/Tools/scripts/
pathfix.py 59 if fix(arg): bad = 1
83 if fix(fullname): bad = 1
88 def fix(filename): function
89 ## dbg('fix(%r)\n' % (filename,))
classfix.py 5 # Fix Python source files to use the new class definition syntax, i.e.,
53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
83 ## dbg('fix(%r)\n' % (filename,))
methfix.py 3 # Fix Python source files to avoid using
50 if fix(arg): bad = 1
74 if fix(fullname): bad = 1
79 def fix(filename): function
80 ## dbg('fix(%r)\n' % (filename,))
  /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_/
insert_fn_imps.hpp 100 base_type::m_p_root = fix(base_type::m_p_root);
106 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /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_/
insert_fn_imps.hpp 100 base_type::m_p_root = fix(base_type::m_p_root);
106 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
  /prebuilts/gdb/linux-x86/lib/python2.7/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
NameMapping.java 74 public String fix(final String desc) { method in class:NameMapping
79 arguments[i] = fix(arguments[i]);
81 result = fix(result);
84 return fix(Type.getType(desc)).getDescriptor();
88 private Type fix(final Type t) { method in class:NameMapping
92 String s = fix(t.getElementType()).getDescriptor();
  /external/python/cpython3/Tools/scripts/
pathfix.py 64 if fix(arg): bad = 1
88 if fix(fullname): bad = 1
93 def fix(filename): function
94 ## dbg('fix(%r)\n' % (filename,))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 93 fix(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
267 fix(p_y);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 93 fix(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
267 fix(p_y);

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011