Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Nfc/nci/jni/
DIntervalTimer.cpp50 struct itimerspec ts; in set() local
51 ts.it_value.tv_sec = ms / 1000; in set()
52 ts.it_value.tv_nsec = (ms % 1000) * 1000000; in set()
54 ts.it_interval.tv_sec = 0; in set()
55 ts.it_interval.tv_nsec = 0; in set()
57 stat = timer_settime(mTimerId, 0, &ts, 0); in set()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_DicTraverseSession.cpp37 DicTraverseSession *ts = reinterpret_cast<DicTraverseSession *>(traverseSession); in latinime_initDicTraverseSession() local
38 if (!ts) { in latinime_initDicTraverseSession()
44 ts->init(dict, &prevWordsInfo, 0 /* suggestOptions */); in latinime_initDicTraverseSession()
50 ts->init(dict, &prevWordsInfo, 0 /* suggestOptions */); in latinime_initDicTraverseSession()
54 DicTraverseSession *ts = reinterpret_cast<DicTraverseSession *>(traverseSession); in latinime_releaseDicTraverseSession() local
55 DicTraverseSession::releaseSessionInstance(ts); in latinime_releaseDicTraverseSession()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp136 struct timespec ts; in nfc_jni_download_locked() local
160 clock_gettime(CLOCK_REALTIME, &ts); in nfc_jni_download_locked()
161 ts.tv_sec += 5; in nfc_jni_download_locked()
164 if(sem_timedwait(&cb_data.sem, &ts)) in nfc_jni_download_locked()
300 struct timespec ts; in nfc_jni_initialize() local
911 struct timespec ts; in nfc_jni_Discovery_notification_callback() local
1709 struct timespec ts; in com_android_nfc_NfcManager_deinitialize() local
1736 clock_gettime(CLOCK_REALTIME, &ts); in com_android_nfc_NfcManager_deinitialize()
1737 ts.tv_sec += 5; in com_android_nfc_NfcManager_deinitialize()
1740 if(sem_timedwait(&cb_data.sem, &ts) == -1) in com_android_nfc_NfcManager_deinitialize()
Dcom_android_nfc_NativeLlcpSocket.cpp115 struct timespec ts; in com_android_nfc_NativeLlcpSocket_doConnect() local
169 struct timespec ts; in com_android_nfc_NativeLlcpSocket_doConnectBy() local
251 struct timespec ts; in com_android_nfc_NativeLlcpSocket_doSend() local
312 struct timespec ts; in com_android_nfc_NativeLlcpSocket_doReceive() local
Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp60 struct timespec ts; in com_android_nfc_NativeLlcpConnectionlessSocket_doSendTo() local
122 struct timespec ts; in com_android_nfc_NativeLlcpConnectionlessSocket_doReceiveFrom() local
Dcom_android_nfc_NativeLlcpServiceSocket.cpp73 struct timespec ts; in com_NativeLlcpServiceSocket_doAccept() local
Dcom_android_nfc_NativeP2pDevice.cpp359 struct timespec ts; in com_android_nfc_NativeP2pDevice_doReceive() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java272 Long ts = values.getAsLong(BluetoothShare.TIMESTAMP); in insert() local
273 if (ts == null) { in insert()
274 ts = System.currentTimeMillis(); in insert()
276 filteredValues.put(BluetoothShare.TIMESTAMP, ts); in insert()
DBluetoothOppManager.java431 Long ts = System.currentTimeMillis(); in insertMultipleShare() local
448 values.put(BluetoothShare.TIMESTAMP, ts); in insertMultipleShare()
DTestActivity.java256 Long ts = System.currentTimeMillis();
257 values.put(BluetoothShare.TIMESTAMP, ts);
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1393228154, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1393228155, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1393228134, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dfi_wordlist.combined.gz1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dcs_wordlist.combined.gz
/packages/apps/Camera2/src/com/android/camera/ui/
DSwitch.java144 int ts = res.getDimensionPixelSize(R.dimen.thumb_text_size); in setSwitchTextAppearance() local
145 if (ts != mTextPaint.getTextSize()) { in setSwitchTextAppearance()
146 mTextPaint.setTextSize(ts); in setSwitchTextAppearance()
/packages/apps/Camera/src/com/android/camera/ui/
DSwitch.java151 int ts = res.getDimensionPixelSize(R.dimen.thumb_text_size); in setSwitchTextAppearance() local
152 if (ts != mTextPaint.getTextSize()) { in setSwitchTextAppearance()
153 mTextPaint.setTextSize(ts); in setSwitchTextAppearance()

12