/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | rules.mk | 36 BASE_SRC := $(BASE_DIR)/ftadvanc.c \ 37 $(BASE_DIR)/ftcalc.c \ 38 $(BASE_DIR)/ftdbgmem.c \ 39 $(BASE_DIR)/ftgloadr.c \ 40 $(BASE_DIR)/ftobjs.c \ 41 $(BASE_DIR)/ftoutln.c \ 42 $(BASE_DIR)/ftrfork.c \ 43 $(BASE_DIR)/ftsnames.c \ 44 $(BASE_DIR)/ftstream.c \ 45 $(BASE_DIR)/fttrigon.c \ [all …]
|
/external/chromium_org/third_party/libvpx/ |
D | generate_gypi.sh | 19 BASE_DIR=$(pwd) 248 write_gypi source_list "$BASE_DIR/$2.gypi" 253 write_intrinsics_gypi intrinsic_list[@] "$BASE_DIR/$2_intrinsics.gypi" 268 write_gni c_sources $2 "$BASE_DIR/libvpx_srcs.gni" 269 write_gni assembly_sources $2_assembly "$BASE_DIR/libvpx_srcs.gni" 270 write_gni mmx_sources $2_mmx "$BASE_DIR/libvpx_srcs.gni" 271 write_gni sse2_sources $2_sse2 "$BASE_DIR/libvpx_srcs.gni" 272 write_gni sse3_sources $2_sse3 "$BASE_DIR/libvpx_srcs.gni" 273 write_gni ssse3_sources $2_ssse3 "$BASE_DIR/libvpx_srcs.gni" 274 write_gni sse4_1_sources $2_sse4_1 "$BASE_DIR/libvpx_srcs.gni" [all …]
|
D | update_libvpx.sh | 30 BASE_DIR=`pwd` 104 cd $BASE_DIR
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
D | build-tdb | 7 BASE_DIR=/usr/projects/samba/tdb 14 (cd $BASE_DIR/common; svn info ) > .svninfo 21 cat $BASE_DIR/common/tdb_private.h >> tdb.c 27 sed -e '1,/#include "tdb_private.h"/d' < $BASE_DIR/common/$i >> tdb.c 30 cp $BASE_DIR/include/tdb.h . 31 cp $BASE_DIR/tools/tdbtool.c .
|
/external/chromium_org/third_party/ots/test/ |
D | test_malicious_fonts.sh | 9 BASE_DIR=~/malicious/ 20 if [ ! -d $BASE_DIR ] ; then 21 echo "$BASE_DIR does not exist." 26 find $BASE_DIR -type f -name '*tf' -exec "$0" {} \;
|
D | test_unmalicious_fonts.sh | 29 BASE_DIR=/usr/share/fonts/truetype/ 30 if [ ! -d $BASE_DIR ] ; then 32 BASE_DIR="/Library/Fonts/ /System/Library/Fonts/" 37 find $BASE_DIR -type f -name '*tf' -exec "$0" {} \;
|
/external/chromium_org/tools/win/sizeviewer/ |
D | sizeviewer.py | 12 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 43 out_dir = os.path.join(BASE_DIR, '..', '..', '..', 'out', 'Release') 50 Run(os.path.join(BASE_DIR, 'code_tally.exe'), 85 with open(os.path.join(BASE_DIR, 'template.html'), 'r') as templatef:
|
/external/deqp/modules/internal/ |
D | ditImageCompareTests.cpp | 41 static const char* BASE_DIR = "data/imagecompare"; variable 75 …tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).get… in iterate() 76 …tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).get… in iterate() 126 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate() 127 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()
|
/external/chromium_org/tools/git/ |
D | mass-rename.py | 22 BASE_DIR = os.path.abspath(os.path.dirname(__file__)) variable 40 os.path.join(BASE_DIR, 'move_source_file.py'),
|
/external/chromium_org/tools/win/split_link/ |
D | graph_dependencies.py | 11 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 50 with open(os.path.join(BASE_DIR, 'viz.js', 'viz.js')) as f:
|
D | install_split_link.py | 12 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 44 os.chdir(BASE_DIR)
|
D | split_link.py | 20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 343 os.path.join(BASE_DIR, '../../../build/split_link_partition.py'))
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | win_tool.py | 20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 306 project_dir = os.path.relpath(project_dir, BASE_DIR) 312 return subprocess.call(cmd, shell=True, cwd=BASE_DIR)
|
/external/chromium_org/net/tools/testserver/ |
D | testserver.py | 39 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 40 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(BASE_DIR))) 1934 my_data_dir = os.path.join(BASE_DIR, "..", "..", "..", "..",
|