/ndk/build/core/toolchains/arm-linux-androideabi-4.9/ |
D | setup.mk | 89 TARGET-process-src-files-tags = \ 90 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 91 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 92 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 93 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 94 $(call set-src-files-target-cflags, \ 97 $(call set-src-files-target-cflags,\ 100 $(call set-src-files-target-cflags,\ 103 $(call set-src-files-target-cflags,\ 106 $(call set-src-files-target-cflags,\ [all …]
|
/ndk/build/core/toolchains/arm-linux-androideabi-clang3.6/ |
D | setup.mk | 138 TARGET-process-src-files-tags = \ 139 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 140 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 141 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 142 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 143 $(call set-src-files-target-cflags, \ 146 $(call set-src-files-target-cflags,\ 149 $(call set-src-files-target-cflags,\ 152 $(call set-src-files-target-cflags,\ 155 $(call set-src-files-target-cflags,\ [all …]
|
/ndk/build/core/toolchains/aarch64-linux-android-4.9/ |
D | setup.mk | 55 TARGET-process-src-files-tags = \ 56 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 57 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 58 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_arm64_debug_CFLAGS)) \ 59 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_arm64_release_CFLAGS)) \
|
/ndk/build/core/toolchains/x86-4.9/ |
D | setup.mk | 56 TARGET-process-src-files-tags = \ 57 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 58 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 59 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 60 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
|
/ndk/build/core/toolchains/x86_64-4.9/ |
D | setup.mk | 54 TARGET-process-src-files-tags = \ 55 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 56 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 57 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_64_debug_CFLAGS)) \ 58 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_64_release_CFLAGS)) \
|
/ndk/build/core/toolchains/mips64el-linux-android-4.9/ |
D | setup.mk | 56 TARGET-process-src-files-tags = \ 57 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 58 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 59 $(call set-src-files-target-cflags, \ 62 $(call set-src-files-target-cflags,\
|
/ndk/build/core/toolchains/mipsel-linux-android-4.9/ |
D | setup.mk | 56 TARGET-process-src-files-tags = \ 57 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 58 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 59 $(call set-src-files-target-cflags, \ 62 $(call set-src-files-target-cflags,\
|
/ndk/build/core/toolchains/aarch64-linux-android-clang3.6/ |
D | setup.mk | 74 TARGET-process-src-files-tags = \ 75 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 76 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 77 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_arm64_debug_CFLAGS)) \ 78 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_arm64_release_CFLAGS)) \
|
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/ |
D | setup.mk | 78 TARGET-process-src-files-tags = \ 79 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 80 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 81 $(call set-src-files-target-cflags, \ 84 $(call set-src-files-target-cflags,\
|
/ndk/build/core/toolchains/x86-clang3.6/ |
D | setup.mk | 76 TARGET-process-src-files-tags = \ 77 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 78 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 79 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 80 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
|
/ndk/build/core/toolchains/mipsel-linux-android-clang3.6/ |
D | setup.mk | 78 TARGET-process-src-files-tags = \ 79 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 80 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 81 $(call set-src-files-target-cflags, \ 84 $(call set-src-files-target-cflags,\
|
/ndk/build/core/toolchains/x86_64-clang3.6/ |
D | setup.mk | 74 TARGET-process-src-files-tags = \ 75 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 76 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 77 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_64_debug_CFLAGS)) \ 78 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_64_release_CFLAGS)) \
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | mkshadow | 41 files=`echo *` 50 for f in $files; do
|
D | test_driver.pl | 177 @files = grep (!/^(\..*|CVS|RCS|.*~)$/, readdir (SCRIPTDIR) ); 179 foreach $test (@files) 531 local(@files) = @_; 535 return (unlink @files); 996 local (@files); 1041 @files = readdir (DIR); 1043 @files = grep (!/^(\.\.?|CVS|RCS)$/ && ($_ = "$path/$_"), @files); 1044 push (@allfiles, @files); 1047 print " Read in $path; new files (@files).\n";
|
/ndk/sources/host-tools/make-3.81/config/ |
D | missing | 163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 164 test -z "$files" && files="config.h" 166 for f in $files; do
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 127 GNU distributions usually contain some files which are not source 128 files---for example, Info files, and the output from Autoconf, Automake, 129 Bison or Flex. Since these files normally appear in the source 132 updated files in the source directory. 233 compilation of certain files, do not include them in @code{CFLAGS}. 278 in any installed files. With support for @code{DESTDIR}, the above 334 machine-specific files (such as executables and subroutine libraries), 375 Data files used by the program during its execution are divided into 380 Some files are normally modified by programs; others are never normally 384 Some files are architecture-independent and can be shared by all [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | file.c | 65 static struct hash_table files; variable 126 f = (struct file *) hash_find_item (&files, &file_key); in lookup_file() 168 file_slot = (struct file **) hash_find_slot (&files, &file_key); in enter_file() 187 hash_insert_at (&files, new, file_slot); in enter_file() 239 deleted_file = hash_delete (&files, from_file); in rehash_file() 245 file_slot = (struct file **) hash_find_slot (&files, &file_key); in rehash_file() 253 hash_insert_at (&files, from_file, file_slot); in rehash_file() 352 file_slot = (struct file **) files.ht_vec; in remove_intermediates() 353 file_end = file_slot + files.ht_size; in remove_intermediates() 649 file_slot_0 = (struct file **) hash_dump (&files, 0, 0); in snap_deps() [all …]
|
D | INSTALL | 18 It may also create one or more `.h' files containing system-dependent 28 cache files.) 58 4. Type `make install' to install the programs and any data files and 61 5. You can remove the program binaries and object files from the 63 files that `configure' created (so you can compile the package for 67 all sorts of other programs in order to regenerate files that came 89 same time, by placing the object files for each architecture in their 92 directory where you want the object files and executables to go and run 105 By default, `make install' will install the package's files in 111 architecture-specific files and architecture-independent files. If you [all …]
|
/ndk/build/tools/ |
D | package.py | 273 files = os.path.relpath(extract_dir, temp_dir) 276 _make_zip_package(package_path, temp_dir, files) 278 _make_tar_package(package_path, temp_dir, files) 281 def _make_tar_package(package_path, base_dir, files): argument 283 ['tar', 'cjf', package_path + '.tar.bz2', '-C', base_dir, files]) 286 def _make_zip_package(package_path, base_dir, files): argument 291 subprocess.check_call(['zip', '-9qr', package_path + '.zip', files])
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 1612 struct files { struct 1616 } files[FOPEN_MAX] ={ variable 1624 files[0].fp = stdin; in stdinit() 1625 files[1].fp = stdout; in stdinit() 1626 files[2].fp = stderr; in stdinit() 1638 if (files[i].fname && strcmp(s, files[i].fname) == 0) { in openfile() 1639 if (a == files[i].mode || (a==APPEND && files[i].mode==GT)) in openfile() 1640 return files[i].fp; in openfile() 1642 return files[i].fp; in openfile() 1648 if (files[i].fp == 0) in openfile() [all …]
|
/ndk/sources/android/support/ |
D | NOTICE | 23 a copy of this software and associated documentation files (the 89 under a 2-clause BSD license (license text in the source files). The 99 and labelled as such in comments in the individual source files. All 123 The x86_64 port was written by Nicholas J. Kain. Several files (crt) 126 files for their copyright status. 137 All other files which have no copyright comments are original works 140 contibutors listed above. Details on authorship of individual files 145 All public header files (include/* and arch/*/bits/*) should be 152 The following files are trivial, believed not to be copyrightable in 156 Startup files: crt/*
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | wildcard | 8 This test creates 4 files by the names of 1.example, 12 test echo's all files which match '?.example' and 13 [a-z0-9].example. Lastly we clean up all of the files using
|
/ndk/ |
D | checkbuild.py | 194 files = [ 207 files.append('ld.gold') 210 files = [f + '.exe' for f in files] 219 for file_name in files: 224 for file_name in files: 427 def merge_license_files(output_path, files): argument 429 for license_path in files: 448 files = [ 464 for f in files:
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
D | upgrade-upstream.sh | 149 ADDED_FILES=$(git ls-files -o --exclude-standard) 150 MODIFIED_FILES=$(git ls-files -m) 151 REMOVED_FILES=$(git ls-files -d)
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | statipattrules | 18 files = foo.elc bar.o lose.o 20 $(filter %.o,$(files)): %.o: %.c ; @echo CC -c $(CFLAGS) $< -o $@ 22 $(filter %.elc,$(files)): %.elc: %.el ; @echo emacs $<
|