HomeSort by relevance Sort by last modified time
    Searched defs:under (Results 1 - 7 of 7) sorted by null

  /external/openfst/
Android.mk 8 define private-function-all-cpp-files-under
22 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
  /external/apache-harmony/
Android.mk 5 define all-harmony-test-java-files-under
22 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
23 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
24 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
25 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
26 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
27 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
60 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/chromium_org/base/metrics/
sample_vector.cc 95 size_t under = 0; local
99 DCHECK_GE(over, under);
100 mid = under + (over - under)/2;
101 if (mid == under)
104 under = mid;
  /external/libnfc-nci/
Android.mk 1 # function to find all *.cpp files under a directory
2 define all-cpp-files-under
41 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
42 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
43 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
44 $(call all-c-files-under, src/adaptation) \
45 $(call all-cpp-files-under, src/adaptation) \
46 $(call all-c-files-under, src/gki) \
59 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
60 $(call all-cpp-files-under, $(HALIMPL))
    [all...]
  /external/apache-harmony/jdwp/
Android.mk 5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
75 include $(call all-makefiles-under,$(LOCAL_PATH))
  /build/core/
definitions.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
11 # distributed under the License is distributed on an "AS IS" BASIS,
14 # limitations under the License.
141 define all-makefiles-under
146 ## Look under a directory for makefiles that don't have parent
150 # $(1): directory to search under
152 define first-makefiles-under
163 $(call all-makefiles-under,$(call my-dir))
172 # $(1): List of directories to look for under this directory
178 ## Find all of the java files under the named directories
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 595 milliseconds