OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fragmentLength
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java
76
SnepClient(String serviceName, int
fragmentLength
) {
80
mFragmentLength =
fragmentLength
;
85
SnepClient(String serviceName, int acceptableLength, int
fragmentLength
) {
89
mFragmentLength =
fragmentLength
;
157
int
fragmentLength
= (mFragmentLength == -1) ? miu : Math.min(miu, mFragmentLength);
158
messenger = new SnepMessenger(true, socket,
fragmentLength
);
SnepServer.java
87
SnepServer(String serviceName, int serviceSap, int
fragmentLength
, Callback callback) {
91
mFragmentLength =
fragmentLength
;
101
ConnectionThread(LlcpSocket socket, int
fragmentLength
) {
104
mMessager = new SnepMessenger(false, socket,
fragmentLength
);
215
int
fragmentLength
= (mFragmentLength == -1) ?
217
new ConnectionThread(communicationSocket,
fragmentLength
).start();
/cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java
634
int
fragmentLength
= getUnsignedShortBigEndian(record, 3);
636
if (
fragmentLength
!= actualFragmentLength) {
637
throw new IOException("Fragment length mismatch. Expected: " +
fragmentLength
640
result.fragment = new byte[
fragmentLength
];
644
fragmentLength
);
785
int
fragmentLength
= getUnsignedShortBigEndian(buffer, firstBufferedByteOffset + 3)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.apache.jasper_5.5.17.v201004212143.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 117 milliseconds