HomeSort by relevance Sort by last modified time
    Searched defs:class_ (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/mac/
objc_property_releaser.h 114 // Release all of the properties in object_ defined in class_ as either
121 Class class_; member in class:base::mac::ObjCPropertyReleaser
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 37 int class_ = _fpclass(num); local
38 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /art/compiler/driver/
compiler_driver_test.cc 55 class_ = env_->FindClass(class_name);
56 CHECK(class_ != NULL) << "Class not found: " << class_name;
58 mid_ = env_->GetMethodID(class_, method, signature);
60 mid_ = env_->GetStaticMethodID(class_, method, signature);
93 jclass class_; member in class:art::CompilerDriverTest
159 env_->CallNonvirtualVoidMethod(jobj_, class_, mid_);
  /art/runtime/
debugger.h 51 receiver_(NULL), thread_(NULL), class_(NULL), method_(NULL),
67 mirror::Class* class_; member in struct:art::DebugInvokeReq
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 283 uint32 error_code() const { return (class_ << 8) | number_; }
284 uint8 error_class() const { return class_; }
289 void SetErrorClass(uint8 eclass) { class_ = eclass; }
297 uint8 class_; member in class:cricket::StunErrorCodeAttribute
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 444 int eclass() const { return class_; }
447 void SetClass(uint8 eclass) { class_ = eclass; }
455 uint8 class_; member in class:cricket::StunErrorCodeAttribute
  /art/runtime/gc/
heap.cc 1055 mirror::Class* class_; member in class:art::gc::InstanceCollector
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1238 class class_(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 912 class class_(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]

Completed in 995 milliseconds