/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | ro_MD.txt | 122 "Trim. 1", 123 "Trim. 2", 124 "Trim. 3", 125 "Trim. 4",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | ro_MD.txt | 122 "Trim. 1", 123 "Trim. 2", 124 "Trim. 3", 125 "Trim. 4",
|
/third_party/icu/icu4c/source/data/locales/ |
D | ro_MD.txt | 122 "Trim. 1", 123 "Trim. 2", 124 "Trim. 3", 125 "Trim. 4",
|
/third_party/e2fsprogs/contrib/android/ |
D | dac_config.cpp | 57 static string Trim(const string& s) in Trim() function 130 value = Trim(value); in GetCap() 159 str = Trim(str); in LoadDacConfig() 172 value = Trim(value); in LoadDacConfig()
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 113 type Trim<S extends string> = alias 114 S extends ` ${infer T}` ? Trim<T> : 115 S extends `${infer T} ` ? Trim<T> : 118 type TR1 = Trim<'xx '>; // 'xx' 119 type TR2 = Trim<' xx'>; // 'xx' 120 type TR3 = Trim<' xx '>; // 'xx'
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | config_file.cc | 62 lite::Trim(&line); in GetSectionInfoFromConfigFile() 88 lite::Trim(&key); in GetSectionInfoFromConfigFile() 89 lite::Trim(&value); in GetSectionInfoFromConfigFile()
|
D | utils.h | 142 inline void Trim(std::string *input) { in Trim() function
|
/third_party/typescript/tests/baselines/reference/ |
D | templateLiteralTypes1.js | 111 type Trim<S extends string> = 112 S extends ` ${infer T}` ? Trim<T> : 113 S extends `${infer T} ` ? Trim<T> : 116 type TR1 = Trim<'xx '>; // 'xx' 117 type TR2 = Trim<' xx'>; // 'xx' 118 type TR3 = Trim<' xx '>; // 'xx' 338 declare type Trim<S extends string> = S extends ` ${infer T}` ? Trim<T> : S extends `${infer T} ` ?… 339 declare type TR1 = Trim<'xx '>; 340 declare type TR2 = Trim<' xx'>; 341 declare type TR3 = Trim<' xx '>;
|
D | templateLiteralTypes1.symbols | 374 type Trim<S extends string> = 375 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32)) 378 S extends ` ${infer T}` ? Trim<T> : 381 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32)) 384 S extends `${infer T} ` ? Trim<T> : 387 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32)) 393 type TR1 = Trim<'xx '>; // 'xx' 395 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32)) 397 type TR2 = Trim<' xx'>; // 'xx' 399 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32)) [all …]
|
D | templateLiteralTypes1.errors.txt | 131 type Trim<S extends string> = 132 S extends ` ${infer T}` ? Trim<T> : 133 S extends `${infer T} ` ? Trim<T> : 136 type TR1 = Trim<'xx '>; // 'xx' 137 type TR2 = Trim<' xx'>; // 'xx' 138 type TR3 = Trim<' xx '>; // 'xx'
|
D | templateLiteralTypes1.types | 225 type Trim<S extends string> = 226 >Trim : Trim<S> 228 S extends ` ${infer T}` ? Trim<T> : 229 S extends `${infer T} ` ? Trim<T> : 232 type TR1 = Trim<'xx '>; // 'xx' 235 type TR2 = Trim<' xx'>; // 'xx' 238 type TR3 = Trim<' xx '>; // 'xx'
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/string/ |
D | normalize.cc | 52 std::string NormalizeCPUKernel::Trim(const std::string &str, const std::string &pattern /* = " \t\n… in Trim() function in mindspore::kernel::NormalizeCPUKernel 72 result = Trim(result); in Normalize() 88 result = Trim(result); in Normalize()
|
D | normalize.h | 38 std::string Trim(const std::string &str, const std::string &pattern = " \t\n\v\f\r");
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 353.txt | 104 353463|Navan/Kells/Trim/Edenderry/Enfield 105 353464|Trim 114 3534694|Trim 119 3534699|Navan/Kells/Trim/Edenderry/Enfield
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_simple_image.h | 57 virtual void Trim (const dng_rect &r);
|
D | dng_simple_image.cpp | 87 void dng_simple_image::Trim (const dng_rect &r) in Trim() function in dng_simple_image
|
D | dng_image.h | 271 virtual void Trim (const dng_rect &r);
|
/third_party/mindspore/mindspore/lite/tools/converter/ |
D | converter_flags.cc | 479 lite::Trim(&line); in GetStrFromConfigFile() 490 lite::Trim(&key); in GetStrFromConfigFile() 491 lite::Trim(&value); in GetStrFromConfigFile()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Trim11.cpp | 52 dxgiDevice3->Trim(); in trim()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Trim11.cpp | 52 dxgiDevice3->Trim(); in trim()
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_mac.mm | 41 // Trim executable name up to the last separator.
|
/third_party/gn/src/gn/ |
D | command_format.cc | 161 void Trim(); 311 Trim(); in PrintTrailingCommentsWrapped() 376 Trim(); in Newline() 381 void Printer::Trim() { in Trim() function in commands::__anon20cfb4fe0111::Printer 709 Trim(); in Expr()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream.cc | 704 uint8* EpsCopyOutputStream::Trim(uint8* ptr) { in Trim() function in google::protobuf::io::EpsCopyOutputStream 857 ptr = Trim(ptr); in WriteAliasedRaw() 944 CodedOutputStream::~CodedOutputStream() { Trim(); } in ~CodedOutputStream()
|
/third_party/protobuf/src/google/protobuf/ |
D | message_lite.cc | 352 out.Trim(ptr); in SerializeToArrayImpl() 420 stream.Trim(target); in SerializePartialToZeroCopyStream()
|
/third_party/mindspore/mindspore/lite/tools/common/ |
D | flag_parser.cc | 36 Trim(&tmp); in ParseFlags()
|