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

1 2

  /device/google/contexthub/util/nanotool/
resetreasonevent.cpp 29 event->Populate(buffer);
logevent.cpp 27 event->Populate(buffer);
nanomessage.h 70 virtual bool Populate(const std::vector<uint8_t>& buffer) = 0;
78 bool Populate(const std::vector<uint8_t>& buffer) override;
111 bool Populate(const std::vector<uint8_t>& buffer) override;
135 // Construct and populate a concrete ReadEventResponse from the given buffer
139 bool Populate(const std::vector<uint8_t>& buffer) override;
apptohostevent.cpp 29 event->Populate(buffer);
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) {
sensorevent.cpp 93 (!sensor_event->Populate(buffer) || !sensor_event->SizeIsValid())) {
94 LOGW("Couldn't populate sensor event, or invalid size");
  /external/llvm/bindings/go/llvm/
transforms_pmbuilder.go 38 func (pmb PassManagerBuilder) Populate(pm PassManager) {
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SecondPage.h 77 Populate(
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 )
  /art/runtime/
imtable.h 72 void Populate(ArtMethod** data, PointerSize pointer_size) {
  /prebuilts/go/darwin-x86/src/database/sql/
example_test.go 53 select id from users where age < ?; -- Populate temp table.
  /prebuilts/go/linux-x86/src/database/sql/
example_test.go 53 select id from users where age < ?; -- Populate temp table.
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 104 vdup.s32 q10, r4 @ Populate the u4_qp_div_6 in Q10
108 vdup.s32 q9, r6 @ Populate pu2_iscal_mat[0]*pu2_weigh_mat[0] 32-bit in Q9
ih264_iquant_itrans_recon_a9.s 125 vdup.s32 q15, r7 @Populate the u4_qp_div_6 in Q15
305 vdup.s32 q15, r7 @Populate the u4_qp_div_6 in Q15
494 vdup.s32 q15, r7 @Populate the u4_qp_div_6 in Q15
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 50 # Populate IDT with meaningful offsets for exception handlers...
    [all...]
efi64.S 61 # Populate IDT with meaningful offsets for exception handlers...
    [all...]
efi32.asm 52 ; Populate IDT with meaningful offsets for exception handlers...
efi64.asm 59 ; Populate IDT with meaningful offsets for exception handlers...
  /build/soong/ui/build/
make.go 155 // Populate the environment
  /external/pdfium/third_party/freetype/src/cff/
cffload.c     [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...]
comadmin.h     [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...]
  /external/freetype/src/cff/
cffload.c     [all...]
  /external/autotest/client/common_lib/
packages.py 691 Populate the local checksum dictionary with the values read from
    [all...]

Completed in 3222 milliseconds

1 2