/prebuilts/ndk/r10/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/r11/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/r13/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/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) {}
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_windows_test.go | 46 var std, dlt string 48 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs 49 std, err = k.GetMUIStringValue("MUI_Std") 54 if err != nil { // Fallback to Std and Dlt 55 if std, _, err = k.GetStringValue("Std"); err != nil { 56 t.Fatalf("cannot read CEST Std registry key: %s", err) 63 name, err := ToEnglishName(std, dlt)
|
zoneinfo_windows.go | 22 // values "MUI_Std" and MUI_Dlt" or "Std" and "Dlt" (the latter down-level 31 var std, dlt string 33 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs 34 std, err = k.GetMUIStringValue("MUI_Std") 39 if err != nil { // Fallback to Std and Dlt 40 if std, _, err = k.GetStringValue("Std"); err != nil { 48 if std != stdname { 91 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { 101 return a.std, a.ds [all...] |
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows_test.go | 46 var std, dlt string 48 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs 49 std, err = k.GetMUIStringValue("MUI_Std") 54 if err != nil { // Fallback to Std and Dlt 55 if std, _, err = k.GetStringValue("Std"); err != nil { 56 t.Fatalf("cannot read CEST Std registry key: %s", err) 63 name, err := ToEnglishName(std, dlt)
|
zoneinfo_windows.go | 22 // values "MUI_Std" and MUI_Dlt" or "Std" and "Dlt" (the latter down-level 31 var std, dlt string 33 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs 34 std, err = k.GetMUIStringValue("MUI_Std") 39 if err != nil { // Fallback to Std and Dlt 40 if std, _, err = k.GetStringValue("Std"); err != nil { 48 if std != stdname { 91 func abbrev(z *syscall.Timezoneinformation) (std, dst string) { 101 return a.std, a.ds [all...] |
/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++14 -ast-dump-lookups 2>/dev/null | 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++14 -ast-dump-lookups -ast-dump-filter N 2>/dev/null | 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++14 -ast-dump -ast-dump-filter SomeTemplate 2>/dev/null | 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++14 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++14 -DEARLY_IMPORT 172 bool testFriendInClassTemplate(Std::WithFriend<int> wfi) { 233 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);
|
/external/curl/lib/ |
mk-ca-bundle.pl | 34 use Getopt::Std; 112 $Getopt::Std::STANDARD_HELP_VERSION = 1; 139 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 | 124 std::vector<std::string> &Diagnostics) { 142 std::vector<std::string> &Funcs) { 286 std::tie(key, val) = configVals[i].split("="); 331 static std::shared_ptr<llvm::Regex> 335 std::string RegexError; 336 std::shared_ptr<llvm::Regex> Pattern = std::make_shared<llvm::Regex>(Val); 346 const std::vector<std::string> &Levels [all...] |
/external/swiftshader/third_party/LLVM/utils/ |
codegen-diff | 3 use Getopt::Std;
|
/external/llvm/utils/ |
codegen-diff | 3 use Getopt::Std;
|
/external/syslinux/gpxe/src/util/ |
makerom.pl | 3 use Getopt::Std;
|
modrom.pl | 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()
|