Home
last modified time | relevance | path

Searched refs:SetMethod (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/edk/js/
Dsupport.cc63 .SetMethod("asyncWait", AsyncWait) in GetModule()
64 .SetMethod("cancelWait", CancelWait) in GetModule()
65 .SetMethod("watch", Watch) in GetModule()
66 .SetMethod("cancelWatch", CancelWatch) in GetModule()
Dcore.cc309 .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 …]
Dthreading.cc35 .SetMethod("quit", Quit) in GetModule()
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs60 var method = target.SetMethod; in GetSetMethod()
DTypeExtensions.cs77 …t != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic))) in GetProperty()
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h235 void SetMethod(VCMProtectionMethodEnum newMethodType);
Dmedia_opt_util.cc496 void VCMLossProtectionLogic::SetMethod( in SetMethod() function in webrtc::media_optimization::VCMLossProtectionLogic
Dmedia_optimization.cc304 loss_prot_logic_->SetMethod(method); in SetProtectionMethod()