| /prebuilts/go/linux-x86/src/cmd/go/internal/get/ |
| vcs.go | 33 createCmd []string // commands to download a fresh copy of a repository 34 downloadCmd []string // commands to download updates into an existing repository 36 tagCmd []tagCmd // commands to list tags 37 tagLookupCmd []tagCmd // commands to lookup tags before running tagSyncCmd 38 tagSyncCmd []string // commands to sync to specific tag 39 tagSyncDefault []string // commands to sync to default tag
|
| get.go | 148 // we need to clear commands cache. Command packages are 206 // to run the hg commands to consider each repository once. 491 // and since we're not running commands, no tag will be found.
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/help/ |
| helpdoc.go | 35 Many commands apply to a set of packages: 64 - "cmd" expands to the Go repository's commands and their 101 Commands are built into binaries and cannot be imported. 327 The bin directory holds compiled commands. 333 installed commands. If the GOBIN environment variable is 334 set, commands are installed to the directory it names instead 597 The 'go build' and 'go install' commands take a -buildmode argument which
|
| /system/bt/service/client/ |
| main.cc | 1085 vector<string> commands = base::SplitString( local [all...] |
| /build/kati/ |
| eval.go | 166 // delayedOutputs are commands which should run at ninja-time 345 // glog.V(1).Infof("RULE: %s=%s (%d commands)", lhs, rhs, len(cmds)) 394 return ast.errorf("*** commands commence before first target.")
|
| /external/deqp/external/vulkancts/modules/vulkan/memory/ |
| vktMemoryPipelineBarrierTests.cpp | [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/get/ |
| get.go | 148 // we need to clear commands cache. Command packages are 206 // to run the hg commands to consider each repository once. 491 // and since we're not running commands, no tag will be found.
|
| /prebuilts/go/darwin-x86/src/cmd/link/internal/loadmacho/ |
| ldmacho.go | 496 // read and parse load commands 526 return errorf("multiple load commands") 534 // they are not as small as the load commands, but we'll need
|
| /prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/ |
| ldmacho.go | 496 // read and parse load commands 526 return errorf("multiple load commands") 534 // they are not as small as the load commands, but we'll need
|
| /cts/tests/tests/media/src/android/media/cts/ |
| MediaController2Test.java | 378 SessionCommandGroup2 commands = new SessionCommandGroup2(); 379 commands.addCommand(new SessionCommand2( 381 return commands; [all...] |
| /external/jcommander/src/main/java/com/beust/jcommander/ |
| JCommander.java | 121 * List of commands and their instance. [all...] |
| /external/python/cpython3/PC/ |
| launcher.c | 718 /* For now, a static array of commands. */ 727 static COMMAND commands[MAX_COMMANDS]; variable 810 COMMAND * cp = commands; 840 COMMAND * cp = &commands[num_commands++]; 856 read = GetPrivateProfileStringW(L"commands", NULL, NULL, keynames, MSGSIZE, 863 read = GetPrivateProfileStringW(L"commands", key, NULL, value, MSGSIZE, 915 /* We can do this because all builtin commands contain 924 * Not found in builtins - look in customized commands. [all...] |
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| build.go | 323 // Commands such as "dist version > VERSION" will cause 979 // cleanlist is a list of packages with generated files and commands. 1117 // commands (like "go tool dist test" in run.bash) can rely on bug fixes [all...] |
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| build.go | 323 // Commands such as "dist version > VERSION" will cause 979 // cleanlist is a list of packages with generated files and commands. 1117 // commands (like "go tool dist test" in run.bash) can rely on bug fixes [all...] |
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| MonkeySourceRandom.java | 17 package com.android.commands.monkey;
|
| /device/linaro/bootloader/edk2/EmulatorPkg/Unix/ |
| lldbefi.py | 18 import commands
|
| /external/autotest/client/bin/net/ |
| net_tc.py | 40 import commands, os, re
|
| /external/autotest/server/ |
| autotest.py | 333 commands = [] 337 commands.append("mkdir -p '%s'" % abs_path) 338 commands.append("touch '%s'/__init__.py" % abs_path) 339 host.run(';'.join(commands)) [all...] |
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
| setup.py | 33 from _setup import commands as _commands
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
| setup.py | 33 from _setup import commands as _commands
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
| setup.py | 33 from _setup import commands as _commands
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
| setup.py | 33 from _setup import commands as _commands
|
| /external/deqp/modules/gles2/functional/ |
| es2fDepthStencilTests.cpp | 312 void generateDepthVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) 332 commands.push_back(cmd); 336 void generateStencilVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) 364 commands.push_back(cmd); 567 // Compute base clears & visualization commands. 572 // Translate to ref commands. 642 // Submit render commands to gl GL. 654 // Visualization commands. 687 // Visualization commands. [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fDepthStencilTests.cpp | 312 void generateDepthVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) 332 commands.push_back(cmd); 336 void generateStencilVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) 364 commands.push_back(cmd); 567 // Compute base clears & visualization commands. 572 // Translate to ref commands. 642 // Submit render commands to gl GL. 654 // Visualization commands. 687 // Visualization commands. [all...] |
| /external/icu/icu4c/source/ |
| runConfigureICU | 438 echo If the result of the above commands looks okay to you, go to the directory
|