/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 42 (sys.executable, '-m', 'json.tool'), 57 rc, out, err = assert_python_ok('-m', 'json.tool', infile) 64 rc, out, err = assert_python_ok('-m', 'json.tool', infile, outfile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 42 (sys.executable, '-m', 'json.tool'), 57 rc, out, err = assert_python_ok('-m', 'json.tool', infile) 64 rc, out, err = assert_python_ok('-m', 'json.tool', infile, outfile)
|
/build/tools/rgb2565/ |
Android.mk | 8 # rgb2565 host tool
|
/build/tools/zipalign/ |
Android.mk | 4 # Zip alignment tool
|
/dalvik/tools/dmtracedump/ |
Android.mk | 4 # Java method trace dump tool
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t033backtracking.py | 20 @testbase.broken("Some bug in the tool", SyntaxError)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
version.rb | 7 # The version of the ANTLR tool used while designing and
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
nacl_config_test.py | 72 def _TestTool(self, tool, nacl_tool=None, pnacl_tool=None): 73 nacl_tool = nacl_tool or tool 74 pnacl_tool = pnacl_tool or tool 101 self.assertEqual(expected, nacl_config.GetToolPath(toolchain, arch, tool)) 105 nacl_config.GetToolPath, toolchain, None, tool) 111 nacl_config.GetToolPath, toolchain, arch, tool) 115 nacl_config.GetToolPath, 'glibc', 'arm', tool) 127 for tool in ('nm', 'strip', 'ar', 'ranlib'): 128 self._TestTool(tool)
|
/external/chromium_org/ppapi/proxy/ |
DEPS | 13 # tool that we would otherwise have to duplicate, and has no other
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
abstractlocalservercommand.py | 28 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand 42 def _prepare_config(self, options, args, tool): 45 def execute(self, options, args, tool): 46 config = self._prepare_config(options, args, tool)
|
commandtest.py | 31 from webkitpy.tool.mocktool import MockOptions, MockTool 35 def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()): 48 command.bind_to_tool(tool) 49 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expected_exception=expected_exception, expected_logs=expected_logs)
|
commitannouncer.py | 32 from webkitpy.tool.bot.commitannouncer import CommitAnnouncer, CommitAnnouncerThread 33 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand 49 def execute(self, options, args, tool): 50 bot_thread = CommitAnnouncerThread(tool, options.irc_password)
|
/external/chromium_org/third_party/codesighs/ |
README.chromium | 8 This is Chromium's copy of the Mozilla codesighs tool.
|
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/ |
libyuv_tests.sh | 24 # tools/valgrind-libyuv/libyuv_tests.sh --tool memcheck 26 # tools/valgrind-libyuv/libyuv_tests.sh --tool=memcheck 27 # (same for "--tool=tsan") 28 tool="memcheck" # Default to memcheck. 31 if [[ "$1" == "--tool" ]] 33 tool="$2" 35 elif [[ "$1" =~ --tool=(.*) ]] 37 tool="${BASH_REMATCH[1]}" 45 case "$tool" in
|
/external/chromium_org/third_party/markdown/ |
README.chromium | 1 Name: markdown, a text-to-HTML conversion tool for web writers
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/ |
R.java | 4 * aapt tool from the resource data it found. It
|
/external/chromium_org/tools/android/common/ |
net.h | 13 // and adb tool use it.
|
/external/chromium_org/tools/cr/cr/ |
__init__.py | 5 """Chromium cr tool module.
|
/external/chromium_org/tools/gn/ |
ninja_binary_target_writer.h | 29 void WriteLinkerFlags(const Toolchain::Tool& tool, 31 void WriteLibs(const Toolchain::Tool& tool);
|
/external/chromium_org/tools/grit/grit/tool/ |
transl2tc.py | 6 '''The 'grit transl2tc' tool. 12 from grit.tool import interface 13 from grit.tool import rc2grd 18 class TranslationToTc(interface.Tool): 19 '''A tool for importing existing translations in RC format into the 26 The tool needs a "source" RC file, i.e. in English, and an RC file that is a 29 The tool also requires you to provide a .grd file (input file) e.g. using the 30 -i global option or the GRIT_INPUT environment variable. The tool uses 35 This tool will accept all the same RCOPTS as the 'grit rc2grd' tool. To ge [all...] |
/external/clang/lib/Driver/ |
ToolChains.h | 28 /// Generic_GCC - A tool chain using the 'gcc' command to perform 166 Tool *getTool(Action::ActionClass AC) const override; 167 Tool *buildAssembler() const override; 168 Tool *buildLinker() const override; 188 Tool *buildAssembler() const override; 189 Tool *buildLinker() const override; 190 Tool *getTool(Action::ActionClass AC) const override; 308 /// Darwin - The base Darwin tool chain. 333 /// The default macosx-version-min of this tool chain; empty until 337 /// The default ios-version-min of this tool chain; empty unti [all...] |
/external/clang/test/Tooling/ |
clang-check-builtin-headers.cpp | 4 // RUN: echo '[{"directory":".","command":"/random/tool -c %t/test.cpp","file":"%t/test.cpp"}]' | sed -e 's/\\/\//g' > %t/compile_commands.json
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
session.h | 54 struct perf_tool *tool); 61 struct perf_tool *tool); 63 struct perf_tool *tool); 68 void perf_tool__fill_defaults(struct perf_tool *tool);
|
/external/nanopb-c/tests/ |
Makefile | 18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
|
/external/oprofile/pp/ |
oparchive_options.h | 3 * Options for oparchive tool
|