/third_party/mbedtls/tests/scripts/ |
D | test_config_script.py | 40 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/ |
D | NumberSkeletonImpl.java | 228 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/ |
D | NumberSkeletonImpl.java | 243 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/ |
D | number_skeletons.cpp | 167 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 …]
|
D | number_skeletons.h | 186 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/ |
D | number_skeletons.cpp | 166 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 …]
|
D | number_skeletons.h | 185 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/ |
D | number_skeletons.cpp | 167 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 …]
|
D | number_skeletons.h | 186 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/ |
D | label_file.h | 62 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()
|
D | label_file.c | 879 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/ |
D | skeletons.md | 50 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/ |
D | generate_docs.py | 138 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/ |
D | lunr.js | 1019 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/ |
D | run-test.py | 37 expected_file = asm_file.stem + '.expected' 61 expected_file, asm_file.stem + '.out'))
|
/third_party/pulseaudio/man/ |
D | meson.build | 50 stem = tuple[0] variable 54 man = stem + '.' + section
|
/third_party/python/PC/layout/ |
D | main.py | 131 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/ |
D | NumberSkeletonTest.java | 276 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/ |
D | NumberSkeletonTest.java | 289 for (String stem : stems) { in stemsRequiringOption() 291 String skeletonString = stem + suffix; in stemsRequiringOption()
|
/third_party/python/Lib/importlib/metadata/ |
D | __init__.py | 911 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/ |
D | numbertest_skeletons.cpp | 274 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/ |
D | test_pathlib.py | 550 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/ |
D | ambient.d.ts | 27 stem: string;
|
/third_party/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 156 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/ |
D | mkfile | 41 $CC $CFLAGS -o $target $stem.c
|