OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:longs
(Results
76 - 100
of
487
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/machine/
setjmp.h
9
#define _JBLEN 64 /* size, in
longs
, of a jmp_buf */
11
#define _JBLEN 29 /* size, in
longs
, of a jmp_buf */
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/machine/
setjmp.h
33
/* _JBLEN is the size of a jmp_buf in
longs
(64bit on AArch64) */
49
* NOTE: _JBLEN is the size of jmp_buf in
longs
(64bit on AArch64)! The table
/external/chromium_org/base/android/
jni_array_unittest.cc
62
const ScopedJavaLocalRef<jlongArray>&
longs
) {
63
ASSERT_TRUE(
longs
.obj());
65
jsize java_array_len = env->GetArrayLength(
longs
.obj());
70
env->GetLongArrayRegion(
longs
.obj(), i, 1, &value);
/external/guava/guava-tests/test/com/google/common/collect/
DiscreteDomainsTest.java
34
reserializeAndAssert(DiscreteDomains.
longs
());
/external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java
32
* Returns a byte array representation for a sequence of
longs
, in big-endian order.
34
static byte[] toBytes(ByteOrder bo, long...
longs
) {
35
ByteBuffer bb = ByteBuffer.wrap(new byte[
longs
.length * 8]).order(bo);
36
for (long x :
longs
) {
/external/llvm/include/llvm/ADT/
DenseMapInfo.h
70
// Provide DenseMapInfo for unsigned
longs
.
82
// Provide DenseMapInfo for unsigned long
longs
.
105
// Provide DenseMapInfo for
longs
.
119
// Provide DenseMapInfo for long
longs
.
/external/smali/smali-integration-tests/src/test/smali/junit-tests/Util/
Assert.smali
5
#junit's Assert doesn't have an AssertEquals method for ints, only
longs
/external/valgrind/main/memcheck/tests/
error_counts.c
16
/* we require these
longs
to have same size as a machine word */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
in_systm.h
30
* assumes specific sizes for shorts (16 bit) and
longs
(32 bit) which
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in_systm.h
30
* assumes specific sizes for shorts (16 bit) and
longs
(32 bit) which
/external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp
110
LEReferenceToArrayOf<Long>
longs
(comp, success, (size_t)0, ITEM_COUNT);
117
const Long &item =
longs
.getObject(i, success);
/art/compiler/jni/quick/arm/
calling_convention_arm.h
86
// Padding to ensure
longs
and doubles are not split in AAPCS
/development/ndk/platforms/android-3/header-patches/include/machine/
setjmp.h
33
/* _JBLEN is the size of a jmp_buf in
longs
.
/external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl
107
void moveBy([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXME: this should take
longs
not floats.
108
void moveTo([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXME: this should take
longs
not floats.
109
void resizeBy([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXME: this should take
longs
not floats.
110
void resizeTo([Default=Undefined] optional float width, [Default=Undefined] optional float height); // FIXME: this should take
longs
not floats.
/external/chromium_org/third_party/mesa/src/src/glx/
render2.c
72
**
longs
preceeding
87
**
longs
preceeding
207
**
longs
preceeding
225
**
longs
preceeding
/external/chromium_org/tools/grit/grit/extern/
FP.py
43
# interpret fingerprint as signed
longs
/external/mesa3d/src/glx/
render2.c
72
**
longs
preceeding
87
**
longs
preceeding
207
**
longs
preceeding
225
**
longs
preceeding
/external/smack/src/org/xbill/DNS/
Serial.java
23
* to be 32 bit unsigned integers stored in
longs
.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
Rational.java
20
* The rational data type of EXIF tag. Contains a pair of
longs
representing the
/packages/apps/Camera2/src/com/android/camera/exif/
Rational.java
20
* The rational data type of EXIF tag. Contains a pair of
longs
representing the
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
Rational.java
20
* The rational data type of EXIF tag. Contains a pair of
longs
representing the
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
Rational.java
20
* The rational data type of EXIF tag. Contains a pair of
longs
representing the
/packages/apps/Mms/src/com/android/mms/exif/
Rational.java
20
* The rational data type of EXIF tag. Contains a pair of
longs
representing the
/external/guava/guava/src/com/google/common/collect/
ComparisonChain.java
22
import com.google.common.primitives.
Longs
;
78
return classify(
Longs
.compare(left, right));
158
* Compares two {@code long} values as specified by {@link
Longs
#compare},
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
SparseLongArray.java
20
* SparseLongArrays map integers to
longs
. Unlike a normal array of
longs
,
22
* than using a HashMap to map Integers to
Longs
.
Completed in 4435 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>