OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:messageLength
(Results
1 - 8
of
8
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1_MessageDigestImpl.java
43
private long
messageLength
; // total length of bytes supplied by user
78
long nBits =
messageLength
<<3 ; // length has to be calculated before padding
238
messageLength
= 0;
261
messageLength
++;
303
messageLength
+= len;
/dalvik/vm/
Init.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp
66
int
messageLength
= sizeof("PLUGIN: ") - 1;
67
messageLength
+= vsnprintf(message +
messageLength
, messageBufferSize - 1 -
messageLength
, format, args);
68
message[
messageLength
] = '\0';
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
415
int
messageLength
;
432
messageLength
= ((buffer[0] & 0xff) << 24)
439
remaining =
messageLength
;
444
Rlog.e(RILJ_LOG_TAG, "Hit EOS reading message.
messageLength
=" +
messageLength
453
return
messageLength
;
[
all
...]
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
/prebuilts/misc/common/ecj/
ecj.jar
Completed in 812 milliseconds