OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:increment
(Results
176 - 200
of
1961
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/base/
time_unittest.cc
142
// We're trying to measure that intervals
increment
in a VERY small amount
157
// will
increment
in chunks, e.g. 15ms. By spinning until we see a clock
167
// In high resolution mode, we expect to see the clock
increment
/external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc
135
iterator.
Increment
()) {
161
iterator.
Increment
()) {
224
iterator.
Increment
()) {
/external/icu4c/samples/numfmt/
main.cpp
136
* Set the rounding
increment
to 0 if it is implied with the number of
137
* fraction digits. Setting an explicit rounding
increment
makes
140
* cases like "nickel rounding" (0.05) when the
increment
differs from
/external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java
109
private int updatePos(int pos, int
increment
) {
111
offset +=
increment
;
113
return pos +
increment
;
/external/llvm/test/CodeGen/ARM/
vst1.ll
39
;Check for a post-
increment
updating store.
80
;Check for a post-
increment
updating store with register
increment
.
vst2.ll
12
;Check for a post-
increment
updating store with register
increment
.
62
;Check for a post-
increment
updating store.
/external/llvm/tools/llvm-readobj/
llvm-readobj.cpp
129
it.
increment
(ec);
146
it.
increment
(ec);
169
it.
increment
(ec);
/external/webkit/Source/WebCore/loader/
ProgressTracker.cpp
191
double
increment
, percentOfRemainingBytes;
local
213
increment
= (maxProgressValue - m_progressValue) * percentOfRemainingBytes;
214
m_progressValue +=
increment
;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
66
uint timeInc; /* VOP time
increment
(relative to last mtb) */
85
uint timeIncrementResolution;/* VOL time
increment
*/
86
int nbitsTimeIncRes; /* number of bits for time
increment
*/
/external/chromium/chrome/common/extensions/docs/server/
README
27
1.
Increment
the version in app.yaml so we can roll back if the update breaks.
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp
17
++t; // expected-error{{cannot
increment
}}
/external/clang/test/CodeGen/
integer-overflow.c
60
// PR9350: char
increment
never overflows.
/external/dropbear/libtomcrypt/src/modes/ctr/
ctr_start.c
64
/*
increment
the IV as per RFC 3686 */
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java
281
public GridDataFactory hintHAdd(int
increment
) {
282
return hintV(m_data.widthHint +
increment
);
290
public GridDataFactory hintVAdd(int
increment
) {
291
return hintV(m_data.heightHint +
increment
);
/external/elfutils/libasm/
asm_adduleb128.c
87
/*
Increment
the offset in the (sub)section. */
/external/icu4c/test/intltest/
tokiter.cpp
97
return TRUE; // do NOT
increment
/external/llvm/include/llvm/MC/
MCLabel.h
39
/// incInstance -
Increment
the current instance of this Directional Local
/external/llvm/test/Transforms/IndVarSimplify/
lftr-promote.ll
5
; be the canonical IV
increment
.
/external/netperf/
hist.h
14
Given a time difference in microseconds,
increment
one of 61
/external/oprofile/libdb/
db_insert.c
30
* after the
increment
/external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.cc
85
/*
Increment
the application reference count */
/external/qemu/distrib/zlib-1.2.3/
inffast.c
13
/* Allow machine dependent optimization for post-
increment
or pre-
increment
.
15
Pre-
increment
preferred for:
18
Post-
increment
preferred for:
/external/qemu/
qobject.h
82
* qobject_incref():
Increment
QObject's reference count
/external/skia/bench/
ScalarBench.cpp
42
// so we have a non-static global we
increment
, hoping that will convince the
/external/skia/include/core/
SkDeviceProfile.h
61
* been set) and
increment
its reference count. The call *must* call unref()
Completed in 8426 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>