HomeSort by relevance Sort by last modified time
    Searched refs:subdirectory (Results 1 - 25 of 31) sorted by null

1 2

  /external/compiler-rt/make/
subdir.mk 1 # This file is intended to be included from each subdirectory makefile.
3 # Subdirectory makefiles must define:
6 # Subdirectory makefiles may define:
22 # The list of variables which are intended to be overridden in a subdirectory
32 $$(info MAKE: $(Dir): Processing subdirectory)
40 # Reset subdirectory specific variables to sentinel value.
44 # Get the subdirectory variables.
63 # Collect all subdirectory variables for subsequent use.
74 $$(info MAKE: $$(Dir): Done processing subdirectory)
lib_info.mk 3 # This should be included once the subdirectory information has been loaded, and
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 39 # Include subdirectory makefiles
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 32 # Include subdirectory makefiles
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 214 * @param subdirectory The sub-directory's name.
216 public static File getSensorTestDataDirectory(String subdirectory) throws IOException {
217 File subdirectoryFile = new File(getSensorTestDataDirectory(), subdirectory);
  /frameworks/av/media/libstagefright/tests/
Android.mk 85 # Include subdirectory makefiles
  /frameworks/base/libs/input/
Android.mk 46 # Include subdirectory makefiles
  /frameworks/native/libs/gui/tests/
Android.mk 49 # Include subdirectory makefiles
  /frameworks/opt/net/voip/
Android.mk 33 # Include subdirectory makefiles
  /frameworks/opt/telephony/
Android.mk 33 # Include subdirectory makefiles
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 26 def _InDirectory(subdirectory, directory):
27 subdirectory = os.path.realpath(subdirectory)
29 common_prefix = os.path.commonprefix([subdirectory, directory])
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 31 // Helper to load an extension from context_menus/|subdirectory| in the
34 std::string subdirectory) {
36 test_data_dir_.AppendASCII("context_menus").AppendASCII(subdirectory);
40 // Helper to load an extension from context_menus/top_level/|subdirectory| in
43 std::string subdirectory) {
46 extension_dir = extension_dir.AppendASCII(subdirectory);
51 std::string subdirectory) {
53 test_data_dir_.AppendASCII("context_menus").AppendASCII(subdirectory);
  /frameworks/base/libs/androidfw/
Android.mk 89 # Include subdirectory makefiles
  /frameworks/ex/common/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /frameworks/native/libs/input/
Android.mk 71 # Include subdirectory makefiles
  /frameworks/native/libs/ui/
Android.mk 46 # Include subdirectory makefiles
  /frameworks/support/v13/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /system/core/libutils/
Android.mk 126 # Include subdirectory makefiles
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 583 * @param subdirectory If not null, the subdirectory under the SD card where the file should go
588 String subdirectory) throws IOException {
593 if (subdirectory != null) {
594 fullPath.append(File.separatorChar).append(subdirectory);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_service.cc 80 // Get the subdirectory of the force-installed extension cache and the component
97 const std::string subdirectory(path.BaseName().MaybeAsASCII());
98 if (!ContainsKey(subdirectories_to_keep, subdirectory))
103 // Removes the subdirectory belonging to |account_id_to_delete| from the cache
  /external/clang/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 1130 Do not create a 'failures' subdirectory that includes analyzer crash reports
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 1130 Do not create a 'failures' subdirectory that includes analyzer crash reports
    [all...]
  /ndk/build/core/
definitions-host.mk 174 # c:foo -> 'foo' subdirectory on C drive's current directory.

Completed in 1203 milliseconds

1 2