Home
last modified time | relevance | path

Searched defs:executable (Results 76 – 100 of 657) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/python/cpython3/Lib/
Dplatform.py161 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
646 def architecture(executable=sys.executable, bits='', linkage=''): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dplatform.py161 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
646 def architecture(executable=sys.executable, bits='', linkage=''): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dplatform.py161 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
646 def architecture(executable=sys.executable, bits='', linkage=''): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.cc500 Executable* executable, in ExecuteAndRegisterResult()
691 for (const auto& executable : executables) { in ExecuteGraphParallel() local
763 Executable* executable = executable_ptrs[i]; in ExecuteGraphParallel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client.py318 def execute_with_python_values(executable, arguments, backend): argument
329 def execute_with_python_values_replicated(executable, arguments, backend): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dreplay_computation.cc231 LocalExecutable* executable, in ReplayComputation()
500 LocalExecutable* executable = executables[i].ValueOrDie().get(); in RealMain() local
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_common.py251 def executable( function
299 executable, argument
/aosp_15_r20/external/google-fruit/tests/
H A Dfruit_test_common.py80 def run_command(executable, args=[], modify_env=lambda env: env): argument
100 def run_compiled_executable(executable): argument
/aosp_15_r20/art/runtime/oat/
H A Doat_file.h123 bool executable, in Open()
141 bool executable, in Open()
/aosp_15_r20/external/python/cpython2/Lib/
Dplatform.py172 def libc_ver(executable=sys.executable,lib='',version='', chunksize=2048): argument
1062 def architecture(executable=sys.executable,bits='',linkage=''): argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp2772 FramebufferFetchMode GetProgramFramebufferFetchMode(const gl::ProgramExecutable *executable) in GetProgramFramebufferFetchMode()
5963 void WriteDescriptorDescs::updateImages(const gl::ProgramExecutable &executable, in updateImages()
6000 const gl::ProgramExecutable &executable, in updateInputAttachments()
6044 const gl::ProgramExecutable &executable) in updateExecutableActiveTextures()
6077 const gl::ProgramExecutable &executable) in updateDefaultUniform()
6088 const gl::ProgramExecutable &executable) in updateTransformFeedbackWrite()
6310 const gl::ProgramExecutable &executable, in updateUniformsAndXfb()
6348 const gl::ProgramExecutable &executable, in updatePreCacheActiveTextures()
6558 const gl::ProgramExecutable &executable, in updateShaderBuffers()
6586 const gl::ProgramExecutable &executable, in updateAtomicCounters()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DFile.java1680 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable()
1720 public boolean setExecutable(boolean executable) { in setExecutable()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_stream_executor_client.h199 const PjRtLoadedExecutable& executable) const override { in ExecutableFingerprint()
204 const PjRtLoadedExecutable& executable) const override { in SerializeExecutable()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DFile.java1680 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable()
1720 public boolean setExecutable(boolean executable) { in setExecutable()
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DFile.java1680 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable()
1720 public boolean setExecutable(boolean executable) { in setExecutable()
/aosp_15_r20/external/python/cpython3/Lib/unittest/
D__main__.py10 executable = os.path.basename(sys.executable) variable
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexecutable_procfs.go15 func executable() (string, error) { func
Dexecutable_wasm.go14 func executable() (string, error) { func
Dexecutable_plan9.go14 func executable() (string, error) { func
Dexecutable_sysctl.go14 func executable() (string, error) { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/unittest/
D__main__.py10 executable = os.path.basename(sys.executable) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/unittest/
D__main__.py10 executable = os.path.basename(sys.executable) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/unittest/
D__main__.py10 executable = os.path.basename(sys.executable) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/unittest/
D__main__.py10 executable = os.path.basename(sys.executable) variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/
H A D__main__.py10 executable = os.path.basename(sys.executable) variable

12345678910>>...27