/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/ |
D | input_collector.kt | 92 ?.filter { executable -> isSyntheticMethod(executable) } in generatedAdapterInfoFor() method 100 val methods = typeElement.methods().filter { executable -> in createObserverInfo() method 101 MoreElements.isAnnotationPresent(executable, OnLifecycleEvent::class.java) in createObserverInfo() 102 }.map { executable -> in createObserverInfo() method 103 val onState = executable.getAnnotation(OnLifecycleEvent::class.java) in createObserverInfo() 104 if (validator.validateMethod(executable, onState.value)) { in createObserverInfo() 105 EventMethod(executable, onState, typeElement) in createObserverInfo()
|
D | transformation.kt | 82 val executable = eventMethod.method in needsSyntheticAccess() constant 84 && (executable.isPackagePrivate() || executable.isProtected()) in needsSyntheticAccess()
|
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/model/ |
D | InputModel.kt | 39 return syntheticMethods.any { executable -> in <lambda>() method 40 executable.name() == syntheticName(eventMethod.method) in <lambda>() 42 && (eventMethod.method.parameters.size + 1) == executable.parameters.size in <lambda>()
|
/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/tools/bit/ |
D | command.cpp | 208 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()
|
D | Android.bp | 18 // Build the host executable: bit
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/ |
D | DatabaseProcessor.kt | 89 val executable = MoreElements.asExecutable(it) in <lambda>() constant 92 val daoType = MoreTypes.asTypeElement(executable.returnType) in <lambda>() 94 DaoMethod(executable, executable.simpleName.toString(), dao) in <lambda>()
|
/frameworks/base/tools/stats_log_api_gen/ |
D | Android.bp | 18 // Build the host executable: stats-log-api-gen 42 // Build the host test executable: stats-log-api-gen
|
/frameworks/native/cmds/dumpsys/ |
D | Android.bp | 28 // Static library used in testing and executable
|
/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/base/cmds/incident_helper/ |
D | README.md | 3 It is an executable used to help parsing text format data to protobuf.
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 18 // Build the host executable: incident-section-gen
|
/frameworks/base/tools/incident_report/ |
D | Android.bp | 18 // Build the host executable: incident_report
|
/frameworks/base/tools/streaming_proto/ |
D | Android.bp | 18 // Build the host executable: protoc-gen-javastream
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 51 // Static library used in testing and executable
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 24 An lldb-server executable must be present on your device/emulator. 96 The path to lldb executable on the host. 98 Path to the lldb-server executable on the device. 100 Path to the lldb-server executable on host (if using 209 executable from the custom package.
|
D | run_tests.py | 507 sys.executable,
|
/frameworks/native/services/inputflinger/host/ |
D | Android.bp | 46 // build input flinger executable
|
/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/support/development/checkstyle/ |
D | LICENSE | 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/base/tools/split-select/ |
D | Android.bp | 100 // Build the host executable: split-select
|
/frameworks/base/tools/aapt2/ |
D | Android.bp | 184 // Build the host executable: aapt2
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 160 HelpText<"Emit a position-independent executable file">; 161 def PICExec : Flag<["--"], "pic-executable">,
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 135 - The Main executable (Main.cpp)
|