/external/webkit/WebKitLibraries/win/tools/vsprops/ |
release.vsprops | 7 <Tool
|
/packages/experimental/AndroidVendorSecurityTool/res/values/ |
strings.xml | 4 <string name="app_name">Android Market Security Tool March 2011</string>
|
/external/v8/tools/visual_studio/ |
release.vsprops | 7 <Tool 17 <Tool
|
common.vsprops | 8 <Tool 22 <Tool 26 <Tool
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-status-bar-buttons-state.html | 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19173">Bug 19173: Tool tips for Inspector debugger status bar buttons are wrong/missing</a>.</p> 2 <p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.</p>
|
/external/clang/lib/Driver/ |
Tool.cpp | 1 //===--- Tool.cpp - Compilation Tools -------------------------------------===// 10 #include "clang/Driver/Tool.h" 14 Tool::Tool(const char *_Name, const char *_ShortName, 20 Tool::~Tool() {
|
/external/icu4c/test/intltest/ |
intltest.vcproj | 31 <Tool 34 <Tool 37 <Tool 40 <Tool 43 <Tool 47 <Tool 67 <Tool 70 <Tool 75 <Tool 78 <Tool [all...] |
/external/valgrind/main/none/docs/ |
nl-manual.xml | 8 <title>Nulgrind: the minimal Valgrind tool</title> 10 <para>To use this tool, you must specify 11 <option>--tool=none</option> on the Valgrind 17 <para>Nulgrind is the simplest possible Valgrind tool. It performs no 24 that you need to use the option <option>--tool=none</option> to run 25 Nulgrind (ie. not <option>--tool=nulgrind</option>).</para>
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
WebCoreGenerated.vcproj | 22 <Tool 31 <Tool 40 <Tool 49 <Tool 58 <Tool 67 <Tool
|
/external/webkit/Tools/TestWebKitAPI/win/ |
TestWebKitAPIGenerated.vcproj | 22 <Tool 31 <Tool 40 <Tool 49 <Tool 58 <Tool 67 <Tool
|
/external/webkit/Tools/WebKitTestRunner/win/ |
InjectedBundleGenerated.vcproj | 23 <Tool 32 <Tool 41 <Tool 50 <Tool 59 <Tool 68 <Tool
|
/external/protobuf/vsprojects/ |
libprotobuf.vcproj | 24 <Tool 27 <Tool 30 <Tool 33 <Tool 36 <Tool 39 <Tool 53 <Tool 56 <Tool 59 <Tool 62 <Tool [all...] |
libprotoc.vcproj | 24 <Tool
27 <Tool
30 <Tool
33 <Tool
36 <Tool
39 <Tool
53 <Tool
56 <Tool
59 <Tool
62 <Tool
[all...] |
tests.vcproj | 25 <Tool 28 <Tool 35 <Tool 38 <Tool 41 <Tool 44 <Tool 58 <Tool 61 <Tool 64 <Tool 67 <Tool [all...] |
/external/flac/libFLAC/ |
libFLAC_static.vcproj | 24 <Tool
27 <Tool
30 <Tool
33 <Tool
36 <Tool
39 <Tool
54 <Tool
57 <Tool
60 <Tool
63 <Tool
[all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
cleanworkingdirectory_unittest.py | 32 from webkitpy.tool.mocktool import MockOptions, MockTool 33 from webkitpy.tool.steps.cleanworkingdirectory import CleanWorkingDirectory 38 tool = MockTool() 39 step = CleanWorkingDirectory(tool, MockOptions(clean=True, force_clean=False)) 41 self.assertEqual(tool._scm.ensure_no_local_commits.call_count, 1) 42 self.assertEqual(tool._scm.ensure_clean_working_directory.call_count, 1) 45 tool = MockTool() 46 step = CleanWorkingDirectory(tool, MockOptions(clean=False)) 48 self.assertEqual(tool._scm.ensure_no_local_commits.call_count, 0) 49 self.assertEqual(tool._scm.ensure_clean_working_directory.call_count, 0 [all...] |
/external/icu4c/i18n/ |
i18n.vcproj | 30 <Tool 33 <Tool 36 <Tool 39 <Tool 42 <Tool 50 <Tool 67 <Tool 70 <Tool 76 <Tool 79 <Tool [all...] |
/external/bluetooth/glib/build/win32/vs8/ |
gio.vcproj | 24 <Tool 27 <Tool 30 <Tool 33 <Tool 36 <Tool 39 <Tool 53 <Tool 56 <Tool 59 <Tool 62 <Tool [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
irc_command.py | 36 from webkitpy.tool.bot.queueengine import TerminateQueue 37 from webkitpy.tool.grammar import join_with_separators 41 def execute(self, nick, args, tool, sheriff): 46 def execute(self, nick, args, tool, sheriff): 48 urls.view_revision_url(tool.buildbot.last_green_revision())) 52 def execute(self, nick, args, tool, sheriff): 53 tool.irc().post("Restarting...") 75 def execute(self, nick, args, tool, sheriff): 79 tool.irc().post("%s: Usage: SVN_REVISION [SVN_REVISIONS] REASON" % nick) 84 tool.irc().post("Preparing rollout for %s..." [all...] |
/system/core/toolbox/ |
toolbox.c | 18 #define TOOL(name) int name##_main(int, char**); 20 #undef TOOL 28 #define TOOL(name) { #name, name##_main }, 30 #undef TOOL 55 printf("%s: no such tool\n", argv[0]);
|
/external/bluetooth/glib/build/win32/vs9/ |
glib.vcproj | 29 <Tool 33 <Tool 36 <Tool 39 <Tool 42 <Tool 45 <Tool 59 <Tool 62 <Tool 65 <Tool 68 <Tool [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
stepsequence.py | 29 from webkitpy.tool import steps 34 from webkitpy.tool.bot.queueengine import QueueEngine 39 def handle_script_error(cls, tool, patch, script_error): 43 def handle_checkout_needs_update(cls, tool, state, options, error): 62 def _run(self, tool, options, state): 64 step(tool, options).run(state) 66 def run_and_handle_errors(self, tool, options, state=None): 70 self._run(tool, options, state) 74 command = tool.command_by_name(options.parent_command) 75 command.handle_checkout_needs_update(tool, state, options, e [all...] |
/external/webkit/Tools/WebKitAPITest/ |
WebKitAPITestCommon.vsprops | 7 <Tool 12 <Tool 17 <Tool
|
/external/webkit/Source/WebKit2/win/ |
WebKit2Generated.vcproj | 23 <Tool 32 <Tool 41 <Tool 50 <Tool 59 <Tool 68 <Tool
|
WebKit2Apple.vsprops | 7 <Tool 11 <Tool
|