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

1 2

  /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 54 var std, dlt string
56 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
57 std, err = k.GetMUIStringValue("MUI_Std")
62 if err != nil { // Fallback to Std and Dlt
63 if std, _, err = k.GetStringValue("Std"); err != nil {
64 t.Fatalf("cannot read CEST Std registry key: %s", err)
71 name, err := ToEnglishName(std, dlt)
zoneinfo_windows.go 26 // values "MUI_Std" and MUI_Dlt" or "Std" and "Dlt" (the latter down-level
35 var std, dlt string
37 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
38 std, err = k.GetMUIStringValue("MUI_Std")
43 if err != nil { // Fallback to Std and Dlt
44 if std, _, err = k.GetStringValue("Std"); err != nil {
52 if std != stdname {
95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) {
105 return a.std, a.ds
    [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows_test.go 54 var std, dlt string
56 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
57 std, err = k.GetMUIStringValue("MUI_Std")
62 if err != nil { // Fallback to Std and Dlt
63 if std, _, err = k.GetStringValue("Std"); err != nil {
64 t.Fatalf("cannot read CEST Std registry key: %s", err)
71 name, err := ToEnglishName(std, dlt)
zoneinfo_windows.go 26 // values "MUI_Std" and MUI_Dlt" or "Std" and "Dlt" (the latter down-level
35 var std, dlt string
37 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
38 std, err = k.GetMUIStringValue("MUI_Std")
43 if err != nil { // Fallback to Std and Dlt
44 if std, _, err = k.GetStringValue("Std"); err != nil {
52 if std != stdname {
95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) {
105 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;
111 $Getopt::Std::STANDARD_HELP_VERSION = 1;
138 print "Getopt::Std.pm Version : ${Getopt::Std::VERSION}\n";
  /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;
  /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/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/lcms/src/
cmsgamma.c     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 1066 public static class Std
1069 public Std()
  /external/mksh/src/
check.pl 180 use Getopt::Std;
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 57 ContextAndReplaceableUses CRU(std::move(ReplaceableUses));
154 std::string Str;
164 std::string Str;
182 std::vector<Metadata *> V;
271 std::string Expected;
285 std::string Actual;
296 std::string Actual_; \
300 std::string Expected_(EXPECTED); \
333 std::string Expected;
615 FirstUniqued = MDNode::replaceWithUniqued(std::move(Temp))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 762 if x.Name == "os" && strings.HasPrefix(sel.Sel.Name, "Std") {

Completed in 1106 milliseconds

1 2