/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
IntDiffer.java | 35 a[aCount++] = aStr; 68 int max = aCount; 79 aTop = aCount; 84 if (aCount - maxSame < EQUALSIZE || bCount - maxSame < EQUALSIZE) return; 87 int match = find(a, aCount-EQUALSIZE, aCount, b, maxSame, bCount); 89 aTop = aCount-EQUALSIZE; 93 match = find(b, bCount-EQUALSIZE, bCount, a, maxSame, aCount); 99 if (aCount >= STACKSIZE || bCount >= STACKSIZE) { 101 aCount = (aCount + maxSame) / 2 [all...] |
/external/deqp/framework/delibs/depool/ |
dePoolMultiSet.h | 218 int aCount = TYPENAME##_getKeyCount(a, key); \ 219 int count = deMax32(aCount, bCount); \ 220 if (bCount && !TYPENAME##_setKeyCount(a, key, aCount + bCount)) \ 235 int aCount = TYPENAME##HashIter_getValue(&iter); \ 237 int count = deMin32(aCount, bCount); \ 263 int aCount = TYPENAME##_getKeyValue(a, key); \ 265 int count = aCount + bCount; \ 280 int aCount = TYPENAME##HashIter_getValue(&iter); \ 282 int count = deMax32(0, aCount - bCount); \
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
AcctCommandHandler.java | 29 * <li>"acount" - the account submitted on the invocation (the first command parameter)
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
AcctCommandHandler.java | 29 * <li>"acount" - the account submitted on the invocation (the first command parameter)
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
FeatureGroupInfoTest.java | 130 final int aCount = a != null ? a.length : 0; 132 final int N = Math.min(aCount, bCount); 139 return Integer.compare(aCount, bCount);
|
/external/svox/pico/lib/ |
picodsp.h | 87 #define FAST_DEVICE(aCount, aAction) \ 89 int count_ = (aCount); \
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRPtrBuffer.h | 73 - (void)setCount:(NSInteger)aCount;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRPtrBuffer.h | 73 - (void)setCount:(NSInteger)aCount;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRPtrBuffer.h | 73 - (void)setCount:(NSInteger)aCount;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRPtrBuffer.h | 72 - (void)setCount:(NSUInteger)aCount;
|
ANTLRPtrBuffer.m | 167 - (void)setCount:(NSUInteger)aCount 169 count = aCount;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 366 ACount: Integer; 375 ACount := 2; 376 FIList.DeleteRange(AIndex, ACount);
|
/libcore/ojluni/src/main/java/java/util/jar/ |
Manifest.java | 201 int ecount = 0, acount = 0; local 253 acount += attr.size(); 257 asize = Math.max(2, acount / ecount);
|
/device/google/marlin/camera/QCamera2/HAL/ |
QCamera2HWI.h | 481 inline void setOutputImageCount(uint32_t aCount) {mOutputCount = aCount;}
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCamera2HWI.h | 440 inline void setOutputImageCount(uint32_t aCount) {mOutputCount = aCount;}
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCamera2HWI.h | 440 inline void setOutputImageCount(uint32_t aCount) {mOutputCount = aCount;}
|
/external/freetype/src/pfr/ |
pfrload.c | 202 FT_Long *acount ) 215 *acount = (FT_Long)result;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
listobject.c | 1484 Py_ssize_t acount = 0; \/* # of times A won in a row *\/ local 1621 Py_ssize_t acount = 0; \/* # of times A won in a row *\/ local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
listobject.c | 1484 Py_ssize_t acount = 0; \/* # of times A won in a row *\/ local 1621 Py_ssize_t acount = 0; \/* # of times A won in a row *\/ local [all...] |
/external/python/cpython2/Objects/ |
listobject.c | 1487 Py_ssize_t acount = 0; \/* # of times A won in a row *\/ local 1624 Py_ssize_t acount = 0; \/* # of times A won in a row *\/ local [all...] |
/external/dng_sdk/source/ |
dng_string.cpp | 413 int aCount = dngString.Get_UTF16 (sBuffer); 415 int dBufSize = aCount * 2 + 256; 422 aCount, [all...] |
/development/tools/apkcheck/ |
README.txt | 10 They're generated from the sources, and can take into acount javadoc
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
QCamera2HWI.h | 507 inline void setOutputImageCount(uint32_t aCount) {mOutputCount = aCount;} [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
CreateConnectionProcessor.java | 189 // If the target PhoneAccount differs from the ConnectionManager phone acount, ensure it
|