HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 201 - 225 of 441) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-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-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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 152 fix(m_a_entries + fix_pos);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 168 fix(node_pointer) const;
  /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",
  /toolchain/binutils/binutils-2.25/gas/config/
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...]
tc-avr.c     [all...]
tc-spu.c 930 int fix = bytes & 3;
931 memset (p, 0, fix);
932 p += fix;
933 bytes -= fix;
934 fragp->fr_fix += fix;
928 int fix = bytes & 3; local
tc-iq2000.c 662 iq2000_force_relocation (fixS * fix)
664 if (fix->fx_r_type == BFD_RELOC_VTABLE_INHERIT
665 || fix->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
  /external/chromium-trace/catapult/third_party/vinn/vinn/
path_utils.js 66 /* TODO(nednguyen): fix this implementation on windows */
  /external/pdfium/core/
pdfiumfxge.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
  /external/v8/test/mjsunit/regress/
regress-is-contextual.js 40 // This line ASSERTS in debug without fix.
regress-load-elements.js 45 // Optimize. Before the fix, the elements-load and subsequent fixed-array-length
  /external/v8/test/mjsunit/
string-replace-gc.js 29 // Regression test for the r1512 fix.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
allopcodes.S 58 AF_CLASS( fix, TEST_C3X )
59 P_CLASS( fix, sti, TEST_C3X )
addressing.s 281 Type_qq:fix R0,R0
282 fix R7,R0
284 fix R11,R0
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 564 // Project fix-ups
565 Job fix = FixProjectAction.createFixProjectJob(libraryProject);
566 fix.schedule();
567 fix.join();
  /external/elfutils/libdwfl/
Android.mk 112 # fix, we prefer to turn off the warning locally.
  /external/libogg/
libogg.spec 88 - fix download location
  /external/libvorbis/
libvorbis.spec 99 - fix download location
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 204 3 April 2004 - fix assorted inaccuracies

Completed in 1214 milliseconds

1 2 3 4 5 6 7 891011>>