Home
last modified time | relevance | path

Searched refs:stem (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/mbedtls/tests/scripts/
Dtest_config_script.py40 def output_file_name(directory, stem, extension): argument
43 stem, extension))
116 stem = stem_prefix + '-'.join(args)
117 data_filename = output_file_name(options.output_directory, stem, 'h')
118 stdout_filename = output_file_name(options.output_directory, stem, 'out')
119 stderr_filename = output_file_name(options.output_directory, stem, 'err')
120 status_filename = output_file_name(options.output_directory, stem, 'status')
135 return stem + "+", data_filename
157 (stem, filename) = run_one(options, ['set', symbol])
158 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberSkeletonImpl.java228 private static Notation notation(StemEnum stem) { in notation() argument
229 switch (stem) { in notation()
245 private static MeasureUnit unit(StemEnum stem) { in unit() argument
246 switch (stem) { in unit()
258 private static Precision precision(StemEnum stem) { in precision() argument
259 switch (stem) { in precision()
273 private static RoundingMode roundingMode(StemEnum stem) { in roundingMode() argument
274 switch (stem) { in roundingMode()
296 private static GroupingStrategy groupingStrategy(StemEnum stem) { in groupingStrategy() argument
297 switch (stem) { in groupingStrategy()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberSkeletonImpl.java243 private static Notation notation(StemEnum stem) { in notation() argument
244 switch (stem) { in notation()
260 private static MeasureUnit unit(StemEnum stem) { in unit() argument
261 switch (stem) { in unit()
273 private static Precision precision(StemEnum stem) { in precision() argument
274 switch (stem) { in precision()
288 private static RoundingMode roundingMode(StemEnum stem) { in roundingMode() argument
289 switch (stem) { in roundingMode()
311 private static GroupingStrategy groupingStrategy(StemEnum stem) { in groupingStrategy() argument
312 switch (stem) { in groupingStrategy()
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp167 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() argument
168 switch (stem) { in notation()
184 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit() argument
185 switch (stem) { in unit()
197 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision() argument
198 switch (stem) { in precision()
212 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode() argument
213 switch (stem) { in roundingMode()
241 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy() argument
242 switch (stem) { in groupingStrategy()
[all …]
Dnumber_skeletons.h186 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
197 Notation notation(skeleton::StemEnum stem);
199 MeasureUnit unit(skeleton::StemEnum stem);
201 Precision precision(skeleton::StemEnum stem);
203 UNumberFormatRoundingMode roundingMode(skeleton::StemEnum stem);
205 UNumberGroupingStrategy groupingStrategy(skeleton::StemEnum stem);
207 UNumberUnitWidth unitWidth(skeleton::StemEnum stem);
209 UNumberSignDisplay signDisplay(skeleton::StemEnum stem);
211 UNumberDecimalSeparatorDisplay decimalSeparatorDisplay(skeleton::StemEnum stem);
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_skeletons.cpp166 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() argument
167 switch (stem) { in notation()
183 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit() argument
184 switch (stem) { in unit()
196 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision() argument
197 switch (stem) { in precision()
211 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode() argument
212 switch (stem) { in roundingMode()
240 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy() argument
241 switch (stem) { in groupingStrategy()
[all …]
Dnumber_skeletons.h185 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
196 Notation notation(skeleton::StemEnum stem);
198 MeasureUnit unit(skeleton::StemEnum stem);
200 Precision precision(skeleton::StemEnum stem);
202 UNumberFormatRoundingMode roundingMode(skeleton::StemEnum stem);
204 UNumberGroupingStrategy groupingStrategy(skeleton::StemEnum stem);
206 UNumberUnitWidth unitWidth(skeleton::StemEnum stem);
208 UNumberSignDisplay signDisplay(skeleton::StemEnum stem);
210 UNumberDecimalSeparatorDisplay decimalSeparatorDisplay(skeleton::StemEnum stem);
/third_party/node/deps/icu-small/source/i18n/
Dnumber_skeletons.cpp167 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() argument
168 switch (stem) { in notation()
184 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit() argument
185 switch (stem) { in unit()
197 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision() argument
198 switch (stem) { in precision()
212 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode() argument
213 switch (stem) { in roundingMode()
241 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy() argument
242 switch (stem) { in groupingStrategy()
[all …]
Dnumber_skeletons.h186 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
197 Notation notation(skeleton::StemEnum stem);
199 MeasureUnit unit(skeleton::StemEnum stem);
201 Precision precision(skeleton::StemEnum stem);
203 UNumberFormatRoundingMode roundingMode(skeleton::StemEnum stem);
205 UNumberGroupingStrategy groupingStrategy(skeleton::StemEnum stem);
207 UNumberUnitWidth unitWidth(skeleton::StemEnum stem);
209 UNumberSignDisplay signDisplay(skeleton::StemEnum stem);
211 UNumberDecimalSeparatorDisplay decimalSeparatorDisplay(skeleton::StemEnum stem);
/third_party/selinux/libselinux/src/
Dlabel_file.h62 struct stem { struct
90 struct stem *stem_arr;
284 struct stem *tmp_arr; in store_stem()
309 char *stem; in find_stem_from_spec() local
320 stem = strndup(buf, stem_len); in find_stem_from_spec()
321 if (!stem) in find_stem_from_spec()
324 r = store_stem(data, stem, stem_len); in find_stem_from_spec()
326 free(stem); in find_stem_from_spec()
Dlabel_file.c879 struct stem *stem; in closef() local
898 stem = &data->stem_arr[i]; in closef()
899 if (stem->from_mmap) in closef()
901 free(stem->buf); in closef()
1252 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr; in cmp()
1295 struct stem *stem1 = &stem_arr1[spec1->stem_id]; in cmp()
1296 struct stem *stem2 = &stem_arr2[spec2->stem_id]; in cmp()
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md50 A token consists of a *stem* and zero or more *options*. The stem is what
60 digits, you could use the following stem:
109 Start with the stem `scientific` or `engineering`. Those stems take the following optional options:
153 The `currency` stem takes one required option: the three-letter ISO code of
156 The `measure-unit` stem takes one required option: the unit identifier of the
160 The `unit` stem is an alternative to `measure-unit` that accepts a core unit
167 As with the `measure-unit` stem, pass the unit identifier as the option:
171 Note that if the `unit` stem is used, the denominator can be placed in the same
214 More precisely, the fraction precision stem starts with `.`, then contains
220 Note that the stem `.` is considered valid and is equivalent to `precision-integer`.
[all …]
/third_party/protobuf/python/docs/
Dgenerate_docs.py138 module_name = module_path.stem
141 module_name = package_name + "." + module_path.stem
149 elif any(ignored in module_path.stem for ignored in IGNORED_MODULES):
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js1019 var stem,
1053 stem = fp[1];
1055 if (re2.test(stem)) {
1056 w = stem;
1070 stem = fp[1];
1071 w = stem + "i";
1078 stem = fp[1];
1081 if (re.test(stem)) {
1082 w = stem + step2list[suffix];
1090 stem = fp[1];
[all …]
/third_party/mesa3d/src/intel/tools/tests/
Drun-test.py37 expected_file = asm_file.stem + '.expected'
61 expected_file, asm_file.stem + '.out'))
/third_party/pulseaudio/man/
Dmeson.build50 stem = tuple[0] variable
54 man = stem + '.' + section
/third_party/python/PC/layout/
Dmain.py131 if not src.stem.endswith("_d"):
132 src = src.parent / (src.stem + "_d" + src.suffix)
177 if src.stem.endswith("_d") != bool(ns.debug) and src not in REQUIRED_DLLS:
288 dest = (dest_dir or ns.temp) / (src.stem + ".pyc")
311 for f in ns.temp.glob(src.stem + "*.pickle"):
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberSkeletonTest.java276 for (String stem : stems) { in stemsRequiringOption()
278 String skeletonString = stem + suffix; in stemsRequiringOption()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java289 for (String stem : stems) { in stemsRequiringOption()
291 String skeletonString = stem + suffix; in stemsRequiringOption()
/third_party/python/Lib/importlib/metadata/
D__init__.py911 stem = os.path.basename(str(self._path))
912 return self._name_from_stem(stem) or super()._normalized_name
914 def _name_from_stem(self, stem): argument
915 name, ext = os.path.splitext(stem)
918 name, sep, rest = stem.partition('-')
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp274 for (auto& stem : stems) { in stemsRequiringOption() local
276 UnicodeString skeletonString = UnicodeString(stem) + suffix; in stemsRequiringOption()
285 int32_t expectedOffset = u_strlen(stem) + ((suffix[0] == u'/') ? 1 : 0); in stemsRequiringOption()
/third_party/python/Lib/test/
Dtest_pathlib.py550 self.assertEqual(P('').stem, '')
551 self.assertEqual(P('.').stem, '')
552 self.assertEqual(P('..').stem, '..')
553 self.assertEqual(P('/').stem, '')
554 self.assertEqual(P('a/b').stem, 'b')
555 self.assertEqual(P('a/b.py').stem, 'b')
556 self.assertEqual(P('a/.hgrc').stem, '.hgrc')
557 self.assertEqual(P('a/.hg.rc').stem, '.hg')
558 self.assertEqual(P('a/b.tar.gz').stem, 'b.tar')
559 self.assertEqual(P('a/Some name. Ending with a dot.').stem,
[all …]
/third_party/typescript/scripts/types/
Dambient.d.ts27 stem: string;
/third_party/selinux/libselinux/utils/
Dsefcontext_compile.c156 char *stem = data->stem_arr[i].buf; in write_binary_file() local
166 len = fwrite(stem, sizeof(char), stem_len, bin_file); in write_binary_file()
/third_party/curl/plan9/lib/
Dmkfile41 $CC $CFLAGS -o $target $stem.c

1234