Searched refs:shell (Results 26 - 50 of 221) sorted by relevance

123456789

/external/dhcpcd/mk/
H A Dsys.mk14 LIBNAME?= ${_LIBNAME}$(shell ${_LIBNAME_SH})
H A Dcc.mk10 CFLAGS+= ${_CSTD}$(shell ${_CSTD_SH})
23 CFLAGS+= ${_CC_FLAGS}$(shell ${_CC_FLAGS_SH})
27 GGDB= ${_GGDB}$(shell ${_GGDB_SH})
H A Ddist.mk12 VERSION= ${_VERSION}$(shell ${_VERSION_SH})
16 SNAP= ${_SNAP}$(shell ${_SNAP_SH})
/external/llvm/tools/lto/
H A DMakefile28 LTO_LIBRARY_VERSION := $(shell expr $(LLVM_SUBMIT_VERSION) + \
46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
/external/v8/
H A DAndroid.v8shell.mk7 LOCAL_SRC_FILES:= samples/shell.cc
/external/dbus/cmake/modules/
H A DWin32Macros.cmake14 # For mingw and nmake projects it's opens a command shell,
34 write_file (${CMAKE_BINARY_DIR}/${_projectname}-shell.bat "set PATH=${ADD_PATH};%PATH%\ncmd.exe")
38 write_file (${CMAKE_BINARY_DIR}/${_projectname}-shell.bat "set PATH=${ADD_PATH};%PATH%\ncall \"${VC_BIN_PATH}\\vcvars32.bat\"\ncmd.exe")
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A DMakefile42 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
45 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
49 DBUS_INCLUDE += $(shell xml2-config --cflags)
50 DBUS_LIBS += $(shell xml2-config --libs)
/external/iproute2/doc/
H A DMakefile16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
51 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
52 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
/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 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 DScriptState.cpp65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld()); local
66 return shell->window()->globalExec();
/external/bison/
H A DGNUmakefile23 # Systems where /bin/sh is not the default shell need this. The $(shell)
28 # will be used only with the next shell-test line, then overwritten
33 have-Makefile := $(shell test -f Makefile && echo yes)
/external/chromium/build/
H A Dcompiler_version.py22 pipe = subprocess.Popen(compiler, stdout=subprocess.PIPE, shell=True)
/external/openfst/
H A DAndroid.mk12 $(shell cd $(LOCAL_PATH) ; \
/external/valgrind/main/none/tests/
H A Dshell.stderr.exp1 ./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/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityController.cpp43 AccessibilityController::AccessibilityController(TestShell* shell) argument
45 , m_shell(shell)
H A DNotificationPresenter.h46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {} argument
64 // Non-owned pointer. The NotificationPresenter is owned by the test shell.
/external/webkit/Tools/wx/packaging/debian/
H A Drules5 PYVERS := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
6 VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
60 echo $(shell pwd)
61 echo $(shell ls -l)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java191 Shell shell = browser.getShell();
200 shell.setSize(shell.getSize().x, useHeight);
207 Point size = shell.getSize();
208 shell.setSize(size.x, size.y + delta + 1);
215 Point size = shell.getSize();
216 shell.setSize(offsetWidth + ((EnvironmentUtils.IS_MAC) ? 6 : 10), size.y);
221 if (shell.getSize().y < 30) {
314 Shell shell = label.getShell();
315 shell
[all...]
H A DPropertyTooltipTextProvider.java54 public void show(Shell shell) { argument
/external/icu4c/config/
H A Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
63 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
H A Dmh-mingw74 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
75 CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
77 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
78 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
112 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
113 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
/external/clang/
H A Dclang-version-inc.mk10 LLVMVersion := $(shell grep PACKAGE_VERSION $(LLVM_ROOT_PATH)/host/include/llvm/Config/config.h | sed -e 's/\#define PACKAGE_VERSION "\(.*\)"/\1/g')
/external/llvm/runtime/libprofile/
H A DMakefile45 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
/external/srtp/doc/
H A DMakefile19 version = $(shell cat $(top_srcdir)/VERSION)

Completed in 1347 milliseconds

123456789