Searched defs:under (Results 1 - 8 of 8) sorted by relevance

/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
17 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
18 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
19 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
20 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
21 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
22 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
56 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/apache-harmony/jdwp/
H A DAndroid.mk5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
/external/libchrome/base/metrics/
H A Dsample_vector.cc109 size_t under = 0; local
113 DCHECK_GE(over, under);
114 mid = under + (over - under)/2;
115 if (mid == under)
118 under = mid;
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp3 // Licensed under the Apache License, Version 2.0 (the "License");
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
2304 const int halfBits = 0x3effffff; // Value just under 0.5f
2305 const int oneBits = 0x3f7fffff; // Value just under 1.0f
2306 const int twoBits = 0x3fffffff; // Value just under 2.0f
2387 Int4 under = CmpLT(xyz1, Int4(0)); local
2388 xyz1 = (under & maxXYZ) | (~under & xyz1); // xyz < 0 ? dim - 1 : xyz
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 308 milliseconds