Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 50) sorted by relevance

12

/system/media/audio_utils/tests/
Dstring_tests.cpp25 void fill(char (&s)[size], int start) { in fill() function
64 fill(dst_mirror, DST_START); in TEST()
65 fill(over, OVER_START); in TEST()
66 fill(under, UNDER_START); in TEST()
/system/bt/bta/sys/
Dutl.cc116 bool fill = false; in utl_itoa() local
125 if (k > 0 || fill) { in utl_itoa()
127 fill = true; in utl_itoa()
/system/media/audio_utils/include/audio_utils/
DHistogram.h53 std::fill(mBins.begin(), mBins.end(), 0); in clear()
54 std::fill(mLastItemNumbers.begin(), mLastItemNumbers.end(), 0); in clear()
DBiquadFilter.h160 std::fill(mDelays.begin(), mDelays.end(), 0.f); in clear()
/system/connectivity/wificond/
Dclient_interface_impl.cpp63 client_interface_->bssid_.fill(0); in OnConnect()
83 client_interface_->bssid_.fill(0); in OnAssociate()
89 client_interface_->bssid_.fill(0); in OnDisconnect()
94 client_interface_->bssid_.fill(0); in OnDisassociate()
/system/core/libsparse/
Dbacked_block.cpp44 } fill; member
97 return bb->fill.val; in backed_block_fill_val()
203 if (a->fill.val != b->fill.val) { in merge_bb()
283 bb->fill.val = fill_val; in backed_block_add_fill()
Dsimg_dump.py158 fill = struct.unpack("<I", fill_bin)
159 curtype = format("Fill with 0x%08X" % (fill))
/system/extras/simpleperf/scripts/
Dreport.py197 frame.pack(fill=BOTH, expand=1)
216 report_frame.pack(fill=BOTH, expand=1)
219 yscrollbar.pack(side=RIGHT, fill=Y)
221 xscrollbar.pack(side=BOTTOM, fill=X)
224 tree.pack(side=LEFT, fill=BOTH, expand=1)
/system/extras/sound/
Dplaywav.c39 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play()
75 if (fill(buf, sz, cookie)) in pcm_play()
89 if (fill(buf, sz, cookie)) in pcm_play()
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def12 // 1st: uses write() to fill the file
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java132 c.fill = GridBagConstraints.HORIZONTAL; in ConfigSelector()
146 c.fill = GridBagConstraints.HORIZONTAL; in ConfigSelector()
159 c.fill = GridBagConstraints.HORIZONTAL; in ConfigSelector()
190 c.fill = GridBagConstraints.BOTH; in ConfigSelector()
/system/media/audio_utils/
DBalance.cpp38 std::fill(mVolumes.begin(), mVolumes.end(), 1.f); in setChannelMask()
/system/core/trusty/confirmationui/
DNotSoSecureInput.cpp38 constexpr const auto kTestKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE));
/system/bt/btif/src/
Dbtif_gatt_test.cc179 tmp.fill(0xAE); in btif_gattc_test_command_impl()
Dbtif_config.cc170 metrics_salt.fill(0); in read_or_set_metrics_salt()
176 metrics_salt.fill(0); in read_or_set_metrics_salt()
/system/bt/stack/gap/
Dgap_ble.cc400 tmp.fill(0x82); in gap_attr_db_init()
402 gatt_attr.fill({}); in gap_attr_db_init()
/system/netd/tests/benchmarks/
DREADME.md42 <td>Field that the benchmark can fill with an arbitrary string.
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h149 name_.fill(0); in SetName()
/system/sepolicy/private/
Dpriv_app.te145 # the Incremental File System, and fill missing blocks in the apk
151 # allow apps like Phonesky to request permission to fill blocks of an apk file
/system/sepolicy/prebuilts/api/30.0/private/
Dpriv_app.te150 # the Incremental File System, and fill missing blocks in the apk
156 # allow apps like Phonesky to request permission to fill blocks of an apk file
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h174 constexpr const auto testKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverTestCommand()
/system/core/llkd/
Dlibllkd.cpp135 bool fill(enum level index) { in fill() function in __anon9bb54f900111::dir
206 if (!fill(index)) return def; in read()
612 auto f = s.fill('0'); in llkFormat()
616 s.fill(f); in llkFormat()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h619 void fill(size_t zero_pad_bytes) {
795 void Pad(size_t num_bytes) { buf_.fill(num_bytes); }
799 buf_.fill(PaddingBytes(buf_.size(), elem_size));
981 buf_.fill(PaddingBytes(GetSize() + len, alignment));
997 buf_.fill(1);
/system/extras/verity/
Dhash_tree_builder.cpp150 std::fill(out + s, out + hash_size_, 0); in HashBlock()
/system/core/logd/
DLogStatistics.h103 out_keys.fill(nullptr); in MaxEntries()
104 out_entries.fill(nullptr); in MaxEntries()

12