HomeSort by relevance Sort by last modified time
    Searched refs:SetMethod (Results 1 - 20 of 20) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 141 %define %attribute_custom(Class, AttributeType, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
144 #if #SetMethod != #AttributeName
145 %ignore Class::SetMethod;
196 %define %attribute(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
197 #if #SetMethod != ""
198 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, self_->GetMethod(), self_->SetMethod(val_))
204 %define %attribute2(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
205 #if #SetMethod != ""
206 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, &self_->GetMethod(), self_->SetMethod(*val_)
    [all...]
  /external/libmojo/mojo/edk/js/
support.cc 63 .SetMethod("asyncWait", AsyncWait)
64 .SetMethod("cancelWait", CancelWait)
65 .SetMethod("watch", Watch)
66 .SetMethod("cancelWatch", CancelWatch)
threading.cc 35 .SetMethod("quit", Quit)
core.cc 309 .SetMethod("close", CloseHandle)
310 .SetMethod("wait", WaitHandle)
311 .SetMethod("waitMany", WaitMany)
312 .SetMethod("createMessagePipe", CreateMessagePipe)
313 .SetMethod("writeMessage", WriteMessage)
314 .SetMethod("readMessage", ReadMessage)
315 .SetMethod("createDataPipe", CreateDataPipe)
316 .SetMethod("writeData", WriteData)
317 .SetMethod("readData", ReadData)
318 .SetMethod("drainData", DoDrainData
    [all...]
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.h 48 void SetMethod(Method method);
Pseudolocalizer.cpp 70 SetMethod(method);
73 void Pseudolocalizer::SetMethod(Method method) {
Pseudolocalizer_test.cpp 232 pseudo.SetMethod(Pseudolocalizer::Method::kNone);
  /art/runtime/
imt_conflict_table.h 69 SetMethod(index * kMethodCount + kMethodInterface, pointer_size, method);
73 SetMethod(index * kMethodCount + kMethodImplementation, pointer_size, method);
196 void SetMethod(size_t index, PointerSize pointer_size, ArtMethod* method) {
stack.h 153 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_);
debugger.h 184 SetMethod(other.Method());
189 void SetMethod(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
stack.cc 584 void StackVisitor::SetMethod(ArtMethod* method) {
587 cur_shadow_frame_->SetMethod(method);
    [all...]
debugger.cc     [all...]
  /art/runtime/gc/
allocation_record.h 53 void SetMethod(ArtMethod* m) {
111 stack_[index].SetMethod(m);
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 235 void SetMethod(VCMProtectionMethodEnum newMethodType);
media_opt_util.cc 496 void VCMLossProtectionLogic::SetMethod(
media_optimization.cc 304 loss_prot_logic_->SetMethod(method);
  /art/runtime/interpreter/
shadow_frame.h 261 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) {
  /art/openjdkjvmti/
ti_redefine.cc 208 SetMethod(new_obsolete_method);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 1624 milliseconds