OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCount
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/rs/java/android/renderscript/
AllocationAdapter.java
61
mCurrentCount
= mCurrentDimX;
63
mCurrentCount
*= mCurrentDimY;
66
mCurrentCount
*= mCurrentDimZ;
Allocation.java
82
int
mCurrentCount
;
369
mCurrentCount
= mCurrentDimX;
371
mCurrentCount
*= mCurrentDimY;
374
mCurrentCount
*= mCurrentDimZ;
609
if (d.length !=
mCurrentCount
) {
611
mCurrentCount
+ ", array length = " + d.length);
619
copy1DRangeFromUnchecked(0,
mCurrentCount
, i);
625
copy1DRangeFromUnchecked(0,
mCurrentCount
, i);
696
copy1DRangeFromUnchecked(0,
mCurrentCount
, array, dt, arrayLen);
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java
64
private int
mCurrentCount
= 0;
89
mCurrentCount
++;
91
mListener.onImportParsed(mImportRequest, mJobId, entry,
mCurrentCount
, mTotalCount);
/frameworks/rs/cpp/
Allocation.cpp
32
mCurrentCount
= mCurrentDimX;
34
mCurrentCount
*= mCurrentDimY;
37
mCurrentCount
*= mCurrentDimZ;
223
if((off + count) >
mCurrentCount
) {
224
ALOGE("Overflow, Available count %u, got %zu at offset %u.",
mCurrentCount
, count, off);
246
if((off + count) >
mCurrentCount
) {
247
ALOGE("Overflow, Available count %u, got %zu at offset %u.",
mCurrentCount
, count, off);
274
copy1DRangeFrom(0,
mCurrentCount
, data);
278
copy1DRangeTo(0,
mCurrentCount
, data);
rsCppStructs.h
594
uint32_t
mCurrentCount
;
[
all
...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java
82
int
mCurrentCount
;
337
mCurrentCount
= mCurrentDimX;
339
mCurrentCount
*= mCurrentDimY;
342
mCurrentCount
*= mCurrentDimZ;
598
if (d.length !=
mCurrentCount
) {
600
mCurrentCount
+ ", array length = " + d.length);
608
copy1DRangeFromUnchecked(0,
mCurrentCount
, i);
614
copy1DRangeFromUnchecked(0,
mCurrentCount
, i);
680
copy1DRangeFromUnchecked(0,
mCurrentCount
, array, dt, arrayLen);
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java
124
int
mCurrentCount
;
165
mCurrentCount
= 0;
222
mCurrentCount
++;
241
if (
mCurrentCount
== mTotalCount) {
314
progress = (float)
mCurrentCount
* progressUnit + mProgress * progressUnit;
/packages/services/Car/service/src/com/android/car/
CarPowerManagementService.java
760
private int
mCurrentCount
;
765
mCurrentCount
= 0;
770
mCurrentCount
++;
771
if (
mCurrentCount
> mExpirationCount) {
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 283 milliseconds