Searched defs:Init (Results 26 - 50 of 1406) sorted by last modified time

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h72 StringWeight() { Init(); }
76 Init();
81 explicit StringWeight(L l) { Init(); PushBack(l); }
129 void Init() { first_ = 0; } function in class:fst::StringWeight
/external/sonivox/jet_tools/JetCreator/
H A Deas.py557 self.Init(handle)
563 def Init (self, handle=None): member in class:EAS
565 eas_logger.debug('EAS.Init')
569 eas_logger.debug('EAS.Init called with library already initalized')
921 self.Init(eas, num_streams, sample_rate, max_sample_rate)
927 def Init (self, eas=None, num_streams=3, sample_rate=44100, max_sample_rate=44100): member in class:EASAuxMixer
929 eas_logger.debug('EASAuxMixer.Init')
932 raise EAS_Exception(-1, 'EASAuxMixer already initialized', 'EASAuxMixer.Init')
1033 self.Init(eas)
1039 def Init (sel member in class:JET
[all...]
/external/skia/src/animator/
H A DSkAnimator.cpp680 void SkAnimator::Init(bool runUnitTests) { function in class:SkAnimator
702 void SkAnimator::Init(bool) {} function in class:SkAnimator
/external/skia/src/core/
H A DSkGraphics.cpp53 void SkGraphics::Init() { function in class:SkGraphics
/external/skia/src/views/
H A DSkEvent.cpp490 void SkEvent::Init() {} function in class:SkEvent
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc184 Init(filled_length, storage_length, growable);
188 Init(filled_length, storage_length, false);
191 void ByteArray::Init(int32_t filled_length, function in class:sfntly::ByteArray
H A Dfont_data.cc51 Init(ba);
55 Init(data->array_);
60 Init(data->array_);
68 void FontData::Init(ByteArray* ba) { function in class:sfntly::FontData
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/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc79 Init(0, 0, 0, 0, NULL);
84 Init(name_entry_id.platform_id(),
96 Init(platform_id, encoding_id, language_id, name_id, &name_bytes);
120 void NameTable::NameEntry::Init(int32_t platform_id, function in class:sfntly::NameTable::NameEntry
137 Init(0, 0, 0, 0, NULL);
142 Init(name_entry_id.platform_id(),
151 Init(name_entry_id.platform_id(),
159 Init(b->platform_id(),
195 void NameTable::NameEntryBuilder::Init(int32_t platform_id, function in class:sfntly::NameTable::NameEntryBuilder
201 name_entry_->Init(platform_i
[all...]
/external/regex-re2/re2/
H A Dre2.cc116 Init(pattern, DefaultOptions);
120 Init(pattern, DefaultOptions);
124 Init(pattern, DefaultOptions);
128 Init(pattern, options);
172 void RE2::Init(const StringPiece& pattern, const Options& options) { function in class:re2::RE2
/external/regex-re2/util/
H A Dpcre.cc51 void PCRE::Init(const char* pattern, Option options, int match_limit, function in class:re2::PCRE
76 Init(pattern, None, 0, 0, true);
79 Init(pattern, option, 0, 0, true);
82 Init(pattern.c_str(), None, 0, 0, true);
85 Init(pattern.c_str(), option, 0, 0, true);
88 Init(pattern.c_str(), re_option.option(), re_option.match_limit(),
93 Init(pattern, re_option.option(), re_option.match_limit(),
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp206 void Init();
308 void CSdlAppServ::Init() function in class:CSdlAppServ
741 gEpocEnv->iAppSrv->Init();
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc178 Init(sub_stream, Options());
183 Init(sub_stream, options);
193 Init(sub_stream, options);
196 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, function in class:google::protobuf::io::GzipOutputStream
/external/protobuf/src/google/protobuf/stubs/
H A Donce.cc66 // internal_ may be non-NULL if Init() was already called.
70 void ProtobufOnceType::Init(void (*init_func)()) { function in class:google::protobuf::ProtobufOnceType
H A Donce_unittest.cc161 void Init() { function in class:google::protobuf::__anon29003::OnceInitTest
173 static void InitStatic() { current_test_->Init(); }
239 // We should now have one thread blocked inside Init(), four blocked waiting
240 // for Init() to complete, and three blocked waiting for InitRecursive() to
/external/protobuf/gtest/src/
H A Dgtest-port.cc135 void RE::Init(const char* regex) { function in class:testing::internal::RE
381 void RE::Init(const char* regex) { function in class:testing::internal::RE
H A Dgtest.cc509 Init();
519 Init();
522 void ScopedFakeTestPartResultReporter::Init() { function in class:testing::ScopedFakeTestPartResultReporter
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc270 Init();
289 void Init() { function in class:FatalFailureInFixtureConstructorTest
/external/pcre/dist/
H A Dpcrecpp.cc83 void RE::Init(const string& pat, const RE_Options* options) { function in class:pcrecpp::RE
H A Dpcregexp.pas77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer); procedure
322 constructor Init(AMaxRegExp:integer); procedure
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
686 constructor TRegExpCollection.Init(AMaxRegExp: integer);
688 Inherited Init(1,1);
762 P:=New(ppcRegExp,Init(ARegExp,PCRE_CASELESS,nil));
772 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));
781 PpcRE:=New(ppcRegExp,Init(WildCard,AOptions,Alocale));
835 Result := New( PpcRegExp, Init( Pattern,
842 PRegExpCache:=New(PRegExpCollection,Init(6
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp801 if (!pFunc->Init(pFuncObj)) {
823 FX_BOOL CPDF_Function::Init(CPDF_Object* pObj) function in class:CPDF_Function
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp867 FX_BOOL CPDF_StandardCryptoHandler::Init(CPDF_Dictionary* pEncryptDict, CPDF_SecurityHandler* pSecurityHandler) function in class:CPDF_StandardCryptoHandler
884 FX_BOOL CPDF_StandardCryptoHandler::Init(int cipher, FX_LPCBYTE key, int keylen) function in class:CPDF_StandardCryptoHandler
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp557 FX_BOOL Init(const unsigned char* src_data, int src_size);
582 FX_BOOL CJPX_Decoder::Init(const unsigned char* src_data, int src_size) function in class:CJPX_Decoder
778 if (!pDecoder->Init(src_buf, src_size)) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c151 cmsUInt8Number* Init = accum; local
166 return (Init + 1);
530 cmsUInt8Number* Init = accum; local
549 return (Init + sizeof(cmsUInt16Number));
1393 cmsUInt8Number* Init = output; local
1410 return (Init + 1);
1427 cmsUInt8Number* Init = output; local
1450 return (Init + sizeof(cmsUInt16Number));
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp396 void CFX_BitStream::Init(FX_LPCBYTE pData, FX_DWORD dwSize) function in class:CFX_BitStream

Completed in 454 milliseconds

1234567891011>>