Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationVisitUrisTest.java454 Type[] parameterTypes = executable.getGenericParameterTypes(); in generateParameters()
459 where.plus(executable, in generateParameters()
500 static String methodToString(Executable executable) { in methodToString() argument
502 executable.getDeclaringClass().getName(), in methodToString()
503 executable.getName(), in methodToString()
593 static int getMethodScore(Executable executable) { in getMethodScore() argument
594 return Arrays.stream(executable.getParameterTypes()) in getMethodScore()
731 Item(@NonNull Executable executable, @Nullable String extra) { in Item() argument
733 mMaybeMethod = checkNotNull(executable); in Item()
774 Location plus(Executable executable, String extra) { in plus() argument
[all …]
/aosp14/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 …
H A DAndroid.bp202 // Build the host executable: aapt2
/aosp14/frameworks/base/tools/bit/
H A Dcommand.cpp209 string executable = string(dir) + "/" + prog; in exec_with_path_search() local
210 if (stat(executable.c_str(), &st) == 0) { in exec_with_path_search()
211 execve(executable.c_str(), (char*const*)argv, (char*const*)envp); in exec_with_path_search()
H A DAndroid.bp18 // Build the host executable: bit
/aosp14/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py14 def executable(path): function
18 if path and executable(program):
23 if executable(exe):
/aosp14/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.
/aosp14/frameworks/base/cmds/bootanimation/
H A DAndroid.bp33 // bootanimation executable
/aosp14/frameworks/base/cmds/incident_helper/
H A DREADME.md3 It is an executable used to help parsing text format data to protobuf.
/aosp14/frameworks/base/tools/incident_report/
H A DAndroid.bp18 // Build the host executable: incident_report
/aosp14/frameworks/base/tools/incident_section_gen/
H A DAndroid.bp18 // Build the host executable: incident-section-gen
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java202 public void postOnShadeExpanded(Runnable executable) { in postOnShadeExpanded() argument
209 getShadeViewController().postToView(executable); in postOnShadeExpanded()
/aosp14/frameworks/base/tools/streaming_proto/
H A DAndroid.bp18 // Build the host executable: protoc-gen-javastream
/aosp14/frameworks/base/tools/split-select/
H A DAndroid.bp108 // Build the host executable: split-select
/aosp14/frameworks/base/tools/aapt/
H A DAndroid.bp108 // Build the host executable: aapt
/aosp14/system/core/init/
H A DREADME.md34 `/system/etc/init/hw/init.rc` is the primary .rc file and is loaded by the init executable at the
388 seclabel or computed based on the service executable file security context.
449 the QueueEventTrigger() function within the init executable. These
660 With "--early" set, the init executable will skip mounting entries with
662 init executable will only mount entries with "latemount" flag. By default,
798 There are only three times where the init executable imports .rc files:
1069 2) For devices with a ramdisk, first stage init is a static executable located at /init. These
/aosp14/system/core/rootdir/
H A Dinit.rc879 # Set directories to be executable by any process so that debuggerd,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...