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

  /external/libcxx/include/support/win32/
math_win32.h 41 int class_ = _fpclass(num); local
42 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 39 int class_ = _fpclass(num); local
40 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 39 int class_ = _fpclass(num); local
40 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /art/compiler/driver/
compiler_driver_test.cc 59 class_ = env_->FindClass(class_name);
60 CHECK(class_ != nullptr) << "Class not found: " << class_name;
62 mid_ = env_->GetMethodID(class_, method, signature);
64 mid_ = env_->GetStaticMethodID(class_, method, signature);
97 jclass class_; member in class:art::CompilerDriverTest
165 env_->CallNonvirtualVoidMethod(jobj_, class_, mid_);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /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/webrtc/webrtc/p2p/base/
stun.h 430 int eclass() const { return class_; }
433 void SetClass(uint8_t eclass) { class_ = eclass; }
441 uint8_t class_; member in class:cricket::StunErrorCodeAttribute
  /prebuilts/gdb/darwin-x86/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/StdSuites/
AppleScript_Suite.py 1238 class class_(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /build/tools/ijar/
classfile.cc 553 attr->class_ = constant(get_u2be(p));
560 put_u2be(p, class_->slot());
564 Constant *class_; member in struct:devtools_ijar::EnclosingMethodAttribute
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 912 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...]
  /art/runtime/gc/
heap.cc 1952 const mirror::Class* const class_; member in class:art::gc::InstanceCollector::mirror
    [all...]

Completed in 1185 milliseconds