/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 565 def construct_python_name(self, suffix, node): 570 return self.find_python_name(suffix, node.start_mark) 572 def construct_python_module(self, suffix, node): 577 return self.find_python_module(suffix, node.start_mark) 579 def make_python_instance(self, suffix, node, 585 cls = self.find_python_name(suffix, node.start_mark) 614 def construct_python_object(self, suffix, node): 617 instance = self.make_python_instance(suffix, node, newobj=True) 623 def construct_python_object_apply(self, suffix, node, newobj=False): 648 instance = self.make_python_instance(suffix, nod [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TextureFunctionHLSL.cpp | 471 ImmutableString suffix(TextureGroupSuffix(textureFunction.sampler)); in GetTextureReference() 475 ImmutableStringBuilder textureRefBuilder(kTexturesStr.length() + suffix.length() + in GetTextureReference() 477 textureRefBuilder << kTexturesStr << suffix << kSamplerIndexStr; in GetTextureReference() 479 ImmutableStringBuilder samplerRefBuilder(kSamplersStr.length() + suffix.length() + in GetTextureReference() 481 samplerRefBuilder << kSamplersStr << suffix << kSamplerIndexStr; in GetTextureReference() 487 << suffix.data() << ";\n"; in GetTextureReference() 488 ImmutableStringBuilder textureRefBuilder(kTexturesStr.length() + suffix.length() + in GetTextureReference() 490 textureRefBuilder << kTexturesStr << suffix << kTextureIndexStr; in GetTextureReference() 494 << suffix.data() << ";\n"; in GetTextureReference() 495 ImmutableStringBuilder samplerRefBuilder(kSamplersStr.length() + suffix in GetTextureReference() 1239 name << suffix; name() local [all...] |
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | string_helper.h | 27 IMAGE_EFFECT_EXPORT static bool EndsWith(const std::string &input, const std::string &suffix); 28 IMAGE_EFFECT_EXPORT static bool EndsWithIgnoreCase(const std::string &input, const std::string &suffix);
|
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | Makefile | 26 suffix-y := bin 27 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 28 suffix-$(CONFIG_KERNEL_GZIP) := gz 29 suffix-$(CONFIG_KERNEL_LZMA) := lzma 30 suffix-$(CONFIG_KERNEL_LZO) := lzo 100 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/kernel/linux/linux-6.6/arch/mips/boot/ |
H A D | Makefile | 26 suffix-y := bin 27 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 28 suffix-$(CONFIG_KERNEL_GZIP) := gz 29 suffix-$(CONFIG_KERNEL_LZMA) := lzma 30 suffix-$(CONFIG_KERNEL_LZO) := lzo 100 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | intf.c | 66 const char *suffix; member 113 const char *suffix = mlx4_adev_devices[idx].suffix; in add_adev() local 124 adev->name = suffix; in add_adev() 225 mlx4_adev_devices[i].suffix); in mlx4_do_bond() 286 mlx4_adev_devices[i].suffix); in add_drivers()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9dsp_init_aarch64.c | 106 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_aarch64() 110 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix in vp9dsp_mc_init_aarch64() 112 #define init_copy(idx, sz, suffix) \ in vp9dsp_mc_init_aarch64() 113 init_fpel(idx, 0, sz, copy, suffix) in vp9dsp_mc_init_aarch64() 115 #define init_avg(idx, sz, suffix) \ in vp9dsp_mc_init_aarch64() 116 init_fpel(idx, 1, sz, avg, suffix) in vp9dsp_mc_init_aarch64()
|
H A D | vp9dsp_init_16bpp_aarch64_template.c | 29 #define declare_fpel(type, sz, suffix) \ 30 void ff_vp9_##type##sz##suffix##_neon(uint8_t *dst, ptrdiff_t dst_stride, \ 108 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_aarch64() 112 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix in vp9dsp_mc_init_aarch64() 114 #define init_copy(idx, sz, suffix) \ in vp9dsp_mc_init_aarch64() 115 init_fpel(idx, 0, sz, copy, suffix) in vp9dsp_mc_init_aarch64() 117 #define init_avg(idx, sz, suffix) \ in vp9dsp_mc_init_aarch64() 118 init_fpel(idx, 1, sz, avg, suffix) in vp9dsp_mc_init_aarch64()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 34 private String suffix; field in ContractionsAndExpansions 255 ce32 = data.getCE32FromContexts(index); // Default if no suffix match. in handleContractions() 262 suffix = e.chars.toString(); in handleContractions() 269 suffix = null; in handleContractions() 273 if (unreversedPrefix.length() == 0 && suffix == null) { in addExpansions() 289 if (suffix != null) { in addStrings() 290 s.append(suffix); in addStrings()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 38 private String suffix; field in ContractionsAndExpansions 262 ce32 = data.getCE32FromContexts(index); // Default if no suffix match. in handleContractions() 269 suffix = e.chars.toString(); in handleContractions() 276 suffix = null; in handleContractions() 280 if (unreversedPrefix.length() == 0 && suffix == null) { in addExpansions() 296 if (suffix != null) { in addStrings() 297 s.append(suffix); in addStrings()
|
/third_party/python/Tools/unicode/ |
H A D | gencodec.py | 276 suffix = 'table' 278 suffix = 'map' 297 ''' % (encodingname, name, suffix, suffix)] 306 (suffix, suffix))
|
/third_party/skia/third_party/externals/freetype/src/lzw/ |
H A D | ftzopen.c | 159 /* grow the prefix/suffix arrays */ 175 * Note that the `suffix' array is located in the same memory block in ft_lzwstate_prefix_grow() 186 /* now adjust `suffix' and move the data accordingly */ in ft_lzwstate_prefix_grow() 187 state->suffix = (FT_Byte*)( state->prefix + new_size ); in ft_lzwstate_prefix_grow() 189 FT_MEM_MOVE( state->suffix, in ft_lzwstate_prefix_grow() 222 state->suffix = NULL; in ft_lzwstate_init() 244 state->suffix = NULL; in ft_lzwstate_done() 366 FTLZW_STACK_PUSH( state->suffix[code - 256] ); in FT_LOCAL_DEF() 401 state->suffix[state->free_ent] = (FT_Byte) old_char; in FT_LOCAL_DEF()
|
/third_party/python/Lib/ |
H A D | imp.py | 228 suffix, mode, type_ = details 283 for suffix in ['.py', machinery.BYTECODE_SUFFIXES[0]]: 284 package_file_name = '__init__' + suffix 288 for suffix, mode, type_ in get_suffixes(): 289 file_name = name + suffix 304 return file, file_path, (suffix, mode, type_)
|
/third_party/skia/bench/ |
H A D | GeometryBench.cpp | 16 GeometryBench(const char suffix[]) : fVolatileInt(0) { in GeometryBench() argument 17 fName.printf("geo_%s", suffix); in GeometryBench() 45 GeoRectBench(const char suffix[]) : GeometryBench(suffix) {} in GeoRectBench() argument 254 ConvexityBench(const char suffix[]) { in ConvexityBench() argument 255 fName.printf("convexity_%s", suffix); in ConvexityBench()
|
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 221 def generate_counter_info(suffix, task_records, next_status, gid, pid_counters_dict, pid): 231 info = suffix + "C|" + str(pid) + "|" + next_counter + "|" + str(pid_counters_dict[next_counter]) + '\n' 236 info = suffix + "C|" + str(pid) + "|" + prev_counter + "|" + str(pid_counters_dict[prev_counter]) + '\n' 293 suffix = log[:log.find("tracing_mark_write: ") + len("tracing_mark_write: ")] 316 line_total_task = "%sC|%d|total_task|%s\n" % (suffix, pid, str(pid_counters_dict['total_task'])) 319 infos = generate_counter_info(suffix, task_records, "pending", gid, pid_counters_dict, pid) 333 infos = generate_counter_info(suffix, task_records, "ready", gid, pid_counters_dict, pid) 352 infos = generate_counter_info(suffix, task_records, "running", gid, pid_counters_dict, pid) 366 infos = generate_counter_info(suffix, task_records, "blocked", gid, pid_counters_dict, pid) 380 infos = generate_counter_info(suffix, task_record [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | super.c | 228 const char *cellname, *suffix, *name = param->string; in afs_parse_source() local 270 /* the volume type is further affected by a possible suffix */ in afs_parse_source() 271 suffix = strrchr(ctx->volname, '.'); in afs_parse_source() 272 if (suffix) { in afs_parse_source() 273 if (strcmp(suffix, ".readonly") == 0) { in afs_parse_source() 276 } else if (strcmp(suffix, ".backup") == 0) { in afs_parse_source() 279 } else if (suffix[1] == 0) { in afs_parse_source() 281 suffix = NULL; in afs_parse_source() 285 ctx->volnamesz = suffix ? in afs_parse_source() 286 suffix in afs_parse_source() [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | super.c | 229 const char *cellname, *suffix, *name = param->string; in afs_parse_source() local 271 /* the volume type is further affected by a possible suffix */ in afs_parse_source() 272 suffix = strrchr(ctx->volname, '.'); in afs_parse_source() 273 if (suffix) { in afs_parse_source() 274 if (strcmp(suffix, ".readonly") == 0) { in afs_parse_source() 277 } else if (strcmp(suffix, ".backup") == 0) { in afs_parse_source() 280 } else if (suffix[1] == 0) { in afs_parse_source() 282 suffix = NULL; in afs_parse_source() 286 ctx->volnamesz = suffix ? in afs_parse_source() 287 suffix in afs_parse_source() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationsets.cpp | 266 const UnicodeString *ts = NULL; // Tailoring suffix. in compareContractions() 267 const UnicodeString *bs = NULL; // Base suffix. in compareContractions() 270 // as a single suffix character for a root-collator boundary contraction. in compareContractions() 299 suffix = ts; in compareContractions() 301 suffix = NULL; in compareContractions() 343 if(unreversedPrefix.isEmpty() && suffix == NULL) { in add() 348 if(suffix != NULL) { in add() 349 s.append(*suffix); in add() 569 ce32 = CollationData::readCE32(p); // Default if no suffix match. in handleContractions() 575 suffix in handleContractions() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationsets.cpp | 266 const UnicodeString *ts = nullptr; // Tailoring suffix. in compareContractions() 267 const UnicodeString *bs = nullptr; // Base suffix. in compareContractions() 270 // as a single suffix character for a root-collator boundary contraction. in compareContractions() 299 suffix = ts; in compareContractions() 301 suffix = nullptr; in compareContractions() 343 if(unreversedPrefix.isEmpty() && suffix == nullptr) { in add() 348 if(suffix != nullptr) { in add() 349 s.append(*suffix); in add() 569 ce32 = CollationData::readCE32(p); // Default if no suffix match. in handleContractions() 575 suffix in handleContractions() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationsets.cpp | 266 const UnicodeString *ts = NULL; // Tailoring suffix. in compareContractions() 267 const UnicodeString *bs = NULL; // Base suffix. in compareContractions() 270 // as a single suffix character for a root-collator boundary contraction. in compareContractions() 299 suffix = ts; in compareContractions() 301 suffix = NULL; in compareContractions() 343 if(unreversedPrefix.isEmpty() && suffix == NULL) { in add() 348 if(suffix != NULL) { in add() 349 s.append(*suffix); in add() 569 ce32 = CollationData::readCE32(p); // Default if no suffix match. in handleContractions() 575 suffix in handleContractions() [all...] |
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 255 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n 256 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n 257 #define OCRun(svc,ub,suffix) svc ## ub ## suffix 259 #define OpenCloseTest(n, svc,suffix,c,a,d) class OCName(svc,_,Test_,suffix,n) : public HowExpensiveTest { public: OCName(svc,_,Test_,suffix,n)():HowExpensiveTest(OCStr(svc,_,suffix, [all...] |
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): 305 if isinstance(suffix, str): 306 suffix = [suffix] 307 for s in suffix: 315 suffix = "_d.exe" if ns.debug else ".exe" 321 "Executable": executable + suffix, 329 add_alias(app, None, alias + suffix, subsystem)
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | audio_debug.cpp | 29 void AudioDebug::CreateAudioDebugFile(const std::string &suffix) in CreateAudioDebugFile() argument 33 auto path = PCM_DIR + OHOS::IntellVoiceUtils::TimeUtil::GetCurrTime() + suffix+ ".pcm"; in CreateAudioDebugFile() 58 void AudioDebug::CreateAudioDebugFile(const std::string & /* suffix */)
|
/foundation/multimedia/av_session/services/session/server/softbus/ |
H A D | softbus_session_utils.h | 35 std::string suffix = deviceId.substr(deviceId.length() - index, deviceId.length());
in AnonymizeDeviceId() local 36 return prefix + std::string(DEVICE_ANONYMIZE_ID) + suffix;
in AnonymizeDeviceId()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.h | 31 #define YUV2PACKEDX_HEADER(suffix) \ 32 void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \
|