HomeSort by relevance Sort by last modified time
    Searched refs:Std (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_platform.c 59 #include <Std.h>
omx_rpc_config.c 59 #include <Std.h>
  /external/clang/test/Modules/Inputs/
cxx-templates-common.h 13 namespace Std {
19 namespace Std {
cxx-templates-b.h 92 Std::f<int>();
cxx-templates-a.h 54 void InstantiateWithFriend(Std::WithFriend<int> wfi) {}
  /external/ltrace/sysdeps/linux-gnu/
mksyscallent_s390 30 use Getopt::Std;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /external/clang/test/Parser/
recovery.cpp 1 // RUN: %clang_cc1 -verify -std=c++11 -fms-extensions %s
4 namespace Std { // expected-note {{here}}
9 inline namespace Std { // expected-error {{cannot be reopened as inline}}
11 } / end namespace Std // expected-error {{unqualified-id}}
13 Std::Important y;
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 33 float Std() const;
statistics.cpp 46 float IncrementalGaussian::Std() const {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.h 41 Std = Links+Faces+Tetras+Anchors+Notes+Joints,
42 StdTetra = Std-Faces+Tetras
50 int drawflags=fDrawFlags::Std);
btSoftRigidDynamicsWorld.cpp 45 m_drawFlags = fDrawFlags::Std;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
fDrawFlags.java 81 public final static int Std = Links+Faces+Tetras+Anchors+Notes+Joints;
82 public final static int StdTetra = Std-Faces+Tetras;
  /external/clang/test/Modules/
cxx-templates.cpp 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
4 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-filter SomeTemplate | FileCheck %s --check-prefix=CHECK-DUMP
5 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
6 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 -DEARLY_IMPORT
171 bool testFriendInClassTemplate(Std::WithFriend<int> wfi) {
175 namespace Std {
  /external/clang/lib/Sema/
SemaCoroutine.cpp 24 /// Look up the std::coroutine_traits<...>::promise_type for the given
28 // FIXME: Cache std::coroutine_traits once we've found it.
29 NamespaceDecl *Std = S.getStdNamespace();
30 if (!Std) {
37 if (!S.LookupQualifiedName(Result, Std)) {
89 auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, Std);
SemaOverload.cpp 42 return std::any_of(FD->param_begin(), FD->param_end(),
43 std::mem_fn(&ParmVarDecl::hasAttr<PassObjectSizeAttr>));
495 OS << "Worst std::initializer_list element conversion: ";
    [all...]
SemaChecking.cpp     [all...]
  /external/curl/lib/
mk-ca-bundle.pl 33 use Getopt::Std;
111 $Getopt::Std::STANDARD_HELP_VERSION = 1;
129 print "Getopt::Std.pm Version : ${Getopt::Std::VERSION}\n";
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 121 std::vector<std::string> &Diagnostics) {
269 std::tie(key, val) = configVals[i].split("=");
314 static std::shared_ptr<llvm::Regex>
318 std::string RegexError;
319 std::shared_ptr<llvm::Regex> Pattern = std::make_shared<llvm::Regex>(Val);
329 const std::vector<std::string> &Levels,
352 const std::vector<std::string> &Sanitizers
    [all...]
  /external/llvm/utils/
codegen-diff 3 use Getopt::Std;
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 1062 public static class Std
1065 public Std()
  /external/mksh/src/
check.pl 174 use Getopt::Std;
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 175 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + "."));
183 Args.MakeArgString(std::string(ArgName) + Dirs.substr(0, Delim)));
194 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + "."));
201 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs));
573 std::vector<const char *> &Features) {
582 std::vector<const char *> &Features) {
590 std::vector<const char *> &Features) {
609 std::vector<const char *> &Features,
611 std::pair<StringRef, StringRef> Split = ArchName.split("+");
613 std::string MArch = arm::getARMArch(ArchName, Triple)
    [all...]

Completed in 940 milliseconds

1 2