| /third_party/flutter/engine/flutter/shell/common/ |
| D | shell_unittests.cc | 30 static bool ValidateShell(Shell* shell) { in ValidateShell() argument 31 if (!shell) { in ValidateShell() 35 if (!shell->IsSetup()) { in ValidateShell() 39 ShellTest::PlatformViewNotifyCreated(shell); in ValidateShell() 44 shell->GetTaskRunners().GetPlatformTaskRunner(), [shell, &latch]() { in ValidateShell() 45 shell->GetPlatformView()->NotifyDestroyed(); in ValidateShell() 58 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 59 ASSERT_FALSE(shell); in TEST_F() 73 auto shell = CreateShell(std::move(settings), std::move(task_runners)); in TEST_F() local 74 ASSERT_TRUE(ValidateShell(shell.get())); in TEST_F() [all …]
|
| D | shell_test.cc | 26 Shell* shell, in SendEnginePlatformMessage() argument 30 shell->GetTaskRunners().GetPlatformTaskRunner(), in SendEnginePlatformMessage() 31 [shell, &latch, message = std::move(message)]() { in SendEnginePlatformMessage() 32 if (auto engine = shell->weak_engine_) { in SendEnginePlatformMessage() 80 void ShellTest::PlatformViewNotifyCreated(Shell* shell) { in PlatformViewNotifyCreated() argument 83 shell->GetTaskRunners().GetPlatformTaskRunner(), [shell, &latch]() { in PlatformViewNotifyCreated() 84 shell->GetPlatformView()->NotifyCreated(); in PlatformViewNotifyCreated() 90 void ShellTest::RunEngine(Shell* shell, RunConfiguration configuration) { in RunEngine() argument 93 shell->GetTaskRunners().GetPlatformTaskRunner(), in RunEngine() 94 [shell, &latch, &configuration]() { in RunEngine() [all …]
|
| D | shell_benchmarks.cc | 19 std::unique_ptr<Shell> shell; in StartupAndShutdownShell() local 67 shell = Shell::Create( in StartupAndShutdownShell() 69 [](Shell& shell) { in StartupAndShutdownShell() argument 70 return std::make_unique<PlatformView>(shell, shell.GetTaskRunners()); in StartupAndShutdownShell() 72 [](Shell& shell) { in StartupAndShutdownShell() argument 73 return std::make_unique<Rasterizer>(shell, shell.GetTaskRunners()); in StartupAndShutdownShell() 77 FML_CHECK(shell); in StartupAndShutdownShell() 81 shell.reset(); // Shutdown is synchronous. in StartupAndShutdownShell() 85 FML_CHECK(!shell); in StartupAndShutdownShell()
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | test_run.py | 116 shell = MockShell() 117 f = run.StdInputFile(shell, 'stdin') 130 shell = MockShell() 131 f = run.StdInputFile(shell, 'stdin') 139 shell = MockShell() 140 f = run.StdInputFile(shell, 'stdin') 141 shell.push(['one\n', 'two\n', '']) 143 shell.push(['one\n', 'two\n', '']) 145 shell.push(['one\n', 'two\n', '']) 147 shell.push(['one\n', 'two\n', 'three\n', '']) [all …]
|
| /third_party/musl/Benchmark/scripts/ |
| D | run_dlopen.sh | 20 $HDC shell "mount -o rw,remount /vendor" 21 $HDC shell "rm -rf /vendor/etc/soc_perf/*" 22 $HDC shell "echo 1700000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq" 23 $HDC shell "echo 2343000 > /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq" 24 $HDC shell "echo 3130000 > /sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq" 25 $HDC shell "echo 4-7 > /dev/cpuset/top-app/cpuset.cpus" 26 $HDC shell "echo 4-7 > /dev/cpuset/graphic/cpuset.cpus" 28 $HDC shell "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" 29 $HDC shell "cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq" 30 $HDC shell "cat /sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq" [all …]
|
| /third_party/flutter/engine/flutter/ci/licenses_golden/ |
| D | licenses_flutter | 473 FILE: ../../../flutter/shell/common/animator.cc 474 FILE: ../../../flutter/shell/common/animator.h 475 FILE: ../../../flutter/shell/common/engine.cc 476 FILE: ../../../flutter/shell/common/engine.h 477 FILE: ../../../flutter/shell/common/fixtures/shell_test.dart 478 FILE: ../../../flutter/shell/common/isolate_configuration.cc 479 FILE: ../../../flutter/shell/common/isolate_configuration.h 480 FILE: ../../../flutter/shell/common/persistent_cache.cc 481 FILE: ../../../flutter/shell/common/persistent_cache.h 482 FILE: ../../../flutter/shell/common/pipeline.cc [all …]
|
| /third_party/musl/scripts/ |
| D | runtest_linux.sh | 58 ABILIST=$(${CMD} shell param get const.product.cpu.abilist) 75 ${CMD} shell rm -rf ${REMOTE} 76 ${CMD} shell mkdir /data/tests 77 ${CMD} shell mkdir ${REMOTE} 80 ${CMD} shell mkdir /tmp 81 ${CMD} shell mkdir /dev/shm 91 ${CMD} shell chmod +x ${REMOTE}/src/* 92 ${CMD} shell mount -o rw,remount / 93 ${CMD} shell chmod 777 /etc 94 ${CMD} shell cp /etc/ld-musl-namespace-${ARCH}.ini /etc/ld-musl-namespace-${ARCH}.ini.bak [all …]
|
| D | runtest_Windows.bat | 37 for /F "usebackq delims==" %%r in (`hdc shell param get const.product.cpu.abilist`) DO ( 44 hdc shell rm -rf /data/tests/libc-test 45 hdc shell mkdir /data/tests 46 hdc shell mkdir %REMOTE% 49 hdc shell mkdir /tmp 50 hdc shell mkdir /dev/shm 61 hdc shell chmod +x %REMOTE%/src/* 63 hdc shell mount -o rw,remount / 64 hdc shell chmod 777 /etc 65 hdc shell cp /etc/ld-musl-namespace-%ARCH%.ini /etc/ld-musl-namespace-%ARCH%.ini.bak [all …]
|
| /third_party/flutter/build/glfw/ |
| D | BUILD.gn | 21 "$flutter_root/engine/flutter/shell/platform/common/cpp/public", 22 "$flutter_root/engine/flutter/shell/platform/glfw/public", 30 "$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/engine_method_result.cc", 31 "$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/standard_codec.cc", 35 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/basic_messa… 36 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/binary_mess… 37 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/encodable_v… 38 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/engine_meth… 39 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/message_cod… 40 …"$flutter_root/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/method_call… [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/samples/ |
| D | defs.mk | 11 CC=$(shell icu-config --cc) 12 CXX=$(shell icu-config --cxx) 13 CPPFLAGS=$(shell icu-config --cppflags) 14 CFLAGS=$(shell icu-config --cflags) 15 CXXFLAGS=$(shell icu-config --cxxflags) 16 LDFLAGS =$^ $(shell icu-config --ldflags) 17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) 18 INVOKE=$(shell icu-config --invoke) 19 GENRB=$(shell icu-config --invoke=genrb) 21 PKGDATA=$(shell icu-config --invoke=pkgdata) [all …]
|
| /third_party/icu/icu4c/source/samples/ |
| D | defs.mk | 11 CC=$(shell icu-config --cc) 12 CXX=$(shell icu-config --cxx) 13 CPPFLAGS=$(shell icu-config --cppflags) 14 CFLAGS=$(shell icu-config --cflags) 15 CXXFLAGS=$(shell icu-config --cxxflags) 16 LDFLAGS =$^ $(shell icu-config --ldflags) 17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) 18 INVOKE=$(shell icu-config --invoke) 19 GENRB=$(shell icu-config --invoke=genrb) 21 PKGDATA=$(shell icu-config --invoke=pkgdata) [all …]
|
| /third_party/skia/third_party/externals/icu/source/samples/ |
| D | defs.mk | 11 CC=$(shell icu-config --cc) 12 CXX=$(shell icu-config --cxx) 13 CPPFLAGS=$(shell icu-config --cppflags) 14 CFLAGS=$(shell icu-config --cflags) 15 CXXFLAGS=$(shell icu-config --cxxflags) 16 LDFLAGS =$^ $(shell icu-config --ldflags) 17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) 18 INVOKE=$(shell icu-config --invoke) 19 GENRB=$(shell icu-config --invoke=genrb) 21 PKGDATA=$(shell icu-config --invoke=pkgdata) [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
| D | FlutterHeadlessDartRunner.mm | 7 #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h" 9 #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h" 15 #include "flutter/shell/common/engine.h" 16 #include "flutter/shell/common/rasterizer.h" 17 #include "flutter/shell/common/run_configuration.h" 18 #include "flutter/shell/common/shell.h" 19 #include "flutter/shell/common/switches.h" 20 #include "flutter/shell/common/thread_host.h" 21 #include "flutter/shell/platform/darwin/common/command_line.h" 22 #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h" [all …]
|
| /third_party/openh264/autotest/performanceTest/android/ |
| D | run_AutoTest_android.sh | 113 pid=`$ADB -s $dev shell ps | grep logcat | awk '{print $2;}'` 114 [ "#$pid" != "#" ] && $ADB -s $dev shell kill $pid >/dev/null 117 $ADB -s $dev shell am start -n ${apk_main} 120 $ADB -s $dev shell ps | grep ${apk_id} 123 $ADB -s $dev shell ps | grep ${apk_id} 130 pid=`$ADB -s $dev shell ps | grep logcat | awk '{print $2;}'` 131 [ "#$pid" != "#" ] && $ADB -s $dev shell kill $pid >/dev/null 134 $ADB -s $dev shell rm -rf ${test_path} 142 pid=`$ADB -s $dev shell ps | grep logcat | awk '{print $2;}'` 143 [ "#$pid" != "#" ] && $ADB -s $dev shell kill $pid >/dev/null [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/windows/ |
| D | BUILD.gn | 7 import("$flutter_root/shell/platform/glfw/config.gni") 29 [ "$flutter_root/shell/platform/common/cpp:common_cpp_library_headers" ] 32 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation", 36 "$flutter_root/shell/platform/common/cpp:relative_flutter_library_headers", 64 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation", 72 "$flutter_root/shell/platform/common/cpp:common_cpp", 73 "$flutter_root/shell/platform/common/cpp/client_wrapper:client_wrapper", 74 "$flutter_root/shell/platform/embedder:embedder_with_symbol_prefix", 75 "$flutter_root/shell/platform/windows/client_wrapper:client_wrapper_windows", 91 deps = [ "$flutter_root/shell/platform/common/cpp:publish_headers" ] [all …]
|
| /third_party/toybox/toys/pending/ |
| D | sulogin.c | 70 static void run_shell(char *shell) in run_shell() argument 72 snprintf(toybuf,sizeof(toybuf), "-%s", shell); in run_shell() 73 execl(shell, toybuf, NULL); in run_shell() 86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local 115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell")) in sulogin_main() 116 || (shell = pwd->pw_shell)) in sulogin_main() 117 run_shell((shell && *shell)? shell: "/bin/sh"); in sulogin_main()
|
| /third_party/flutter/skia/tools/android/ |
| D | upload_to_android.py | 94 % (repo_binary, ANDROID_REPO_URL), shell=True) 98 repo_binary, SKIA_PATH_IN_ANDROID), shell=True) 103 'git config remote.goog.review %s/' % ANDROID_REPO_URL, shell=True) 105 'git config review.%s/.autoupload true' % ANDROID_REPO_URL, shell=True) 107 'git config user.email %s@google.com' % getpass.getuser(), shell=True) 133 shell=True) 134 subprocess.check_call('git cherry-pick FETCH_HEAD', shell=True) 142 subprocess.check_call('git add %s' % SK_USER_CONFIG_PATH, shell=True) 156 shell=True) 192 subprocess.check_call('git add %s' % config_file, shell=True) [all …]
|
| /third_party/skia/tools/android/ |
| D | upload_to_android.py | 96 % (repo_binary, ANDROID_REPO_URL), shell=True) 100 repo_binary, SKIA_PATH_IN_ANDROID), shell=True) 105 'git config remote.goog.review %s/' % ANDROID_REPO_URL, shell=True) 107 'git config review.%s/.autoupload true' % ANDROID_REPO_URL, shell=True) 109 'git config user.email %s@google.com' % getpass.getuser(), shell=True) 135 shell=True) 136 subprocess.check_call('git cherry-pick FETCH_HEAD', shell=True) 144 subprocess.check_call('git add %s' % SK_USER_CONFIG_PATH, shell=True) 158 shell=True) 194 subprocess.check_call('git add %s' % config_file, shell=True) [all …]
|
| /third_party/flutter/build/ |
| D | BUILD.gn | 407 # Flutter shell config begin 439 "$flutter_root/engine/flutter/shell/common/animator.cc", 440 "$flutter_root/engine/flutter/shell/common/persistent_cache.cc", 441 "$flutter_root/engine/flutter/shell/common/pipeline.cc", 442 "$flutter_root/engine/flutter/shell/common/rasterizer.cc", 443 "$flutter_root/engine/flutter/shell/common/shell_io_manager.cc", 444 "$flutter_root/engine/flutter/shell/common/surface.cc", 445 "$flutter_root/engine/flutter/shell/common/thread_host.cc", 446 "$flutter_root/engine/flutter/shell/common/vsync_waiter.cc", 447 "$flutter_root/engine/flutter/shell/common/vsync_waiter_fallback.cc", [all …]
|
| /third_party/flutter/engine/flutter/shell/testing/ |
| D | tester_main.cc | 31 ScriptCompletionTaskObserver(Shell& shell, in ScriptCompletionTaskObserver() argument 34 : shell_(shell), in ScriptCompletionTaskObserver() 90 [](Shell& shell) { in RunTester() argument 91 return std::make_unique<PlatformView>(shell, shell.GetTaskRunners()); in RunTester() 94 Shell::CreateCallback<Rasterizer> on_create_rasterizer = [](Shell& shell) { in RunTester() argument 95 return std::make_unique<Rasterizer>(shell, shell.GetTaskRunners()); in RunTester() 98 auto shell = Shell::Create(task_runners, // in RunTester() local 104 if (!shell || !shell->IsSetup()) { in RunTester() 123 shell->GetPlatformView()->DispatchPlatformMessage( in RunTester() 156 *shell, // a valid shell in RunTester() [all …]
|
| /third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
| D | NativeLibs.mk | 187 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_X86)/bin/$(TOOLCHAIN_X86_PREFIX)-gcc \ 188 -DCMAKE_AR=$(shell pwd)/$(TOOLCHAIN_X86)/bin/$(TOOLCHAIN_X86_PREFIX)-ar \ 189 -DCMAKE_RANLIB=$(shell pwd)/$(TOOLCHAIN_X86)/bin/$(TOOLCHAIN_X86_PREFIX)-ranlib \ 202 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_X86_64)/bin/$(TOOLCHAIN_X86_64_PREFIX)-gcc \ 203 -DCMAKE_AR=$(shell pwd)/$(TOOLCHAIN_X86_64)/bin/$(TOOLCHAIN_X86_64_PREFIX)-ar \ 204 -DCMAKE_RANLIB=$(shell pwd)/$(TOOLCHAIN_X86_64)/bin/$(TOOLCHAIN_X86_64_PREFIX)-ranlib \ 217 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_ARM)/bin/$(TOOLCHAIN_ARM_PREFIX)-gcc \ 218 -DCMAKE_AR=$(shell pwd)/$(TOOLCHAIN_ARM)/bin/$(TOOLCHAIN_ARM_PREFIX)-ar \ 219 -DCMAKE_RANLIB=$(shell pwd)/$(TOOLCHAIN_ARM)/bin/$(TOOLCHAIN_ARM_PREFIX)-ranlib \ 232 -DCMAKE_C_COMPILER=$(shell pwd)/$(TOOLCHAIN_ARM_V7A)/bin/$(TOOLCHAIN_ARM_V7A_PREFIX)-gcc \ [all …]
|
| /third_party/skia/platform_tools/android/apps/skottie/ |
| D | run_perf.sh | 23 adb shell input keyevent MENU 24 adb shell input keyevent MENU 25 adb shell setprop persist.traced.enable 1 26 adb shell setenforce 0 27 adb shell setprop debug.egl.traceGpuCompletion 1 28 adb shell am force-stop org.skia.skottie 40 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file} 50 adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer ${renderer} --ei file ${file} 54 adb shell am force-stop org.skia.skottie
|
| /third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/ |
| D | BUILD.gn | 5 import("$flutter_root/shell/platform/common/cpp/client_wrapper/publish.gni") 17 "$flutter_root/shell/platform/common/cpp/client_wrapper/include/flutter", 21 # Windows client wrapper build for internal use by the shell implementation. 27 "$flutter_root/shell/platform/common/cpp:common_cpp_library_headers", 28 "$flutter_root/shell/platform/common/cpp/client_wrapper:client_wrapper", 29 "$flutter_root/shell/platform/windows:flutter_windows_headers", 33 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation", 38 "$flutter_root/shell/platform/common/cpp:relative_flutter_library_headers", 39 "$flutter_root/shell/platform/windows:relative_flutter_windows_headers", 60 [ "$flutter_root/shell/platform/windows:flutter_windows_headers" ] [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/glfw/ |
| D | BUILD.gn | 21 [ "$flutter_root/shell/platform/common/cpp:common_cpp_library_headers" ] 24 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation", 28 "$flutter_root/shell/platform/common/cpp:relative_flutter_library_headers", 49 "$flutter_root/shell/platform/common/cpp:desktop_library_implementation", 54 "$flutter_root/shell/platform/common/cpp:common_cpp", 55 "$flutter_root/shell/platform/common/cpp/client_wrapper:client_wrapper", 56 "$flutter_root/shell/platform/embedder:embedder_with_symbol_prefix", 57 "$flutter_root/shell/platform/glfw/client_wrapper:client_wrapper_glfw", 66 "$flutter_root/shell/platform/linux/config:gtk3", 67 "$flutter_root/shell/platform/linux/config:x11", [all …]
|
| /third_party/flutter/engine/flutter/ |
| D | BUILD.gn | 30 "$flutter_root/shell/platform/embedder:flutter_engine", 35 public_deps += [ "$flutter_root/shell/testing" ] 39 public_deps += [ "$flutter_root/shell/platform/fuchsia" ] 59 [ "$flutter_root/shell/platform/darwin:flutter_channels_unittests" ] 67 "$flutter_root/shell/common:shell_unittests", 68 "$flutter_root/shell/platform/common/cpp/client_wrapper:client_wrapper_unittests", 69 "$flutter_root/shell/platform/embedder:embedder_unittests", 70 "$flutter_root/shell/platform/glfw/client_wrapper:client_wrapper_glfw_unittests", 75 …public_deps += [ "$flutter_root/shell/platform/windows/client_wrapper:client_wrapper_windows_unitt… 81 "$flutter_root/shell/common:shell_benchmarks",
|