Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/aemu/base/
DStringUtils.cpp111 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/
Du_format_test.c60 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/
Dvendor_modules.h68 inline bool endsWith(const std::string& str, const std::string& suffix) const { in endsWith()
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dcpu_trace.h78 #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/
DStringUtils.h167 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) { in ConsumeSuffix()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList.cpp48 std::string suffix("_indirect"); in getLibDirPath() local
/hardware/interfaces/keymaster/4.0/vts/functional/
DBootloaderStateTest.cpp112 auto suffix = fs_mgr_get_slot_suffix(); in TEST_P() local
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp100 const char* suffix = impl_.GetSuffix(slot); in getSuffix() local
/hardware/interfaces/boot/1.2/default/
DBootControl.cpp100 const char* suffix = impl_.GetSuffix(slot); in getSuffix() local
/hardware/interfaces/security/keymint/aidl/vts/functional/
DBootloaderStateTest.cpp115 auto suffix = fs_mgr_get_slot_suffix(); in TEST_P() local
DKeyBlobUpgradeTest.cpp183 const std::string& suffix) { in load_file()
/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp92 const char *suffix = mModule->getSuffix(mModule, slot); in getSuffix() local
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp91 const char *suffix = mModule->getSuffix(mModule, slot); in getSuffix() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_cmd_queue_gen.py425 def remove_suffix(text, suffix): argument
/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp175 std::string suffix; in TEST_P() local
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp175 auto cb = [&](hidl_string suffix) { suffixStr = suffix.c_str(); }; in TEST_P()
/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp31 std::string suffix = pj({"lib64", "vulkan", icdFilename}); in icdJsonNameToProgramAndLauncherPaths() local
/hardware/ti/am57x/bootctrl/
Dboot_control.cc83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug.h382 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp185 int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp203 std::string suffix; in GetSuffix() local
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c69 const char *suffix; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dencoder.py113 suffix=""): argument
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_toplevel.cpp180 const std::string& suffix in ends_with()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py30 def __init__(self, suffix, directory, basename, customAbsDir=None, suppress=False): argument

12