/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_thread.h | 35 /* Thread synchronization primitives */
|
/external/guava/guava/src/com/google/common/primitives/ |
SignedBytes.java | 17 package com.google.common.primitives; 27 * Static utility methods pertaining to {@code byte} primitives that
|
Booleans.java | 17 package com.google.common.primitives; 37 * Static utility methods pertaining to {@code boolean} primitives, that are not 305 * same order, converted to primitives
|
Bytes.java | 17 package com.google.common.primitives; 35 * Static utility methods pertaining to {@code byte} primitives, that are not 222 * same order, converted to primitives
|
UnsignedInts.java | 15 package com.google.common.primitives; 27 * Static utility methods pertaining to {@code int} primitives that interpret values as
|
/external/kernel-headers/original/linux/sunrpc/ |
sched.h | 4 * Scheduling primitives for kernel Sun RPC. 74 * primitives. You should not access this directly unless
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGGenerationInfo.h | 38 // Values may be unboxed primitives (int32, double, or cell), or boxed as a JSValue. 175 // would need a way to distinguish cell pointers from numeric primitives.
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
rs_structs.h | 254 // indexBuffers[i] could be NULL, in which case only primitives[i] is used 257 rs_primitive *primitives; member in struct:Mesh::__anon19927::__anon19928
|
/external/valgrind/main/helgrind/docs/ |
hg-manual.xml | 20 threading primitives.</para> 63 primitives, you can describe their behaviour to Helgrind using the 524 primitives are as follows:</para> 744 use the POSIX threading primitives. Helgrind needs to be able to 749 <para>Do not roll your own threading primitives (mutexes, etc) 766 are known to implement their own threading primitives:</para> 770 only uses POSIX pthreads primitives. Unfortunately Qt 4.X [all...] |
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
Longs.java | 17 package com.google.common.primitives; 35 * Static utility methods pertaining to {@code long} primitives, that are not 346 * same order, converted to primitives
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.3.1.js | 85 // number primitives 119 // string primitives
|
11.3.2.js | 85 // number primitives 119 // string primitives
|
11.4.4.js | 87 // number primitives 121 // string primitives
|
11.4.5.js | 85 // number primitives 119 // string primitives
|
/hardware/msm7k/librpc/ |
xdr.c | 7 * Primitives for stuffing data into and retrieving data from an XDR 469 * Non-portable xdr primitives.
|
/libcore/luni/src/main/java/java/io/ |
ObjectStreamField.java | 138 // Either both primitives or both not primitives. Compare based on name.
|
/dalvik/vm/oo/ |
Array.cpp | 69 * array of references or primitives. 265 * If "descriptor" refers to an array of primitives, look up the 517 * Copy the entire contents of an array of boxed primitives into an 518 * array of primitives. The boxed value must fit in the primitive (i.e.
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSortedMultiset.java | 23 import com.google.common.primitives.Ints;
|
/external/guava/guava/src/com/google/common/hash/ |
HashCode.java | 19 import com.google.common.primitives.Ints;
|
Murmur3_128HashFunction.java | 17 import static com.google.common.primitives.UnsignedBytes.toInt;
|
/external/guava/guava/src/com/google/common/io/ |
LittleEndianDataOutputStream.java | 21 import com.google.common.primitives.Longs;
|
/external/guava/guava/src/com/google/common/math/ |
DoubleUtils.java | 26 * Utilities for {@code double} primitives. Some of these are exposed in JDK 6,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ConcurrentHashMultisetBasherTest.java | 20 import com.google.common.primitives.Ints;
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashTestUtils.java | 5 import com.google.common.primitives.Ints;
|
/external/guava/guava-tests/test/com/google/common/io/ |
LittleEndianDataOutputStreamTest.java | 20 import com.google.common.primitives.Bytes;
|