HomeSort by relevance Sort by last modified time
    Searched refs:requestSize (Results 1 - 18 of 18) sorted by null

  /external/tpm2/include/tpm2/
ExecCommand_fp.h 9 unsigned int requestSize, // IN: command buffer size
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessenger.java 95 int requestSize = 0;
133 requestSize = dataIn.readInt();
135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize);
142 if (requestSize > readSize) {
164 if (readSize == requestSize) {
  /external/tpm2/
ExecCommand.c 43 unsigned int requestSize, // IN: command buffer size
85 // the sizes do not include the tag, commandCode, requestSize, or the authorization
102 TpmFailureMode (requestSize, request, responseSize, response);
134 size = requestSize;
147 // received on that port is requestSize it must be identical to commandSize.
152 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)
CryptUtil.c     [all...]
  /external/skia/src/gpu/
GrBufferAllocPool.h 106 bool createBlock(size_t requestSize);
GrBufferAllocPool.cpp 221 bool GrBufferAllocPool::createBlock(size_t requestSize) {
223 size_t size = SkTMax(requestSize, fMinBlockSize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 620 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size();
622 int endPoint = startPoint + requestSize;
626 if (D) Log.d(TAG, "call log list, size=" + requestSize + " offset=" + listStartOffset);
643 final int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size();
647 if (D) Log.d(TAG, "search by " + type + ", requestSize=" + requestSize + " offset="
657 itemsFound < requestSize; pos++) {
667 if (itemsFound >= requestSize) {
676 itemsFound < requestSize; pos++) {
    [all...]
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 163 int requestSize = 2048;
176 requestBytes = storeSourceData(new byte[requestSize]);
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java 138 mApplicationsState.requestSize(mPackageName, userId);
302 mApplicationsState.requestSize(mPackageName, userId);
330 mApplicationsState.requestSize(mPackageName, userId);
  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 155 mState.requestSize(mPackageName, mUserId);
457 mState.requestSize(mPackageName, mUserId);
589 mState.requestSize(mPackageName, mUserId);
InstalledAppDetails.java 339 mState.requestSize(mPackageName, mUserId);
    [all...]
ManageApplications.java 484 mApplicationsState.requestSize(mCurrentPkgName, UserHandle.getUserId(mCurrentUid));
    [all...]
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 317 public void requestSize(String packageName, int userId) {
318 if (DEBUG_LOCKING) Log.v(TAG, "requestSize about to acquire lock...");
324 if (DEBUG_LOCKING) Log.v(TAG, "...requestSize releasing lock");
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 659 milliseconds