HomeSort by relevance Sort by last modified time
    Searched defs:Populate (Results 1 - 8 of 8) sorted by null

  /external/llvm/bindings/go/llvm/
transforms_pmbuilder.go 38 func (pmb PassManagerBuilder) Populate(pm PassManager) {
  /art/runtime/
imtable.h 72 void Populate(ArtMethod** data, PointerSize pointer_size) {
  /device/google/contexthub/util/nanotool/
nanomessage.cpp 32 bool HardwareVersionInfo::Populate(const std::vector<uint8_t>& buffer) {
72 bool WriteEventResponse::Populate(const std::vector<uint8_t>& buffer) {
131 bool ReadEventResponse::Populate(const std::vector<uint8_t>& buffer) {
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SecondPage.cpp 124 // Now populate the registration domain box
126 err = Populate( m_regDomainsBox, m_setupKey, psheet->m_regDomains );
378 // CSecondPage::Populate
382 CSecondPage::Populate( CComboBox & box, HKEY key, StringList & l )
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.h 530 // Populate this literal with the given values. Examples:
532 // // Populate with floats.
536 // // Populate with int32s.
564 Status Populate(const FnType& generator);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 67 void Populate(WebRtcRTPHeader* rtp_header) {
168 rtp_utility_->Populate(&rtp_header_);
    [all...]
  /art/compiler/optimizing/
nodes.cc 338 // Populate `dominated_blocks_` information after computing all dominators.
613 block->GetLoopInformation()->Populate();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtxadmin.h 266 virtual HRESULT WINAPI Populate(void) = 0;
293 HRESULT (WINAPI *Populate)(ICatalogCollection *This);
322 #define ICatalogCollection_Populate(This) (This)->lpVtbl->Populate(This)
    [all...]

Completed in 149 milliseconds