/external/skia/third_party/libsdl/mac/ |
D | sdl_mac.gypi | 22 '<(src_dir)/src/SDL_assert.c', 23 '<(src_dir)/src/SDL_error.c', 24 '<(src_dir)/src/SDL_hints.c', 25 '<(src_dir)/src/SDL_log.c', 26 '<(src_dir)/src/atomic/SDL_atomic.c', 27 '<(src_dir)/src/atomic/SDL_spinlock.c', 28 '<(src_dir)/src/audio/SDL_audio.c', 29 '<(src_dir)/src/audio/SDL_audiocvt.c', 30 '<(src_dir)/src/audio/SDL_audiodev.c', 31 '<(src_dir)/src/audio/SDL_audiotypecvt.c', [all …]
|
/external/skia/third_party/libsdl/win/ |
D | sdl_win.gypi | 17 '<(src_dir)/src/joystick/windows/SDL_mmjoystick.c', 18 '<(src_dir)/src/joystick/windows/SDL_xinputjoystick.c', 19 '<(src_dir)/src/joystick/windows/SDL_dinputjoystick.c', 20 '<(src_dir)/src/joystick/windows/SDL_windowsjoystick.c', 21 '<(src_dir)/src/joystick/SDL_joystick.c', 22 '<(src_dir)/src/joystick/SDL_gamecontroller.c', 23 '<(src_dir)/src/SDL_log.c', 24 '<(src_dir)/src/core/windows/SDL_xinput.c', 25 '<(src_dir)/src/core/windows/SDL_windows.c', 26 '<(src_dir)/src/libm/s_fabs.c', [all …]
|
/external/skia/third_party/libsdl/linux/ |
D | sdl_linux.gypi | 18 '<(src_dir)/src/SDL.c', 19 '<(src_dir)/src/SDL_assert.c', 20 '<(src_dir)/src/SDL_error.c', 21 '<(src_dir)/src/SDL_hints.c', 22 '<(src_dir)/src/SDL_log.c', 23 '<(src_dir)/src/atomic/SDL_atomic.c', 24 '<(src_dir)/src/atomic/SDL_spinlock.c', 25 '<(src_dir)/src/audio/SDL_audio.c', 26 '<(src_dir)/src/audio/SDL_audiocvt.c', 27 '<(src_dir)/src/audio/SDL_audiodev.c', [all …]
|
/external/skia/third_party/libsdl/android/ |
D | sdl_android.gypi | 19 '<(src_dir)/src/SDL.c', 20 '<(src_dir)/src/SDL_assert.c', 21 '<(src_dir)/src/SDL_error.c', 22 '<(src_dir)/src/SDL_hints.c', 23 '<(src_dir)/src/SDL_log.c', 24 '<(src_dir)/src/atomic/SDL_atomic.c', 25 '<(src_dir)/src/atomic/SDL_spinlock.c', 26 '<(src_dir)/src/audio/SDL_audio.c', 27 '<(src_dir)/src/audio/SDL_audiocvt.c', 28 '<(src_dir)/src/audio/SDL_audiodev.c', [all …]
|
/external/vulkan-validation-layers/build-android/jni/ |
D | Android.mk | 18 SRC_DIR := $(LOCAL_PATH)/../../ 26 LOCAL_C_INCLUDES += $(SRC_DIR)/include \ 27 ${SRC_DIR}/layers \ 28 $(SRC_DIR)/loader 36 LOCAL_C_INCLUDES += $(SRC_DIR)/include \ 37 ${SRC_DIR}/layers \ 39 $(SRC_DIR)/loader \ 40 $(SRC_DIR)/../glslang 50 LOCAL_C_INCLUDES += $(SRC_DIR)/include \ 51 ${SRC_DIR}/layers \ [all …]
|
/external/curl/projects/ |
D | checksrc.bat | 44 if "%1" == "" set SRC_DIR=.. variable 45 if not "%1" == "" set SRC_DIR=%~1% variable 46 if not exist "%SRC_DIR%" goto nosrc 49 …for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%… 50 …for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%… 51 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%… 52 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%… 53 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.c.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl"… 54 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.h.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl"… 77 echo Error: "%SRC_DIR%" does not exist
|
/external/autotest/client/bin/ |
D | site_sysinfo.py | 122 def _get_init_status_of_src_dir(self, src_dir): argument 123 """Get initial status of files in src_dir folder. 125 @param src_dir: directory to be diff-ed. 128 # Dictionary used to store the initial status of files in src_dir. 129 for file_path in self._get_all_files(src_dir): 151 def _copy_new_data_in_file(self, file_path, src_dir, dest_dir): argument 155 @param src_dir: source directory to do the diff. 156 @param dest_dir: target directory to store new data of src_dir. 174 # Skip src_dir in path, e.g., src_dir/[sub_dir]/file_name. 176 os.path.relpath(file_path, src_dir)) [all …]
|
D | site_sysinfo_unittest.py | 22 self.src_dir = os.path.join(self.tempdir.name, 'src') 27 self.existing_files_path = [os.path.join(self.src_dir, folder, f) 32 self.new_files_path = [os.path.join(self.src_dir, folder, f) 62 info = site_sysinfo.diffable_logdir(self.src_dir,
|
D | kernel.py | 134 src_dir 170 self.src_dir = os.path.join(tmp_dir, 'src') 179 if os.path.isdir(self.src_dir): 180 utils.system('rm -rf ' + self.src_dir) 184 if not os.path.exists(self.src_dir): 185 os.mkdir(self.src_dir) 279 """fetch the patches to the local src_dir""" 282 dest = os.path.join(self.src_dir, os.path.basename(patch)) 285 print "get_file %s %s %s %s" % (patch, dest, self.src_dir, 327 os.chdir(os.path.dirname(self.src_dir)) [all …]
|
D | kernel_unittest.py | 161 self.src_dir = os.path.join(self.tmp_dir, 'src') 168 os.path.isdir.expect_call(self.src_dir).and_return(True) 169 utils.system.expect_call('rm -rf ' + self.src_dir) 172 os.path.exists.expect_call(self.src_dir).and_return(False) 173 os.mkdir.expect_call(self.src_dir) 342 dest = os.path.join(self.src_dir, os.path.basename(patch)) 414 os.chdir.expect_call(os.path.dirname(self.src_dir)) 415 tarball = os.path.join(self.src_dir, os.path.basename(self.base_tree))
|
/external/opencv3/modules/videoio/test/ |
D | test_basic_props.cpp | 63 const string src_dir = TS::ptr()->get_data_path(); in TEST() local 65 …TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str()); in TEST() 69 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in TEST() 87 const string src_dir = TS::ptr()->get_data_path(); in TEST() local 89 …TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str()); in TEST() 93 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in TEST() 114 const string src_dir = TS::ptr()->get_data_path(); in TEST() local 116 …TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str()); in TEST() 120 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in TEST() 137 const string src_dir = TS::ptr()->get_data_path(); in TEST() local [all …]
|
D | test_framecount.cpp | 64 const string src_dir = ts->get_data_path(); in run() local 66 ts->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str()); in run() 72 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; in run()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_naming.py | 82 src_dir = self.CreateTempDir() 83 subdir = os.path.join(src_dir, 'subdir') 85 self.assertEqual(suri(src_dir), 159 src_dir = self.CreateTempDir(test_files=[('dir0', 'f1')]) 160 self.RunCommand('cp', ['-R', 'dir0', suri(dst_bucket_uri)], cwd=src_dir) 178 src_dir = self.CreateTempDir(test_files=[('dir0', 'dir1', 'f1')]) 180 suri(dst_bucket_uri, 'abc')], cwd=src_dir) 194 src_dir = self.CreateTempDir(test_files=[('dir0', 'dir1', 'f1')]) 196 suri(dst_bucket_uri, 'abc') + '/'], cwd=src_dir) 206 src_dir = self.CreateTempDir(test_files=[('dir0', 'dir1', 'f1')]) [all …]
|
D | test_parallel_cp.py | 112 src_dir = self.CreateTempDir(test_files=[('dir0', 'dir1', 'foo')]) 113 self.RunGsUtil(['cp', '-R', os.path.join(src_dir, 'dir0', 'dir1'), 134 src_dir = self.CreateTempDir(test_files=['f2']) 137 '%s%s**' % (src_dir, os.sep), suri(dst_bucket_uri)]) 155 src_dir = self.CreateTempDir() 156 self.CreateTempFile(tmpdir=src_dir + '/dir1/dir2', file_name='foo') 158 self.RunGsUtil(['cp', '-R', src_dir + '/dir1', 174 src_dir = self.CreateTempDir(test_files=['f0', 'f1', 'f2']) 178 ['cp', os.path.join(src_dir, 'f?'), 209 src_dir = self.CreateTempDir(test_files=[('d3', 'd4', 'nested', 'f1')]) [all …]
|
/external/autotest/utils/ |
D | packager.py | 38 # directory i.e. src_dir and then zip up the files in that 82 def process_packages(pkgmgr, pkg_type, pkg_names, src_dir, argument 89 pkg_dir = src_dir 94 pkg_dir = os.path.join(get_test_dir(name, src_dir), name) 97 pkg_dir = os.path.join(src_dir, name) 121 def tar_packages(pkgmgr, pkg_type, pkg_names, src_dir, temp_dir): argument 129 pkg_dir = src_dir 134 pkg_dir = os.path.join(get_test_dir(name, src_dir), name) 137 pkg_dir = os.path.join(src_dir, name) 216 src_dir = os.path.join(client_dir, 'tests') [all …]
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/ |
D | jasmine.yml | 3 # Return an array of filepaths relative to src_dir to include before jasmine specs. 19 # Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs. 54 # src_dir 61 # src_dir: public 63 src_dir:
|
/external/v8/build/ |
D | landmines.py | 31 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 46 ret = os.path.join(SRC_DIR, 'xcodebuild') 54 ret = os.path.join(SRC_DIR, output_dir) 56 ret = os.path.join(SRC_DIR, 'build') 187 project_dir = os.path.join(SRC_DIR, 'build', 'all.xcodeproj') 201 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
|
/external/llvm/utils/buildit/ |
D | build_llvm | 71 SRC_DIR=$DIR/src 72 rm -rf $SRC_DIR || exit 1 73 mkdir $SRC_DIR || exit 1 74 ln -s $ORIG_SRC_DIR/* $SRC_DIR/ || exit 1 76 rm $SRC_DIR/Makefile || exit 1 78 sed -e '/[Aa]pple-style/d' -e '/include.*GNUmakefile/d' $ORIG_SRC_DIR/Makefile > $SRC_DIR/Makefile … 153 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS \ 204 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS $configure_opts \
|
/external/skia/third_party/libsdl/ |
D | sdl.gypi | 14 '<(src_dir)/include', 18 '<(src_dir)/include', 19 '<(src_dir)/src',
|
/external/skia/gyp/ |
D | microhttpd.gyp | 14 'src_dir%': '../third_party/externals/microhttpd', 18 '<(src_dir)/src/include', 36 '--src', '<(src_dir)',
|
/external/webrtc/webrtc/build/android/ |
D | test_runner.py | 22 SRC_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir, variable 24 CHROMIUM_BUILD_ANDROID_DIR = os.path.join(SRC_DIR, 'build', 'android') 61 os.environ['CHECKOUT_SOURCE_ROOT'] = SRC_DIR
|
/external/libcxx/test/libcxx/android/test/ |
D | format.py | 71 src_dir = os.path.dirname(source_path) 72 data_files = [f for f in os.listdir(src_dir) if f.endswith('.dat')] 74 df_path = os.path.join(src_dir, data_file)
|
/external/opencv3/cmake/ |
D | copyAndroidLibs.cmake | 3 file(GLOB_RECURSE LIBS RELATIVE ${SRC_DIR} "*.so") 7 execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different ${SRC_DIR}/${l} ${DST_DIR}/${l})
|
/external/deqp/ |
D | CMakeLists.txt | 252 macro (add_data_dir MODULE_NAME SRC_DIR DST_DIR) 254 …COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_DIR} ${CMAKE_CURRENT_… 257 …COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_DIR} ${CMAKE_BINARY_D… 260 …COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_DIR} ${CMAKE_BINARY_D…
|
/external/lzma/Java/Tukaani/ |
D | build.xml | 40 <javadoc sourcepath="${src_dir}" destdir="${doc_dir}" 48 <javac srcdir="." sourcepath="${src_dir}" destdir="${classes_dir}" 140 basedir="${src_dir}" includes="org/tukaani/xz/**"/>
|