/hardware/google/aemu/base/ |
D | StringUtils.cpp | 111 bool endsWith(std::string_view string, std::string_view suffix) { in endsWith() 166 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() 171 bool EndsWith(std::string_view s, char suffix) { in EndsWith() 175 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) { in EndsWithIgnoreCase()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/format/ |
D | u_format_test.c | 60 const char *suffix) in print_packed() 79 const char *suffix) in print_unpacked_rgba_doubl() 101 const char *suffix) in print_unpacked_rgba_float() 123 const char *suffix) in print_unpacked_rgba_8unorm() 144 const char *suffix) in print_unpacked_z_float() 166 const char *suffix) in print_unpacked_z_32unorm() 187 const char *suffix) in print_unpacked_s_8uint() 742 const char *suffix) in test_one_func() 767 const char *suffix) in test_format_metadata()
|
/hardware/interfaces/drm/1.0/vts/functional/include/ |
D | vendor_modules.h | 68 inline bool endsWith(const std::string& str, const std::string& suffix) const { in endsWith()
|
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | cpu_trace.h | 78 #define _MESA_TRACE_SCOPE_VAR_CONCAT(name, suffix) name##suffix argument 79 #define _MESA_TRACE_SCOPE_VAR(suffix) \ argument
|
/hardware/google/aemu/base/include/aemu/base/misc/ |
D | StringUtils.h | 167 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) { in ConsumeSuffix()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | EmuglBackendList.cpp | 48 std::string suffix("_indirect"); in getLibDirPath() local
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | BootloaderStateTest.cpp | 112 auto suffix = fs_mgr_get_slot_suffix(); in TEST_P() local
|
/hardware/interfaces/boot/1.1/default/ |
D | BootControl.cpp | 100 const char* suffix = impl_.GetSuffix(slot); in getSuffix() local
|
/hardware/interfaces/boot/1.2/default/ |
D | BootControl.cpp | 100 const char* suffix = impl_.GetSuffix(slot); in getSuffix() local
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | BootloaderStateTest.cpp | 115 auto suffix = fs_mgr_get_slot_suffix(); in TEST_P() local
|
D | KeyBlobUpgradeTest.cpp | 183 const std::string& suffix) { in load_file()
|
/hardware/google/pixel/bootctrl/ |
D | LegacyBootControl.cpp | 92 const char *suffix = mModule->getSuffix(mModule, slot); in getSuffix() local
|
/hardware/interfaces/boot/1.0/default/ |
D | BootControl.cpp | 91 const char *suffix = mModule->getSuffix(mModule, slot); in getSuffix() local
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_cmd_queue_gen.py | 425 def remove_suffix(text, suffix): argument
|
/hardware/interfaces/boot/aidl/vts/functional/ |
D | VtsHalBootAidlTargetTest.cpp | 175 std::string suffix; in TEST_P() local
|
/hardware/interfaces/boot/1.0/vts/functional/ |
D | VtsHalBootV1_0TargetTest.cpp | 175 auto cb = [&](hidl_string suffix) { suffixStr = suffix.c_str(); }; in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VulkanDispatch.cpp | 31 std::string suffix = pj({"lib64", "vulkan", icdFilename}); in icdJsonNameToProgramAndLauncherPaths() local
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_debug.h | 382 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument
|
/hardware/interfaces/boot/1.1/default/boot_control/ |
D | libboot_control.cpp | 185 int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
|
/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 203 std::string suffix; in GetSuffix() local
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 69 const char *suffix; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | encoder.py | 113 suffix=""): argument
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_toplevel.cpp | 180 const std::string& suffix in ends_with()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 30 def __init__(self, suffix, directory, basename, customAbsDir=None, suppress=False): argument
|