/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/native/libs/binder/tests/parcel_fuzzer/binder2corpus/ |
D | README.md | 3 This tool converts recordings generated by record_binder tool to fuzzer seeds for fuzzService. 21 ## run corpus generator tool
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 437 uint16_t tool = static_cast<uint16_t>(toolTypeIterator->second); in writeMotionEvent() local 438 if (uinputAction == UinputAction::PRESS && !handleStylusDown(tool, eventTime)) { in writeMotionEvent() 445 if (uinputAction == UinputAction::RELEASE && !handleStylusUp(tool, eventTime)) { in writeMotionEvent() 481 bool VirtualStylus::handleStylusDown(uint16_t tool, std::chrono::nanoseconds eventTime) { in handleStylusDown() argument 486 if (!writeInputEvent(EV_KEY, tool, static_cast<int32_t>(UinputAction::PRESS), eventTime)) { in handleStylusDown() 487 ALOGE("Failed to write EV_KEY for stylus tool type: %u.", tool); in handleStylusDown() 498 bool VirtualStylus::handleStylusUp(uint16_t tool, std::chrono::nanoseconds eventTime) { in handleStylusUp() argument 499 if (!writeInputEvent(EV_KEY, tool, static_cast<int32_t>(UinputAction::RELEASE), eventTime)) { in handleStylusUp() 500 ALOGE("Failed to write EV_KEY for stylus tool type: %u.", tool); in handleStylusUp()
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | ProtoLogGroupReader.kt | 17 package com.android.protolog.tool in <lambda>() 19 import com.android.protolog.tool.Constants.ENUM_VALUES_METHOD in <lambda>()
|
D | ViewerConfigJsonBuilder.kt | 17 package com.android.protolog.tool in <lambda>() 20 import com.android.protolog.tool.Constants.VERSION in <lambda>()
|
D | Constants.kt | 17 package com.android.protolog.tool
|
D | LogGroup.kt | 17 package com.android.protolog.tool
|
D | MethodCallVisitor.kt | 17 package com.android.protolog.tool
|
D | ProtoLogCallProcessor.kt | 17 package com.android.protolog.tool
|
D | ProtoLogCallVisitor.kt | 17 package com.android.protolog.tool
|
D | ParsingContext.kt | 17 package com.android.protolog.tool
|
/frameworks/base/tools/validatekeymaps/ |
D | Android.bp | 4 // Keymap validation tool. 47 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/base/tools/obbtool/ |
D | Android.bp | 34 // 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/ |
D | Android.bp | 48 // audio mixer test tool 59 // build audio resampler test tool
|
/frameworks/base/tools/protologtool/ |
D | manifest.txt | 1 Main-class: com.android.protolog.tool.ProtoLogTool
|
D | README.md | 3 Code transformation tool and viewer for ProtoLog. 90 * a code processing tool. 103 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special… 114 …ging groups or statements you should build the project and follow instructions printed by the tool.
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 5 HostStubGen is a tool built for ravenwood. It can read an Android framework jar file 24 Contains source code of the "hoststubgen" tool and relevant code 28 HostStubGen tool source code.
|
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | ViewerConfigJsonBuilderTest.kt | 17 package com.android.protolog.tool 21 import com.android.protolog.tool.ProtoLogTool.LogCall
|
D | EndToEndTest.kt | 17 package com.android.protolog.tool in <lambda>() 19 import com.android.protolog.tool.ProtoLogTool.PROTOLOG_IMPL_SRC_PATH in <lambda>()
|
/frameworks/base/tools/app_metadata_bundles/ |
D | README.md | 9 * A pure Java command-line tool.
|
/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."
|