/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 89 const std::string notSupportedString = notSupportedStream.str(); in validateImageSize() 108 const std::string notSupportedString = notSupportedStream.str(); in validateImageFeatureFlags() 137 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() 148 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() 159 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_overlay_fonts.py | 182 font_layer = str(current_font_layer) 259 font_glyph_widths=','.join(map(str, font_glyph_widths)), 260 font_glyph_heights=','.join(map(str, font_glyph_heights)), 267 'kFontGlyphWidths[' + str(layer) + '] * kFontCharactersPerRow' 271 'kFontGlyphHeights[' + str(layer) + '] * kFontCharactersPerCol'
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | fixupRef.py | 17 def noneStr(str): 18 if str == None: 21 return str 24 def escapeQuote(str): 25 return str.replace("'", "\'")
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/ |
H A D | AngleNativeTest.cpp | 54 std::string ASCIIJavaStringToUTF8(JNIEnv *env, jstring str) in ASCIIJavaStringToUTF8() argument 56 if (!str) in ASCIIJavaStringToUTF8() 61 const jsize length = env->GetStringLength(str); in ASCIIJavaStringToUTF8() 70 const jchar *jchars = env->GetStringChars(str, NULL); in ASCIIJavaStringToUTF8() 73 env->ReleaseStringChars(str, jchars); in ASCIIJavaStringToUTF8()
|
/third_party/python/Lib/test/ |
H A D | test_pwd.py | 16 self.assertIsInstance(e.pw_name, str) 18 self.assertIsInstance(e.pw_passwd, str) 24 self.assertIn(type(e.pw_gecos), (str, type(None))) 26 self.assertIsInstance(e.pw_dir, str) 28 self.assertIsInstance(e.pw_shell, str)
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.py | 89 if str(tmp_tc_line['tc_status']) == 'IGNORE': 96 elif str(tmp_tc_line['tc_status']) == 'FAIL': 104 tc_list.append((str(result_file), tmp_tc)) 136 type=str, nargs='?', default='./', 143 parser.add_argument('--output', '-o', type=str, default="result.xml",
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_reader.py | 14 cls.folder = str(path) 67 str(path.joinpath('binary.file'))[len(prefix) + 1 :], 71 str(path.joinpath('subdirectory'))[len(prefix) + 1 :], 75 str(path.joinpath('imaginary'))[len(prefix) + 1 :], 93 site_dir = str(pathlib.Path(__file__).parent)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | char_map.h | 40 Charmap(const char* str, int len) : m_() { in Charmap() argument 41 while (len--) SetChar(*str++); in Charmap() 46 explicit Charmap(const char* str) : m_() { in Charmap() argument 47 while (*str) SetChar(*str++); in Charmap()
|
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/ |
H A D | builder_name_schema.py | 48 if isinstance(obj, str): 157 result['role'] = str(role) 159 result['sub-role-%d' % depth] = str(role) 162 result[key] = str(value) 169 result[key] = str(value)
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | case.rs | 33 static RENAME_RULES: &[(&str, RenameRule)] = &[ 45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() 57 pub fn apply_to_variant(self, variant: &str) -> String { in apply_to_variant() 82 pub fn apply_to_field(self, field: &str) -> String { in apply_to_field() 121 unknown: &'a str,
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | case.rs | 33 static RENAME_RULES: &[(&str, RenameRule)] = &[ 45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() 57 pub fn apply_to_variant(self, variant: &str) -> String { in apply_to_variant() 82 pub fn apply_to_field(self, field: &str) -> String { in apply_to_field() 121 unknown: &'a str,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 87 const std::string notSupportedString = notSupportedStream.str(); in validateImageSize() 106 const std::string notSupportedString = notSupportedStream.str(); in validateImageFeatureFlags() 135 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() 146 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() 157 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo()
|
/applications/standard/contacts_data/ability/sinicization/src/ |
H A D | character_transliterate.cpp | 2090 std::wstring str; in Join() local 2094 str.append(childVector[i]); in Join() 2096 str.append(split); in Join() 2100 return str; in Join() 2111 std::wstring CharacterTransliterate::StringToWstring(std::string str) in StringToWstring() argument 2115 return converterX.from_bytes(str); in StringToWstring()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/ |
H A D | photo_displayname_operation.h | 55 yearMonthDayStr = "_" + yearMonthDayStream.str();
in ToString() 56 hourMinuteSecondStr = "_" + hourMinuteSecondStream.str();
in ToString() 111 int32_t ToNumber(const std::string &str)
in ToNumber() argument 114 long number = std::strtol(str.c_str(), &end, 10);
in ToNumber() 117 MEDIA_ERR_LOG("ToNumber failed, has invalid char. str: %{public}s", str.c_str());
in ToNumber() 120 MEDIA_ERR_LOG("ToNumber failed, number overflow. str: %{public}s", str.c_str());
in ToNumber()
|
/foundation/communication/nfc/services/src/card_emulation/ |
H A D | setting_data_share_impl.cpp | 113 void SettingDataShareImpl::Split(const std::string& str, const std::string& delim, std::vector<std::string>& vec) in Split() argument 116 std::string::size_type pos2 = str.find(delim); in Split() 118 vec.push_back(str.substr(pos1, pos2 - pos1)); in Split() 120 pos2 = str.find(delim, pos1); in Split() 122 if (pos1 != str.size()) { in Split() 123 vec.push_back(str.substr(pos1)); in Split()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_dfx.cpp | 83 std::string str = std::string(ARGS_HELP_INFO); in HWTEST_F() local 85 args.push_back(str); in HWTEST_F() 226 std::string str = "argsTest"; in HWTEST_F() local 228 args.push_back(str); in HWTEST_F() 242 std::string str = std::string(HIDUMPER_GET_TRUSTED_LIST_INFO); in HWTEST_F() local 244 args.push_back(str); in HWTEST_F()
|
/foundation/filemanagement/file_api/interfaces/kits/rust/src/ |
H A D | adapter.rs | 54 pub str: *mut c_char, 113 str: line.into_raw(), 159 if let Some(str) = parent.to_str() { 162 let par_path = CString::new(str).unwrap(); 165 str: par_path.into_raw(), 190 str: s.into_raw(),
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole_user.c | 126 int mconsole_reply_len(struct mc_request *req, const char *str, int total, in mconsole_reply_len() argument 148 memcpy(reply.data, str, len); in mconsole_reply_len() 151 str += len; in mconsole_reply_len() 165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument 167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sleep33xx.S | 37 str r4, [r2, #AMX3_PM_WFI_FLAGS_OFFSET] 97 str r2, [r1] 118 str r2, [r1] 163 str r2, [r1] 168 str r2, [r1] 208 str r1, [r0]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string() argument 126 len = strlen(str); in trace_log_string() 135 memcpy(p, str, len); in trace_log_string() 226 char *str; in trace_print_string() local 228 str = (char *)e->data; in trace_print_string() 229 puts(str); in trace_print_string()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sleep33xx.S | 37 str r4, [r2, #AMX3_PM_WFI_FLAGS_OFFSET] 97 str r2, [r1] 118 str r2, [r1] 163 str r2, [r1] 168 str r2, [r1] 208 str r1, [r0]
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_user.c | 126 int mconsole_reply_len(struct mc_request *req, const char *str, int total, in mconsole_reply_len() argument 148 memcpy(reply.data, str, len); in mconsole_reply_len() 151 str += len; in mconsole_reply_len() 165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument 167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.c | 220 bool perf_evlist__can_select_event(struct evlist *evlist, const char *str) in perf_evlist__can_select_event() argument 232 err = parse_events(temp_evlist, str, NULL); in perf_evlist__can_select_event() 267 int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused) in record__parse_freq() argument 272 if (!str) in record__parse_freq() 275 if (strcasecmp(str, "max") == 0) { in record__parse_freq() 282 freq = atoi(str); in record__parse_freq()
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | xenbus.h | 195 #define XENBUS_IS_ERR_READ(str) ({ \ 196 if (!IS_ERR(str) && strlen(str) == 0) { \ 197 kfree(str); \ 198 str = ERR_PTR(-ERANGE); \ 200 IS_ERR(str); \
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | earlycon.c | 146 efi_earlycon_write(struct console *con, const char *str, unsigned int num) in efi_earlycon_write() argument 161 count = strnchrnul(str, num, '\n') - str; in efi_earlycon_write() 172 s = str; in efi_earlycon_write() 187 str += count; in efi_earlycon_write() 193 str++; in efi_earlycon_write()
|