/external/iproute2/genl/ |
Makefile | 33 files="$^" ; \ 34 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \ 35 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
|
/external/libpng/ |
CMakeLists.txt | 199 # CREATE PKGCONFIG FILES 200 # we use the same files like ./configure, so we have to set its vars 248 install(FILES png.h pngconf.h DESTINATION include) 249 install(FILES png.h pngconf.h DESTINATION include/${PNGLIB_NAME}) 258 install(FILES libpng.3 libpngpf.3 DESTINATION man/man3) 259 install(FILES png.5 DESTINATION man/man5) 260 # Install pkg-config files 261 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libpng.pc 263 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libpng-config 265 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}.p [all...] |
/external/proguard/examples/ |
retrace.pro | 3 # Configuration files for typical applications will be very similar. 21 # additional ReTrace files instead of all files.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
file.h | 54 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 58 #define fcheck(fd) fcheck_files(current->files, fd)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
file.h | 54 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 58 #define fcheck(fd) fcheck_files(current->files, fd)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
file.h | 54 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 58 #define fcheck(fd) fcheck_files(current->files, fd)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
file.h | 54 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 58 #define fcheck(fd) fcheck_files(current->files, fd)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
file.h | 54 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 58 #define fcheck(fd) fcheck_files(current->files, fd)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
file.h | 54 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 58 #define fcheck(fd) fcheck_files(current->files, fd)
|
/packages/apps/Browser/tests/ |
Android.mk | 23 # Include all test java files. 24 LOCAL_SRC_FILES := $(call all-java-files-under, src) 26 # Notice that we don't have to include the src files of Browser because, by
|
/packages/apps/Email/tests/ |
Android.mk | 23 # Include all test java files. 24 LOCAL_SRC_FILES := $(call all-java-files-under, src) 26 # Notice that we don't have to include the src files of Email because, by
|
/packages/apps/Mms/tests/ |
Android.mk | 23 # Include all test java files. 24 LOCAL_SRC_FILES := $(call all-java-files-under, src) 26 # Notice that we don't have to include the src files of Email because, by
|
/sdk/eclipse/scripts/ |
update_version.sh | 28 # Find all the files with the old pattern, except changes.txt and 34 # Now find the same files but this time use sed to replace in-place with 35 # the new pattern. Old files get backuped with the .old extension.
|
/bionic/libc/kernel/tools/ |
utils.py | 232 """recursively walk a list of paths and files, only keeping the source files in directories""" 237 for root, dirs, files in os.walk(path): 243 for f in files: 254 for root, dirs, files in os.walk(path, topdown=False): 258 for name in files: 294 """a class used to edit several files at once""" 307 for root, dirs, files in os.walk(path): 308 for f in files: 375 files = string.join(sorted(adds)," " [all...] |
/external/webkit/WebKitTools/CodeCoverage/ |
run-generate-coverage-data | 44 Collect all files that match the match_array. 48 for root, dirs, files in os.walk(src): 52 for file in files: 64 Parse the .d files of the gcc 80 # Remove files outside WebKit, make path absolute 87 Collect gcov files, collect_sources is not used as it also creates 89 Actually we will build a mapping from source file to gcov files of 150 for root, dirs, files in os.walk(base_path): 153 for file in files: 175 Generate gcov files in the right director 222 files = {} variable [all...] |
/external/icu4c/data/ |
makedata.mak | 5 # nmake file for creating data files on win32 30 # Suffixes for data files 62 # The directory that contains ucmcore.mk files along with *.ucm files 67 # The directory that contains resfiles.mk files along with *.txt locale data files 72 # The directory that contains colfiles.mk files along with *.txt collation data files 77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files [all...] |
/external/bluetooth/glib/gio/tests/ |
g-file.c | 439 GFile *files[6] = {NULL}; local 444 files[0] = g_file_new_for_uri (path); 445 files[1] = g_file_new_for_uri (path); 449 files[0] = g_file_new_for_path (path); 450 files[1] = g_file_new_for_path (path); 453 g_assert (files[0] != NULL); 454 g_assert (files[1] != NULL); 456 files[2] = g_file_get_child (files[1], dir_holder); 457 g_assert (files[2] != NULL) [all...] |
/dalvik/ |
Android.mk | 52 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES. 53 # We need to rebuild the .dex files for the debug output to be generated. 55 # a rebuild of the .dex files. If $(DX) doesn't exist yet, 57 # the .dex files naturally.
|
/development/samples/SkeletonApp/ |
readme.txt | 11 The files contained here: 41 The res/layout/ directory contains XML files describing user interface 52 special XML files describing more complex drawings. The violet.png file 54 skeleton_activity.xml. Like layout files, the base name is used for the 62 These XML files describe additional resources included in the application.
|
/external/dropbear/libtommath/ |
pretty.build | 6 # This will build all the object files and then the archive .a file 15 print "Scanning for source files...\n"; 19 print "Source files to build: $count\nBuilding...\n"; 62 printf("\nFinished building source (%d seconds, %3.2f files per second).\n", time - $starttime, $rate); 63 print "Compiled approximately $filesbuilt files and $lines lines of code.\n";
|
/external/libpng/projects/visualc71/ |
README.txt | 7 * The libpng source files are in ..\.. 8 * The zlib source files are in ..\..\..\zlib 10 files get intergrated into the next zlib release. The final zlib project 47 If you change anything in the source files, or select different compiler 56 For a list of files that are redistributable in Visual Studio see
|
/external/svox/picolanginstaller/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user --> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 36 <!-- Text on the button to let the user try one more time to install the installation of the voice data files -->
|
/external/webkit/WebKit/chromium/public/ |
WebFileChooserParams.h | 41 // If |multiSelect| is true, the dialog allow to select multiple files. 49 // The dialog may restrict selectable files to the specified MIME types. 55 // - removing a file from the selected files, 56 // - appending other files, or 57 // - replacing with other files
|
/external/webkit/WebKitTools/CLWrapper/ |
CLWrapper.vcproj | 173 <Files>
175 Name="Source Files"
185 Name="Header Files"
191 Name="Resource Files"
196 </Files>
|
/external/webkit/WebKitTools/MIDLWrapper/ |
MIDLWrapper.vcproj | 173 <Files>
175 Name="Source Files"
185 Name="Header Files"
191 Name="Resource Files"
196 </Files>
|