/system/media/audio_utils/tests/ |
D | string_tests.cpp | 25 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/ |
D | utl.cc | 117 bool fill = false; in utl_itoa() local 126 if (k > 0 || fill) { in utl_itoa() 128 fill = true; in utl_itoa()
|
/system/media/audio_utils/include/audio_utils/ |
D | Histogram.h | 53 std::fill(mBins.begin(), mBins.end(), 0); in clear() 54 std::fill(mLastItemNumbers.begin(), mLastItemNumbers.end(), 0); in clear()
|
/system/connectivity/wificond/ |
D | client_interface_impl.cpp | 65 client_interface_->bssid_.fill(0); in OnConnect() 85 client_interface_->bssid_.fill(0); in OnAssociate() 91 client_interface_->bssid_.fill(0); in OnDisconnect() 96 client_interface_->bssid_.fill(0); in OnDisassociate()
|
/system/extras/simpleperf/scripts/ |
D | report.py | 198 frame.pack(fill=BOTH, expand=1) 217 report_frame.pack(fill=BOTH, expand=1) 220 yscrollbar.pack(side=RIGHT, fill=Y) 222 xscrollbar.pack(side=BOTTOM, fill=X) 225 tree.pack(side=LEFT, fill=BOTH, expand=1)
|
/system/core/libsparse/ |
D | backed_block.cpp | 44 } 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()
|
D | simg_dump.py | 158 fill = struct.unpack("<I", fill_bin) 159 curtype = format("Fill with 0x%08X" % (fill))
|
/system/update_engine/payload_consumer/ |
D | cow_writer_file_descriptor_unittest.cc | 72 std::fill(buffer.begin(), buffer.end(), 234); in TEST_F() 76 std::fill(verity_data.begin(), verity_data.end(), 0xAA); in TEST_F()
|
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubBadNanoAppsTestExecutor.java | 68 Arrays.fill(buffer, (byte) 0xFF); in runInvalidBinaryTest()
|
/system/extras/sound/ |
D | playwav.c | 39 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/fs_mgr/libsnapshot/ |
D | snapshot_writer_test.cpp | 40 std::fill(buffer.begin(), buffer.end(), 123); in TEST_F()
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | FrameBufferBuffer.java | 132 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/core/code_coverage/seccomp_policy/ |
D | code_coverage.policy.def | 12 // 1st: uses write() to fill the file
|
/system/core/rootdir/ |
D | Android.bp | 35 // TODO(b/147210213) Generate list of libraries during build and fill in at build time
|
/system/media/audio_utils/ |
D | Balance.cpp | 39 std::fill(mVolumes.begin(), mVolumes.end(), 1.f); in setChannelMask()
|
/system/core/trusty/confirmationui/ |
D | NotSoSecureInput.cpp | 38 constexpr const auto kTestKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE));
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 182 tmp.fill(0xAE); in btif_gattc_test_command_impl()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 411 tmp.fill(0x82); in gap_attr_db_init() 413 gatt_attr.fill({}); in gap_attr_db_init()
|
/system/netd/tests/benchmarks/ |
D | README.md | 42 <td>Field that the benchmark can fill with an arbitrary string.
|
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 126 std::fill(ltk.begin() + key_size, ltk.end(), 0x00); in PairingMain() 156 std::fill(stk.begin() + key_size, stk.end(), 0x00); in PairingMain()
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | priv_app.te | 154 # the Incremental File System, and fill missing blocks in the apk 160 # allow apps like Phonesky to request permission to fill blocks of an apk file
|
/system/teeui/libteeui/include/teeui/ |
D | generic_operation.h | 174 constexpr const auto testKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverTestCommand()
|
/system/core/llkd/ |
D | libllkd.cpp | 135 bool fill(enum level index) { in fill() function in __anonc18104f70111::dir 206 if (!fill(index)) return def; in read() 612 auto f = s.fill('0'); in llkFormat() 616 s.fill(f); in llkFormat()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | device_properties.h | 196 name_.fill(0); in SetName()
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | priv_app.te | 165 # the Incremental File System, fill missing blocks and get the app status and loading progress 176 # allow apps like Phonesky to request permission to fill blocks of an apk file
|