Home
last modified time | relevance | path

Searched refs:Trim (Results 1 – 25 of 72) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dro_MD.txt122 "Trim. 1",
123 "Trim. 2",
124 "Trim. 3",
125 "Trim. 4",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dro_MD.txt122 "Trim. 1",
123 "Trim. 2",
124 "Trim. 3",
125 "Trim. 4",
/third_party/icu/icu4c/source/data/locales/
Dro_MD.txt122 "Trim. 1",
123 "Trim. 2",
124 "Trim. 3",
125 "Trim. 4",
/third_party/e2fsprogs/contrib/android/
Ddac_config.cpp57 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/
DtemplateLiteralTypes1.ts113 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/
Dconfig_file.cc62 lite::Trim(&line); in GetSectionInfoFromConfigFile()
88 lite::Trim(&key); in GetSectionInfoFromConfigFile()
89 lite::Trim(&value); in GetSectionInfoFromConfigFile()
Dutils.h142 inline void Trim(std::string *input) { in Trim() function
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypes1.js111 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 '>;
DtemplateLiteralTypes1.symbols374 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 …]
DtemplateLiteralTypes1.errors.txt131 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'
DtemplateLiteralTypes1.types225 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/
Dnormalize.cc52 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()
Dnormalize.h38 std::string Trim(const std::string &str, const std::string &pattern = " \t\n\v\f\r");
/third_party/libphonenumber/resources/geocoding/en/
D353.txt104 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/
Ddng_simple_image.h57 virtual void Trim (const dng_rect &r);
Ddng_simple_image.cpp87 void dng_simple_image::Trim (const dng_rect &r) in Trim() function in dng_simple_image
Ddng_image.h271 virtual void Trim (const dng_rect &r);
/third_party/mindspore/mindspore/lite/tools/converter/
Dconverter_flags.cc479 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/
DTrim11.cpp52 dxgiDevice3->Trim(); in trim()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTrim11.cpp52 dxgiDevice3->Trim(); in trim()
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm41 // Trim executable name up to the last separator.
/third_party/gn/src/gn/
Dcommand_format.cc161 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/
Dcoded_stream.cc704 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/
Dmessage_lite.cc352 out.Trim(ptr); in SerializeToArrayImpl()
420 stream.Trim(target); in SerializePartialToZeroCopyStream()
/third_party/mindspore/mindspore/lite/tools/common/
Dflag_parser.cc36 Trim(&tmp); in ParseFlags()

123