/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_caps.h | 48 #define UTIL_CHECK_INT(cap, higher) \ 49 UTIL_CAPS_CHECK_INT, PIPE_CAP_##cap, (unsigned)(higher) 52 #define UTIL_CHECK_FLOAT(cap, higher) \ 53 UTIL_CAPS_CHECK_FLOAT, PIPE_CAPF_##cap, (unsigned)(int)(higher) 58 #define UTIL_CHECK_SHADER(shader, cap, higher) \ 59 UTIL_CAPS_CHECK_SHADER, (PIPE_SHADER_##shader << 24) | PIPE_SHADER_CAP_##cap, (unsigned)(higher)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_caps.h | 48 #define UTIL_CHECK_INT(cap, higher) \ 49 UTIL_CAPS_CHECK_INT, PIPE_CAP_##cap, (unsigned)(higher) 52 #define UTIL_CHECK_FLOAT(cap, higher) \ 53 UTIL_CAPS_CHECK_FLOAT, PIPE_CAPF_##cap, (unsigned)(int)(higher) 58 #define UTIL_CHECK_SHADER(shader, cap, higher) \ 59 UTIL_CAPS_CHECK_SHADER, (PIPE_SHADER_##shader << 24) | PIPE_SHADER_CAP_##cap, (unsigned)(higher)
|
/build/tools/droiddoc/templates-pdk/assets/ |
customizations.js | 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest " 5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
|
/build/core/combo/arch/arm/ |
armv5te.mk | 2 # Generating binaries for the ARMv5TE architecture and higher
|
armv7-a.mk | 2 # Generating binaries for the ARMv7-a architecture and higher
|
armv7-a-neon.mk | 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
|
/libcore/luni/src/main/java/java/util/ |
NavigableSet.java | 16 * {@code floor}, {@code ceiling}, and {@code higher} return elements 112 E higher(E e); method in interface:NavigableSet
|
/ndk/ |
GNUmakefile | 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
SetNavigationTester.java | 96 assertNull(navigableSet.higher(samples.e0)); 131 assertNull(navigableSet.higher(samples.e0)); 194 assertEquals(c, navigableSet.higher(a)); 195 assertEquals(c, navigableSet.higher(b)); 196 assertEquals(null, navigableSet.higher(c));
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 102 punpcklbw mm0, mm6 ; unpack to higher prrcision 104 punpckhbw mm2, mm6 ; unpack to higher prrcision 126 punpcklbw mm0, mm6 ; unpack to higher prrcision 128 punpckhbw mm2, mm6 ; unpack to higher prrcision 149 punpcklbw mm0, mm6 ; unpack to higher prrcision 151 punpckhbw mm2, mm6 ; unpack to higher prrcision 172 punpcklbw mm0, mm6 ; unpack to higher prrcision 174 punpckhbw mm2, mm6 ; unpack to higher prrcision 195 punpcklbw mm0, mm6 ; unpack to higher prrcision 197 punpckhbw mm2, mm6 ; unpack to higher prrcisio [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSortedSet.java | 305 E higher(E e) { method in class:ImmutableSortedSet 309 E higher = iterator.next(); local 310 if (comparator().compare(e, higher) < 0) { 311 return higher; 320 E tmp = higher(toElement); 361 E tmp = higher(fromElement);
|
ImmutableSortedMap.java | 256 K higher(K k) { method in class:ImmutableSortedMap 275 K tmp = higher(toKey); 306 fromKey = higher(fromKey);
|
/external/chromium_org/tools/perf_expectations/ |
update_perf_expectations.py | 22 "revb": 164141, "type": "absolute", "better": "higher", "improve": 0, \ 28 "revb": <new revb>, "type": "absolute", "better": "higher", "improve": 0, \
|
make_expectations.py | 298 '"better": "higher" in this perf trace\'s expectation' % ( 308 better = 'higher' 314 # 'better' may still be set to 'higher'. 315 assert(better != 'higher' or 324 if better == 'higher':
|
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_mmx.asm | 102 punpcklbw mm0, mm6 ; unpack to higher prrcision 104 punpckhbw mm2, mm6 ; unpack to higher prrcision 126 punpcklbw mm0, mm6 ; unpack to higher prrcision 128 punpckhbw mm2, mm6 ; unpack to higher prrcision 149 punpcklbw mm0, mm6 ; unpack to higher prrcision 151 punpckhbw mm2, mm6 ; unpack to higher prrcision 172 punpcklbw mm0, mm6 ; unpack to higher prrcision 174 punpckhbw mm2, mm6 ; unpack to higher prrcision 195 punpcklbw mm0, mm6 ; unpack to higher prrcision 197 punpckhbw mm2, mm6 ; unpack to higher prrcisio [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
ssldef.c | 186 PORT_Assert(fd->higher == NULL); 187 if (fd->higher) {
|
/external/chromium_org/remoting/webapp/ |
host.js | 55 // Host versions 26 and higher include the version number in heartbeats,
|
/external/guava/guava/src/com/google/common/collect/ |
BstRangeOps.java | 81 N higher = range.hasUpperBound() local 87 return balancePolicy.combine(nodeFactory, lower, higher);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SafeTreeSet.java | 127 @Override public E higher(E e) { method in class:SafeTreeSet 128 return delegate.higher(checkValid(e));
|
/external/llvm/test/MC/PowerPC/ |
ppc64-fixup-apply.s | 41 addi 1, 1, target7@higher
|
ppc64-fixups.s | 68 # CHECK: li 3, target@higher # encoding: [0x38,0x60,A,A] 69 # CHECK-NEXT: # fixup A - offset: 2, value: target@higher, kind: fixup_ppc_half16 71 li 3, target@higher 225 # CHECK: addi 3, 3, target@tprel@higher # encoding: [0x38,0x63,A,A] 226 # CHECK-NEXT: # fixup A - offset: 2, value: target@tprel@higher, kind: fixup_ppc_half16 228 addi 3, 3, target@tprel@higher 275 # CHECK: addi 3, 3, target@dtprel@higher # encoding: [0x38,0x63,A,A] 276 # CHECK-NEXT: # fixup A - offset: 2, value: target@dtprel@higher, kind: fixup_ppc_half16 278 addi 3, 3, target@dtprel@higher
|
/external/chromium_org/v8/test/webkit/ |
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js | 38 // Since the function contains unreachable code we need a higher optimization threshold.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TreeMapExtendTest.java | [all...] |
/external/chromium_org/net/quic/ |
quic_protocol.cc | 220 QuicPacketSequenceNumber higher) { 221 for (QuicPacketSequenceNumber i = lower; i < higher; ++i) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
README | 25 The Closure Compiler requires Java 6 or higher. 68 that you are using JRE version 6 or higher.
|