/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | mmapped_buffer.h | 33 const int bufferOffset, const int bufferSize, const bool isUpdatable); 56 AK_FORCE_INLINE MmappedBuffer(uint8_t *const buffer, const int bufferSize, argument 59 : mByteArrayView(buffer, bufferSize), mMmappedBuffer(mmappedBuffer),
|
H A D | dict_file_writing_utils.cpp | 92 uint8_t bufferSize[SIZE_OF_BUFFER_SIZE_FIELD]; local 94 ByteArrayUtils::writeUintAndAdvancePosition(bufferSize, buffer->getTailPosition(), 96 if (fwrite(bufferSize, SIZE_OF_BUFFER_SIZE_FIELD, 1 /* count */, file) < 1) {
|
H A D | mmapped_buffer.cpp | 31 const char *const path, const int bufferOffset, const int bufferSize, 41 int alignedSize = bufferSize + offset; 56 return MmappedBufferPtr(new MmappedBuffer(buffer, bufferSize, mmappedBuffer, alignedSize, 30 openBuffer( const char *const path, const int bufferOffset, const int bufferSize, const bool isUpdatable) argument
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
H A D | DiscourseLogger.java | 36 public DiscourseLogger(int bufferSize) { argument 37 mBufferSize = bufferSize;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | BytesBufferPool.java | 68 public BytesBufferPool(int poolSize, int bufferSize) { argument 71 mBufferSize = bufferSize;
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
H A D | ver4_dict_buffers.cpp | 52 const int bufferSize = ByteArrayUtils::readUint32AndAdvancePosition( local 54 buffers.push_back(buffer.subView(position, bufferSize)); 55 position += bufferSize; 56 if (bufferSize < 0 || position < 0 || position > static_cast<int>(buffer.size())) {
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hid.cpp | 421 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) { argument 422 ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, bufferSize); 438 if ( (status = sBluetoothHidInterface->get_report((bt_bdaddr_t *) addr, (bthh_report_type_t) rType, (uint8_t) rId, bufferSize)) !=
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | Utils.java | 169 public static void copyStream(InputStream is, OutputStream os, int bufferSize) argument 172 byte[] buffer = new byte[bufferSize];
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
H A D | VideoChatTestActivity.java | 273 private void setupCallback(Camera camera, FrameCatcher catcher, int bufferSize) { argument 277 byte [] cameraBuffer = new byte[bufferSize]; 370 int bufferSize; 371 bufferSize = setSize.width * setSize.height 374 if (bufferSize != sizeWeShouldHave) { 419 setupCallback(camera, catcher, bufferSize);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
H A D | HidService.java | 238 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE); 239 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) { 249 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE); 250 broadcastReport(device, report, bufferSize); 378 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument 381 return service.getReport(device, reportType, reportId, bufferSize) ; 504 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument 516 data.putInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE, bufferSize); 708 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize); argument
|
/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |