HomeSort by relevance Sort by last modified time
    Searched refs:messageLength (Results 1 - 25 of 44) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockScreenInfoTest.java 60 final int messageLength = 128;
61 setLockInfo(new String(new char[messageLength]).replace('\0', 'Z'));
  /external/wpa_supplicant_8/src/common/
tnc.h 43 TNC_UInt32 messageLength,
62 TNC_UInt32 messageLength,
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 278 int messageLength;
295 messageLength = ((buffer[0] & 0xff) << 24)
299 if (VERBOSE) Log.e(TAG,"Message length found to be: "+messageLength);
302 remaining = messageLength;
307 Log.e(TAG, "Hit EOS reading message. messageLength=" + messageLength
316 return messageLength;
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 145 private void assertRemaining(int messageLength, int remaining, int maxChars) {
147 assertTrue(checkRemaining(SEPTETS_SKT, messageLength, remaining)
148 || checkRemaining(maxChars, messageLength, remaining));
150 assertTrue(checkRemaining(SEPTETS_KT, messageLength, remaining)
151 || checkRemaining(maxChars, messageLength, remaining));
153 assertTrue(checkRemaining(maxChars, messageLength, remaining));
157 private boolean checkRemaining(int total, int messageLength, int remaining) {
158 return total - messageLength == remaining;
  /system/netd/server/
FwmarkServer.cpp 80 int messageLength = TEMP_FAILURE_RETRY(recvmsg(client->getSocket(), &message, MSG_CMSG_CLOEXEC));
81 if (messageLength <= 0) {
85 if (!((command.cmdId != FwmarkCommand::ON_CONNECT_COMPLETE && messageLength == sizeof(command))
87 && messageLength == sizeof(command) + sizeof(connectInfo)))) {
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EciesTest.java 53 int expectedCiphertextLength(String algorithm, int coordinateSize, int messageLength)
59 return 1 + (2 * coordinateSize) + (messageLength - messageLength % 16 + 16) + 20;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc     [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java 87 int messageLength = message.length();
88 if (messageLength > MAX_MESSAGE_LENGTH) {
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 85 TNC_UInt32 messageLength,
145 TNC_UInt32 messageLength,
156 message, messageLength);
161 b64 = base64_encode(message, messageLength, &b64len);
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 60 TNC_UInt32 messageLength,
180 TNC_UInt32 messageLength,
191 message, messageLength);
200 b64 = base64_encode(message, messageLength, &b64len);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 242 int messageLength = messageBytes.length;
244 mOutputStream.write(PoloUtil.intToBigEndianIntBytes(messageLength));
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 289 DWORD messageLength = ::FormatMessageW(dwFlags,
297 assert(messageLength <= MAXERRORLENGTH);
300 for (; messageLength && ::isspace(errorText[messageLength - 1]);
301 --messageLength)
303 errorText[messageLength - 1] = '\0';
    [all...]
  /external/protobuf/js/binary/
writer.js 151 var messageLength = this.totalLength_ + this.encoder_.length() - oldLength;
152 goog.asserts.assert(messageLength >= 0);
154 while (messageLength > 127) {
155 bookmark.push((messageLength & 0x7f) | 0x80);
156 messageLength = messageLength >>> 7;
160 bookmark.push(messageLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsman.h 387 DWORD WINAPI WSManGetErrorMessage (WSMAN_API_HANDLE apiHandle, DWORD flags, PCWSTR languageCode, DWORD errorCode, DWORD messageLength, PWSTR message, DWORD *messageLengthUsed);
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 5681 milliseconds

1 2