OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fragmentLength
(Results
1 - 14
of
14
) 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
);
214
int
fragmentLength
= (mFragmentLength == -1) ?
216
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
...]
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java
[
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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.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
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
Completed in 949 milliseconds