Searched defs:shell (Results 1 - 25 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/platform/brew/
H A DSoundBrew.cpp39 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
40 ISHELL_Beep(shell, BEEP_ERROR, TRUE);
H A DSharedTimerBrew.cpp71 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
72 ISHELL_SetTimerEx(shell, intervalInMS, &sharedTimerCallback);
/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DShellBrew.h46 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
47 ISHELL_CreateInstance(shell, cls, reinterpret_cast<void**>(&instance));
58 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
59 ISHELL_CreateInstance(shell, cls, reinterpret_cast<void**>(&instance));
/external/webkit/Tools/DumpRenderTree/chromium/
H A DNotificationPresenter.h46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {} argument
64 // Non-owned pointer. The NotificationPresenter is owned by the test shell.
H A DAccessibilityController.cpp43 AccessibilityController::AccessibilityController(TestShell* shell) argument
45 , m_shell(shell)
H A DTextInputController.cpp49 TextInputController::TextInputController(TestShell* shell) argument
54 testShell = shell;
H A DDumpRenderTree.cpp50 static const char optionTestShell[] = "--test-shell";
77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMode) argument
79 int oldTimeoutMsec = shell.layoutTestTimeout();
93 shell.setLayoutTestTimeout(atoi(timeOut.c_str()));
104 v8::V8::SetFlagsFromString(shell.javaScriptFlags().c_str(), shell.javaScriptFlags().length());
105 if (shell.stressOpt() || shell.stressDeopt()) {
106 if (shell.stressOpt())
113 shell
[all...]
/external/linux-tools-perf/config/
H A Dutilities.mak22 # GNU make's $(shell ...) function converts to a
42 # shell-escape-nl
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
50 # in an `awk' program that is delimited by shell
54 define shell-escape-nl
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell
[all...]
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp98 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld()); local
99 JSC::ExecState* exec = shell->window()->globalExec();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipTextProvider.java54 public void show(Shell shell) { argument
H A DPropertyTooltipProvider.java55 public void show(Shell shell) { argument
56 shell.setVisible(true);
/external/skia/src/ports/
H A DSkOSFile_brew.cpp25 IShell* shell; local
27 shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell;
28 err = ISHELL_CreateInstance(shell, AEECLSID_FILEMGR, (void**)&fileMgr);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptState.cpp65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld()); local
66 return shell->window()->globalExec();
H A DJSDOMWindowBase.cpp48 JSDOMWindowBase::JSDOMWindowBase(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell) argument
49 : JSDOMGlobalObject(globalData, structure, shell->world(), shell)
51 , m_shell(shell)
158 return shell();
163 return shell();
166 JSDOMWindowShell* JSDOMWindowBase::shell() const function in class:WebCore::JSDOMWindowBase
H A DScriptController.cpp130 JSDOMWindowShell* shell = windowShell(world); local
131 ExecState* exec = shell->window()->globalExec();
142 Completion comp = JSMainThreadExecState::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), jsSourceCode, shell);
259 if (JSDOMWindowShell* shell = scriptController->existingWindowShell(currentWorld(exec)))
260 if (Event* event = shell->window()->currentEvent())
294 JSDOMWindowShell* shell = iter->second.get(); local
295 Event* event = shell->window()->currentEvent();
324 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger) argument
326 if (!shell)
329 JSDOMWindow* globalObject = shell
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DPageScriptDebugServer.cpp98 V8DOMWindowShell* shell = proxy->windowShell(); local
99 if (!shell->isContextInitialized())
101 v8::Handle<v8::Context> context = shell->context();
/external/libxml2/
H A Dxmlcatalog.c33 static int shell = 0; variable
298 printf("\texit: quit the shell\n");
315 \t--shell : run a shell allowing interactive queries\n\
353 } else if ((!strcmp(argv[i], "-shell")) ||
354 (!strcmp(argv[i], "--shell"))) {
355 shell++;
548 } else if (shell) {
/external/v8/test/mjsunit/tools/
H A Dtickprocessor.js67 // shell executable
84 shell_prov.parseVmSymbols('shell', 0x08048000, 0x081ee000,
131 // shell executable
148 shell_prov.parseVmSymbols('shell', 0x00001b00, 0x00163156,
199 ' 0001:00000000 ?ReadFile@@YA?AV?$Handle@VString@v8@@@v8@@PBD@Z 00401000 f shell.obj',
200 ' 0001:000000a0 ?Print@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@2@@Z 004010a0 f shell.obj',
214 shell_prov.parseVmSymbols('shell.exe', 0x00400000, 0x0057c000,
235 ' 0001:00000780 ?RunMain@@YAHHQAPAD@Z 00401780 f shell.obj',
236 ' 0001:00000ac0 _main 00401ac0 f shell.obj',
309 'shell'
[all...]
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandleBrew.cpp80 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
81 ISHELL_CreateInstance(shell, AEECLSID_NET, reinterpret_cast<void**>(&s_netMgr));
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextCodecBrew.cpp64 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell; local
65 AEECLSID classID = ISHELL_GetHandler(shell, AEEIID_ICharsetConv, format.latin1().data());
66 ISHELL_CreateInstance(shell, classID, reinterpret_cast<void**>(&m_charsetConverter));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DConfigTab.java63 Shell shell; field in class:ConfigTab
108 // Cache the shell and display.
109 this.shell = tabFolder.getShell();
110 this.display = this.shell.getDisplay();
H A DPerformancesView.java131 Shell shell; field in class:PerformancesView
216 refresh = MessageDialog.openQuestion(this.shell, getTitleToolTip(), "Do you want to read local file again?");
223 if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+LAST_BUILD+" will be taken into account!\nDo you want to continue?")) {
275 // Cache the shell and display.
276 this.shell = parent.getShell ();
277 this.display = this.shell.getDisplay ();
/external/openssh/
H A Dauth.c91 * If the user's shell is not executable, false will be returned.
156 * Deny if shell does not exist or is not executable unless we
161 char *shell = xstrdup((pw->pw_shell[0] == '\0') ? local
164 if (stat(shell, &st) != 0) {
165 logit("User %.100s not allowed because shell %.100s "
166 "does not exist", pw->pw_name, shell);
167 xfree(shell);
172 logit("User %.100s not allowed because shell %.100s "
173 "is not executable", pw->pw_name, shell);
174 xfree(shell);
[all...]
H A Dssh-agent.c123 /* pid of shell == parent of agent */
1117 fprintf(stderr, " -c Generate C-shell commands on stdout.\n");
1118 fprintf(stderr, " -s Generate Bourne shell commands on stdout.\n");
1132 char *shell, *format, *pidstr, *agentsocket = NULL; local
1203 shell = getenv("SHELL");
1204 if (shell != NULL && (len = strlen(shell)) > 2 &&
1205 strncmp(shell + len - 3, "csh", 3) == 0)
/external/chromium/net/url_request/
H A Durl_request_unittest.cc1120 IShellLink *shell = NULL; local
1127 reinterpret_cast<LPVOID*>(&shell));
1129 result = shell->QueryInterface(IID_IPersistFile,
1132 result = shell->SetPath(app_path.value().c_str());
1134 result = shell->SetDescription(L"ResolveShortcutTest");
1140 if (shell)
1141 shell->Release();

Completed in 1533 milliseconds

12