HomeSort by relevance Sort by last modified time
    Searched full:balanced (Results 1 - 25 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
browser_process_sub_thread.cc 37 // be balanced by a corresponding call to CoUninitialize.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
VSyncManager.java 11 * a given listener must be balanced.
  /external/chromium_org/chrome/renderer/resources/extensions/
tts_custom_bindings.js 28 // Balanced in 'speak' handler.
49 // Balanced in eventHandler.
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 106 * as norms, are balanced, false otherwise.
110 bool balanced( Scalar colNorm, Scalar rowNorm,
115 * as norms, are balanced, false otherwise.
127 * A matrix with non zero row and non zero column is balanced
142 bool companion<_Scalar,_Deg>::balanced( Scalar colNorm, Scalar rowNorm, function in class:Eigen::internal::companion
230 if( !balanced( colNorm, rowNorm, hasConverged, colB, rowB ) )
247 if( !balanced( colNorm, rowNorm, hasConverged, colB, rowB ) )
263 if( !balanced( colNorm, rowNorm, hasConverged, colB, rowB ) )
  /external/guava/guava/src/com/google/common/collect/
BstBalancePolicy.java 31 * Constructs a locally balanced tree around the key and value data in {@code source}, and the
39 * Constructs a locally balanced tree around the subtrees {@code left} and {@code right}. It is
  /external/chromium_org/third_party/bintrees/bintrees/
__init__.py 18 Balanced and unbalance binary trees written in pure Python with a dict-like API.
23 * AVLTree -- balanced AVL-Tree
24 * RBTree -- balanced Red-Black-Tree
36 * FastAVLTree -- balanced AVLTree
37 * FastRBTree -- balanced Red-Black-Tree
167 """ Faster balanced AVL-Tree written in Cython with C-Code. """
177 """ Faster balanced Red-Black-Tree written in Cython with C-Code. """
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
sunspider.html 56 <dt>Balanced<dt>
57 <dd>This test is balanced between different areas of the language and
60 categories, the individual tests were balanced to take similar amounts
  /external/llvm/lib/Support/
regerror.c 65 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 60 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
61 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
62 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
  /external/chromium/chrome/browser/extensions/
extension_test_api.cc 79 AddRef(); // balanced in Reply
91 Release(); // balanced in RunImpl
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 72 Release(); // Balanced with OnWillStart
88 Release(); // Balanced with OnWillStart
105 AddRef(); // Balanced with OnCanHandleOfflineComplete
154 Release(); // Balanced with OnWillStart
  /external/chromium_org/content/browser/
pepper_flash_settings_helper_impl.cc 35 // Balanced in OnPpapiChannelOpened(). We need to keep this object around
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.h 31 // Each call to open should be balanced with a call to close.
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 220 // Balanced in InstallUIAbort or indirectly in InstallUIProceed via
254 Release(); // Balanced in ShowInstallUI.
261 Release(); // Balanced in ShowInstallUI.
270 Release(); // Balanced in ShowInstallUI.
305 // Balanced in InstallUIAbort or indirectly in InstallUIProceed via
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.cc 56 AddRef(); // Balanced in Close().
141 Release(); // Balanced in BundleInstalledBubbleGtk().
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverRegistration.cpp 79 m_registrationNodeKeepAlive = m_registrationNode; // Balanced in clearTransientRegistrations.
97 m_registrationNodeKeepAlive = 0; // Balanced in observeSubtreeNodeWillDetach.
  /external/chromium_org/third_party/skia/src/core/
SkData.cpp 77 void* copy = sk_malloc_throw(length); // balanced in sk_free_releaseproc
145 src->ref(); // this will be balanced in sk_dataref_releaseproc
  /external/kernel-headers/original/linux/
clk.h 59 * multiple drivers, clk_enable() calls must be balanced by the
77 * clock source are balanced by clk_disable calls prior to calling
  /external/skia/src/core/
SkData.cpp 77 void* copy = sk_malloc_throw(length); // balanced in sk_free_releaseproc
145 src->ref(); // this will be balanced in sk_dataref_releaseproc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 50 /// Parallel balanced (work-stealing).
73 // multi-way mergesort, quicksort, load-balanced quicksort.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
types.h 52 /// Parallel balanced (work-stealing).
75 // multi-way mergesort, quicksort, load-balanced quicksort.
  /development/ndk/platforms/android-8/include/android/
bitmap.h 64 * If this call succeeds, it must be balanced by a call to
  /development/ndk/platforms/android-9/include/android/
bitmap.h 63 * If this call succeeds, it must be balanced by a call to
  /external/chromium/chrome/browser/importer/
external_process_importer_host.cc 37 ImporterHost::AddRef(); // Balanced in ImporterHost::NotifyImportEnded.
  /external/chromium_org/third_party/skia/include/core/
SkColorTable.h 52 * Return the array of colors for reading. This must be balanced by a call

Completed in 1830 milliseconds

1 2 3 4 5 6 7 8 91011>>