OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:committed
(Results
1 - 25
of
695
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/build/temp_gyp/
README.chromium
1
This directory will be removed once the files in it are
committed
upstream and
/external/chromium_org/build/temp_gyp/
README.chromium
1
This directory will be removed once the files in it are
committed
upstream and
/external/chromium_org/tools/deep_memory_profiler/tests/data/
heap.01234.0001.heap
3
virtual
committed
20
virtual
committed
heap.01234.0002.heap
3
virtual
committed
21
virtual
committed
/external/llvm/test/FileCheck/
dos-style-eol.txt
2
// This test was deliberately
committed
with DOS style end of line.
/external/chromium_org/tools/deep_memory_profiler/subcommands/
pprof.py
8
from lib.bucket import BUCKET_ID,
COMMITTED
, ALLOC_COUNT, FREE_COUNT
70
"""Accumulates size of
committed
chunks and the number of allocated chunks.
79
Two integers which are the accumulated size of
committed
regions and the
91
region[1]['
committed
'] == 0):
94
com_committed += region[1]['
committed
']
110
com_committed += int(words[
COMMITTED
])
132
region[1]['
committed
'] == 0):
136
region[1]['
committed
'], region[1]['
committed
']))
156
words[
COMMITTED
],
[
all
...]
expand.py
8
from lib.bucket import BUCKET_ID,
COMMITTED
, ALLOC_COUNT, FREE_COUNT
61
def _add_size(precedence, bucket, depth,
committed
, sizes):
71
sizes[stacktrace_sequence] +=
committed
96
int(words[
COMMITTED
]), sizes)
104
region[1]['
committed
'], sizes)
policies.py
10
from lib.bucket import BUCKET_ID,
COMMITTED
196
sizes[component_match] += int(words[
COMMITTED
])
200
sizes['tc-total-log'] += int(words[
COMMITTED
])
202
sizes['other-total-log'] += int(words[
COMMITTED
])
227
committed
= 0
228
if '
committed
' in value[1]:
229
committed
= value[1]['
committed
']
230
global_stats['total'] +=
committed
242
global_stats[key] +=
committed
[
all
...]
cat.py
9
from lib.bucket import BUCKET_ID,
COMMITTED
, ALLOC_COUNT, FREE_COUNT
113
root['units'][unit.unit_id] = [unit.
committed
, unit.reserved]
159
int(region[1]['
committed
']),
171
int(region[1]['
committed
']),
185
int(words[
COMMITTED
]),
192
int(words[
COMMITTED
]),
/external/llvm/include/llvm/Support/
FileOutputBuffer.h
30
/// If the FileOutputBuffer is
committed
, the target file's content will become
32
/// not
committed
, the file will be deleted in the FileOutputBuffer destructor.
41
/// buffer of the specified size. When
committed
, the buffer will be written
62
/// Returns path where file will show up if buffer is
committed
.
74
/// If this object was previously
committed
, the destructor just deletes
75
/// this object. If this object was not
committed
, the destructor
/external/chromium/chrome/browser/instant/
instant_commit_type.h
9
// Enum describing the ways instant can be
committed
.
instant_loader_delegate.h
35
// Returns true if instant should be
committed
on mouse up.
38
// Invoked when the the loader should be
committed
.
/external/chromium_org/ui/v2/public/
view_observer.h
19
// is
committed
, -ed methods are called after.
48
// and after the change is
committed
.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SQLiteTransaction.java
30
* @return {@code true} if the transaction should be
committed
.
35
* Runs the transaction against the database. The results are
committed
if
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer_unittest.py
37
'authorABC@chromium.org
committed
"Commit test subject line" '
56
'authorABC@chromium.org
committed
"Commit test subject line" '
74
'authorABC@chromium.org
committed
"Commit test subject line" '
91
'authorABC@chromium.org
committed
"Commit test subject line" '
104
'authorABC@chromium.org
committed
"Commit test subject line" '
125
'authorABC@chromium.org
committed
"Commit test subject line" '
146
'authorABC@chromium.org
committed
"Commit test subject line" '
167
'authorABC@chromium.org
committed
"Commit test subject line" '
189
'authorABC@chromium.org
committed
"Commit test subject line" '
/external/chromium_org/chrome/browser/ui/search/
instant_tab.h
14
// InstantTab represents a
committed
page (i.e. an actual tab on the tab strip)
instant_ntp.h
27
// shown in an un-
committed
state.
42
// the page is about to be
committed
.
/external/chromium_org/content/public/browser/
navigation_details.h
25
// The
committed
entry. This will be the active entry in the controller.
33
// The index of the previously
committed
navigation entry. This will be -1
40
// True if the
committed
entry has replaced the exisiting one.
52
// When the
committed
load is a web page from the renderer, this string
/external/chromium_org/sync/engine/
conflict_util.h
23
// cause the item to be
committed
to the server, overwriting the server's
/external/chromium_org/win8/metro_driver/ime/
text_service_delegate.h
34
// Called when |text| is
committed
.
/external/chromium/app/sql/
transaction.h
18
// transaction. If you have begun a transaction and not
committed
it, the
48
// True when the transaction is open, false when it's already been
committed
transaction_unittest.cc
71
// Nothing should have been
committed
since it was implicitly rolled back.
83
// Nothing should have been
committed
since it was explicitly rolled back.
97
// The first inner one gets
committed
.
/external/chromium_org/sql/
transaction.h
18
// transaction. If you have begun a transaction and not
committed
it, the
51
// True when the transaction is open, false when it's already been
committed
transaction_unittest.cc
69
// Nothing should have been
committed
since it was implicitly rolled back.
81
// Nothing should have been
committed
since it was explicitly rolled back.
95
// The first inner one gets
committed
.
/frameworks/base/media/java/android/media/
AudioTimestamp.java
21
* together with the estimated time when that frame was presented or is
committed
to be
40
* The estimated time when frame was presented or is
committed
to be presented,
Completed in 509 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>