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

  /external/shflags/lib/
versions 64 sub_=`echo ${os_release_} |sed 's/^[0-9]*\.\([0-9]*\)\.[0-9]*$/\1/'`
73 *) minor_='X'; sub_='X' ;;
75 os_version_="${major_}.${minor_}.${sub_}"
103 unset os_name_ os_release_ os_version_ major_ minor_ sub_
  /art/test/004-JniTest/
jni_test.cc 397 sub_(GetClass("JniCallNonvirtualTestSubclass")),
401 sub_constructor_(GetMethodID(sub_, true, "<init>")),
402 sub_static_(GetMethodID(sub_, false, "staticMethod")),
403 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
419 jclass const sub_; member in class:art::JniCallNonvirtualVoidMethodTest
510 CallMethod(nullptr, sub_, super_static_, false, "null object, sub class, super static");
517 CallMethod(nullptr, sub_, sub_static_, false, "null object, super class, sub static");
527 jobject sub_super = CallConstructor(sub_, super_constructor_);
528 jobject sub_sub = CallConstructor(sub_, sub_constructor_);
531 CHECK(!env_->IsInstanceOf(super_super, sub_));
    [all...]
  /external/u-boot/include/
command.h 214 _CMD_REMOVE(sub_ ## _name, _cmd)
  /external/bcc/src/cc/frontends/b/
type_check.cc 351 if (n->sub_) {
352 n->sub_decl_ = n->table_->leaf_type_->field(n->sub_->name_);
354 return mkstatus_(n, "Field %s is not a member of %s", n->sub_->c_str(), n->table_->leaf_id()->c_str());
parser.yy 468 { $$ = $1; $1->sub_ = IdentExprNode::Ptr($3); }
node.h 361 IdentExprNode::Ptr sub_; member in class:ebpf::cc::TableIndexExprNode

Completed in 405 milliseconds