/ndk/build/core/ |
init.mk | 337 $(call ndk_log,Host 'echo' tool: $(HOST_ECHO)) 347 $(call ndk_log,Host 'echo -n' tool: $(HOST_ECHO_N)) 358 $(call ndk_log,Host 'cmp' tool: $(HOST_CMP)) 361 # Verify that the 'awk' tool has the features we need. 368 $(call ndk_log,Host 'awk' tool: $(HOST_AWK)) 376 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 91 Using json.tool from the shell to validate and pretty-print:: 93 $ echo '{"json":"obj"}' | python -m json.tool 97 $ echo '{ 1.2:3.4}' | python -m json.tool
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 91 Using json.tool from the shell to validate and pretty-print:: 93 $ echo '{"json":"obj"}' | python -m json.tool 97 $ echo '{ 1.2:3.4}' | python -m json.tool
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
LeftRecursiveRuleWalker.g | 46 import org.antlr.tool.*;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 27 */package org.antlr.tool; 283 Grammar delegate = (org.antlr.tool.Grammar) grammars.get(i);
|
LeftRecursiveRuleAnalyzer.java | 1 package org.antlr.tool; 38 generator = new CodeGenerator(g.tool, g, language);
|
AssignTokenTypesBehavior.java | 28 package org.antlr.tool;
|
GrammarSanity.java | 28 package org.antlr.tool;
|
Grammar.java | 28 package org.antlr.tool; 30 import org.antlr.Tool; 323 public Tool tool; field in class:Grammar 346 /** An external tool requests that DFA analysis abort prematurely. Stops 515 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { 517 setTool(tool); 531 public Grammar() { this((Tool)null); } 533 public Grammar(Tool tool) [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestNFAConstruction.java | 31 import org.antlr.tool.FASerializer; 32 import org.antlr.tool.Grammar;
|
/external/chromium_org/build/config/win/ |
get_msvc_config_real.py | 63 def ToolPath(self, tool): 64 """Returns the path to a given compiler tool. """ 65 return os.path.normpath(os.path.join(self.path, "VC/bin", tool)) 484 # Our own rules (for running gyp-win-tool) and other actions in
|
/sdk/emulator/opengl/ |
Android.mk | 50 # First, build the emugen host source-generation tool
|
/sdk/emulator/qtools/ |
Android.mk | 4 # Java method trace dump tool
|
/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
port.pl | 194 This tool keeps a database of file paths and content checksum. Once the port
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
sunspider | 56 --instruments Sample execution time with the Mac OS X "Instruments" tool (Time Profile) (implies --runs=1)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
mock_drt_unittest.py | 40 from webkitpy.tool import mocktool
|
/external/chromium_org/tools/grit/grit/ |
scons.py | 65 from grit.tool import build
|
/external/chromium_org/tools/grit/grit/tool/ |
xmb.py | 6 """The 'grit xmb' tool. 18 from grit.tool import interface 37 internal Translation Console tool. May be used for attributes as 126 class OutputXmb(interface.Tool): 129 Google's internal Translation Console tool. The format could easily 139 and the tool only output the contents of nodes from the input file that also 142 the tool will only output nodes with 'name' attributes that match one of the 148 use with the 'grit transl2tc' tool's -l option. 159 # The different output formats supported by this tool
|
/external/chromium_org/tools/gyp/tools/ |
pretty_vcproj.py | 193 # But don't append empty tool node. 194 if new_node.nodeName == 'Tool':
|
/external/oprofile/ |
oprofile_android | 95 # The tool program itself 96 class Tool: 468 tool = Tool(sys.argv) 469 rc = tool.main()
|
/external/valgrind/main/drd/tests/ |
thread_name_xml.stderr.exp | 17 <tool>drd</tool>
|
/external/valgrind/main/memcheck/tests/ |
xml1.stderr.exp | 17 <tool>memcheck</tool>
|
/external/valgrind/main/tests/ |
vg_regtest.in | 111 # Some more notes on adding regression tests for a new tool are in 329 # from a directory name like "/foo/cachesim/tests/" determine the tool name 426 # Pass the appropriate --tool option for the directory (can be overridden 430 my $tool=determine_tool(); 433 . "--tool=$tool $extraopts $vgopts "
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 68 $(foreach tool,$(USABLE_TOOLCHAINS),$(eval $(call TOOLCHAIN_RULE,$(tool)))) 349 # $1 = The name of the tool being run
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 232 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames [all...] |