HomeSort by relevance Sort by last modified time
    Searched refs:subdirectory (Results 1 - 25 of 30) 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:
10 # Subdirectory makefiles may define:
21 # The list of variables which are intended to be overridden in a subdirectory
31 $$(info MAKE: $(Dir): Processing subdirectory)
39 # Reset subdirectory specific variables to sentinel value.
43 # Get the subdirectory variables.
62 # Collect all subdirectory variables for subsequent use.
73 $$(info MAKE: $$(Dir): Done processing subdirectory)
lib_info.mk 3 # This should be included once the subdirectory information has been loaded, and
  /frameworks/av/media/libstagefright/tests/
Android.mk 48 # Include subdirectory makefiles
  /frameworks/native/libs/gui/tests/
Android.mk 38 # Include subdirectory makefiles
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 39 # Include subdirectory makefiles
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 32 # Include subdirectory makefiles
  /frameworks/ex/carousel/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /frameworks/opt/net/voip/
Android.mk 33 # Include subdirectory makefiles
  /frameworks/opt/telephony/
Android.mk 33 # Include subdirectory makefiles
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 86 // Helper to load an extension from context_menus/|subdirectory| in the
89 std::string subdirectory) {
91 test_data_dir_.AppendASCII("context_menus").AppendASCII(subdirectory);
95 // Helper to load an extension from context_menus/top_level/|subdirectory| in
98 std::string subdirectory) {
101 extension_dir = extension_dir.AppendASCII(subdirectory);
106 std::string subdirectory) {
108 test_data_dir_.AppendASCII("context_menus").AppendASCII(subdirectory);
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 118 // Helper to load an extension from context_menus/|subdirectory| in the
120 bool LoadContextMenuExtension(std::string subdirectory) {
122 test_data_dir_.AppendASCII("context_menus").AppendASCII(subdirectory);
126 bool LoadContextMenuExtensionIncognito(std::string subdirectory) {
128 test_data_dir_.AppendASCII("context_menus").AppendASCII(subdirectory);
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
nacl.scons 53 # the 'good' nexe in the subdirectory will succeed.
  /frameworks/base/libs/androidfw/
Android.mk 86 # Include subdirectory makefiles
  /frameworks/base/services/input/
Android.mk 52 # 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 45 # Include subdirectory makefiles
  /frameworks/support/v13/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 6 * and the language files in subdirectory "../geshi/")
162 include_path, and that the language files are in a subdirectory of GeSHi's directory called <strong>geshi/</strong>.</p>
  /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...]
  /system/core/libutils/
Android.mk 139 # Include subdirectory makefiles
  /external/chromium_org/tools/checkdeps/
checkdeps.py 38 # But this one subdirectory of evil is OK.
307 """Given |parent_rules| and a subdirectory |dir_path| from the
343 # subdirectory to be skipped; in this case, the invocation to
359 subdirectory of |self.base_directory|.
  /external/clang/tools/scan-build/
scan-build 1128 Do not create a 'failures' subdirectory that includes analyzer crash reports
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 578 Built files are in the subdirectory 'out/{configuration}'.
582 relative to which the output subdirectory can be found.
587 A subdir= keyword argument specifies a library subdirectory within
849 Built files are in a subdirectory that matches the configuration
853 relative to which the output subdirectory can be found.
    [all...]
  /ndk/build/core/
definitions-host.mk 150 # c:foo -> 'foo' subdirectory on C drive's current directory.

Completed in 2592 milliseconds

1 2