HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 151 - 175 of 2547) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 199 fix(node_pointer p_nd) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 178 fix(m_a_entries + fix_pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 199 fix(node_pointer p_nd) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 153 fix(m_a_entries + fix_pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 168 fix(node_pointer) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 178 fix(m_a_entries + fix_pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 199 fix(node_pointer p_nd) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 153 fix(m_a_entries + fix_pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 168 fix(node_pointer) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 152 fix(m_a_entries + fix_pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 168 fix(node_pointer) const;
  /prebuilts/ndk/9/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/9/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",
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 79 // be restored to its original method. I know no easy way to fix this.
  /external/chromium_org/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/chromium_org/v8/test/mjsunit/
string-replace-gc.js 29 // Regression test for the r1512 fix.
  /external/elfutils/0.153/libdw/
Android.mk 149 # to fix machine-dependent issues
  /external/elfutils/0.153/libdwfl/
Android.mk 73 # to fix machine-dependent issues
  /external/elfutils/0.153/libelf/
Android.mk 160 # to fix machine-dependent issues
  /external/chromium_org/skia/
skia_opts_neon.target.darwin-arm.mk 333 -Wl,--fix-cortex-a8 \
353 -Wl,--fix-cortex-a8 \
371 # Enable grouping to fix circular references
skia_opts_neon.target.linux-arm.mk 333 -Wl,--fix-cortex-a8 \
353 -Wl,--fix-cortex-a8 \
371 # Enable grouping to fix circular references
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 34 if (handler.fix === undefined) handler.fix = function() { return {} }
316 fix: function() { return { prototype: { value: prototype } }; },
325 fix: function() { return { length: { value: 2 } } },
476 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
478 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
501 var handler = { fix: function() { return {} } }
  /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();

Completed in 9409 milliseconds

1 2 3 4 5 67 8 91011>>