/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
D | SpotFilter.kt | 40 fun filterInto(out: MotionEvent.PointerCoords, tool: Int): MotionEvent.PointerCoords { in filterInto() 41 lastTool = tool in filterInto() 65 if (PRECISE_STYLUS_INPUT && tool == MotionEvent.TOOL_TYPE_STYLUS) { in filterInto() 78 protected fun addInternal(c: MotionEvent.PointerCoords, tool: Int) { in addInternal() 89 filterInto(tmpSpot, tool) in addInternal() 93 fun add(cv: List<MotionEvent.PointerCoords>, tool: Int) { in add() 95 addInternal(c, tool) in add() 100 val tool = evt.getToolType(0) in add() constant 103 addInternal(tmpSpot, tool) in add() 106 addInternal(tmpSpot, tool) in add()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 23 # Used to determine the absolute path of a tool. If env_var is set, it 26 # Determine which tool to use. 27 tool = os.getenv(env_var) 30 if tool and os.path.isfile(tool): 31 return tool 34 tool = lit.util.which(binary_name, PATH) 36 if not tool: 40 return os.path.abspath(tool)
|
D | README | 12 output is verified against expected output by the llvm tool FileCheck. 52 To execute all the tests from this directory, use the llvm-lit tool: 56 The tool can be run from any directory.
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 30 # Determine which tool to use. 31 tool = os.getenv(env_var) 34 if tool and os.path.isfile(tool): 35 return tool 39 tool = lit.util.which(binary_name, PATH) 41 if not tool: 45 return os.path.abspath(tool)
|
D | README | 4 This directory contains tests for Slang that use the 'llvm-lit' testing tool. 31 To execute all the tests from this directory, use the Android llvm-lit tool 35 The tool can be run from any directory.
|
/frameworks/base/tools/validatekeymaps/ |
D | Android.bp | 4 // Keymap validation tool. 25 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | Android.bp | 38 // audio mixer test tool 49 // build audio resampler test tool
|
/frameworks/base/tools/obbtool/ |
D | Android.bp | 25 // This tool is prebuilt if we're doing an app-only build. 45 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | lit.cfg | 34 # Based on LLVM's lit.cfg: "For each occurrence of an llvm tool name 36 # holding that tool."
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 137 // OTA chroot tool 246 // Let this depend on otapreopt, the chroot tool and the slot script,
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | README.txt | 3 This tool parses systrace output generated by the NNTRACE macros and produces
|
/frameworks/layoutlib/rename_font/ |
D | README | 1 This tool is used to rename the PS name encoded inside the ttf font that we ship
|
/frameworks/base/tools/aapt2/ |
D | development.md | 8 Static version of the tool (without shared libraries) can be built with `make -j static_sdk_tools d…
|
/frameworks/layoutlib/ |
D | Android.bp | 19 // the classes in framework.jar. The layoutlib_create tool is used to
|
/frameworks/native/libs/input/ |
D | Android.bp | 15 // libinput is partially built for the host (used by build time keymap validation tool)
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 18 The tool works by scaping the debug log output from WindowOrientationListener 35 The tool displays several time series graphs that plot the output of the
|
/frameworks/base/tools/split-select/ |
D | Android.bp | 50 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/base/tools/aapt/ |
D | Android.bp | 49 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/ml/nn/tools/api/ |
D | README.md | 6 files. To avoid having to do this manually, a tool `generate_api.py` is 25 This tool generates a single output file from an input specification file and an 35 It has no meaning to the tool itself. Today, the following kinds are used:
|
/frameworks/ml/nn/ |
D | README.txt | 29 learning tool.
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 1 This is a tool to generate classic Bluetooth traffic with specified period and package size.
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | Android.bp | 91 "--domain-generator-tool $(location domainGeneratorConnector) " +
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 19 This tool is still in its early stages and has a number of limitations.
|
/frameworks/base/cmds/statsd/src/ |
D | atom_field_options.proto | 71 // Or fields that are hardcoded in stats_log_api_gen tool e.g., AttributionNode
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyHandler.h | 303 AString tool = MakeUserAgent(); in addSDES() local 305 data[offset++] = tool.size(); in addSDES() 307 memcpy(&data[offset], tool.c_str(), tool.size()); in addSDES() 308 offset += tool.size(); in addSDES()
|