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

/external/libnfc-nci/halimpl/bcm2079x/
H A DAndroid.mk3 # 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.
16 # function to find all *.cpp files under a directory
17 define all-cpp-files-under
41 LOCAL_SRC_FILES := $(call all-c-files-under, .) $(call all-cpp-files-under, .)
/external/openfst/
H A DAndroid.mk10 define private-function-all-cpp-files-under
23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
/external/libnfc-nci/
H A DAndroid.mk1 define all-cpp-files-under
15 GKI_FILES:=$(call all-c-files-under, src/gki)
22 $(call all-c-files-under, src/adaptation) \
23 $(call all-cpp-files-under, src/adaptation)
26 NFA_FILES:= $(call all-c-files-under, $(NFA))
27 NFC_FILES:= $(call all-c-files-under, $(NFC))
76 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
31 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
32 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
33 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
34 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
35 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
36 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLUnderOver.cpp45 // Determine what kind of under/over expression we have by element name
79 // the under or over
86 // add the under as last
91 // the under or over
105 // We will treat this as another under element and they'll get something funky.
175 // FIXME: Non-ascending glyphs in the under should be moved closer to the base
177 // We need to calculate the baseline of the base versus the start of the under block and
178 // adjust the placement of the under block.
193 // adjust the base's intrusion into the under
194 RenderObject* under local
234 RenderObject* under = lastChild(); local
[all...]
/external/chromium/base/metrics/
H A Dhistogram.cc471 size_t under = 0; local
476 DCHECK_GE(over, under);
477 mid = under + (over - under)/2;
478 if (mid == under)
481 under = mid;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 673 milliseconds