/third_party/flatbuffers/tests/ |
D | go_test.go | 162 …ffer(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) { 337 …ffer(org []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) { 485 …tAPI(buf []byte, offset flatbuffers.UOffsetT, sizePrefix bool, fail func(string, ...interface{})) { 513 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) { 657 func FailString(name string, want, got interface{}) string { 662 func CheckByteLayout(fail func(string, ...interface{})) { 1128 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1195 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) { 1221 func CheckGeneratedBuild(sizePrefix bool, fail func(string, ...interface{})) ([]byte, flatbuffers.U… 1275 func CheckTableAccessors(fail func(string, ...interface{})) { [all …]
|
/third_party/libwebsockets/lib/misc/threadpool/ |
D | README.md | 63 #### Threadpool creation / destruction 79 #### Task creation / destruction 95 #### The task function itself 136 #### Synchronizing 155 #### The cleanup function 167 #### Protecting against WRITABLE and / or SYNC duplication
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
D | main.go | 439 func (m Map) Put(key, value interface{}) string { 446 func (m Map) Get(key interface{}) interface{} { 452 func is(prototypes ...interface{}) func(interface{}) bool { 469 func isConstructor(v interface{}) bool { 500 func methodsOf(obj interface{}) []*Method { 527 func attributesOf(obj interface{}) []*ast.Member { 551 func constantsOf(obj interface{}) []*ast.Member { 574 func setlikeOf(obj interface{}) *ast.Pattern {
|
/third_party/typescript/tests/baselines/reference/ |
D | asiPreventsParsingAsInterface05.js | 4 var interface: number; variable 17 var interface; variable
|
D | asiPreventsParsingAsInterface01.js | 2 var interface: number, I: string; variable 9 var interface, I; variable
|
D | asiPreventsParsingAsInterface04.js | 2 var declare: boolean, interface: number, I: string; variable 10 var declare, interface, I; variable
|
D | deleteReadonly.js | 2 interface A { variable 11 interface B { variable
|
D | emitClassDeclarationWithLiteralPropertyNameInES6.js | 10 interface() { } method in B 28 interface() { } method in B
|
D | classImplementingInterfaceIndexer.js | 2 interface I { function
|
D | deleteExpressionMustBeOptional(strict=true).js | 2 interface Foo { variable
|
D | deleteExpressionMustBeOptional(strict=false).js | 2 interface Foo { variable
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
D | generate.go | 157 func (m Map) Put(key, value interface{}) string { 164 func (m Map) Get(key interface{}) interface{} { 170 func is(ty interface{}) func(interface{}) bool { 179 func isFirstIn(v, slice interface{}) bool { 189 func isLastIn(v, slice interface{}) bool {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ctrl_iface.h | 28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init() 34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ctrl_iface.h | 28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init() 34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
|
/third_party/glib/gio/ |
D | gdbusinterfaceskeleton.c | 99 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE() local 131 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in g_dbus_interface_skeleton_get_property() local 151 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in g_dbus_interface_skeleton_set_property() local 166 g_dbus_interface_skeleton_g_authorize_method_default (GDBusInterfaceSkeleton *interface, in g_dbus_interface_skeleton_g_authorize_method_default() 262 g_dbus_interface_skeleton_init (GDBusInterfaceSkeleton *interface) in g_dbus_interface_skeleton_init() 406 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in _g_dbus_interface_skeleton_get_info() local 413 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in g_dbus_interface_skeleton_get_object() local 424 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in g_dbus_interface_skeleton_dup_object() local 438 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in g_dbus_interface_skeleton_set_object() local 462 GDBusInterfaceSkeleton *interface; member [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_helpers.c | 25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() 81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() 147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() 233 char *interface, in properties_get_or_set() 286 char *interface; in properties_handler() local 604 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties() 656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal() 691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal() 718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal() 845 const char *path, const char *interface, in wpa_dbus_mark_property_changed() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_helpers.c | 25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() 81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() 147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() 233 char *interface, in properties_get_or_set() 286 char *interface; in properties_handler() local 604 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties() 656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal() 691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal() 718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal() 845 const char *path, const char *interface, in wpa_dbus_mark_property_changed() [all …]
|
/third_party/wayland_standard/src/ |
D | scanner.c | 173 struct interface { struct 174 struct location loc; 175 char *name; 176 char *uppercase_name; 177 int version; 178 int since; 179 struct wl_list request_list; 180 struct wl_list event_list; 181 struct wl_list enumeration_list; 182 struct wl_list link; [all …]
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
D | list.go | 32 Set(i int, v interface{}) 35 Append(v interface{}) 52 func Wrap(s interface{}) List {
|
/third_party/typescript/tests/cases/compiler/ |
D | interfaceNaming1.ts | 2 interface interface{ } interface
|
/third_party/mbedtls/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 202 #### Naming of symbols 206 #### Impossible combinations 210 #### Diffie-Hellman 214 #### Coexistence with the current Mbed TLS configuration
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | asiPreventsParsingAsInterface05.ts | 3 var interface: number; variable
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/EnumDeclarations/ |
D | parserInterfaceKeywordInEnum.ts | 2 interface, enumerator
|
D | parserInterfaceKeywordInEnum1.ts | 4 interface, enumerator
|
/third_party/wayland_standard/protocol/ |
D | wayland.dtd | 4 <!ELEMENT interface (description?,(request|event|enum)+)> element 27 <!ATTLIST arg interface CDATA #IMPLIED> attribute
|