HomeSort by relevance Sort by last modified time
    Searched defs:Execute (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/v8/tools/testrunner/network/
endpoint.py 89 def Execute(workspace, ctx, tests, sock, server):
  /test/vts/utils/python/mirror/
shell_mirror.py 42 def Execute(self, command, no_except=False):
43 '''Execute remote shell commands on device.
46 command: string or a list of string, shell commands to execute on
mirror_tracker.py 203 def Execute(self, command, no_except=False):
204 """Execute a shell command with default shell terminal."""
207 return getattr(self, _DEFAULT_SHELL_NAME).Execute(command, no_except)
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/
BootScriptExecuter.h 8 execution, the PEIM looks for a relevant PPI that is available to execute it, rather than executing it
74 EFI_PEI_BOOT_SCRIPT_EXECUTE Execute;
Smbus.h 43 instance to use to execute the SMBus transactions.
47 @param[in, out] Buffer Contains the value of data to execute to the SMBus
210 EFI_PEI_SMBUS_PPI_EXECUTE_OPERATION Execute;
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_runner.h 73 StatusOr<std::unique_ptr<Literal>> Execute(
99 StatusOr<std::unique_ptr<Literal>> HloRunner::Execute(
  /external/v8/tools/
android-run.py 49 def Execute(cmdline):
105 error_code = Execute(command)
  /external/v8/tools/foozzie/
v8_commands.py 31 def Execute(args, cwd, timeout=None):
  /external/v8/tools/testrunner/local/
commands.py 129 def Execute(args, verbose=False, timeout=None):
  /system/update_engine/payload_generator/
tarjan.cc 34 void TarjanAlgorithm::Execute(Vertex::Index vertex,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/BootScriptExecuter/
BootScriptExecuter.h 45 PEI_BOOT_SCRIPT_EXECUTE Execute;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCSmbusExec.c 34 it will use to execute the SMBus transactions. This SMBus
44 @param Buffer Contains the value of data to execute to the SMBus slave device.
129 The internal worker function provides a standard way to execute an operation as defined in the
140 it will use to execute the SMBus transactions. This SMBus
150 @param Buffer Contains the value of data to execute to the SMBus slave device.
173 Execute (
  /external/gemmlowp/meta/
single_thread_transform.h 42 static void Execute(const P& params, int leftovers) {
53 Dispatch1D<E, P, kernel_size, variable_leftovers - 1>::Execute(params,
61 static void Execute(const P& params, int leftovers) {
83 kernel_size - 1>::Execute(params, params.kernel.count %
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus/
Smbus.h 93 PEI_SMBUS_PPI_EXECUTE_OPERATION Execute;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus2/
Smbus2.h 87 EFI_PEI_SMBUS2_PPI_EXECUTE_OPERATION Execute;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Smbus/
Smbus.h 86 EFI_SMBUS_HC_EXECUTE_OPERATION Execute;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
Smbus2.h 44 will use to execute the SMBus transactions.
52 @param Buffer Contains the value of data to execute to the SMBus slave device.
191 EFI_PEI_SMBUS2_PPI_EXECUTE_OPERATION Execute;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmbusHc.h 31 The Execute() function provides a standard way to execute an
41 EFI_PEI_SMBUS_PPI.Execute() in the Platform
52 EFI_PEI_SMBUS_PPI.Execute() in the Platform
57 execute the SMBus transactions. This SMBus
61 defined in EFI_PEI_SMBUS_PPI.Execute() in the
77 @param Buffer Contains the value of data to execute to the
285 EFI_SMBUS_HC_EXECUTE_OPERATION Execute;
  /external/pdfium/testing/
xfa_js_embedder_test.cpp 56 bool XFAJSEmbedderTest::Execute(const ByteStringView& input) {
  /frameworks/base/tools/aapt2/xml/
XmlActionExecutor.cpp 51 bool XmlNodeAction::Execute(XmlActionExecutorPolicy policy, std::vector<StringPiece>* bread_crumb,
64 error |= !iter->second.Execute(policy, bread_crumb, diag, child_el);
91 bool XmlActionExecutor::Execute(XmlActionExecutorPolicy policy, IDiagnostics* diag,
109 return iter->second.Execute(policy, &bread_crumb, &source_diag, el);
  /system/nvram/hal/
testing_nvram_implementation.cpp 41 void Execute(const nvram::Request& request,
70 void TestingNvramImplementation::Execute(const nvram::Request& request,
  /external/autotest/site_utils/stats/
mysql_stats.py 89 def Execute(self, *args, **kwargs):
90 """Runs .execute on the cursor, reconnecting on failure."""
92 return self.cursor.execute(*args, **kwargs)
107 connection.Execute('SHOW GLOBAL STATUS LIKE "%s";' % status)
  /external/clang/examples/clang-interpreter/
main.cpp 53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) {
161 // Create and execute the frontend to generate an LLVM bitcode module.
168 Res = Execute(std::move(Module), envp);
  /external/webp/src/utils/
thread_utils.h 67 void (*Execute)(WebPWorker* const worker);
  /external/webrtc/webrtc/base/
asyncinvoker-inl.h 34 virtual void Execute() = 0;
45 virtual void Execute() {
91 virtual void Execute() {
119 virtual void Execute() {

Completed in 399 milliseconds

1 2 3 4 5 6 7