Searched refs:cnt (Results 1 - 13 of 13) sorted by relevance

/packages/apps/MusicFX/src/com/android/musicfx/
H A DControlPanelPicker.java62 int cnt = -1;
70 cnt += 1;
75 defpanelidx = cnt;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java168 int cnt = KeyActionList.size();
169 if (cnt != 0) {
170 for (int i = 0; i < cnt; i++) {
187 int cnt = KeyActionList.size();
188 for (int i = 0; i < cnt; i++) {
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c26 #define GET_HYOKI_INDEX_OFFSET(cnt) \
27 (NJ_LEARN_DIC_HEADER_SIZE + NJ_INDEX_SIZE * ((cnt)+1))
29 #define GET_DATA_AREA_OFFSET(cnt) \
30 (NJ_LEARN_DIC_HEADER_SIZE + NJ_INDEX_SIZE * ((cnt)+1) * 2)
31 #define GET_EXT_DATA_AREA_OFFSET(cnt) \
32 (NJ_LEARN_DIC_HEADER_SIZE + NJ_INDEX_SIZE * ((cnt)+1) * 2 + LEARN_DIC_QUE_SIZE * (cnt))
684 NJ_UINT8 cnt; local
790 for (cnt = 0; cnt < NJ_MAX_DI
[all...]
H A Dndldic.c437 NJ_INT16 cnt = 0; local
453 return cnt;
464 cnt++;
467 if (cnt >= (NJD_MAX_CONNECT_CNT - 1)) {
468 return cnt;
472 return cnt;
514 NJ_INT16 cnt = 0; local
522 cnt = 1;
526 cnt = GET_LEARN_WORD_COUNT(handle);
529 while (cnt
[all...]
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DReadWriteDraftMessageActionTest.java366 int cnt = 0;
373 cnt++;
375 assertEquals("Wrong number of parts", 2, cnt);
412 cnt = 0;
419 cnt++;
421 assertEquals("Wrong number of parts", 2, cnt);
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1277 sint32 cnt = 0; local
1281 cnt = 1;
1284 while (*imgPtr == c && cnt < inLength) {
1288 cnt++;
1292 if (cnt > 1) {
1293 /* If cnt > 1, then output repeating byte specification
1295 * Since the cnt value is a byte, if the repeateCnt is > 128 then we need to put
1298 while (cnt > 128) {
1301 cnt -= 128;
1304 if (cnt) {
[all...]
/packages/apps/Email/provider_src/com/android/email/service/
H A DPop3Service.java178 int cnt = unsyncedMessages.size();
180 for (int i = 0; i < cnt; i++) {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java454 int cnt = canvas.save();
459 canvas.restoreToCount(cnt);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java2177 int cnt = 0;
2291 int cnt = 0;
2304 cnt = c.getCount();
2318 cnt += c.getCount();
2334 cnt += c.getCount();
2352 cnt += c.getCount();
2360 if (D) Log.d(TAG, "msgListingSize: size = " + cnt);
2361 return cnt;
2373 int cnt = 0;
2388 cnt
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java1368 int cnt = -1;
1370 while (tracks[++cnt] < 0)
1377 return cnt;
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java912 final int cnt = resolver.update(uri, values, null, null);
913 if (cnt == 1) {
996 final int cnt = resolver.update(uri, values, null, null);
997 if (cnt == 1) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java1230 final int cnt = dbWrapper.delete(DatabaseHelper.PARTS_TABLE,
1233 Assert.inRange(cnt, 0, Integer.MAX_VALUE);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 434 milliseconds