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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 12 class Init {
15 static ios_base::Init __ioinit;
  /system/update_engine/update_manager/
real_config_provider.cc 23 bool RealConfigProvider::Init() {
  /bootable/recovery/minui/
graphics.h 25 virtual GRSurface* Init() = 0;
27 // Causes the current drawing surface (returned by the most recent call to Flip() or Init()) to
  /system/keymaster/tests/
kdf_test.cpp 35 ASSERT_TRUE(kdf.Init(KM_DIGEST_SHA1, key, 128, salt, 128));
36 ASSERT_TRUE(kdf.Init(KM_DIGEST_SHA_2_256, key, 128, salt, 128));
37 ASSERT_TRUE(kdf.Init(KM_DIGEST_SHA1, key, 128, nullptr, 0));
38 ASSERT_FALSE(kdf.Init(KM_DIGEST_MD5, key, 128, salt, 128));
39 ASSERT_FALSE(kdf.Init(KM_DIGEST_SHA1, nullptr, 0, salt, 128));
40 ASSERT_FALSE(kdf.Init(KM_DIGEST_SHA1, nullptr, 128, salt, 128));
41 ASSERT_FALSE(kdf.Init(KM_DIGEST_SHA1, key, 0, salt, 128));
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 39 // Init subclasses.
40 class Init;
86 public: // These methods should only be called from subclasses of Init
87 virtual Init *convertValue( UnsetInit *UI) { return 0; }
88 virtual Init *convertValue( BitInit *BI) { return 0; }
89 virtual Init *convertValue( BitsInit *BI) { return 0; }
90 virtual Init *convertValue( IntInit *II) { return 0; }
91 virtual Init *convertValue(StringInit *SI) { return 0; }
92 virtual Init *convertValue( ListInit *LI) { return 0; }
93 virtual Init *convertValue( UnOpInit *UI)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/
main.go 24 "386": x86.Init,
25 "amd64": amd64.Init,
26 "amd64p32": amd64.Init,
27 "arm": arm.Init,
28 "arm64": arm64.Init,
29 "mips": mips.Init,
30 "mipsle": mips.Init,
31 "mips64": mips64.Init,
32 "mips64le": mips64.Init,
33 "ppc64": ppc64.Init,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/
main.go 24 "386": x86.Init,
25 "amd64": amd64.Init,
26 "amd64p32": amd64.Init,
27 "arm": arm.Init,
28 "arm64": arm64.Init,
29 "mips": mips.Init,
30 "mipsle": mips.Init,
31 "mips64": mips64.Init,
32 "mips64le": mips64.Init,
33 "ppc64": ppc64.Init,
    [all...]
  /system/bt/service/test/
settings_unittest.cc 48 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
49 EXPECT_TRUE(settings_.Init());
55 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
56 EXPECT_FALSE(settings_.Init());
61 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
62 EXPECT_FALSE(settings_.Init());
67 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
68 EXPECT_FALSE(settings_.Init());
74 EXPECT_TRUE(base::CommandLine::Init(arraysize(argv), argv));
75 EXPECT_FALSE(settings_.Init());
    [all...]
  /system/keymaster/include/keymaster/km_openssl/
hkdf.h 35 bool Init(Buffer& secret, Buffer& salt) {
36 return Init(secret.peek_read(), secret.available_read(), salt.peek_read(),
40 bool Init(const uint8_t* secret, size_t secret_len, const uint8_t* salt, size_t salt_len) {
41 return Kdf::Init(KM_DIGEST_SHA_2_256, secret, secret_len, salt, salt_len);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h 250 class Init {
301 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
304 Init(const Init &) = delete;
305 Init &operator=(const Init &) = delete;
306 virtual ~Init() = default;
328 /// Init based on the passed in type.
329 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
333 /// out, returning them as a new init of bits type. If it is not legal to us
    [all...]
  /external/llvm/include/llvm/Support/
JamCRC.h 16 // Init : FFFFFFFF
22 // N.B. We permit flexibility of the "Init" value. Some consumers of this need
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 16 // Init : FFFFFFFF
22 // N.B. We permit flexibility of the "Init" value. Some consumers of this need
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
JamCRC.h 16 // Init : FFFFFFFF
22 // N.B. We permit flexibility of the "Init" value. Some consumers of this need
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
JamCRC.h 16 // Init : FFFFFFFF
22 // N.B. We permit flexibility of the "Init" value. Some consumers of this need
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>