/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_definition.h | 241 * @param def Basic information about the plugin 247 virtual Status AddPlugin(const PluginDefBase& def) = 0; 265 * @param def plugin packaging information. 271 virtual Status AddPackage(const PackageDef& def) = 0;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.h | 133 CharClass *addCharClass(const UnicodeString &name, const UnicodeString &def, UErrorCode &status); 134 void addRule(const UnicodeString &name, const UnicodeString &def, UErrorCode &status);
|
H A D | localematchertest.cpp | 32 CharString def; member 42 def.clear(); in reset() 289 Locale def("de"); in testUnsupportedDefault() 292 setDefaultLocale(&def). in testUnsupportedDefault() 512 test.def, errorCode)) { in readTestCase() 563 if (!test.def.isEmpty()) { in dataDriven() 564 Locale defaultLocale(test.def.data()); in dataDriven()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_variable_initializers.c | 35 memcpy(load->value, c->values, sizeof(*load->value) * load->def.num_components); in build_constant_load() 37 nir_store_deref(b, deref, &load->def, ~0); in build_constant_load()
|
H A D | nir_phi_builder.h | 39 * foreach def of variable var: 40 * var.defs[def.block] = true; 54 * foreach def of variable var: 55 * create ssa def, register with 92 nir_block *block, nir_ssa_def *def);
|
H A D | nir_range_analysis.h | 58 uint64_t nir_ssa_def_bits_used(const nir_ssa_def *def);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_gvn.cpp | 78 if (v->is_any_gpr() && v->def) in visit() 79 v->def->flags |= NF_DONT_HOIST; in visit()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | template.rs | 270 Some(def) => def, in from_ty()
|
/third_party/pulseaudio/src/pulse/ |
H A D | channelmap.h | 287 pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels, pa_channel_map_def_t def); 293 pa_channel_map* pa_channel_map_init_extend(pa_channel_map *m, unsigned channels, pa_channel_map_def_t def);
|
H A D | operation.h | 24 #include <pulse/def.h>
|
/third_party/zlib/examples/ |
H A D | zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) in def() function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION); in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | localematcher.cpp | 352 const Locale *def = builder.defaultLocale_; in LocaleMatcher() local 355 if (def != nullptr) { in LocaleMatcher() 356 ownedDefaultLocale = def->clone(); in LocaleMatcher() 361 def = ownedDefaultLocale; in LocaleMatcher() 362 builderDefaultLSR = getMaximalLsrOrUnd(likelySubtags, *def, errorCode); in LocaleMatcher() 426 def = &locale; in LocaleMatcher() 460 defaultLocale = def; in LocaleMatcher()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localematcher.cpp | 352 const Locale *def = builder.defaultLocale_; in LocaleMatcher() local 355 if (def != nullptr) { in LocaleMatcher() 356 ownedDefaultLocale = def->clone(); in LocaleMatcher() 361 def = ownedDefaultLocale; in LocaleMatcher() 362 builderDefaultLSR = getMaximalLsrOrUnd(likelySubtags, *def, errorCode); in LocaleMatcher() 426 def = &locale; in LocaleMatcher() 460 defaultLocale = def; in LocaleMatcher()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localematcher.cpp | 370 const Locale *def = builder.defaultLocale_; in LocaleMatcher() local 373 if (def != nullptr) { in LocaleMatcher() 374 ownedDefaultLocale = def->clone(); in LocaleMatcher() 379 def = ownedDefaultLocale; in LocaleMatcher() 380 builderDefaultLSR = getMaximalLsrOrUnd(likelySubtags, *def, errorCode); in LocaleMatcher() 444 def = &locale; in LocaleMatcher() 478 defaultLocale = def; in LocaleMatcher()
|
/third_party/rust/crates/memchr/bench/src/memchr/ |
H A D | mod.rs | 776 macro_rules! def { in define_memchr_input1() macros 786 def!("never", never1); in define_memchr_input1() 787 def!("rare", rare1); in define_memchr_input1() 788 def!("uncommon", uncommon1); in define_memchr_input1() 789 def!("common", common1); in define_memchr_input1() 790 def!("verycommon", verycommon1); in define_memchr_input1() 791 def!("supercommon", supercommon1); in define_memchr_input1() 800 macro_rules! def { in define_memchr_input2() macros 810 def!("never", never2); in define_memchr_input2() 811 def!("rar in define_memchr_input2() 824 macro_rules! def { define_memchr_input3() macros [all...] |
/third_party/cJSON/tests/unity/auto/ |
H A D | test_file_filter.rb | 11 def initialize(all_files = false)
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | dump-macros-only.c | 5 #define DEF def
|
H A D | dump-macros.c | 4 #define DEF def
|
H A D | has-attribute.c | 8 123 __has_attribute(nothinx) def 51 123 0 def
|
/third_party/libcoap/examples/lwip/config/ |
H A D | coap_config.h | 17 #include <lwip/def.h> /* provide ntohs, htons */
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/ |
H A D | standardvs.h | 20 def c2, 0.5, -0.5, 1, 0
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | genanchorlinks.rb | 12 def process document, output
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/katex_replace/ |
H A D | extension.rb | 14 def process document, output
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/loadable_html/ |
H A D | extension.rb | 15 def process document, output
|
/third_party/typescript/tests/baselines/reference/ |
H A D | taggedTemplateStringsWithManyCallAndMemberExpressions.js | 14 var x = new new new f `abc${ 0 }def`.member("hello")(42) === true; 24 var x = new new new (f(__makeTemplateObject(["abc", "def"], ["abc", "def"]), 0).member)("hello")(42) === true;
|