Searched refs:system (Results 176 - 200 of 685) sorted by relevance

1234567891011>>

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dcommandtest.py31 from webkitpy.common.system.outputcapture import OutputCapture
H A Dopenbugs.py33 from webkitpy.common.system.deprecated_logging import log
H A Dstepsequence.py32 from webkitpy.common.system.deprecated_logging import log
33 from webkitpy.common.system.executive import ScriptError
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dbuild.py31 from webkitpy.common.system.deprecated_logging import log
H A Dclosebug.py31 from webkitpy.common.system.deprecated_logging import log
H A Dclosebugforlanddiff.py32 from webkitpy.common.system.deprecated_logging import log
H A Dobsoletepatches.py32 from webkitpy.common.system.deprecated_logging import log
H A Dpreparechangelog_unittest.py33 from webkitpy.common.system.outputcapture import OutputCapture
H A Dupdatechromiumdeps.py34 from webkitpy.common.system.deprecated_logging import log, error
H A Dvalidatechangelogs.py32 from webkitpy.common.system.deprecated_logging import error, log
H A Dvalidatereviewer.py35 from webkitpy.common.system.deprecated_logging import error, log
H A Dvalidatereviewer_unittest.py32 from webkitpy.common.system.outputcapture import OutputCapture
H A Dpreparechangelog.py32 from webkitpy.common.system.executive import ScriptError
35 from webkitpy.common.system.deprecated_logging import error
/external/webkit/Tools/wx/packaging/
H A Dbuild-mac-installer.py77 Copies any non-system dependencies into the bundle, and
101 os.system("install_name_tool -id %s %s" % (dest_filename, copyname))
103 os.system("install_name_tool -change %s %s %s" % (filename, dest_filename, dylib))
107 retval = os.system(cmd)
135 os.system("install_name_tool -id %s %s" % (os.path.join(prefix, "libwxwebkit.dylib"), dylib_path))
152 '--domain system',
/external/yaffs2/yaffs2/
H A DKconfig2 # YAFFS file system configurations
6 tristate "YAFFS2 file system support"
12 YAFFS2, or Yet Another Flash Filing System, is a filing system
15 To compile the YAFFS2 file system support as a module, choose M here:
68 system type. With this, you can say "yaffs" and yaffs or yaffs2
/external/dbus/bus/
H A Dmessagebus.in6 # description: This is a daemon which broadcasts notifications of system events \
19 # Description: This is a daemon which broadcasts notifications of system
36 echo -n $"Starting system message bus: "
41 daemon --check $servicename $processname --system
48 echo -n $"Stopping system message bus: "
/external/elfutils/tests/
H A Dasm-tst6.c37 #include <system.h>
150 result = WEXITSTATUS (system ("\
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DLwjglKeyInput.java38 import com.jme3.system.lwjgl.LwjglAbstractDisplay;
39 import com.jme3.system.lwjgl.LwjglTimer;
/external/jmonkeyengine/engine/src/test/jme3test/awt/
H A DTestSafeCanvas.java8 import com.jme3.system.AppSettings;
9 import com.jme3.system.JmeCanvasContext;
/external/junit/src/org/junit/internal/
H A DTextListener.java16 public TextListener(JUnitSystem system) { argument
17 this(system.out());
/external/sqlite/dist/
H A DAndroid.mk48 LOCAL_C_INCLUDES += $(call include-path-for, system-core)/cutils
86 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../android $(call include-path-for, system-core)/cutils
/external/srec/config/en.us/
H A Dadb_pull_system_usr_srec_bothtags5.sh3 export TESTDIR=/system/usr/srec
/external/webkit/Tools/Scripts/
H A Dsvn-apply139 system("svn", "update", "-r", $version, $file) == 0 or die "Failed to run svn update -r $version $file.";
357 system("svn", "stat", "$fullPath.orig") if isSVN() && -e "$fullPath.orig";
425 system("svn", "copy", $source, $destination) == 0 or die "Failed to svn copy $source $destination.";
427 system("cp", $source, $destination) == 0 or die "Failed to copy $source $destination.";
428 system("git", "add", $destination) == 0 or die "Failed to git add $destination.";
436 system("svn", "add", $path) == 0 or die "Failed to svn add $path.";
438 system("git", "add", $path) == 0 or die "Failed to git add $path.";
462 system("git", "rm", "--force", "--ignore-unmatch", $path) == 0 or die "Failed to git rm --force --ignore-unmatch $path.";
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Ddirectoryfileset.py24 from webkitpy.common.system.fileset import FileSetFileHandle
25 from webkitpy.common.system.filesystem import FileSystem
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dsheriff.py31 from webkitpy.common.system.deprecated_logging import log
32 from webkitpy.common.system.executive import ScriptError

Completed in 361 milliseconds

1234567891011>>