/prebuilts/go/darwin-x86/src/internal/syscall/windows/ |
zsyscall_windows.go | 1 // MACHINE GENERATED BY 'go generate' COMMAND; DO NOT EDIT
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
zsyscall_windows.go | 1 // MACHINE GENERATED BY 'go generate' COMMAND; DO NOT EDIT
|
/external/ImageMagick/config/ |
tap-driver.sh | 55 [--comments|--no-comments] [--] TEST-COMMAND 93 test $# -gt 0 || usage_error "missing test command" 129 # test command it runs gets terminated by a SIGINT. Thus, the awk 458 exit_details = " (command not found?)"
|
/external/iw/ |
survey.c | 80 COMMAND(survey, dump, NULL,
|
vendor.c | 95 COMMAND(vendor, send, "<oui> <subcmd> <filename|-|hex data>", NL80211_CMD_VENDOR, 0, CIB_NETDEV, handle_vendor, "");
|
coalesce.c | 168 COMMAND(coalesce, enable, "<config-file>", 195 COMMAND(coalesce, disable, "", NL80211_CMD_SET_COALESCE, 0, CIB_PHY, 286 COMMAND(coalesce, show, "", NL80211_CMD_GET_COALESCE, 0, CIB_PHY, handle_coalesce_show,
|
reg.c | 112 COMMAND(reg, set, "<ISO/IEC 3166-1 alpha2>", 260 COMMAND(reg, get, NULL, NL80211_CMD_GET_REG, 0, CIB_NONE, handle_reg_get, 262 COMMAND(reg, get, NULL, NL80211_CMD_GET_REG, 0, CIB_PHY, handle_reg_get,
|
mesh.c | 366 COMMAND(set, mesh_param, "<param>=<value> [<param>=<value>]*", 368 "Set mesh parameter (run command without any to see available ones)."); 431 COMMAND(get, mesh_param, "[<param>]", 433 "Retrieve mesh parameter (run command without any to see available ones)."); 605 COMMAND(mesh, join, "<mesh ID> [[freq <freq in MHz> <HT20|HT40+|HT40-|NOHT>]" 623 COMMAND(mesh, leave, NULL, NL80211_CMD_LEAVE_MESH, 0, CIB_NETDEV, leave_mesh,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/dos/ |
detect.mk | 26 # command-line program to see if its output contains the word `Dos' or 37 # We try to recognize a Dos session under OS/2. The `ver' command 41 # substring `MDOS\COMMAND' 44 is_dos := $(findstring MDOS\COMMAND,$(COMSPEC))
|
/frameworks/av/media/libmedia/ |
IEffect.cpp | 31 COMMAND, 62 status_t command(uint32_t cmdCode, function in class:android::BpEffect 68 ALOGV("command"); 87 status_t status = remote()->transact(COMMAND, data, &reply); 152 case COMMAND: { 153 ALOGV("COMMAND"); 177 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
smtpd.py | 106 COMMAND = 0 115 self.__state = self.COMMAND 147 if self.__state == self.COMMAND: 154 command = line.upper() 157 command = line[:i].upper() 159 method = getattr(self, 'smtp_' + command, None) 161 self.push('502 Error: command "%s" not implemented' % command) 184 self.__state = self.COMMAND 234 self.push('503 Error: nested MAIL command') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
smtpd.py | 106 COMMAND = 0 115 self.__state = self.COMMAND 147 if self.__state == self.COMMAND: 154 command = line.upper() 157 command = line[:i].upper() 159 method = getattr(self, 'smtp_' + command, None) 161 self.push('502 Error: command "%s" not implemented' % command) 184 self.__state = self.COMMAND 234 self.push('503 Error: nested MAIL command') [all...] |
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 106 COMMAND = 0 115 self.__state = self.COMMAND 147 if self.__state == self.COMMAND: 154 command = line.upper() 157 command = line[:i].upper() 159 method = getattr(self, 'smtp_' + command, None) 161 self.push('502 Error: command "%s" not implemented' % command) 184 self.__state = self.COMMAND 234 self.push('503 Error: nested MAIL command') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 106 COMMAND = 0 115 self.__state = self.COMMAND 147 if self.__state == self.COMMAND: 154 command = line.upper() 157 command = line[:i].upper() 159 method = getattr(self, 'smtp_' + command, None) 161 self.push('502 Error: command "%s" not implemented' % command) 184 self.__state = self.COMMAND 234 self.push('503 Error: nested MAIL command') [all...] |
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 106 COMMAND = 0 115 self.__state = self.COMMAND 147 if self.__state == self.COMMAND: 154 command = line.upper() 157 command = line[:i].upper() 159 method = getattr(self, 'smtp_' + command, None) 161 self.push('502 Error: command "%s" not implemented' % command) 184 self.__state = self.COMMAND 234 self.push('503 Error: nested MAIL command') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 106 COMMAND = 0 115 self.__state = self.COMMAND 147 if self.__state == self.COMMAND: 154 command = line.upper() 157 command = line[:i].upper() 159 method = getattr(self, 'smtp_' + command, None) 161 self.push('502 Error: command "%s" not implemented' % command) 184 self.__state = self.COMMAND 234 self.push('503 Error: nested MAIL command') [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit_android | 33 echo "COMMAND: $@" 37 # Hide command output and errors. 41 # Only hide command output 45 # Show command output and errors. 53 echo "COMMAND: $@" 57 # Hide command output and errors. 61 # Only hide command output 65 # Show command output and errors. 142 you use --cxx=<command> to override it. 275 # Run a shell command through ADB, return its status [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
testit_android | 33 echo "COMMAND: $@" 37 # Hide command output and errors. 41 # Only hide command output 45 # Show command output and errors. 53 echo "COMMAND: $@" 57 # Hide command output and errors. 61 # Only hide command output 65 # Show command output and errors. 138 you use --cxx=<command> to override it. 288 # Run a shell command through ADB, return its status [all...] |
/external/google-breakpad/src/testing/gtest/ |
CMakeLists.txt | 28 if (COMMAND pre_project_set_up_hermetic_build) 45 if (COMMAND set_up_hermetic_build)
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_filter_unittest.py | 37 environments and command line flags. 93 # The command line flag for specifying the test filters. 96 # The command line flag for including disabled tests. 99 # Command to run the gtest_filter_unittest_ program. 100 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_') 111 # The command line flag to tell Google Test to output the list of tests it 117 [COMMAND, LIST_TESTS_FLAG]).output 181 return gtest_test_utils.Subprocess([COMMAND] + (args or []), 188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 215 def RunWithSharding(total_shards, shard_index, command) [all...] |
/external/gtest/test/ |
gtest_filter_unittest.py | 37 environments and command line flags. 93 # The command line flag for specifying the test filters. 96 # The command line flag for including disabled tests. 99 # Command to run the gtest_filter_unittest_ program. 100 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_') 111 # The command line flag to tell Google Test to output the list of tests it 117 [COMMAND, LIST_TESTS_FLAG]).output 181 return gtest_test_utils.Subprocess([COMMAND] + (args or []), 188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 215 def RunWithSharding(total_shards, shard_index, command) [all...] |
/external/protobuf/gtest/test/ |
gtest_filter_unittest.py | 37 environments and command line flags. 93 # The command line flag for specifying the test filters. 96 # The command line flag for including disabled tests. 99 # Command to run the gtest_filter_unittest_ program. 100 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_') 111 # The command line flag to tell Google Test to output the list of tests it 117 [COMMAND, LIST_TESTS_FLAG]).output 181 return gtest_test_utils.Subprocess([COMMAND] + (args or []), 188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 215 def RunWithSharding(total_shards, shard_index, command) [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
CMakeLists.txt | 28 if (COMMAND pre_project_set_up_hermetic_build) 45 if (COMMAND set_up_hermetic_build)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_filter_unittest.py | 37 environments and command line flags. 93 # The command line flag for specifying the test filters. 96 # The command line flag for including disabled tests. 99 # Command to run the gtest_filter_unittest_ program. 100 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_') 111 # The command line flag to tell Google Test to output the list of tests it 117 [COMMAND, LIST_TESTS_FLAG]).output 181 return gtest_test_utils.Subprocess([COMMAND] + (args or []), 188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 215 def RunWithSharding(total_shards, shard_index, command) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_filter_unittest.py | 37 environments and command line flags. 93 # The command line flag for specifying the test filters. 96 # The command line flag for including disabled tests. 99 # Command to run the gtest_filter_unittest_ program. 100 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_') 111 # The command line flag to tell Google Test to output the list of tests it 117 [COMMAND, LIST_TESTS_FLAG]).output 181 return gtest_test_utils.Subprocess([COMMAND] + (args or []), 188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 215 def RunWithSharding(total_shards, shard_index, command) [all...] |