Searched refs:temp (Results 251 - 268 of 268) sorted by relevance

<<11

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java439 RawPortInfo temp = new RawPortInfo(current.portName,
444 newPortInfo.add(temp);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java296 Item temp = items[pos1];
298 items[pos2] = temp;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1016 File temp = new File(filename);
1017 is = new BufferedInputStream(new FileInputStream(temp));
1033 file = new RandomAccessFile(temp, "rw");
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c1203 Word32 temp = 1000 - (nChannels * 200); local
1205 (temp * peData.peChannelData[ch].pe) / peOffsDiff;
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java498 CCMemory temp = mDisplay;
500 mNonDisplay = temp;
H A DMediaCodecInfo.java1652 String[] temp = key.split("-");
1653 if (temp.length != 5) {
1656 String sizeStr = temp[3];
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3370 uint32_t temp = 44 + total * frameSize - 8; local
3372 write(teeFd, &temp, sizeof(temp));
3374 temp = total * frameSize;
3376 write(teeFd, &temp, sizeof(temp));
/frameworks/base/core/java/android/widget/
H A DListView.java1482 View temp = makeAndAddView(position, top, true, mListPadding.left, tempIsSelected);
1491 above = fillUp(position - 1, temp.getTop() - dividerHeight);
1494 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1500 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1503 above = fillUp(position - 1, temp.getTop() - dividerHeight);
1511 return temp;
1849 // remove any header/footer that has been temp detached and not re-attached
H A DEditor.java4094 final int temp = composingTextEnd;
4096 composingTextStart = temp;
/frameworks/base/core/java/android/text/
H A DLayout.java1705 int temp = end;
1707 start = temp;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp98 T temp = a; local
100 b = temp;
156 float temp; local
159 temp = *deltaX;
161 *deltaY = -temp;
170 temp = *deltaX;
172 *deltaY = temp;
/frameworks/av/media/libstagefright/
H A DACodec.cpp1887 status_t temp = mOMXNode->setConfig( local
1890 if (temp == OK) {
1893 ALOGI("codec does not support requested auto-frc (err %d)", temp);
2347 status_t temp = mOMXNode->setConfig( local
2350 if (temp != OK) {
2351 ALOGI("codec does not support config priority (err %d)", temp);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2465 for (String temp : mNwService.listTetheredInterfaces()) {
2466 logd("List all interfaces " + temp);
2467 if (temp.compareTo(intf) != 0) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java4627 DataConnection temp = mDcc.getActiveDcByCid(pcoData.cid);
4628 if (temp != null) {
4629 dcList.add(temp);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1444 DataOutputStream temp = null;
1448 temp = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(
1460 temp.writeUTF(pkg);
1476 try { if (temp != null) temp.close(); } catch (IOException e) {}
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java10554 int temp, int volt, int chargeUAh, int chargeFullUAh) {
10556 temp = Math.max(0, temp);
10608 mHistoryCur.batteryTemperature = (short)temp;
10640 if (temp >= (mHistoryCur.batteryTemperature+10)
10641 || temp <= (mHistoryCur.batteryTemperature-10)) {
10642 mHistoryCur.batteryTemperature = (short)temp;
10553 setBatteryStateLocked(int status, int health, int plugType, int level, int temp, int volt, int chargeUAh, int chargeFullUAh) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java16098 abstract int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException; argument
16206 int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
16209 return doCopyApk(imcs, temp);
16215 private int doCopyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
16463 int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException { argument
16471 if (temp) {
16727 int copyApk(IMediaContainerService imcs, boolean temp) { argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 924 milliseconds

<<11