/external/valgrind/main/none/tests/ |
shell_nonexec.vgtest | 1 prog: shell.vgtest
|
shell.vgtest | 1 prog: shell
|
shell_nonexec.stderr.exp | 1 valgrind: ./shell.vgtest: Permission denied
|
shell.stderr.exp-dash2 | 1 ./shell: 10: ./shell: ./x86/: Permission denied 2 ./shell: 13: ./shell: ./shell.vgtest: Permission denied 7 ./shell: 22: ./shell: ./shell_nosuchfile: not found 8 ./shell: 25: ./shell: shell_nosuchfile: not found
|
shell.stderr.exp | 1 ./shell: ./x86/: is a directory 2 ./shell: ./shell.vgtest: Permission denied 6 ./shell: ./shell_binaryfile: cannot execute binary file 7 ./shell: ./shell_nosuchfile: No such file or directory 8 ./shell: shell_nosuchfile: command not found
|
/external/sepolicy/ |
shell.te | 1 # Domain for shell processes spawned by ADB 2 type shell, domain; 4 unconfined_domain(shell) 8 app_domain(shell)
|
runas.te | 6 # ndk-gdb invokes adb shell run-as. 7 domain_auto_trans(shell, runas_exec, runas)
|
ping.te | 4 domain_auto_trans(shell, ping_exec, ping)
|
/external/chromium_org/ash/shell/ |
DEPS | 3 "+content/shell",
|
window_watcher_unittest.cc | 5 #include "ash/shell/window_watcher.h" 7 #include "ash/shell.h" 9 #include "ash/shell/shell_delegate_impl.h" 18 // This test verifies that shell can be torn down without causing failures 22 scoped_ptr<ash::shell::WindowWatcher> window_watcher; 23 Shell::DeleteInstance(); 25 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl; 26 Shell::CreateInstance(delegate); 27 Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show() [all...] |
/external/chromium_org/ash/shell/content_client/ |
DEPS | 3 "+content/shell",
|
/external/chromium_org/content/browser/ |
database_browsertest.cc | 14 #include "content/shell/browser/shell.h" 26 void RunScriptAndCheckResult(Shell* shell, 31 shell->web_contents(), 37 void Navigate(Shell* shell) { 38 NavigateToURL(shell, GetTestUrl("", "simple_database.html")); 41 void CreateTable(Shell* shell) { [all...] |
/external/chromium_org/ui/views/examples/ |
DEPS | 3 "+content/shell",
|
/external/chromium_org/ui/views/examples/content_client/ |
DEPS | 3 "+content/shell",
|
/external/openssh/contrib/suse/ |
rc.config.sshd | 2 # Start the Secure Shell (SSH) Daemon?
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
SHELL | 3 $description = "Test proper handling of SHELL."; 5 # Find the default value when SHELL is not set. On UNIX it will be /bin/sh, 8 delete $ENV{SHELL}; 9 $mshell = `echo 'all:;\@echo \$(SHELL)' | $make_path -f-`; 12 # According to POSIX, the value of SHELL in the environment has no impact on 14 # Note %extraENV takes precedence over the default value for the shell. 16 $extraENV{SHELL} = '/dev/null'; 17 run_make_test('all:;@echo "$(SHELL)"', '', $mshell); 19 # According to POSIX, any value of SHELL set in the makefile should _NOT_ be 20 # exported to the subshell! I wanted to set SHELL to be $^X (perl) in th [all...] |
/external/llvm/test/Other/ |
pipefail.txt | 1 REQUIRES: shell
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
error-1.txt | 1 # Check error on a shell parsing failure.
|
/external/chromium_org/content/shell/browser/ |
shell.cc | 5 #include "content/shell/browser/shell.h" 23 #include "content/shell/browser/notify_done_forwarder.h" 24 #include "content/shell/browser/shell_browser_main_parts.h" 25 #include "content/shell/browser/shell_content_browser_client.h" 26 #include "content/shell/browser/shell_devtools_frontend.h" 27 #include "content/shell/browser/shell_javascript_dialog_manager.h" 28 #include "content/shell/browser/webkit_test_controller.h" 29 #include "content/shell/common/shell_messages.h" 30 #include "content/shell/common/shell_switches.h 102 Shell* shell = new Shell(web_contents); local 167 Shell* shell = CreateShell(web_contents, create_params.initial_size); local [all...] |
/external/chromium_org/content/shell/android/ |
shell_jni_registrar.cc | 5 #include "content/shell/android/shell_jni_registrar.h" 9 #include "content/shell/android/shell_manager.h" 10 #include "content/shell/browser/shell.h" 15 { "Shell", content::Shell::Register },
|
shell_manager.h | 13 class Shell; 21 // Creates an Android specific shell view, which is our version of a shell 23 // render a shell window. Returns the java object representing the shell view. 25 jobject CreateShellView(Shell* shell); 27 // Closes a previously created shell view.
|
/external/icu4c/samples/ |
defs.mk | 8 CC=$(shell icu-config --cc) 9 CXX=$(shell icu-config --cxx) 10 CPPFLAGS=$(shell icu-config --cppflags) 11 CFLAGS=$(shell icu-config --cflags) 12 CXXFLAGS=$(shell icu-config --cxxflags) 13 LDFLAGS =$^ $(shell icu-config --ldflags) 14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) 15 INVOKE=$(shell icu-config --invoke) 16 GENRB=$(shell icu-config --invoke=genrb) 18 PKGDATA=$(shell icu-config --invoke=pkgdata [all...] |
/system/core/rootdir/ |
init.trace.rc | 8 # Allow the shell group to enable (some) kernel tracing. 9 chown root shell /sys/kernel/debug/tracing/trace_clock 10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb 11 chown root shell /sys/kernel/debug/tracing/options/overwrite 12 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable 13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable 14 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable 15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enable 16 chown root shell /sys/kernel/debug/tracing/events/power/clock_set_rate/enable 17 chown root shell /sys/kernel/debug/tracing/events/cpufreq_interactive/enabl [all...] |
/external/chromium_org/mojo/services/ |
DEPS | 6 # TODO(abarth) Instead of having the services depend on the shell, we 8 "+mojo/shell/context.h",
|
/device/lge/mako/sepolicy/ |
hci_init.te | 5 domain_auto_trans(shell, hci_exec, hci_init)
|