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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing) const
73 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
84 if (increasing)
  /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_/
debug_fn_imps.hpp 71 bool increasing, const char* __file, int __line) const
73 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
85 if (increasing)
  /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_/
debug_fn_imps.hpp 71 bool increasing, const char* __file, int __line) const
73 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
85 if (increasing)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 70 bool increasing) const
72 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
79 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
83 if (increasing)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 70 bool increasing) const
72 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
79 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
83 if (increasing)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 70 bool increasing) const
72 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
79 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
83 if (increasing)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 70 bool increasing) const
72 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
79 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
83 if (increasing)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing) const
73 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
84 if (increasing)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 72 bool increasing, const char* __file, int __line) const
74 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
81 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
86 if (increasing)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing) const
73 _GLIBCXX_DEBUG_ASSERT(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing);
84 if (increasing)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 72 bool increasing, const char* __file, int __line) const
74 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
81 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
86 if (increasing)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing, const char* __file, int __line) const
73 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
85 if (increasing)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing, const char* __file, int __line) const
73 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
85 if (increasing)
  /packages/apps/Camera2/src/com/android/camera/widget/
Preloader.java 84 * @param increasing The direction we're going in (increasing -> source positions are
85 * increasing -> we're scrolling down the list)
87 private void preload(int first, boolean increasing) {
90 if (increasing) {
98 Log.v(TAG, "preload first=" + first + " increasing=" + increasing + " start=" + start +
109 if (!increasing) {
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 90 private void preload(int start, boolean increasing) {
91 if (isIncreasing != increasing) {
92 isIncreasing = increasing;
95 preload(start, start + (increasing ? maxPreload : -maxPreload));
113 // Increasing
  /external/chromium_org/tools/grit/grit/
pseudo.py 13 The P-language has the excellent quality of increasing the length of text
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 158 without increasing overhead.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
  /external/valgrind/main/exp-dhat/
dh_main.c 1213 Bool increasing; local
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_stats.js 62 /* Colors the counters based on increasing or decreasing value. */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 22 * increasing "granularity". This means (with a few exceptions), that if
  /build/core/
cleanbuild.mk 23 # and appending an increasing number of '@' characters.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_selection.js 139 * Cancels any async computation by increasing the sequence number. Results
  /external/libvorbis/doc/
02-bitpacking.tex 11 read one-by-one in the same monotonically increasing order by the
07-floor1.tex 52 The list of selected X values in increasing order is

Completed in 1497 milliseconds

1 2