OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:increment
(Results
651 - 675
of
3761
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/skia/include/private/
SkWeakRefCnt.h
91
// Prevents subsequent code from happening before the
increment
.
98
/**
Increment
the weak reference count. Must be balanced by a call to
/external/srtp/test/
lfsr.c
203
/*
increment
weight */
241
/* compute weight,
increment
proper element */
/external/tpm2/
Time.c
74
// The reason that there is no recovery is that we don't
increment
77
// and we will get right back to here with the
increment
failing.
/external/v8/src/
type-feedback-vector.cc
657
int
increment
= array->get(1)->IsCode() ? 2 : 3;
local
658
for (int i = 0; i < array->length(); i +=
increment
) {
690
int
increment
= array->get(1)->IsCode() ? 2 : 3;
local
691
for (int i = 0; i < array->length(); i +=
increment
) {
697
Code* code = Code::cast(array->get(i +
increment
- 1));
734
int
increment
= array->get(1)->IsCode() ? 2 : 3;
local
735
for (int i = 0; i < array->length(); i +=
increment
) {
739
Code* code = Code::cast(array->get(i +
increment
- 1));
/external/v8/test/mjsunit/strong/
undefined.js
161
// Postfix
increment
with undefined
171
// Prefix
increment
with undefined
/external/v8/test/unittests/base/platform/
time-unittest.cc
117
// We're trying to measure that intervals
increment
in a VERY small amount
131
// will
increment
in chunks, i.e. 15ms. By spinning until we see a clock
/external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise.cc
94
int16_t muting_window_increment; // Mixing factor
increment
(negative).
96
int16_t unmuting_window_increment; // Mixing factor
increment
.
/frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp
86
//
increment
phase
154
//
increment
phase
/frameworks/base/core/java/android/content/
SyncStats.java
48
*
increment
this value although it may still do so in order to record that it had to
51
* progress and still
increment
this value just so the SyncAdapter can record that an
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsDurationTimerTest.java
64
//
increment
.
70
// And stop it again, but with a short time, and make sure it doesn't
increment
.
/frameworks/base/docs/html/reference/android/support/test/espresso/contrib/
CountingIdlingResource.html
311
fooServerIdlingResource.
increment
();
320
fooServerIdlingResource.
increment
();
525
<a href="/reference/android/support/test/espresso/contrib/CountingIdlingResource.html#
increment
()">
increment
</a>()
1072
if true
increment
& decrement calls will print trace information to logs.
1178
<A NAME="
increment
()"></A>
1181
<h3 class="api-name">
increment
</h3>
1189
void
increment
()</pre>
/frameworks/base/docs/html/reference/android/support/test/espresso/idling/
CountingIdlingResource.html
304
fooServerIdlingResource.
increment
();
313
fooServerIdlingResource.
increment
();
520
<a href="/reference/android/support/test/espresso/idling/CountingIdlingResource.html#
increment
()">
increment
</a>()
1067
if true
increment
& decrement calls will print trace information to logs.
1173
<A NAME="
increment
()"></A>
1176
<h3 class="api-name">
increment
</h3>
1184
void
increment
()</pre>
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
ShortcutKeyDispatcher.java
114
int
increment
= (shortcutCode == SC_DOCK_LEFT) ? -1 : 1;
local
116
currentTarget,
increment
);
/frameworks/native/services/sensorservice/
SensorEventConnection.h
78
//
Increment
mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be sent
110
//
Increment
mPendingFlushEventsToSend for the given sensor handle.
/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/
at42qt1070.h
167
* auto-
increment
bit set in the MODE1 register to work.
185
* auto-
increment
bit set in the MODE1 register to work.
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
message_queue.c
126
/* Store the command in the Message Queue &
increment
write offset */
165
/* Store the command in the Message Queue &
increment
write offset */
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
queue.c
124
/* Store the command in the Message Queue &
increment
write offset */
161
/* Store the command in the Message Queue &
increment
write offset */
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
message_queue.c
114
/* Store the command in the Message Queue &
increment
write offset */
150
/* Store the command in the Message Queue &
increment
write offset */
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
message_queue.c
114
/* Store the command in the Message Queue &
increment
write offset */
150
/* Store the command in the Message Queue &
increment
write offset */
/libcore/luni/src/main/java/java/util/concurrent/atomic/
LongAdder.java
32
* freqs.computeIfAbsent(key, k -> new LongAdder()).
increment
();}
70
public void
increment
() {
method in class:LongAdder
/packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingKnob.java
98
mNextButton = (Button) findViewById(R.id.
increment
);
108
// Add content descriptions for the
increment
and decrement buttons.
SecondLevelIndicatorControlBar.java
183
int
increment
= iconWidth + ICON_SPACING;
local
186
offsetX +=
increment
;
/packages/apps/Settings/src/com/android/settings/datausage/
ChartDataUsagePreference.java
88
//
increment
by current bucket total
112
//
increment
by current bucket total
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Float16Utils.java
159
* exponent of the lower value. For the higher value, we
increment
the masked mantissa
161
* overflows during the the
increment
, we need to
increment
the exponent and round up to
189
// If mantissa has extra bits set,
increment
the mantissa at the LSB (for this
194
//
increment
the exponent.
/external/clang/include/clang/Basic/
VirtualFileSystem.h
108
virtual std::error_code
increment
() = 0;
129
directory_iterator &
increment
(std::error_code &EC) {
function in class:clang::vfs::directory_iterator
130
assert(Impl && "attempting to
increment
past end");
131
EC = Impl->
increment
();
168
recursive_directory_iterator &
increment
(std::error_code &EC);
Completed in 3134 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>