/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | InputPointers.java | 75 public void set(@Nonnull final InputPointers ip) { in set() argument 76 mXCoordinates.set(ip.mXCoordinates); in set() 77 mYCoordinates.set(ip.mYCoordinates); in set() 78 mPointerIds.set(ip.mPointerIds); in set() 79 mTimes.set(ip.mTimes); in set() 82 public void copy(@Nonnull final InputPointers ip) { in copy() argument 83 mXCoordinates.copy(ip.mXCoordinates); in copy() 84 mYCoordinates.copy(ip.mYCoordinates); in copy() 85 mPointerIds.copy(ip.mPointerIds); in copy() 86 mTimes.copy(ip.mTimes); in copy()
|
D | ResizableIntArray.java | 102 public void set(@Nonnull final ResizableIntArray ip) { in set() argument 104 mArray = ip.mArray; in set() 105 mLength = ip.mLength; in set() 108 public void copy(@Nonnull final ResizableIntArray ip) { in copy() argument 109 final int newCapacity = calculateCapacity(ip.mLength); in copy() 114 System.arraycopy(ip.mArray, 0, mArray, 0, ip.mLength); in copy() 115 mLength = ip.mLength; in copy()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | MatrixUtils.java | 48 int ip = row; in findPivotAndSwapRow() local 52 ip = i; in findPivotAndSwapRow() 56 if (ip != row) { in findPivotAndSwapRow() 58 final float temp0 = squareMatrix0[ip][j]; in findPivotAndSwapRow() 59 squareMatrix0[ip][j] = squareMatrix0[row][j]; in findPivotAndSwapRow() 61 final float temp1 = squareMatrix1[ip][j]; in findPivotAndSwapRow() 62 squareMatrix1[ip][j] = squareMatrix1[row][j]; in findPivotAndSwapRow()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcessStatsDetail.java | 325 for (int ip = 0; ip < entry.mServices.size(); ip++) { in fillServicesSection() 326 String pkg = entry.mServices.keyAt(ip); in fillServicesSection() 328 ArrayList<ProcStatsEntry.Service> services = entry.mServices.valueAt(ip); in fillServicesSection() 346 for (int ip = 0; ip < pkgList.size(); ip++) { in fillServicesSection() 347 ArrayList<ProcStatsEntry.Service> services = pkgList.get(ip).mServices; in fillServicesSection()
|
D | ProcStatsData.java | 313 for (int ip = 0, N = mStats.mPackages.getMap().size(); ip < N; ip++) { in getProcs() 315 .valueAt(ip); in getProcs()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | ConnectivityListener.java | 156 int ip = wifiInfo.getIpAddress(); in getWifiIpAddress() local 157 return String.format("%d.%d.%d.%d", (ip & 0xff), (ip >> 8 & 0xff), in getWifiIpAddress() 158 (ip >> 16 & 0xff), (ip >> 24 & 0xff)); in getWifiIpAddress()
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
D | VpnTests.java | 230 String ip = null; in getIpAddress() local 253 ip = json_data.getString("ip"); in getIpAddress() 254 Log.v(TAG, "json_data: " + ip); in getIpAddress() 267 return ip; in getIpAddress()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | BluetoothTetheringNetworkFactory.java | 30 import android.net.ip.IpManager; 31 import android.net.ip.IpManager.WaitForProvisioningCallback;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | saturation.rs | 63 int ip = ((int)(p + .5f)) % 6; 64 int v = master + saturation[ip + 1];
|
/packages/services/Car/car_product/sepolicy/ |
D | can.te | 14 # Allow execution of /system/bin/ip.
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 716 IndentingPrintWriter ip = new IndentingPrintWriter(sr, " "); in testAnalyticsSingleCall() local 717 Analytics.dump(ip); in testAnalyticsSingleCall()
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 13940 …1400 audit(1452727068.149:108): avc: denied { net_raw } for pid=2126 comm="ip" capability=13 scont… 43504 …26 I auditd : type=1400 audit(0.0:108): avc: denied { net_raw } for comm="ip" capability=13 scont… 68322 ip b6bbf8f0 sp b5a7ee20 lr b6b9ee23 pc b6f2d9f2 cpsr 600f0030 68597 memory near ip: 68884 ------ NETWORK INTERFACES (ip link) ------ 68895 [ip: 0.021s elapsed] 68898 ------ IPv4 ADDRESSES (ip -4 addr show) ------ 68901 [ip: 0.027s elapsed] 68904 ------ IPv6 ADDRESSES (ip -6 addr show) ------ 68908 [ip: 0.019s elapsed] [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | lt_wordlist.combined.gz |
|