/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 {
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_windows_test.go | 45 std, _, err := k.GetStringValue("Std") 47 t.Fatalf("cannot read CEST Std registry key: %s", err) 53 name, err := ToEnglishName(std, dlt)
|
zoneinfo_windows.go | 23 // matchZoneKey checks if stdname and dstname match the corresponding "Std" 32 s, _, err := k.GetStringValue("Std") 83 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { 93 return a.std, a.dst 99 return a.std, a.dst 141 std := &l.zone[0] 142 std.name = stdname 145 std.offset = -int(i.Bias) * 60 148 l.cacheZone = std 158 std.offset = -int(i.Bias+i.StandardBias) * 6 [all...] |
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows_test.go | 45 std, _, err := k.GetStringValue("Std") 47 t.Fatalf("cannot read CEST Std registry key: %s", err) 53 name, err := ToEnglishName(std, dlt)
|
zoneinfo_windows.go | 23 // matchZoneKey checks if stdname and dstname match the corresponding "Std" 32 s, _, err := k.GetStringValue("Std") 83 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { 93 return a.std, a.dst 99 return a.std, a.dst 141 std := &l.zone[0] 142 std.name = stdname 145 std.offset = -int(i.Bias) * 60 148 l.cacheZone = std 158 std.offset = -int(i.Bias+i.StandardBias) * 6 [all...] |
/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);
|
/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";
|
/prebuilts/go/darwin-x86/src/math/ |
pow.go | 13 // updated by IEEE Std. 754-2008 "Section 9.2.1 Special values".
|
/prebuilts/go/linux-x86/src/math/ |
pow.go | 13 // updated by IEEE Std. 754-2008 "Section 9.2.1 Special values".
|
/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;
|