HomeSort by relevance Sort by last modified time
    Searched full:tool (Results 151 - 175 of 1057) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/tools/gencnval/
Makefile 3 # the device command line tool
25 # the host command line tool
  /external/icu4c/tools/gennames/
Makefile 3 # the device command line tool
25 # the host command line tool
  /external/icu4c/tools/icupkg/
Makefile 3 # the device command line tool
22 # the host command line tool
  /external/icu4c/tools/icuswap/
Makefile 3 # the device command line tool
22 # the host command line tool
  /external/v8/tools/visual_studio/
release.vsprops 7 <Tool
17 <Tool
common.vsprops 8 <Tool
22 <Tool
26 <Tool
arm.vsprops 9 <Tool
  /external/webkit/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/webkit/WebKitLibraries/win/tools/vsprops/
WinCairo.vsprops 7 <Tool
12 <Tool
debug_wincairo.vsprops 7 <Tool
15 <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/icu4c/common/
common.vcproj 30 <Tool
33 <Tool
36 <Tool
39 <Tool
42 <Tool
50 <Tool
65 <Tool
68 <Tool
73 <Tool
76 <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/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...]
  /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/WebKitTools/Scripts/webkitpy/commands/
upload_unittest.py 36 tool = MockBugzillaTool()
39 tool._scm.commit_message_for_this_commit = lambda: mock_commit_message_for_this_commit
41 self.assert_execute_outputs(CommitMessageForCurrentDiff(), [], expected_stdout=expected_stdout, tool=tool)
47 tool = MockBugzillaTool()
49 self.assert_execute_outputs(AssignToCommitter(), [], expected_stderr=expected_stderr, tool=tool)
50 tool.bugs.reassign_bug.assert_called_with(42, "eric@webkit.org", "Attachment 128 was posted by a committer and has review+, assigning to Eric Seidel for commit.")
75 tool = MockBugzillaTool()
76 tool._scm.last_svn_commit_log = lambda: "r9876 |
    [all...]
queues.py 65 self.tool.bugs.add_cc_to_bug(bug_id, self.watchers)
71 self.tool.status_server.update_status(self.name, message, patch, results_file)
90 log("CAUTION: %s will discard all local changes in \"%s\"" % (self.name, self.tool.scm().checkout_root))
92 response = self.tool.user.prompt("Are you sure? Type \"yes\" to continue: ")
113 webkit_patch_args = [self.tool.path()]
115 webkit_patch_args += ["--status-host=%s" % self.tool.status_server.host]
117 self.tool.executive.run_and_throw_if_fail(webkit_patch_args)
122 def execute(self, options, args, tool, engine=QueueEngine):
124 self.tool = tool
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
aapt.jd 4 <p><strong>aapt</strong> stands for Android Asset Packaging Tool and is included in the <code>tools/</code> directory of the SDK. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets.
7 Though you probably won't often use <strong>aapt</strong> directly, build scripts and IDE plugins can utilize this tool to package the apk file that constitutes an Android application.
  /external/icu4c/tools/makeconv/
Makefile 3 # the device command line tool
24 # the host command line tool
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
steps_unittest.py 39 def _run_step(self, step, tool=None, options=None, state=None):
40 if not tool:
41 tool = MockBugzillaTool()
46 step(tool, options).run(state)
54 tool = MockBugzillaTool()
55 tool.user.prompt = lambda message: 42
56 self._run_step(PromptForBugOrTitle, tool=tool)
  /external/proguard/bin/
retrace.sh 3 # Start-up script for Retrace -- companion tool for ProGuard, free class file
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFCommon.vsprops 8 <Tool
13 <Tool
18 <Tool
22 <Tool
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreCG.vsprops 7 <Tool
WebCoreCURL.vsprops 7 <Tool

Completed in 204 milliseconds

1 2 3 4 5 67 8 91011>>