/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationVisitUrisTest.java | 454 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 D | development.md | 6 …make -j aapt2` will create an aapt2 executable in `out/host/linux-x86/bin/aapt2` (on Linux). This …
|
H A D | Android.bp | 202 // Build the host executable: aapt2
|
/aosp14/frameworks/base/tools/bit/ |
H A D | command.cpp | 209 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 D | Android.bp | 18 // Build the host executable: bit
|
/aosp14/frameworks/base/packages/SystemUI/scripts/ |
H A D | new_merge.py | 14 def executable(path): function 18 if path and executable(program): 23 if executable(exe):
|
/aosp14/frameworks/base/cmds/app_process/ |
H A D | Android.bp | 32 // 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 D | Android.bp | 33 // bootanimation executable
|
/aosp14/frameworks/base/cmds/incident_helper/ |
H A D | README.md | 3 It is an executable used to help parsing text format data to protobuf.
|
/aosp14/frameworks/base/tools/incident_report/ |
H A D | Android.bp | 18 // Build the host executable: incident_report
|
/aosp14/frameworks/base/tools/incident_section_gen/ |
H A D | Android.bp | 18 // Build the host executable: incident-section-gen
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeControllerImpl.java | 202 public void postOnShadeExpanded(Runnable executable) { in postOnShadeExpanded() argument 209 getShadeViewController().postToView(executable); in postOnShadeExpanded()
|
/aosp14/frameworks/base/tools/streaming_proto/ |
H A D | Android.bp | 18 // Build the host executable: protoc-gen-javastream
|
/aosp14/frameworks/base/tools/split-select/ |
H A D | Android.bp | 108 // Build the host executable: split-select
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Android.bp | 108 // Build the host executable: aapt
|
/aosp14/system/core/init/ |
H A D | README.md | 34 `/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 D | init.rc | 879 # Set directories to be executable by any process so that debuggerd,
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |