Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/aosp12/build/soong/python/tests/
H A Dpy-cmd_test.py51 assert_equal("basename(sys.executable)", os.path.basename(sys.executable), 'py2-cmd')
53 assert_equal("basename(sys.executable)", os.path.basename(sys.executable), 'py3-cmd')
54 assert_equal("sys.exec_prefix", sys.exec_prefix, sys.executable)
55 assert_equal("sys.prefix", sys.prefix, sys.executable)
62 assert_equal("sys.path[2]", sys.path[2], os.path.join(sys.executable, "internal"))
63 assert_equal("sys.path[3]", sys.path[3], os.path.join(sys.executable, "internal", "stdlib"))
68 …assert_equal("sys.path[2]", sys.path[2], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
69 …assert_equal("sys.path[3]", sys.path[3], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
70 …assert_equal("sys.path[4]", sys.path[4], os.path.join(sys.executable, 'lib', 'python' + str(sys.ve…
72 assert_equal("sys.path[6]", sys.path[6], os.path.join(sys.executable, "internal"))
[all …]
/aosp12/system/extras/simpleperf/runtest/
H A Druntest.conf3 <executable name="simpleperf_runtest_one_function"/>
21 <executable name="simpleperf_runtest_two_functions"/>
43 <executable name="simpleperf_runtest_function_fork"/>
66 <executable name="simpleperf_runtest_function_pthread"/>
85 <executable name="simpleperf_runtest_comm_change"/>
109 <executable name="simpleperf_runtest_function_recursive"/>
157 <executable name="simpleperf_runtest_function_indirect_recursive"/>
198 <executable name="simpleperf_runtest_comm_change"/>
207 <executable name="simpleperf_runtest_run_and_sleep"/>
216 <executable name="simpleperf_runtest_run_and_sleep"/>
/aosp12/build/make/core/
H A Dexecutable_internal.mk15 ifdef target-executable-hook
16 $(call target-executable-hook)
34 $(error $(LOCAL_PATH): $(LOCAL_MODULE) is statically linking libc to dynamic executable, please rem…
70 $(transform-o-to-static-executable)
74 $(transform-o-to-executable)
H A Dhost_executable_internal.mk15 ifdef host-executable-hook
16 $(call host-executable-hook)
43 $(transform-host-o-to-executable)
/aosp12/art/runtime/
H A Doat_file.cc133 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() argument
153 bool executable,
160 bool executable,
212 executable, in OpenOatFile()
252 executable, in OpenOatFile()
1082 bool executable,
1175 if (!executable) { in Load()
1490 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile() argument
1513 bool executable,
1520 bool executable,
[all …]
H A Doat_file.h105 bool executable,
114 bool executable, in Open() argument
121 executable, in Open()
131 bool executable, in Open() argument
137 executable, in Open()
151 bool executable,
387 OatFile(const std::string& filename, bool executable);
/aosp12/system/bt/test/headless/
H A DREADME.md4 ## A device-side executable that consists of a binary executable
17 Install: Push the binary to an executable area on target device.
/aosp12/system/unwinding/libunwindstack/
H A DAndroidVersions.md23 and one read/executable. The libunwindstack on P and the unwinder on older
32 that the bias is coming from the program header for the executable
53 in the executable. On API level 28, this would result in some incorrect
70 contains the executable code from the elf. Before this, the unwinder
72 contained the elf header data and the executable code.
106 executable PT\_LOAD program header. This has only ever been a problem
113 or eh\_frame\_hdr does not have the same bias as the executable section,
121 executable map for the elf data and executable data, the offset into the
131 a read-only map of the elf data, and a read-executable map of the
/aosp12/build/soong/ui/build/
H A Dtest_build.go51 executable := config.PrebuiltBuildTool("ninja")
58 cmd := Command(ctx, config, "ninja", executable, args...)
126 queryCmd := Command(ctx, config, "ninja", executable,
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/system/sepolicy/private/
H A Dpreopt2cachename.te1 # preopt2cachename executable
3 # This executable translates names from the preopted versions the build system
/aosp12/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py14 def executable(path): function
18 if path and executable(program):
23 if executable(exe):
/aosp12/frameworks/base/tests/ApkVerityTest/block_device_writer/
H A DAndroid.bp27 // Depending on how the test runs, the executable may be uploaded to different location.
43 // the uploader does not pick up the executable from correct output location. The following
46 // * refer to the same executable name in Java
/aosp12/frameworks/base/tools/bit/
H A Dcommand.cpp208 string executable = string(dir) + "/" + prog; in exec_with_path_search() local
209 if (stat(executable.c_str(), &st) == 0) { in exec_with_path_search()
210 execve(executable.c_str(), (char*const*)argv, (char*const*)envp); in exec_with_path_search()
/aosp12/frameworks/base/tools/aapt2/
H A Ddevelopment.md6 …make -j aapt2` will create an aapt2 executable in `out/host/linux-x86/bin/aapt2` (on Linux). This …
/aosp12/build/soong/cuj/
H A Dcuj.go109 if executable, err := os.Executable(); err == nil {
110 …trace.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+filepath.Base(executable)+…
/aosp12/packages/modules/adb/
H A Dsysdeps_unix.cpp68 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process() argument
78 copies.emplace_back(executable); in adb_launch_process()
/aosp12/frameworks/base/cmds/app_process/
H A DAndroid.bp32 // Symbols exported from the executable in .dynsym interpose symbols in every
36 // By default, the static linker doesn't export most of an executable's symbols,
40 // an executable.
/aosp12/system/bt/gd/
H A Dsetup.py41 cmd = [sys.executable, '-c', 'import acts']
49 cmd = [sys.executable, acts_setup_bin, cmd_str]

12345678910>>...16