Searched refs:executable (Results 1 – 25 of 26) sorted by relevance
12
/frameworks/base/tools/aapt2/ |
D | development.md | 6 …make -j aapt2` will create an aapt2 executable in `out/host/linux-x86/bin/aapt2` (on Linux). This …
|
D | Android.bp | 197 // Build the host executable: aapt2
|
/frameworks/base/tools/bit/ |
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()
|
D | Android.bp | 18 // Build the host executable: bit
|
/frameworks/base/packages/SystemUI/scripts/ |
D | new_merge.py | 14 def executable(path): function 18 if path and executable(program): 23 if executable(exe):
|
/frameworks/base/cmds/app_process/ |
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.
|
/frameworks/native/cmds/dumpsys/ |
D | Android.bp | 44 // Static library used in testing and executable
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | Android.bp | 18 // Build the host executable: stats-log-api-gen 52 // Build the host test executable: stats-log-api-gen
|
/frameworks/base/cmds/bootanimation/ |
D | Android.bp | 33 // bootanimation executable
|
/frameworks/base/cmds/incident_helper/ |
D | README.md | 3 It is an executable used to help parsing text format data to protobuf.
|
/frameworks/compile/libbcc/ |
D | README.rst | 10 to an in-memory executable. libbcc is versatile because: 30 * after each compilation, serialize the in-memory executable into a 99 * **bccPrepareExecutableEx** - Create the in-memory executable by either 170 * **Context** - The context of the in-memory executable, including
|
/frameworks/av/services/mediaextractor/ |
D | Android.bp | 43 // service executable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeControllerImpl.java | 162 public void postOnShadeExpanded(Runnable executable) { in postOnShadeExpanded() argument 169 mNotificationPanelViewController.postToView(executable); in postOnShadeExpanded()
|
/frameworks/libs/systemui/motiontoollib/ |
D | build.gradle | 49 // Configure the protoc executable
|
/frameworks/libs/systemui/viewcapturelib/ |
D | build.gradle | 45 // Configure the protoc executable
|
/frameworks/base/tools/incident_report/ |
D | Android.bp | 18 // Build the host executable: incident_report
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 18 // Build the host executable: incident-section-gen
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 53 Prebuilt Win32 PC executable: SanOGLES-Gerbera.exe 55 Prebuilt Win32 PC executable: SanOGLES-PVRSDK.exe
|
D | license-LGPL.txt | 228 derivative of it, under Section 2) in object code or executable form 247 creates an executable that is a derivative of the Library (because it 249 library". The executable is therefore covered by this License. 289 Sections 1 and 2 above); and, if the work is an executable linked 293 executable containing the modified Library. (It is understood 301 rather than copying library functions into the executable, and (2) 318 For an executable, the required form of the "work that uses the 320 reproducing the executable from it. However, as a special exception, 324 which the executable runs, unless that component itself accompanies 325 the executable. [all …]
|
/frameworks/native/services/inputflinger/host/ |
D | Android.bp | 61 // build input flinger executable
|
/frameworks/base/tools/streaming_proto/ |
D | Android.bp | 18 // Build the host executable: protoc-gen-javastream
|
/frameworks/base/tools/split-select/ |
D | Android.bp | 108 // Build the host executable: split-select
|
/frameworks/base/tools/aapt/ |
D | Android.bp | 108 // Build the host executable: aapt
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 90 // Static library used in testing and executable
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 160 HelpText<"Emit a position-independent executable file">; 161 def PICExec : Flag<["--"], "pic-executable">,
|
12