| /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/typescript/tests/baselines/reference/organizeImports/ |
| D | Syntax_Error_Imports_skipDestructiveCodeActions.ts | 3 import { F1, F2 class class class; } from "lib"; class 5 class class class; class 14 class class class; class
|
| D | Syntax_Error_Imports.ts | 3 import { F1, F2 class class class; } from "lib"; class 5 class class class; class 13 class class class; class
|
| D | Syntax_Error_Body.ts | 7 class class class; class 14 class class class; class
|
| D | Syntax_Error_Body_skipDestructiveCodeActions.ts | 7 class class class; class 15 class class class; class
|
| /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/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/alsa-utils/topology/ |
| D | pre-process-class.c | 96 snd_config_t *class, *class_cfg = NULL; in tplg_class_lookup() local 131 snd_config_t *class, const char *name) in tplg_class_find_attribute_by_name() 156 snd_config_t *class) in tplg_class_get_unique_attribute_name() 212 snd_config_t *class, const char *attr_name) in tplg_class_get_attribute_token_ref() 239 snd_config_t *class, snd_config_t *attr) in tplg_class_attribute_valid_tuple_value()
|
| /third_party/musl/libc-test/src/math/ |
| D | fpclassify.c | 10 int class; member 29 int class; member 48 int class; member
|
| /third_party/protobuf/php/tests/ |
| D | WrapperTypeSettersTest.php | 23 $class, 152 public function testInvalidSetters($class, $setter, $value) 208 …public function testConstructorWithWrapperType($class, $wrapperClass, $wrapperField, $getter, $val…
|
| /third_party/ltp/testcases/kernel/syscalls/ioprio/ |
| D | ioprio.h | 39 static inline int class_in_range(int class) in class_in_range() 46 static inline void ioprio_check_setting(int class, int prio, int report) in ioprio_check_setting()
|
| /third_party/mesa3d/src/intel/tools/ |
| D | aubinator_error_decode_lib.c | 15 int ring_name_to_class(const char *ring_name, enum intel_engine_class *class) in ring_name_to_class() 34 unsigned int class; in ring_name_to_class() member
|
| /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/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/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/ffmpeg/libavcodec/ |
| D | qsvenc_vp9.c | 37 AVClass *class; member 89 static const AVClass class = { variable
|
| D | qsvenc_mpeg2.c | 37 AVClass *class; member 78 static const AVClass class = { variable
|