OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:percent
(Results
101 - 125
of
2038
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl
181
proc
percent
{num denom {of {}}} {
procedure
251
set total_pages_percent [
percent
$total_pages $file_pgcnt]
253
set payload_percent [
percent
$payload $storage {of storage consumed}]
270
set ovfl_cnt_percent [
percent
$ovfl_cnt $nleaf {of all entries}]
284
set fragmentation [
percent
$gap_cnt [expr {$total_pages-1}] {fragmentation}]
297
[
percent
$int_unused [expr {$int_pages*$pageSize}] {of index space}]
301
[
percent
$leaf_unused [expr {$leaf_pages*$pageSize}] {of primary space}]
303
[
percent
$ovfl_unused [expr {$ovfl_pages*$pageSize}] {of overflow space}]
305
[
percent
$total_unused $storage {of all space}]
364
set av_percent [
percent
$av_pgcnt $file_pgcnt
[
all
...]
/external/chromium_org/ui/app_list/cocoa/
apps_grid_view_item.mm
59
// Update the progress bar to represent |
percent
|, or make it indeterminate if
60
// |
percent
| is -1, when unpacking begins.
61
- (void)setPercentDownloaded:(int)
percent
;
388
- (void)setPercentDownloaded:(int)
percent
{
393
if (
percent
!= -1) {
394
[progressIndicator_ setDoubleValue:
percent
];
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs
42
public const int
PERCENT
= 5;
96
return
PERCENT
;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs
43
public const int
Percent
= 5;
106
return
Percent
;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java
36
public static final int
PERCENT
= 5;
91
return
PERCENT
;
/external/chromium/chrome/browser/diagnostics/
diagnostics_model.h
35
// Called once upon test start with |
percent
| = 0 and periodically as the
37
virtual void OnProgress(int id, int
percent
, DiagnosticsModel* model) = 0;
/external/chromium_org/chrome/common/extensions/api/
system_private.json
31
"volume": {"type": "number", "description": "The value of the volume
percent
. This must be between 0.0 and 100.0."},
42
"description": "The value of the current screen brightness in
percent
, between 0.0 and 100.0."
/external/chromium_org/google_apis/gaia/
oauth_request_signer.h
34
//
Percent
encoding and decoding for OAuth.
36
// The form of
percent
encoding used for OAuth request signing is very
/external/chromium_org/ui/views/controls/table/
table_utils_unittest.cc
72
// Verifies a single column with a
percent
=1 is resized correctly.
79
columns[2].
percent
= 1.0f;
/external/qemu/pc-bios/keymaps/
th
16
percent
0x06 shift
99
percent
0x29 shift altgr
/external/tinyalsa/
mixer.c
260
static int percent_to_int(struct snd_ctl_elem_info *ei, int
percent
)
264
if (
percent
> 100)
265
percent
= 100;
266
else if (
percent
< 0)
267
percent
= 0;
271
return ei->value.integer.min + (range *
percent
) / 100;
292
int mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int
percent
)
297
return mixer_ctl_set_value(ctl, id, percent_to_int(ctl->info,
percent
));
/external/valgrind/main/docs/internals/
performance.txt
8
- Julian made LibVEX_Alloc() inlinable. Saved a couple of
percent
.
25
programs (eg. ktuberling) programs by a couple of
percent
.
/frameworks/base/docs/html/tools/help/
monkey.jd
105
<td><code>--pct-touch <
percent
></code></td>
111
<td><code>--pct-motion <
percent
></code></td>
118
<td><code>--pct-trackball <
percent
></code></td>
124
<td><code>--pct-nav <
percent
></code></td>
130
<td><code>--pct-majornav <
percent
></code></td>
137
<td><code>--pct-syskeys <
percent
></code></td>
144
<td><code>--pct-appswitch <
percent
></code></td>
150
<td><code>--pct-anyevent <
percent
></code></td>
/packages/apps/Launcher2/res/values/
config.xml
13
<!-- Out of 100, the
percent
to shrink the workspace during spring loaded mode. -->
30
<!-- The slope, in
percent
, of the drag movement needed to drag an item out of
/packages/providers/DownloadProvider/res/values-am/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"???? ??? <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-ar/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"??? ??????? <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-bg/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"? ??? ? <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-hi/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"?????? ???, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-hy-rAM/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"????????? ?? <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-iw/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"?????, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-ja/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"????<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>?"</string>
/packages/providers/DownloadProvider/res/values-ka-rGE/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"????????????, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-km-rKH/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"???????????????, <xliff:g id="NUMBER">%d</xliff:g> <xliff:g id="
PERCENT
">%%</xliff:g>"</string>
/packages/providers/DownloadProvider/res/values-ko/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g> ?? ?"</string>
/packages/providers/DownloadProvider/res/values-lo-rLA/
strings.xml
47
<string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
62
<string name="download_running_percent" msgid="4529799113107391817">"??????????????, <xliff:g id="NUMBER">%d</xliff:g><xliff:g id="
PERCENT
">%%</xliff:g>"</string>
Completed in 1420 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>