/third_party/typescript/tests/baselines/reference/ |
D | tsxReactEmitNesting.js | 40 return vdom.createElement("section", { "class": "todoapp" }, property 41 vdom.createElement("header", { "class": "header" }, property 43 …vdom.createElement("input", { "class": "new-todo", autofocus: true, autocomplete: "off", placehold… property 44 …vdom.createElement("section", { "class": "main", style: { display: (model.todos && model.todos.len… property 45 …vdom.createElement("input", { "class": "toggle-all", type: "checkbox", onChange: ctrl.toggleAll.bi… property 46 … vdom.createElement("ul", { "class": "todo-list" }, model.filteredTodos.map(function (todo) { property 47 …return vdom.createElement("li", { "class": { todo: true, completed: todo.completed, editing: todo … property 48 vdom.createElement("div", { "class": "view" }, property 50 vdom.createElement("input", { "class": "toggle", type: "checkbox" }) property 53 … vdom.createElement("button", { "class": "destroy", onClick: ctrl.removeTodo.bind(ctrl, todo) }), property [all …]
|
D | spellingSuggestionJSXAttribute.js | 49 React.createElement("a", { "class": "" }); property 52 React.createElement("label", { "for": "", "class": "" }); property 53 React.createElement(MyComp, { "class": "" }); property 54 React.createElement(MyComp2, { "class": "" }); property
|
D | keywordInJsxIdentifier.js | 11 React.createElement("foo", { "class": true }); property 13 React.createElement("foo", { "class": "1" }); property
|
D | objectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.js | 34 "class": , property 46 var v = { "class": }; // error property
|
/third_party/alsa-lib/src/mixer/ |
D | simple_abst.c | 63 static int try_open(snd_mixer_class_t *class, const char *lib) in try_open() 110 static int try_open_full(snd_mixer_class_t *class, snd_mixer_t *mixer, in try_open_full() 157 static int match(snd_mixer_class_t *class, const char *lib, const char *searchl) in match() 176 static int find_full(snd_mixer_class_t *class, snd_mixer_t *mixer, in find_full() 201 static int find_module(snd_mixer_class_t *class, snd_config_t *top) in find_module() 243 static void private_free(snd_mixer_class_t *class) in private_free() 274 snd_mixer_class_t *class; in snd_mixer_simple_basic_register() local 370 int snd_mixer_sbasic_info(const snd_mixer_class_t *class, sm_class_basic_t *info) in snd_mixer_sbasic_info() 388 void *snd_mixer_sbasic_get_private(const snd_mixer_class_t *class) in snd_mixer_sbasic_get_private() 402 void snd_mixer_sbasic_set_private(const snd_mixer_class_t *class, void *private_data) in snd_mixer_sbasic_set_private() [all …]
|
/third_party/typescript/tests/cases/conformance/classes/classExpressions/ |
D | classExpression3.ts | 1 let C = class extends class extends class { a = 1 } { b = 2 } { c = 3 }; variable
|
/third_party/typescript/tests/cases/conformance/es6/classExpressions/ |
D | classExpressionES63.ts | 2 let C = class extends class extends class { a = 1 } { b = 2 } { c = 3 }; variable
|
/third_party/protobuf/conformance/ |
D | autoload.php | 7 function protobuf_autoloader_impl($class, $prefix) { 15 function protobuf_autoloader($class) {
|
/third_party/protobuf/benchmarks/php/ |
D | autoload.php | 9 function protobuf_autoloader_impl($class, $prefix, $include_path) { 17 function protobuf_autoloader($class) {
|
/third_party/alsa-utils/topology/ |
D | pre-process-class.c | 95 snd_config_t *class, *class_cfg = NULL; in tplg_class_lookup() local 130 snd_config_t *class, const char *name) in tplg_class_find_attribute_by_name() 155 snd_config_t *class) in tplg_class_get_unique_attribute_name() 211 snd_config_t *class, const char *attr_name) in tplg_class_get_attribute_token_ref() 238 snd_config_t *class, snd_config_t *attr) in tplg_class_attribute_valid_tuple_value()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | ac97.c | 67 int alsa_mixer_simple_event(snd_mixer_class_t *class, unsigned int mask, in alsa_mixer_simple_event() 74 int alsa_mixer_simple_init(snd_mixer_class_t *class) in alsa_mixer_simple_init()
|
D | hda.c | 68 int alsa_mixer_simple_event(snd_mixer_class_t *class, unsigned int mask, in alsa_mixer_simple_event() 75 int alsa_mixer_simple_init(snd_mixer_class_t *class) in alsa_mixer_simple_init()
|
D | sbase.c | 316 static int simple_event_add1(snd_mixer_class_t *class, in simple_event_add1() 454 static int simple_event_add(snd_mixer_class_t *class, snd_hctl_elem_t *helem) in simple_event_add() 480 int alsa_mixer_sbasic_event(snd_mixer_class_t *class, unsigned int mask, in alsa_mixer_sbasic_event() 513 static void sbasic_cpriv_free(snd_mixer_class_t *class) in sbasic_cpriv_free() 531 void alsa_mixer_sbasic_initpriv(snd_mixer_class_t *class, in alsa_mixer_sbasic_initpriv() 540 int alsa_mixer_sbasic_selreg(snd_mixer_class_t *class, in alsa_mixer_sbasic_selreg() 562 int alsa_mixer_sbasic_sidreg(snd_mixer_class_t *class, in alsa_mixer_sbasic_sidreg()
|
/third_party/musl/libc-test/src/math/ |
D | fpclassify.c | 10 int class; member 29 int class; member 48 int class; member
|
/third_party/ltp/testcases/kernel/syscalls/ioprio/ |
D | ioprio.h | 30 #define IOPRIO_PRIO_VALUE(class, data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument 58 static inline int class_in_range(int class) in class_in_range() 65 static inline void ioprio_check_setting(int class, int prio, int report) in ioprio_check_setting()
|
/third_party/ffmpeg/libavfilter/ |
D | vidstabutils.c | 46 const AVClass *class; member 54 AVClass class = { in vs2av_log() local
|
/third_party/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 23 $class, 153 public function testInvalidSetters($class, $setter, $value) 208 …public function testConstructorWithWrapperType($class, $wrapperClass, $wrapperField, $getter, $val…
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv.core.grammar.json | 139 "class" : "Miscellaneous", string 144 "class" : "Miscellaneous", string 153 "class" : "Debug", string 161 "class" : "Debug", string 172 "class" : "Debug", string 180 "class" : "Debug", string 189 "class" : "Debug", string 199 "class" : "Debug", string 208 "class" : "Debug", string 218 "class" : "Extension", string [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.core.grammar.json | 139 "class" : "Miscellaneous", string 144 "class" : "Miscellaneous", string 153 "class" : "Debug", string 161 "class" : "Debug", string 172 "class" : "Debug", string 180 "class" : "Debug", string 189 "class" : "Debug", string 199 "class" : "Debug", string 208 "class" : "Debug", string 218 "class" : "Extension", string [all …]
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
D | spirv.core.grammar.json | 139 "class" : "Miscellaneous", string 144 "class" : "Miscellaneous", string 153 "class" : "Debug", string 161 "class" : "Debug", string 172 "class" : "Debug", string 180 "class" : "Debug", string 189 "class" : "Debug", string 199 "class" : "Debug", string 208 "class" : "Debug", string 218 "class" : "Extension", string [all …]
|
/third_party/libcoap/src/ |
D | coap_asn1.c | 35 asn1_tag_c(const uint8_t **ptr, int *constructed, int *class) in asn1_tag_c() 67 int class; in get_asn1_tag() local
|
/third_party/ffmpeg/tools/ |
D | enum_options.c | 39 static void print_option(const AVClass *class, const AVOption *o) in print_option() 78 static void show_opts(const AVClass *class) in show_opts()
|
/third_party/ffmpeg/libavcodec/ |
D | qsvenc_mpeg2.c | 37 AVClass *class; member 77 static const AVClass class = { variable
|
D | qsvenc_vp9.c | 37 AVClass *class; member 79 static const AVClass class = { variable
|
D | qsvenc_jpeg.c | 37 AVClass *class; member 70 static const AVClass class = { variable
|