Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DSpotFilter.kt40 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/
Dlit.site.cfg23 # 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)
DREADME12 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/
Dlit.cfg30 # 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)
DREADME4 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/
DAndroid.bp4 // Keymap validation tool.
43 // This tool is prebuilt if we're doing an app-only build.
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogGroupReader.kt17 package com.android.protolog.tool in <lambda>()
19 import com.android.protolog.tool.Constants.ENUM_VALUES_METHOD in <lambda>()
DConstants.kt17 package com.android.protolog.tool
DLogGroup.kt17 package com.android.protolog.tool
DProtoLogCallVisitor.kt17 package com.android.protolog.tool
DParsingContext.kt17 package com.android.protolog.tool
DLogLevel.kt17 package com.android.protolog.tool
DViewerConfigBuilder.kt17 package com.android.protolog.tool in <lambda>()
21 import com.android.protolog.tool.Constants.VERSION in <lambda>()
Dexceptions.kt17 package com.android.protolog.tool
/frameworks/base/tools/obbtool/
DAndroid.bp34 // This tool is prebuilt if we're doing an app-only build.
54 // This tool is prebuilt if we're doing an app-only build.
/frameworks/av/media/libaudioprocessing/tests/
DAndroid.bp47 // audio mixer test tool
58 // build audio resampler test tool
/frameworks/base/tools/protologtool/
Dmanifest.txt1 Main-class: com.android.protolog.tool.ProtoLogTool
DREADME.md3 Code transformation tool and viewer for ProtoLog.
87 * a code processing tool.
100 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
111 …ging groups or statements you should build the project and follow instructions printed by the tool.
DAndroid.bp13 "src/com/android/protolog/tool/**/*.kt",
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DProtoLogToolTest.kt17 package com.android.protolog.tool
DViewerConfigBuilderTest.kt17 package com.android.protolog.tool
20 import com.android.protolog.tool.ViewerConfigBuilder.LogCall
/frameworks/compile/libbcc/tests/libbcc/
Dlit.cfg34 # Based on LLVM's lit.cfg: "For each occurrence of an llvm tool name
36 # holding that tool."
/frameworks/layoutlib/rename_font/
DREADME1 This tool is used to rename the PS name encoded inside the ttf font that we ship
/frameworks/native/cmds/installd/
DAndroid.bp175 // OTA chroot tool
285 // Let this depend on otapreopt, the chroot tool and the slot script,
/frameworks/base/tools/aapt2/
Ddevelopment.md8 Static version of the tool (without shared libraries) can be built with `make -j static_sdk_tools d…

123