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

1 2 3 4 5 6 7 8 91011>>

  /system/tpm/tpm_manager/common/
tpm_nvram_dbus_interface.h 22 constexpr char kTpmNvramInterface[] = "org.chromium.TpmNvram";
25 constexpr char kDefineSpace[] = "DefineSpace";
26 constexpr char kDestroySpace[] = "DestroySpace";
27 constexpr char kWriteSpace[] = "WriteSpace";
28 constexpr char kReadSpace[] = "ReadSpace";
29 constexpr char kLockSpace[] = "LockSpace";
30 constexpr char kListSpaces[] = "ListSpaces";
31 constexpr char kGetSpaceInfo[] = "GetSpaceInfo";
tpm_manager_constants.h 23 constexpr char kTpmManagerServiceName[] = "org.chromium.TpmManager";
24 constexpr char kTpmManagerServicePath[] = "/org/chromium/TpmManager";
27 constexpr char kTpmNvramBinderName [] = "android.tpm_manager.ITpmNvram";
28 constexpr char kTpmOwnershipBinderName [] = "android.tpm_manager.ITpmOwnership";
33 constexpr const char* kTpmOwnerDependency_Nvram = "TpmOwnerDependency_Nvram";
34 constexpr const char* kTpmOwnerDependency_Attestation =
37 constexpr const char* kInitialTpmOwnerDependencies[] = {
tpm_ownership_dbus_interface.h 22 constexpr char kTpmOwnershipInterface[] = "org.chromium.TpmOwnership";
25 constexpr char kGetTpmStatus[] = "GetTpmStatus";
26 constexpr char kTakeOwnership[] = "TakeOwnership";
27 constexpr char kRemoveOwnerDependency[] = "RemoveOwnerDependency";
  /system/core/adb/
services.h 20 constexpr char kShellServiceArgRaw[] = "raw";
21 constexpr char kShellServiceArgPty[] = "pty";
22 constexpr char kShellServiceArgShellProtocol[] = "v2";
  /system/tpm/attestation/common/
dbus_interface.h 23 constexpr char kAttestationInterface[] = "org.chromium.Attestation";
24 constexpr char kAttestationServicePath[] = "/org/chromium/Attestation";
25 constexpr char kAttestationServiceName[] = "org.chromium.Attestation";
28 constexpr char kCreateGoogleAttestedKey[] = "CreateGoogleAttestedKey";
29 constexpr char kGetKeyInfo[] = "GetKeyInfo";
30 constexpr char kGetEndorsementInfo[] = "GetEndorsementInfo";
31 constexpr char kGetAttestationKeyInfo[] = "GetAttestationKeyInfo";
32 constexpr char kActivateAttestationKey[] = "ActivateAttestationKey";
33 constexpr char kCreateCertifiableKey[] = "CreateCertifiableKey";
34 constexpr char kDecrypt[] = "Decrypt"
    [all...]
  /system/tpm/trunks/
dbus_interface.h 23 constexpr char kTrunksInterface[] = "com.android.Trunks";
24 constexpr char kTrunksServicePath[] = "/com/android/Trunks";
25 constexpr char kTrunksServiceName[] = "com.android.Trunks";
27 constexpr char kTrunksInterface[] = "org.chromium.Trunks";
28 constexpr char kTrunksServicePath[] = "/org/chromium/Trunks";
29 constexpr char kTrunksServiceName[] = "org.chromium.Trunks";
33 constexpr char kSendCommand[] = "SendCommand";
tpm_constants.h 25 constexpr TPMA_OBJECT kFixedTPM = 1U << 1;
26 constexpr TPMA_OBJECT kFixedParent = 1U << 4;
27 constexpr TPMA_OBJECT kSensitiveDataOrigin = 1U << 5;
28 constexpr TPMA_OBJECT kUserWithAuth = 1U << 6;
29 constexpr TPMA_OBJECT kAdminWithPolicy = 1U << 7;
30 constexpr TPMA_OBJECT kNoDA = 1U << 10;
31 constexpr TPMA_OBJECT kRestricted = 1U << 16;
32 constexpr TPMA_OBJECT kDecrypt = 1U << 17;
33 constexpr TPMA_OBJECT kSign = 1U << 18;
36 constexpr TPMA_NV TPMA_NV_PPWRITE = 1U << 0
    [all...]
  /external/clang/test/Parser/
cxx1z-constexpr-lambdas.cpp 6 auto XL0 = [] constexpr { }; //expected-error{{requires '()'}} expected-error{{expected body}}
12 auto XL2 = [] () constexpr mutable constexpr { }; //expected-error{{cannot appear multiple times}}
13 auto L = []() mutable constexpr { };
14 auto L2 = []() constexpr { };
15 auto L4 = []() constexpr mutable { };
16 auto XL16 = [] () constexpr
18 constexpr //expected-error{{cannot appear multiple times}}
21 constexpr //expected-error{{cannot appear multiple times}}
22 constexpr //expected-error{{cannot appear multiple times}
    [all...]
cxx11-type-specifier.cpp 6 operator constexpr int(); // expected-error{{type name does not allow constexpr}}
12 (void) new constexpr int; // expected-error{{type name does not allow constexpr}}
13 } catch (constexpr int) { // expected-error{{type name does not allow constexpr}}
  /frameworks/native/cmds/installd/
installd_constants.h 26 constexpr const char* PRIMARY_USER_PREFIX = "data/";
27 constexpr const char* SECONDARY_USER_PREFIX = "user/";
31 constexpr const char* DALVIK_CACHE_POSTFIX = "@classes.dex";
33 constexpr size_t PKG_NAME_MAX = 128u; /* largest allowed package name */
34 constexpr size_t PKG_PATH_MAX = 1024u; /* max size of any path we use */
40 constexpr int DEXOPT_PUBLIC = 1 << 1;
41 constexpr int DEXOPT_DEBUGGABLE = 1 << 2;
42 constexpr int DEXOPT_BOOTCOMPLETE = 1 << 3;
43 constexpr int DEXOPT_PROFILE_GUIDED = 1 << 4;
44 constexpr int DEXOPT_SECONDARY_DEX = 1 << 5
    [all...]
  /external/libcxx/test/support/
propagate_const_helpers.h 6 constexpr const int &operator*() const { return i_; }
7 constexpr int &operator*() { return i_; }
8 constexpr const int *get() const { return &i_; }
9 constexpr int *get() { return &i_; }
10 constexpr const int *operator->() const { return &i_; }
11 constexpr int *operator->() { return &i_; }
13 constexpr X(int i) : i_(i) {}
20 constexpr const int &operator*() const { return i_; }
21 constexpr int &operator*() { return i_; }
22 constexpr const int *get() const { return &i_;
    [all...]
  /art/runtime/
globals.h 27 static constexpr size_t KB = 1024;
28 static constexpr size_t MB = KB * KB;
29 static constexpr size_t GB = KB * KB * KB;
32 static constexpr size_t kBitsPerByte = 8;
33 static constexpr size_t kBitsPerByteLog2 = 3;
34 static constexpr int kBitsPerIntPtrT = sizeof(intptr_t) * kBitsPerByte;
37 static constexpr size_t kStackAlignment = 16;
41 static constexpr int kPageSize = 4096;
50 static constexpr size_t kObjectAlignmentShift = 3;
51 static constexpr size_t kObjectAlignment = 1u << kObjectAlignmentShift
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 3 // A constexpr specifier used in an object declaration declares the object as
5 constexpr int a = 0;
9 constexpr int *b = &i;
12 constexpr int &c = i;
15 constexpr int (*d)(int) = 0;
18 // A variable declaration which uses the constexpr specifier shall have an
20 constexpr int ni1; // expected-error {{default initialization of an object of const type 'const int'}}
21 constexpr struct C { C(); } ni2; // expected-error {{cannot have non-literal type 'const struct C'}} expected-note 3{{has no constexpr constructors}}
22 constexpr double &ni3; // expected-error {{declaration of reference variable 'ni3' requires an initializer}
    [all...]
  /device/google/wahoo/thermal/
thermal-helper.h 44 constexpr const char *kCpuUsageFile = "/proc/stat";
45 constexpr const char *kTemperatureFileFormat = "/sys/class/thermal/thermal_zone%d/temp";
46 constexpr const char *kCpuOnlineFileFormat = "/sys/devices/system/cpu/cpu%d/online";
49 constexpr unsigned int kWalleyeSkinSensorNum = 9;
50 constexpr auto kWalleyeSkinSensorType = "back_therm";
51 constexpr unsigned int kWalleyeTsensOffset = 11;
52 constexpr unsigned int kWalleyeSkinThrottlingThreshold = 40;
53 constexpr unsigned int kWalleyeSkinShutdownThreshold = 56;
54 constexpr unsigned int kWalleyeVrThrottledBelowMin = 52;
56 constexpr unsigned int kTaimenRabSkinSensorNum = 8
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceBuildDefs.h 18 /// \brief Defines constexpr functions that express various Subzero build
21 /// These resulting constexpr functions allow code to in effect be
28 of (except in these constexpr functions):
41 constexpr bool hasFeature() { return FEATURE_SUPPORTED; }
47 constexpr bool hasFeature() {
67 Since hasFeature() returns a constexpr, an optimizing compiler will know to
79 constexpr bool dump() { return ALLOW_DUMP; }
81 constexpr bool timers() { return ALLOW_TIMERS; }
86 constexpr bool llvmCl() { return ALLOW_LLVM_CL; }
88 constexpr bool llvmIr() { return ALLOW_LLVM_IR;
    [all...]
  /system/security/keystore/
defaults.h 27 constexpr int32_t DSA_DEFAULT_KEY_SIZE = 1024;
28 constexpr int32_t DSA_MIN_KEY_SIZE = 512;
29 constexpr int32_t DSA_MAX_KEY_SIZE = 8192;
32 constexpr int32_t EC_DEFAULT_KEY_SIZE = 256;
33 constexpr int32_t EC_MIN_KEY_SIZE = 192;
34 constexpr int32_t EC_MAX_KEY_SIZE = 521;
37 constexpr int32_t RSA_DEFAULT_KEY_SIZE = 2048;
38 constexpr int32_t RSA_DEFAULT_EXPONENT = 0x10001;
39 constexpr int32_t RSA_MIN_KEY_SIZE = 512;
40 constexpr int32_t RSA_MAX_KEY_SIZE = 8192
    [all...]
  /external/clang/test/SemaCXX/
constexpr-depth.cpp 5 constexpr int depth(int n) { return n > 1 ? depth(n-1) : 0; } // expected-note {{exceeded maximum depth}} expected-note +{{}}
7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'depth(}}
8 constexpr int kGood = depth(MAX);
builtin-assume-aligned.cpp 4 constexpr int *p = 0;
6 constexpr int *k = (int *) __builtin_assume_aligned(p, 16, n = 5);
8 constexpr void *l = __builtin_assume_aligned(p, 16);
12 constexpr int *c = (int *) __builtin_assume_aligned(p, 16);
16 constexpr void *m = __builtin_assume_aligned(&n, 16);
20 constexpr void *q1 = __builtin_assume_aligned(&n, 4, 2);
23 constexpr void *q2 = __builtin_assume_aligned(&n, 4, -2);
24 constexpr void *q3 = __builtin_assume_aligned(&n, 4, 4);
25 constexpr void *q4 = __builtin_assume_aligned(&n, 4, -4);
30 constexpr void *r1 = __builtin_assume_aligned(&ar1[2], 16)
    [all...]
cxx1y-constexpr-not-const.cpp 5 constexpr int f(); // @5
15 // expected-warning@5 {{'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior}}
  /frameworks/native/libs/vr/libdisplay/
display_protocol.cpp 7 constexpr char DisplayProtocol::kClientPath[];
8 constexpr char DisplayManagerProtocol::kClientPath[];
9 constexpr char VSyncProtocol::kClientPath[];
  /external/clang/test/CXX/basic/basic.def/
p2.cpp 5 static constexpr int n = 0;
  /external/clang/test/FixIt/
fixit-cxx1y-compat.cpp 10 constexpr int &f(); // expected-warning {{'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior}}
  /external/clang/test/Modules/Inputs/libstdcxx-ambiguous-internal/
a.h 4 constexpr int n = 0;
  /external/clang/test/Modules/Inputs/
redecl-add-after-load-top.h 4 static constexpr int function();
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_rpc.cpp 6 constexpr char BufferHubRPC::kClientPath[];

Completed in 363 milliseconds

1 2 3 4 5 6 7 8 91011>>