Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 25 of 152) sorted by relevance

1234567

/external/autotest/client/site_tests/platform_Firewall/
Dplatform_Firewall.py32 def _iptables_rules(executable): argument
39 def _check(expected_rule, actual_rules, error_msg, executable, check): argument
46 def _check_included(expected_rule, actual_rules, error_msg, executable): argument
54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): argument
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DShaderExecutable11.cpp21 d3d11::PixelShader &&executable) in ShaderExecutable11()
32 d3d11::VertexShader &&executable, in ShaderExecutable11()
44 d3d11::GeometryShader &&executable) in ShaderExecutable11()
55 d3d11::ComputeShader &&executable) in ShaderExecutable11()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DBuilderMethodClassifierForAutoBuilder.java44 private final ExecutableElement executable; field in BuilderMethodClassifierForAutoBuilder
50 ExecutableElement executable, in BuilderMethodClassifierForAutoBuilder()
76 ExecutableElement executable, in classify()
137 ExecutableElement executable, in rewriteParameterTypes()
173 ExecutableElement executable) { in executableTypeParams()
DAutoBuilderProcessor.java122 ExecutableElement executable = findExecutable(ofClass, callMethod, autoBuilderType, methods); in processType() local
155 ExecutableElement executable, Map<String, String> propertyToGetterName) { in propertySet()
266 static String executableString(ExecutableElement executable) { in executableString()
278 ExecutableElement executable, ImmutableSet<ExecutableElement> methods) { in executableMatches()
329 private TypeMirror builtType(ExecutableElement executable) { in builtType()
340 private String build(ExecutableElement executable) { in build()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DShaderExecutable9.cpp19 IDirect3DPixelShader9 *executable) in ShaderExecutable9()
28 IDirect3DVertexShader9 *executable) in ShaderExecutable9()
/external/angle/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp107 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in begin() local
172 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in pause() local
191 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in resume() local
269 const gl::ProgramExecutable &executable, in updateDescriptorSet()
319 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in getBufferOffsets() local
DProgramExecutableVk.cpp638 void ProgramExecutableVk::addImageDescriptorSetDesc(const gl::ProgramExecutable &executable, in addImageDescriptorSetDesc()
693 const gl::ProgramExecutable &executable, in addInputAttachmentDescriptorSetDesc()
729 const gl::ProgramExecutable &executable, in addTextureDescriptorSetDesc()
1390 const gl::ProgramExecutable &executable, in updateAtomicCounterBuffersDescriptorSet()
1473 const gl::ProgramExecutable &executable, in updateImagesDescriptorSet()
1583 const gl::ProgramExecutable *executable, in updateShaderResourcesDescriptorSet()
1667 const gl::ProgramExecutable &executable, in updateInputAttachmentDescriptorSet()
1730 const gl::ProgramExecutable &executable, in updateUniformsAndXfbDescriptorSet()
1762 const gl::ProgramExecutable &executable, in updateTransformFeedbackDescriptorSetImpl()
1793 const gl::ProgramExecutable &executable, in updateTexturesDescriptorSet()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc47 xla::LocalExecutable* executable, in Run()
109 xla::LocalExecutable** executable) { in Compile()
169 xla::LocalExecutable* executable; in Compute() local
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc89 xla::LocalExecutable* executable, XRTMemoryManager::WorkingSet* working_set, in GetInputTuples()
299 xla::LocalExecutable* executable, in RunExecutable()
379 xla::LocalExecutable* executable, in ExecuteComputation()
399 xla::LocalExecutable* executable, in ExecuteComputation()
482 xla::LocalExecutable* executable = entry->get().get_executable(); in DoWork() local
565 xla::LocalExecutable* executable = entry->get().get_executable(); in DoWork() local
Dtpu_execute_op.cc127 const TPUExecutableInfoProto& executable = in GetExecutableAliasConfig() local
190 const TPUExecutableInfoProto& executable, in RunExecutable()
232 XRTMemoryManager* memory_manager, const TPUExecutableInfoProto& executable, in ExecuteTPUProgram()
331 const TPUExecutableInfoProto& executable = in DoWork() local
443 const TPUExecutableInfoProto& executable = in DoWork() local
/external/python/cpython3/Lib/unittest/
D__main__.py10 executable = os.path.basename(sys.executable) variable
/external/zstd/tests/
Dautomated_benchmarking.py112 def benchmark_single(executable, level, filename): argument
122 def benchmark_n(executable, level, filename, n): argument
145 def benchmark_dictionary_single(executable, filenames_directory, dictionary_filename, level, iterat… argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultiple_devices_on_host_test.cc37 LocalExecutable* executable, int device_ordinal, LocalClient* client, in CompileAndExecute()
71 std::unique_ptr<LocalExecutable> executable = std::move(executables[0]); in TestWithDeviceCount() local
/external/libchrome/base/files/
Dfile_util_android.cc12 bool GetShmemTempDir(bool executable, base::FilePath* path) { in GetShmemTempDir()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc86 xla::LocalClient* client, xla::LocalExecutable* executable, in XlaExecutableClosure()
99 xla::LocalExecutable* executable() const { return executable_; } in executable() function in tensorflow::__anon910e34ae0111::XlaExecutableClosure
181 xla::LocalExecutable** executable) { in CompileToLocalExecutable()
234 xla::LocalExecutable* executable; in Compute() local
394 xla::LocalExecutable* executable; in Compute() local
/external/autotest/client/site_tests/security_SeccompSyscallFilters/
Dsecurity_SeccompSyscallFilters.py18 executable = 'seccomp_bpf_tests' variable in security_SeccompSyscallFilters
/external/autotest/client/site_tests/security_Libcontainer/
Dsecurity_Libcontainer.py16 executable = 'libcontainer_target_test' variable in security_Libcontainer
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_compile_test.cc33 auto executable = CompileMlirText(mlir_text); in TEST_F() local
Dgpu_spmd_single_partition_test.cc47 StatusOr<std::unique_ptr<Executable>> executable = in TEST_F() local
Dgpu_codegen_test.cc51 std::unique_ptr<Executable> executable = in CompileAndOptionallyVerifyPtx() local
/external/python/setuptools/setuptools/_distutils/
Dspawn.py72 def find_executable(executable, path=None): argument
/external/python/cpython3/Lib/distutils/
Dspawn.py95 def find_executable(executable, path=None): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfor_thunk.cc35 Status ForThunk::Initialize(const GpuExecutable& executable, in Initialize()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc44 LocalExecutable::LocalExecutable(std::unique_ptr<Executable> executable, in LocalExecutable()
202 const Backend* backend, const Executable* executable, in DumpArguments()
392 for (auto& executable : executables) { in Compile() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_kernels.cc186 Expected<AsyncValuePtr<JitExecutable>> executable = in Compile() local
264 static void ExecuteImpl(Executable& executable, in ExecuteImpl()
321 AsyncValuePtr<Executable> executable = jit_executable.GetExecutable( in ExecuteImpl() local

1234567