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

  /prebuilts/ndk/r10/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/r11/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/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 41 int class_ = _fpclass(num); local
42 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /art/compiler/driver/
compiler_driver_test.cc 61 class_ = env_->FindClass(class_name);
62 CHECK(class_ != nullptr) << "Class not found: " << class_name;
64 mid_ = env_->GetMethodID(class_, method, signature);
66 mid_ = env_->GetStaticMethodID(class_, method, signature);
99 jclass class_; member in class:art::CompilerDriverTest
172 env_->CallNonvirtualVoidMethod(jobj_, class_, mid_);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 549 class_ = getattr(mod, classname) variable
550 proxy = class_((options.localhost, options.localport),
  /external/python/cpython2/Lib/
smtpd.py 534 class_ = getattr(mod, classname) variable
535 proxy = class_((options.localhost, options.localport),
  /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),
  /art/test/ti-stress/
stress.cc 131 class_(c),
138 if (class_ != nullptr) {
147 if (class_ == nullptr) {
152 jvmtiError ret1 = jvmtienv_->GetSourceFileName(class_, &file_);
153 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_);
154 return jvmtienv_->GetClassSignature(class_, &name_, &generic_) == JVMTI_ERROR_NONE &&
163 return class_;
188 jclass class_; member in class:art::ScopedClassInfo
  /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
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1238 class class_(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /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/make/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...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 912 class class_(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [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/dexlayout/
dex_ir.h 556 : class_(klass), type_(type), name_(name) { size_ = kFieldIdItemSize; }
561 const TypeId* Class() const { return class_; }
568 const TypeId* class_; member in class:art::dex_ir::FieldId
578 : class_(klass), proto_(proto), name_(name) { size_ = kMethodIdItemSize; }
583 const TypeId* Class() const { return class_; }
590 const TypeId* class_; member in class:art::dex_ir::MethodId
    [all...]

Completed in 2098 milliseconds