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

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-beta6/
lint-checks-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-beta7/
lint-checks-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.0.0-rc1/
lint-checks-26.0.0-rc1.jar 
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 536 visium_fix_adjustable (fixS *fix)
539 return (fix->fx_r_type != BFD_RELOC_VTABLE_INHERIT
540 && fix->fx_r_type != BFD_RELOC_VTABLE_ENTRY);
567 valueT fix = count & 3; local
570 if (fix)
572 memset (p, 0, fix);
573 p += fix;
574 count -= fix;
575 fragP->fr_fix += fix;
    [all...]
tc-avr.c 1952 fixS *fix; local
    [all...]
tc-sh64.h 80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
81 (!(FIX)->fx_pcrel \
82 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
83 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_LOW16 \
84 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDLOW16 \
85 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDHI16 \
86 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_HI16 \
87 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
88 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \
89 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_MEDLOW16
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliterationChart.java 90 String t = fix(forward.transliterate(s));
95 String r = fix(backward.transliterate(t));
178 public static String fix(String s) { method in class:TransliterationChart
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 80 # So we fix up the processor count
PeiCoreEntry.asm 87 ; So we fix up the processor count
  /external/curl/src/
mkhelp.pl 107 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 79 '// type has multiple template arguments. To fix it, use a',
gmock_class_test.py 267 '// type has multiple template arguments. To fix it, use a\n'
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_coalesce.cpp 382 v->fix();
395 c->fix();
452 v->chunk->fix();
595 cc->fix();
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 79 '// type has multiple template arguments. To fix it, use a',
gmock_class_test.py 267 '// type has multiple template arguments. To fix it, use a\n'
  /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_/
erase_fn_imps.hpp 152 fix(m_a_entries + fix_pos);
  /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_/
binomial_heap_base_.hpp 168 fix(node_pointer) const;
  /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_/
erase_fn_imps.hpp 152 fix(m_a_entries + fix_pos);
  /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_/
binomial_heap_base_.hpp 168 fix(node_pointer) const;
  /prebuilts/go/darwin-x86/src/cmd/go/
main.go 24 "cmd/go/internal/fix"
45 fix.CmdFix,
  /prebuilts/go/linux-x86/src/cmd/go/
main.go 24 "cmd/go/internal/fix"
45 fix.CmdFix,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 208 mFixAction = new LintViewAction("Fix", ACTION_FIX,
496 LintFix fix = fixes.get(0); local
498 if (fix.needsFocus() && resource instanceof IFile) {
516 fix.apply(document);
517 if (!fix.needsFocus()) {
523 AdtPlugin.log(e, "Did not find associated editor to apply fix: %1$s",
  /prebuilts/go/darwin-x86/src/cmd/go/internal/fmtcmd/
fmt.go 41 See also: go fix, go vet.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/vet/
vet.go 33 See also: go fmt, go fix.
  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 36 // TODO(gri) fix this

Completed in 619 milliseconds

<<11121314151617181920>>