/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/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/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 | deleteExpressionMustBeOptional(strict=true).js | 2 interface Foo { variable
|
D | classImplementingInterfaceIndexer.js | 2 interface I { function
|
D | deleteExpressionMustBeOptional(strict=false).js | 2 interface Foo { variable
|
/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/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_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/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/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/compiler/ |
D | interfaceNaming1.ts | 2 interface interface{ } interface
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/EnumDeclarations/ |
D | parserInterfaceKeywordInEnum.ts | 2 interface, enumerator
|
D | parserInterfaceKeywordInEnum1.ts | 4 interface, enumerator
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | asiPreventsParsingAsInterface05.ts | 3 var interface: number; variable
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
D | main.go | 643 func alignLeft(val interface{}, width int) string { 654 func alignCenter(val interface{}, width int) string { 665 func alignRight(val interface{}, width int) string {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | reg.py | 969 def fillFeatureDictionary(self, interface, featurename, api, profile): argument 1059 def requireFeatures(self, interface, featurename, api, profile): argument 1073 def removeFeatures(self, interface, featurename, api, profile): argument 1087 def assignAdditionalValidity(self, interface, api, profile): argument 1097 def removeAdditionalValidity(self, interface, api, profile): argument 1284 def generateRequiredInterface(self, interface): argument
|
/third_party/vulkan-headers/registry/ |
D | reg.py | 969 def fillFeatureDictionary(self, interface, featurename, api, profile): argument 1059 def requireFeatures(self, interface, featurename, api, profile): argument 1073 def removeFeatures(self, interface, featurename, api, profile): argument 1087 def assignAdditionalValidity(self, interface, api, profile): argument 1097 def removeAdditionalValidity(self, interface, api, profile): argument 1284 def generateRequiredInterface(self, interface): argument
|
/third_party/zlib/contrib/delphi/ |
D | ZLibConst.pas | 3 interface section
|