Searched refs:Init (Results 1 - 25 of 1369) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp12 class Init { class in class:ios_base
15 static ios_base::Init __ioinit;
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
H A DRecord.h39 // 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 *convertValu
489 class Init { class in namespace:llvm
494 Init(void) {} function in class:llvm::Init
[all...]
/external/llvm/include/llvm/Support/
H A DJamCRC.h16 // 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) {}
/external/llvm/include/llvm/TableGen/
H A DRecord.h239 class Init { class in namespace:llvm
282 Init(const Init &) = delete;
283 Init &operator=(const Init &) = delete;
290 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {} function in class:llvm::Init
293 virtual ~Init() {}
315 /// Init based on the passed in type.
316 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
323 virtual Init *
[all...]
/external/libchrome/crypto/
H A Dhmac.h42 // Initializes this instance using |key| of the length |key_length|. Call Init
51 // Init() may fail.
52 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT;
54 // Initializes this instance using |key|. Call Init
56 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT;
58 // Initializes this instance using |key|. Call Init only once. It returns
60 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
61 return Init(reinterpret_cast<const unsigned char*>(key.data()),
66 // to the constructor and the key supplied to the Init method. The HMAC is
73 // supplied to the Init metho
[all...]
/external/libchrome/
H A Dtestrunner.cc25 base::CommandLine::Init(argc, argv);
/external/lzma/CPP/7zip/Crypto/
H A DRandGen.h13 void Init();
/external/puffin/src/
H A Dtestrunner.cc14 base::CommandLine::Init(argc, argv);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturerfactory.cc37 if (!capturer->Init(device)) {
/external/webrtc/webrtc/sound/
H A Dplatformsoundsystemfactory.cc28 if (!instance_->Init()) {
H A Dautomaticallychosensoundsystem_unittest.cc22 virtual bool Init() { function in class:rtc::NeverFailsToFailSoundSystem
34 virtual bool Init() { function in class:rtc::InitCheckingSoundSystem1
51 virtual bool Init() { function in class:rtc::InitCheckingSoundSystem2
118 EXPECT_FALSE(sound_system.Init());
129 EXPECT_TRUE(sound_system.Init());
142 EXPECT_TRUE(sound_system.Init());
156 EXPECT_TRUE(sound_system.Init());
175 EXPECT_TRUE(sound_system.Init());
192 EXPECT_TRUE(sound_system->Init());
/external/libmojo/mojo/edk/test/
H A Drun_all_perftests.cc18 mojo::edk::Init();
23 mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl());
/external/webrtc/webrtc/base/
H A Dmacwindowpicker_unittest.cc31 EXPECT_TRUE(picker.Init());
33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
35 EXPECT_FALSE(picker.Init());
H A Dx11windowpicker_unittest.cc27 window_picker.Init();
35 EXPECT_TRUE(window_picker.Init());
/external/webrtc/webrtc/system_wrappers/source/
H A Drw_lock_posix.cc24 if (!ret_val->Init()) {
31 bool RWLockPosix::Init() { function in class:webrtc::RWLockPosix
/external/llvm/lib/TableGen/
H A DTGParser.h29 class Init;
37 Init *Value;
39 LetRecord(const std::string &N, const std::vector<unsigned> &B, Init *V,
107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
108 ArrayRef<unsigned> BitList, Init *V,
111 ArrayRef<unsigned> BitList, Init *V,
125 Init *IterValue;
126 IterRecord(VarInit *Var, Init *Val) : IterVar(Var), IterValue(Val) {}
142 Init *&DefmPrefix, SMRange DefmPrefixRange,
143 ArrayRef<Init *> TArg
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dguarantee_const_op_test.cc32 Status Init(DataType input_type) { function in class:tensorflow::__anon26487::GuaranteeConstOpTest
41 TF_ASSERT_OK(Init(DT_INT32));
50 TF_ASSERT_OK(Init(DT_INT32));
59 TF_ASSERT_OK(Init(DT_STRING));
68 TF_ASSERT_OK(Init(DT_RESOURCE));
H A Didentity_op_test.cc31 Status Init(DataType input_type) { function in class:tensorflow::__anon26492::IdentityOpTest
40 TF_ASSERT_OK(Init(DT_INT32));
49 TF_ASSERT_OK(Init(DT_INT32));
58 TF_ASSERT_OK(Init(DT_STRING));
66 TEST_F(IdentityOpTest, RefInputError) { TF_ASSERT_OK(Init(DT_INT32_REF)); }
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.h28 class Init;
36 Init *Value;
38 LetRecord(const std::string &N, const std::vector<unsigned> &B, Init *V,
76 const std::vector<unsigned> &BitList, Init *V);
95 std::vector<Init *> &TemplateVals,
116 Init *ParseIDValue(Record *CurRec);
117 Init *ParseIDValue(Record *CurRec, const std::string &Name, SMLoc NameLoc);
118 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = 0);
119 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0);
120 std::vector<Init*> ParseValueLis
[all...]
/external/tensorflow/tensorflow/core/util/
H A Dguarded_philox_random.cc21 Status GuardedPhiloxRandom::Init(OpKernelConstruction* context) { function in class:tensorflow::GuardedPhiloxRandom
30 Init(seed, seed2);
34 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) { function in class:tensorflow::GuardedPhiloxRandom
H A Dguarded_philox_random.h30 // generator.Init(context);
42 // Must call Init to finish initialization
48 Status Init(OpKernelConstruction* context);
51 void Init(int64 seed, int64 seed2);
/external/sfntly/cpp/src/sfntly/data/
H A Dmemory_byte_array.cc44 void MemoryByteArray::Init() { function in class:sfntly::MemoryByteArray
52 Init();
61 Init();
67 Init();
76 Init();
89 Init();
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:Monster
/external/flatbuffers/tests/MyGame/
H A DInParentNamespace.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:InParentNamespace
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Drtcp.h26 Init(0);
32 void Init(uint16_t start_sequence_number);

Completed in 825 milliseconds

1234567891011>>