OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:balanced
(Results
76 - 100
of
476
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.h
85
// StartCapture() must be
balanced
by StopCapture(), otherwise this object
pepper_platform_audio_output.cc
31
//
Balanced
by Release invoked in
pepper_platform_video_capture.cc
57
AddRef(); // Will be
balanced
in OnRemoved().
/external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h
46
// The bits per colour component. This assumes that the colours are
balanced
/external/chromium_org/third_party/skia/src/core/
SkFilterShader.cpp
58
// we need to keep the setContext/endContext calls
balanced
. If we return
/external/kernel-headers/original/linux/
hardirq.h
101
* always
balanced
, so the interrupted value of ->hardirq_context
/external/skia/src/core/
SkFilterShader.cpp
58
// we need to keep the setContext/endContext calls
balanced
. If we return
/external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc
183
AddRef(); //
balanced
in OnExecuteCodeFinished()
219
Release(); //
balanced
in Execute()
extension_bookmarks_module.cc
81
AddRef(); //
Balanced
in Observe().
117
Release(); //
Balanced
in Run().
850
//
Balanced
in one of the three callbacks of SelectFileDialog:
876
Release(); //
Balanced
in BookmarksIOFunction::SelectFile()
881
Release(); //
Balanced
in BookmarsIOFunction::SelectFile()
904
Release(); //
Balanced
in BookmarksIOFunction::SelectFile()
916
Release(); //
Balanced
in BookmarksIOFunction::SelectFile()
extension_context_menu_model.cc
133
AddRef(); //
Balanced
in Accepted() and Canceled()
/external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc
62
AddRef(); //
Balanced
in Close();
217
Release(); //
Balanced
in ctor.
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc
114
//
Balanced
with the chrome::StartKeepAlive above.
198
//
Balanced
with the chrome::StartKeepAlive above.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.h
39
// for the 2nd to n-1 pages, and then one last column set that will hold the shorter columns on the final page (that may have to be
balanced
85
// Calculate the column height when contents are supposed to be
balanced
. If 'initial' is set,
/external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h
26
reference by calling weak_ref(). A call to weak_ref() must be
balanced
by a
100
/** Increment the weak reference count. Must be
balanced
by a call to
/external/guava/guava/src/com/google/common/collect/
BstRangeOps.java
71
* Returns a
balanced
tree containing all nodes from the specified tree that were <i>not</i> in
91
* Returns a
balanced
tree containing all nodes in the specified tree that are strictly to the
/external/skia/include/core/
SkWeakRefCnt.h
26
reference by calling weak_ref(). A call to weak_ref() must be
balanced
by a
100
/** Increment the weak reference count. Must be
balanced
by a call to
/frameworks/base/docs/html/design/patterns/
multi-pane-layouts.jd
14
sizes and types. Make sure that your app consistently provides a
balanced
and aesthetically pleasing
51
<p>Adjust the column width of your left pane to achieve a
balanced
layout in both orientations.</p>
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java
39
* it resets to start filling at 0 again. If adds/removes are
balanced
, the
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h
39
* it resets to start filling at 0 again. If adds/removes are
balanced
, the
FastQueue.m
39
* it resets to start filling at 0 again. If adds/removes are
balanced
, the
/external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc
78
AddRef(); //
Balanced
in the three listener outcomes.
95
Release(); //
Balanced
in ::Show.
100
Release(); //
Balanced
in ::Show.
106
Release(); //
Balanced
in ::Show.
/external/chromium_org/chrome/browser/extensions/api/dns/
dns_api.cc
70
//
Balanced
in OnLookupFinished.
/external/chromium_org/net/websockets/
websocket_job.cc
163
Release(); //
Balanced
with OnStartOpenConnection().
185
AddRef(); //
Balanced
when callback_ is cleared.
262
Release(); //
Balanced
with OnStartOpenConnection().
662
Release(); //
Balanced
with OnStartOpenConnection().
/external/chromium_org/third_party/bintrees/
README.txt
21
- *AVLTree* --
balanced
AVL-Tree
22
- *RBTree* --
balanced
Red-Black-Tree
28
- *FastAVLTree* --
balanced
AVL-Tree
29
- *FastRBTree* --
balanced
Red-Black-Tree
/external/ganymed-ssh2/examples/
SingleThreadStdoutStderr.java
103
* stdout and stder streams is more "
balanced
". Addtionally reducing the buffer size
Completed in 639 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>