OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LONG_SIZE
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java
41
private static final int
LONG_SIZE
= 13;
110
final char encoded[] = new char[
LONG_SIZE
+ (
LONG_SIZE
/ GROUP_SIZE)];
113
for (int i = 0; i <
LONG_SIZE
; i++) {
116
* building from the rear of the array, we use (
LONG_SIZE
%
120
if (i > 0 && (i % GROUP_SIZE) == (
LONG_SIZE
% GROUP_SIZE)) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java
63
protected static final int
LONG_SIZE
= 8;
[
all
...]
/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 393 milliseconds