HomeSort by relevance Sort by last modified time
    Searched refs:fixes (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/ex/common/tests/src/com/android/common/
Rfc822ValidatorTest.java 92 Map<String, String> fixes = new HashMap<String, String>(); local
93 fixes.put("a", "<a@gmail.com>");
94 fixes.put("a b", "<ab@gmail.com>");
95 fixes.put("a@b", "<a@b>");
96 fixes.put("()~><@not.work", "");
98 for (Map.Entry<String, String> e : fixes.entrySet()) {
107 Map<String, String> fixes = new HashMap<String, String>(); local
108 fixes.put("a", "<a>");
109 fixes.put("a b", "<a b>");
110 fixes.put("a@b", "<a@b>")
123 Map<String, String> fixes = new HashMap<String, String>(); local
    [all...]
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 63 formatstring, names, fixes = getformat(fmt)
69 if name in fixes:
71 value = fl2fi(value, fixes[name])
82 formatstring, names, fixes = getformat(fmt)
91 if name in fixes:
93 value = fi2fl(value, fixes[name])
107 formatstring, names, fixes = getformat(fmt)
137 formatstring, names, fixes = _formatcache[fmt]
142 fixes = {}
167 fixes[name] = afte
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 135 * @param marker the marker to create fixes for
137 * @return a list of fixes for this marker, possibly empty
176 List<AddSuppressAttribute> fixes = Lists.newArrayListWithExpectedSize(2); local
177 fixes.add(new AddSuppressAttribute(editor, id, marker, element, desc, null));
192 fixes.add(new AddSuppressAttribute(editor, id, marker, element,
197 fixes.add(new AddSuppressAttribute(editor, id, marker, element,
204 return fixes;
212 * @param marker the marker to create fixes for
LintListDialog.java 214 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker), marker); local
215 if (fixes == null) {
218 LintFix fix = fixes.get(0);
278 // Some fixes cannot be run in bulk
280 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker), marker); local
281 if (fixes == null || !fixes.get(0).isBulkCapable()) {
LintFixGenerator.java 78 * The WST has some support for quick fixes, and I came across some forum posts
183 List<LintFix> fixes = LintFix.getFixes(id, marker); local
184 if (fixes != null) {
185 for (LintFix fix : fixes) {
296 List<AddSuppressAttribute> fixes = AddSuppressAttribute.createFixes(editor, local
298 if (fixes.size() > 0) {
300 fixes.get(0).apply(document);
LintViewPart.java 338 // Some fixes cannot be run in bulk
340 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker), marker); local
341 if (fixes == null || !fixes.get(0).isBulkCapable()) {
491 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker), local
493 if (fixes == null) {
496 LintFix fix = fixes.get(0);
  /external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py 29 formatstring, names, fixes = sstruct.getformat(FFTMFormat)
_m_a_x_p.py 127 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5)
129 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
_h_e_a_d.py 50 formatstring, names, fixes = sstruct.getformat(headFormat)
_v_h_e_a.py 70 formatstring, names, fixes = sstruct.getformat(vheaFormat)
_h_h_e_a.py 83 formatstring, names, fixes = sstruct.getformat(hheaFormat)
O_S_2f_2.py 27 formatstring, names, fixes = sstruct.getformat(panoseFormat)
152 formatstring, names, fixes = sstruct.getformat(format)
S_I_N_G_.py 85 formatstring, names, fixes = sstruct.getformat(SINGFormat)
G_M_A_P_.py 107 formatstring, names, fixes = sstruct.getformat(GMAPFormat)
G_P_K_G_.py 82 formatstring, names, fixes = sstruct.getformat(GPKGFormat)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 38 "lib2to3.fixes.*" is used. options is an optional dictionary of options to
42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
44 fixers = refactor.get_fixers_from_package(fixer_pkg + ".fixes")
test_refactor.py 32 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes")
135 for fixes in d.itervalues():
136 self.assertEqual(fixes, [no_head])
284 fixes = refactor.get_fixers_from_package("lib2to3.fixes")
285 self.check_file_refactoring(fn, fixes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 38 "lib2to3.fixes.*" is used. options is an optional dictionary of options to
42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
44 fixers = refactor.get_fixers_from_package(fixer_pkg + ".fixes")
test_refactor.py 32 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes")
135 for fixes in d.itervalues():
136 self.assertEqual(fixes, [no_head])
284 fixes = refactor.get_fixers_from_package("lib2to3.fixes")
285 self.check_file_refactoring(fn, fixes)
  /external/strace/
strace.spec 161 - biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
165 - glibc-2.5 build fixes (#209856)
166 - memory corruption fixes (#200621
253 - new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
256 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
259 - new upstream version, fixes x86-64 biarch support (#126547)
268 - new upstream version, more ioctls (#122257), minor fixes
271 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
283 - new upstream version, more fixes (#108012, #105366, #105359, #105358)
295 - new upstream version, more fixes (#101499, #104365
    [all...]
  /external/elfutils/0.153/
elfutils.spec 239 - libdwfl: Fixes in core-file handling, support cores from PIEs.
245 - libdw: Fixes in CFI handling, best possible handling of bogus CFA
292 - libebl: sparc backend fixes; some more arm backend support
294 fixes in core file support; dwfl_module_getsym interface
315 - libebl: backend fixes for i386 TLS relocs; backend support for
317 - libcpu: disassembler fixes
318 - libdwfl: bug fixes
319 - libelf: bug fixes
320 - nm: bug fixes for handling corrupt input files
323 - Minor fixes for unreleased 0.136 release
    [all...]
  /external/nanohttpd/
README.md 41 *Thank you to everyone who has reported bugs and suggested fixes.*
  /ndk/sources/host-tools/nawk-20071023/
README 29 Changes, mostly bug fixes and occasional enhancements, are listed
30 in FIXES. If you distribute this code further, please please please
31 distribute FIXES with it. If you find errors, please report them
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 43 import fixes namespace
  /external/mesa3d/scons/
custom.py 43 import fixes namespace

Completed in 1376 milliseconds

1 2