HomeSort by relevance Sort by last modified time
    Searched full:resource_path (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/
resource_manager.cc 20 std::string resource_path = webrtc::test::ProjectRootPath(); local
21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) {
25 resource_path + "data/voice_engine/" + filename;
  /external/skia/platform_tools/android/bin/
android_launch_app 11 if [[ -n $RESOURCE_PATH ]]; then
12 adb_push_if_needed "${SCRIPT_DIR}/../../../resources" $RESOURCE_PATH
android_run_skia 18 if [[ -n $RESOURCE_PATH ]]; then
20 adb_push_if_needed "${SCRIPT_DIR}/../../../resources" $RESOURCE_PATH
  /external/skqp/platform_tools/android/bin/
android_launch_app 11 if [[ -n $RESOURCE_PATH ]]; then
12 adb_push_if_needed "${SCRIPT_DIR}/../../../resources" $RESOURCE_PATH
android_run_skia 18 if [[ -n $RESOURCE_PATH ]]; then
20 adb_push_if_needed "${SCRIPT_DIR}/../../../resources" $RESOURCE_PATH
  /external/skia/infra/bots/ct/
run_ct_skps.py 50 resource_path = os.path.join(SKIA_SRC_DIR, 'resources')
58 '--resourcePath', resource_path,
78 '--resourcePath', resource_path,
  /external/skqp/infra/bots/ct/
run_ct_skps.py 50 resource_path = os.path.join(SKIA_SRC_DIR, 'resources')
58 '--resourcePath', resource_path,
78 '--resourcePath', resource_path,
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 242 std::string resource_path = "/sdcard/"; local
244 std::string resource_path = webrtc::test::ProjectRootPath(); local
245 if (resource_path == webrtc::test::kCannotFindProjectRootDir) {
249 resource_path = "./";
251 resource_path += "data/voice_engine/";
254 const std::string audio_filename = resource_path + "audio_long16.pcm";
  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 21 RESOURCE_PATH=$2
  /external/skqp/platform_tools/android/bin/utils/
android_setup.sh 21 RESOURCE_PATH=$2
  /test/vts/utils/python/coverage/
coverage_utils.py 602 resource_path = self._device_resource_dict[serial]
603 if not resource_path:
610 cov_zip = zipfile.ZipFile(os.path.join(resource_path, _GCOV_ZIP))
613 open(os.path.join(resource_path, _BUILD_INFO)))[_REPO_DICT]
sancov_utils.py 232 resource_path = self._device_resource_dict[device_serial]
234 open(os.path.join(resource_path, self._BUILD_INFO)))[

Completed in 381 milliseconds