/system/core/libpixelflinger/ |
D | clear.cpp | 38 GGL_INIT_PROC(procs, clear); in ggl_init_clear() 42 c->state.clear.dirty = GGL_STENCIL_BUFFER_BIT | in ggl_init_clear() 45 c->state.clear.depth = FIXED_ONE; in ggl_init_clear() 118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT) { in ggl_clear() 119 c->state.clear.dirty &= ~GGL_COLOR_BUFFER_BIT; in ggl_clear() 123 gglFixedToIteratedColor(c->state.clear.r), in ggl_clear() 124 gglFixedToIteratedColor(c->state.clear.g), in ggl_clear() 125 gglFixedToIteratedColor(c->state.clear.b), in ggl_clear() 126 gglFixedToIteratedColor(c->state.clear.a)); in ggl_clear() 128 c->state.clear.colorPacked = GGL_HOST_TO_RGBA(colorPacked); in ggl_clear() [all …]
|
/system/core/logcat/ |
D | logpersist | 30 clear=false 33 -c|--clear) clear=true ;; 75 if [ -n "${size}${buffer}" -o "true" = "${clear}" ]; then 76 echo WARNING: Can not use --clear, --size or --buffer with ${progname%.*}.cat >&2 89 if [ "true" = "${clear}" ]; then 112 elif [ "true" = "${clear}" ]; then 150 if [ "true" = "${clear}" ]; then
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | l2cap_test.cc | 88 test_packet.clear(); in TEST_F() 106 test_packet.clear(); in TEST_F() 120 test_packet.clear(); in TEST_F() 135 test_packet.clear(); in TEST_F() 148 test_packet.clear(); in TEST_F() 162 test_packet.clear(); in TEST_F() 178 test_packet.clear(); in TEST_F() 195 test_packet.clear(); in TEST_F() 211 test_packet.clear(); in TEST_F() 225 test_packet.clear(); in TEST_F() [all …]
|
/system/libvintf/ |
D | Regex.cpp | 24 clear(); in ~Regex() 27 void Regex::clear() { in clear() function in android::vintf::details::Regex 35 clear(); in compile()
|
/system/extras/libperfmgr/ |
D | HintManager.cc | 156 nodes_parsed.clear(); in ParseNodes() 163 nodes_parsed.clear(); in ParseNodes() 172 nodes_parsed.clear(); in ParseNodes() 179 nodes_parsed.clear(); in ParseNodes() 196 nodes_parsed.clear(); in ParseNodes() 210 nodes_parsed.clear(); in ParseNodes() 215 nodes_parsed.clear(); in ParseNodes() 222 nodes_parsed.clear(); in ParseNodes() 240 nodes_parsed.clear(); in ParseNodes() 307 actions_parsed.clear(); in ParseActions() [all …]
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 144 clear(); in ~hidl_string() 173 clear(); in operator =() 181 clear(); in operator =() 189 clear(); in operator =() 200 clear(); in operator =() 237 other.clear(); in moveFrom() 240 void hidl_string::clear() { in clear() function in android::hardware::hidl_string 262 clear(); in setToExternal()
|
/system/core/init/ |
D | uevent_listener.cpp | 36 uevent->action.clear(); in ParseEvent() 37 uevent->path.clear(); in ParseEvent() 38 uevent->subsystem.clear(); in ParseEvent() 39 uevent->firmware.clear(); in ParseEvent() 40 uevent->partition_name.clear(); in ParseEvent() 41 uevent->device_name.clear(); in ParseEvent() 42 uevent->modalias.clear(); in ParseEvent()
|
D | selinux.cpp | 205 line->clear(); in ReadFirstLine() 217 file->clear(); in FindPrecompiledSplitPolicy() 257 file->clear(); in FindPrecompiledSplitPolicy() 264 file->clear(); in FindPrecompiledSplitPolicy() 271 file->clear(); in FindPrecompiledSplitPolicy() 277 file->clear(); in FindPrecompiledSplitPolicy() 358 plat_compat_cil_file.clear(); in LoadSplitPolicy() 363 system_ext_policy_cil_file.clear(); in LoadSplitPolicy() 369 system_ext_mapping_file.clear(); in LoadSplitPolicy() 374 product_policy_cil_file.clear(); in LoadSplitPolicy() [all …]
|
D | selabel.cpp | 41 result->clear(); in SelabelLookupFileContext() 59 result->clear(); in SelabelLookupFileContextBestMatch()
|
/system/bt/profile/avrcp/ |
D | media_id_map.h | 29 void clear() { in clear() function 30 media_id_to_uid_.clear(); in clear() 31 uid_to_media_id_.clear(); in clear()
|
/system/core/libutils/ |
D | Vector_fuzz.cpp | 75 vec.clear(); in runVectorFuzz() 76 vecCopy.clear(); in runVectorFuzz() 77 vec32.clear(); in runVectorFuzz() 78 vec32Copy.clear(); in runVectorFuzz()
|
D | BitSet_test.cpp | 32 b1.clear(); in TearDown() 33 b2.clear(); in TearDown() 135 b1.clear(); in TEST_F() 154 b1.clear(); in TearDown() 155 b2.clear(); in TearDown() 257 b1.clear(); in TEST_F()
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 309 path.clear(); in updateValues() 326 path.clear(); in updateValues() 332 path.clear(); in updateValues() 546 path.clear(); in init() 552 path.clear(); in init() 567 path.clear(); in init() 575 path.clear(); in init() 583 path.clear(); in init() 591 path.clear(); in init() 599 path.clear(); in init() [all …]
|
/system/vold/model/ |
D | EmulatedVolume.cpp | 144 mFuseDefault.clear(); in doUnmount() 145 mFuseRead.clear(); in doUnmount() 146 mFuseWrite.clear(); in doUnmount() 147 mFuseFull.clear(); in doUnmount()
|
D | PublicVolume.cpp | 246 mFuseDefault.clear(); in doUnmount() 247 mFuseRead.clear(); in doUnmount() 248 mFuseWrite.clear(); in doUnmount() 249 mFuseFull.clear(); in doUnmount() 250 mRawPath.clear(); in doUnmount()
|
/system/netd/server/ |
D | IptablesBaseTest.cpp | 36 sCmds.clear(); in IptablesBaseTest() 37 sRestoreCmds.clear(); in IptablesBaseTest() 38 sReturnValues.clear(); in IptablesBaseTest() 113 sRestoreCmds.clear(); in expectIptablesRestoreCommands()
|
/system/core/libunwindstack/tests/ |
D | DwarfCfaTest.cpp | 121 loc_regs.clear(); in TYPED_TEST_P() 151 loc_regs.clear(); in TYPED_TEST_P() 183 loc_regs.clear(); in TYPED_TEST_P() 240 loc_regs.clear(); in TYPED_TEST_P() 288 loc_regs.clear(); in TYPED_TEST_P() 358 loc_regs.clear(); in TYPED_TEST_P() 386 loc_regs.clear(); in TYPED_TEST_P() 415 loc_regs.clear(); in TYPED_TEST_P() 444 loc_regs.clear(); in TYPED_TEST_P() 455 loc_regs.clear(); in TYPED_TEST_P() [all …]
|
/system/core/init/parser/ |
D | tokenizer.cpp | 58 current_.text.clear(); in Next() 84 current_.text.clear(); in Next() 118 current_.text.clear(); in StartText()
|
/system/bt/gd/common/ |
D | list_map.h | 75 key_map_.clear(); 91 clear(); in ~ListMap() 95 void clear() { in clear() function 96 key_map_.clear(); in clear() 97 node_list_.clear(); in clear()
|
/system/chre/apps/wifi_offload/ |
D | scan_result_message.cc | 23 scan_results_.clear(); in SetScanResults() 36 results->clear(); in GetScanResults()
|
/system/libbase/ |
D | utf8.cpp | 45 utf8->clear(); in WideToUTF8() 80 utf8->clear(); in WideToUTF8() 101 utf16->clear(); in UTF8ToWideWithFlags() 125 utf16->clear(); in UTF8ToWideWithFlags()
|
/system/update_engine/ |
D | dlcservice_chromeos.cc | 44 dlc_ids->clear(); in GetDlcsToUpdate() 51 dlc_ids->clear(); in GetDlcsToUpdate()
|
/system/core/adb/ |
D | types.cpp | 25 move.clear(); in operator =() 29 IOVector::block_type IOVector::clear() { in clear() function in IOVector 37 chain_.clear(); in clear() 46 clear(); in drop_front() 141 chain_[start_index_].clear(); in pop_front_block()
|
/system/memory/libmeminfo/include/meminfo/ |
D | meminfo.h | 57 void clear() { in clear() function 75 void clear() { memset(&usage, 0, sizeof(usage)); } in clear() function
|
/system/core/libutils/include/utils/ |
D | BitSet.h | 45 inline void clear() { clear(value); } in clear() function 47 static inline void clear(uint32_t& value) { value = 0UL; } in clear() function 189 inline void clear() { clear(value); } in clear() function 191 static inline void clear(uint64_t& value) { value = 0ULL; } in clear() function
|