Searched defs:under (Results 1 - 13 of 13) 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)
60 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/)
13 $(filter-out $(call all-harmony-test-java-files-under,,src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/),$(harmony_jdwp_test_src_files))
/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/skia/tools/bookmaker/
H A Dbookmaker.cpp961 size_t under = filename.find('_'); local
962 SkASSERT(under);
963 string className = filename.substr(0, under);
H A DmdOut.cpp642 size_t under = result.find('_'); local
643 if (string::npos != under) {
644 string classPart = result.substr(0, under);
645 string namePart = result.substr(under + 1, result.length());
683 size_t under = str->find('_'); local
684 classPart = string::npos != under ? str->substr(0, under) : *str;
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp861 size_t under = filename.find('_'); local
862 SkASSERT(under);
863 string className = filename.substr(0, under);
H A DincludeWriter.cpp1625 size_t under = undername.find('_'); local
1626 SkASSERT(string::npos != under);
1627 string secondHalf(&undername[under], (size_t) (undername.length() - under));
H A DmdOut.cpp636 size_t under = result.find('_'); local
637 if (string::npos != under) {
638 string classPart = result.substr(0, under);
639 string namePart = result.substr(under + 1, result.length());
655 size_t under = str->find('_'); local
657 string classPart = string::npos != under ? str->substr(0, under) : *str;
672 string namePart = string::npos != under ? str->substr(under + 1, str->length()) : *str;
/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.
2361 const int halfBits = 0x3EFFFFFF; // Value just under 0.5f
2362 const int oneBits = 0x3F7FFFFF; // Value just under 1.0f
2363 const int twoBits = 0x3FFFFFFF; // Value just under 2.0f
2484 Int4 under = CmpLT(xyz0, Int4(0)); local
2485 xyz0 = (under & maxXYZ) | (~under & xyz0); // xyz < 0 ? dim - 1 : xyz // FIXME: IfThenElse()
/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 3800 milliseconds