/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/android/ |
bitmap.h | 64 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
bitmap.h | 63 * If this call succeeds, it must be balanced by a call to
|
/external/chromium_org/chrome/browser/extensions/api/page_capture/ |
page_capture_api.cc | 61 AddRef(); // Balanced in ReturnFailure/ReturnSuccess() 86 Release(); // Balanced in Run() 160 Release(); // Balanced in Run()
|
/external/chromium_org/chrome/browser/extensions/api/permissions/ |
permissions_api.cc | 136 Release(); // Balanced in RunImpl(). 142 Release(); // Balanced in RunImpl(). 201 AddRef(); // Balanced in InstallUIProceed() / InstallUIAbort().
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImplCF.cpp | 61 underlyingString->ref(); // Balanced by call to deref in deallocate below. 83 underlyingString->deref(); // Balanced by call to ref in allocate above. 97 underlyingString->deref(); // Balanced by call to ref in allocate above.
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
RopeByteStringTest.java | 82 assertTrue(classUnderTest + " balanced string must equal flat string", 84 assertTrue(classUnderTest + " flat string must equal balanced string", 86 assertEquals(classUnderTest + " balanced string must have same hash code as flat string",
|
/external/chromium_org/chrome/browser/extensions/ |
bundle_installer.cc | 134 AddRef(); // Balanced in ReportApproved() and ReportCanceled(). 145 AddRef(); // Balanced in ReportComplete(); 227 Release(); // Balanced in PromptForApproval(). 234 Release(); // Balanced in PromptForApproval(). 241 Release(); // Balanced in CompleteInstall().
|
/external/chromium_org/third_party/bintrees/bintrees/ |
avltree.py | 12 # AVL trees are about as close to optimal as balanced binary search trees can 24 # possible, and searches are random then a less rigid balanced tree such as red 27 # items, a splay tree is theoretically better than all of the balanced trees 95 AVLTree implements a balanced binary tree with a dict-like interface. 102 therefore, it is also said to be height-balanced. Lookup, insertion, and
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RopeByteString.java | 63 * tree rebalance. More precisely, a tree of depth d is "balanced" in the 74 * depth n is "balanced", i.e flat enough, if its length is at least Fn+2, 75 * e.g. a "balanced" {@link RopeByteString} of depth 1 must have length at 281 * Determines if the tree is balanced according to BAP95, which means the tree 283 * balanced is one where sub-trees of balanced trees are not necessarily 284 * balanced. 286 * @return true if the tree is balanced 581 * The tree is balanced by traversing subtrees in left to right order, and the 585 * necessarily balanced, though it is nearly balanced. For details, se [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regerror.c | 143 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" }, 144 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" }, 145 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.cc | 185 AddRef(); // Balanced in OnBlockingPageComplete(). 229 // balanced by OnUrlCheckResult(). 243 AddRef(); // Balanced in OnUrlCheckResult().
|
/external/chromium_org/chrome/browser/extensions/api/webview/ |
webview_api.cc | 114 AddRef(); // Balanced below or in WebviewClearDataFunction::Done(). 126 Release(); // Balanced above. 135 Release(); // Balanced in RunImpl().
|
/external/chromium/net/websockets/ |
websocket_job.cc | 159 Release(); // Balanced with OnStartOpenConnection(). 172 AddRef(); // Balanced when callback_ becomes NULL. 251 Release(); // Balanced with OnStartOpenConnection(). 477 Release(); // Balanced with OnStartOpenConnection().
|
/external/chromium_org/cc/layers/ |
video_frame_provider_client_impl.cc | 50 provider_lock_.Acquire(); // Balanced by call to ReleaseLock().
|
/external/chromium_org/chrome/browser/web_resource/ |
json_asynchronous_unpacker.cc | 33 AddRef(); // balanced in Cleanup.
|
/external/chromium_org/content/browser/ |
notification_service_impl.h | 86 // balanced.
|