Searched refs:string (Results 28051 - 28075 of 45434) sorted by relevance
1...<<1121112211231124112511261127112811291130>>...1818
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | reflection.h | 26 #include <string>
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_if.cc | 26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load()
|
/third_party/skia/docs/examples/ |
H A D | RRect_type_2.cpp | 14 std::string str("Type "); in REG_FIDDLE()
|
H A D | RRect_getType.cpp | 14 std::string str("Type "); in REG_FIDDLE()
|
H A D | RRect_MakeEmpty.cpp | 14 std::string str("Type "); in REG_FIDDLE()
|
/third_party/selinux/libselinux/utils/ |
H A D | getenforce.c | 4 #include <string.h>
|
H A D | policyvers.c | 4 #include <string.h>
|
/third_party/selinux/libsepol/src/ |
H A D | polcaps.c | 5 #include <string.h>
|
/third_party/spirv-tools/source/reduce/ |
H A D | merge_blocks_reduction_opportunity_finder.h | 31 std::string GetName() const final;
|
H A D | operand_to_const_reduction_opportunity_finder.h | 33 std::string GetName() const final;
|
H A D | operand_to_undef_reduction_opportunity_finder.h | 32 std::string GetName() const final;
|
H A D | reduction_opportunity_finder.h | 44 virtual std::string GetName() const = 0;
|
H A D | remove_function_reduction_opportunity_finder.cpp | 45 std::string RemoveFunctionReductionOpportunityFinder::GetName() const { in GetName()
|
H A D | remove_function_reduction_opportunity_finder.h | 31 std::string GetName() const final;
|
H A D | structured_loop_to_selection_reduction_opportunity_finder.h | 46 std::string GetName() const final;
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_enums.py | 24 import string namespace
|
H A D | gen_versions.py | 24 import string namespace
|
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/ |
H A D | tcuOhosNativePixmap.cpp | 30 using std::string;
|
H A D | tcuOhosNativePixmap.hpp | 31 using std::string;
|
/third_party/vk-gl-cts/framework/xexml/ |
H A D | xeDefs.cpp | 31 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError()
|
/third_party/vulkan-loader/tests/live_verification/dynamic_loader_behavior/ |
H A D | test_dynamic_linking.cpp | 33 LibraryWrapper dynamic_library_c{std::string("./libdynamic_library_c.") + LIB_EXT}; in main()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 192 // 4774 - format string expected in argument 'x' is not a string literal 326 // internal macros for string concatenation and anonymous variable name generation 435 using string = basic_string<char, char_traits<char>, allocator<char>>; 451 // A 24 byte string class (can be as small as 17 for x64 and 13 for x86) that can hold strings with length 458 // Idea taken from this lecture about the string implementation of facebook/folly - fbstring 940 DOCTEST_INTERFACE String toString(const std::string& in); 1527 // always treat char* as a string in this context - no matter 2784 DOCTEST_MSVC_SUPPRESS_WARNING(4774) // format string expected in argument is not a string litera [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 2116 std::string& out_fragment_shader_code) in getPassThroughFragmentShaderCode() 2156 std::string& out_tesselation_control_shader_code) in getPassThroughTesselationControlShaderCode() 2220 samplerType sampler_type, std::string& out_tesselation_evaluation_shader_code) in getPassThroughTesselationEvaluationShaderCode() 2266 std::string& out_vertex_shader_code) in getPassThroughVertexShaderCode() 2346 std::string& out_compute_shader_code) in getSamplingComputeShaderCode() 2359 std::string sampling_code; in getSamplingComputeShaderCode() 2482 std::string& out_fragment_shader_code) in getSamplingFragmentShaderCode() 2493 std::string sampling_code; in getSamplingFragmentShaderCode() 2572 const glw::GLchar* sampler_name_p, std::string& out_code) in getSamplingFunctionCall() 2685 std::string in getSamplingGeometryShaderCode() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 19 #include <string> 60 const std::string DatePickerPattern::empty_; 62 std::unordered_map<uint32_t, std::string> DatePickerPattern::years_; // year from 1900 to 2100,count is 201 63 std::unordered_map<uint32_t, std::string> DatePickerPattern::solarMonths_; // solar month from 1 to 12,count is 12 64 std::unordered_map<uint32_t, std::string> DatePickerPattern::solarDays_; // solar day from 1 to 31, count is 31 65 std::unordered_map<uint32_t, std::string> DatePickerPattern::lunarMonths_; // lunar month from 1 to 24, count is 24 66 std::unordered_map<uint32_t, std::string> DatePickerPattern::lunarDays_; // lunar day from 1 to 30, count is 30 67 std::vector<std::string> DatePickerPattern::tagOrder_; // order of year month day 68 std::vector<std::string> DatePickerPattern::localizedMonths_; 558 std::unordered_map<std::string, RefPt [all...] |
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_capi_unit_test.cpp | 25 #include <string> 44 const string CODEC_MP3_NAME = std::string(AVCodecCodecName::AUDIO_DECODER_MP3_NAME); 45 const string CODEC_FLAC_NAME = std::string(AVCodecCodecName::AUDIO_DECODER_FLAC_NAME); 46 const string CODEC_AAC_NAME = std::string(AVCodecCodecName::AUDIO_DECODER_AAC_NAME); 47 const string CODEC_VORBIS_NAME = std::string(AVCodecCodecName::AUDIO_DECODER_VORBIS_NAME); 48 const string CODEC_AMRWB_NAM [all...] |
Completed in 54 milliseconds
1...<<1121112211231124112511261127112811291130>>...1818