Searched refs:SetMethod (Results 1 – 8 of 8) sorted by relevance
/external/libmojo/mojo/edk/js/ |
D | support.cc | 63 .SetMethod("asyncWait", AsyncWait) in GetModule() 64 .SetMethod("cancelWait", CancelWait) in GetModule() 65 .SetMethod("watch", Watch) in GetModule() 66 .SetMethod("cancelWatch", CancelWatch) in GetModule()
|
D | core.cc | 309 .SetMethod("close", CloseHandle) in GetModule() 310 .SetMethod("wait", WaitHandle) in GetModule() 311 .SetMethod("waitMany", WaitMany) in GetModule() 312 .SetMethod("createMessagePipe", CreateMessagePipe) in GetModule() 313 .SetMethod("writeMessage", WriteMessage) in GetModule() 314 .SetMethod("readMessage", ReadMessage) in GetModule() 315 .SetMethod("createDataPipe", CreateDataPipe) in GetModule() 316 .SetMethod("writeData", WriteData) in GetModule() 317 .SetMethod("readData", ReadData) in GetModule() 318 .SetMethod("drainData", DoDrainData) in GetModule() [all …]
|
D | threading.cc | 35 .SetMethod("quit", Quit) in GetModule()
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | PropertyInfoExtensions.cs | 60 var method = target.SetMethod; in GetSetMethod()
|
D | TypeExtensions.cs | 77 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | media_opt_util.h | 235 void SetMethod(VCMProtectionMethodEnum newMethodType);
|
D | media_opt_util.cc | 496 void VCMLossProtectionLogic::SetMethod( in SetMethod() function in webrtc::media_optimization::VCMLossProtectionLogic
|
D | media_optimization.cc | 304 loss_prot_logic_->SetMethod(method); in SetProtectionMethod()
|