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

  /external/llvm/test/CodeGen/X86/
2010-02-11-NonTemporal.ll 8 define void @sub_(i32* noalias %n) {
  /art/test/004-JniTest/
jni_test.cc 377 sub_(GetClass("JniCallNonvirtualTestSubclass")),
381 sub_constructor_(GetMethodID(sub_, true, "<init>")),
382 sub_static_(GetMethodID(sub_, false, "staticMethod")),
383 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
399 jclass const sub_; member in class:art::JniCallNonvirtualVoidMethodTest
490 CallMethod(nullptr, sub_, super_static_, false, "null object, sub class, super static");
497 CallMethod(nullptr, sub_, sub_static_, false, "null object, super class, sub static");
507 jobject sub_super = CallConstructor(sub_, super_constructor_);
508 jobject sub_sub = CallConstructor(sub_, sub_constructor_);
511 CHECK(!env_->IsInstanceOf(super_super, sub_));
    [all...]
  /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_
  /external/regex-re2/re2/
regexp.h 108 // Matches concatenation of sub_[0..nsub-1].
110 // Matches union of sub_[0..nsub-1].
113 // Matches sub_[0] zero or more times.
115 // Matches sub_[0] one or more times.
117 // Matches sub_[0] zero or one times.
120 // Matches sub_[0] at least min_ times, at most max_ times.
  /external/strace/
aio.c 76 tprintf("%u /* SUB_??? */", cmd);
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 436 // Include the filename in the symbol name. Including "sub_" matches gcc and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
valarray 268 // _lib.valarray.sub_ subset operations:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
valarray 268 // _lib.valarray.sub_ subset operations:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
valarray 268 // _lib.valarray.sub_ subset operations:
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
valarray 268 // _lib.valarray.sub_ subset operations:
    [all...]

Completed in 1700 milliseconds