Home
last modified time | relevance | path

Searched refs:m_command (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/tools/asuite/experiments/a/tools/
H A Dupdate_utils.py22 m_command = ''
26 m_command += cmd[2:] + ' '
29 if m_command:
30 result.insert(0, 'm ' + m_command.strip())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DCompletionRequest.h121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()
130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()
223 llvm::StringRef m_command;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DCompletionRequest.h121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()
130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()
223 llvm::StringRef m_command;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DCompletionRequest.h121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()
130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()
223 llvm::StringRef m_command;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DCompletionRequest.h121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()
130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()
223 llvm::StringRef m_command;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp109 const DrawCommandType m_command; member in vkt::conditional::__anon351cf8df0111::ConditionalDraw
140 , m_command(testSpec.command)
146 checkSupport(context, m_command);
331 switch (m_command) in recordDraw()
443 switch (m_command) in iterate()
H A DvktConditionalTransformFeedbackTests.cpp115 const DrawCommandType m_command; member in vkt::conditional::__anonca6804f20111::ConditionalTransformFeedbackDraw
162 , m_command(testSpec.command)
395 switch (m_command) in recordDraw()
492 switch (m_command) in iterate()
H A DvktConditionalDispatchTests.cpp99 const DispatchCommandType m_command; member in vkt::conditional::__anon492aa5010111::ConditionalDispatchTestInstance
143 , m_command(testSpec.command) in ConditionalDispatchTestInstance()
154 switch (m_command) in recordDispatch()