Searched refs:flush (Results 1 – 21 of 21) sorted by relevance
/system/connectivity/shill/test-scripts/ |
D | stability | 104 sys.stdout.flush() 106 self._file.flush()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 383 int result, flush; in dump_trace() local 397 flush = Z_NO_FLUSH; in dump_trace() 410 flush = Z_FINISH; in dump_trace() 429 } while ((result = deflate(&zs, flush)) == Z_OK); in dump_trace()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | misc.c | 165 buffer_write(const char *str, size_t size, int flush) in buffer_write() argument 182 if (flush != 0) { in buffer_write()
|
/system/extras/verity/ |
D | build_verity_metadata.py | 34 table_file.flush()
|
/system/bt/btif/src/ |
D | btif_avrcp_audio_track.cpp | 119 trackHolder->track->flush(); in BtifAvrcpAudioTrackPause()
|
/system/extras/tests/sdcard/ |
D | README | 41 The test will not call sync to flush the writes.
|
/system/extras/tests/kernel.config/ |
D | aslr_test.cpp | 49 bo_file << str_val << std::flush; in set_mmap_rnd_bits()
|
/system/extras/multinetwork/ |
D | httpurl.cpp | 207 std::cout.flush(); in doHttpQuery()
|
/system/core/logd/tests/ |
D | logd_test.cpp | 207 std::cout << std::flush; in dump_log_msg() 208 std::cerr << std::flush; in dump_log_msg()
|
/system/sepolicy/ |
D | netd.te | 28 # For /proc/sys/net/ipv[46]/route/flush.
|
/system/bt/service/client/ |
D | main.cpp | 101 cout << COLOR_BLUE "[FCLI] " COLOR_OFF << flush; in PrintPrompt() 120 std::flush(cout); in EndAsyncOut()
|
/system/bt/bta/av/ |
D | bta_av_api.c | 314 p_buf->flush = TRUE; in BTA_AvStop()
|
D | bta_av_int.h | 243 BOOLEAN flush; member
|
D | bta_av_aact.c | 2105 if (p_data && p_data->api_stop.flush) in bta_av_str_stopped() 2186 stop.flush = FALSE; in bta_av_reconfig() 2485 stop.flush = FALSE; in bta_av_start_ok()
|
D | bta_av_main.c | 1014 stop.flush = FALSE; in bta_av_sco_chg_cback()
|
/system/core/adb/ |
D | test_device.py | 618 file_handle.flush() 777 tmp_file.flush()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2309 std::cout.flush(); in print_barrier() 2311 std::cerr.flush(); in print_barrier()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 1015 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle. 1019 column to indicate that the command may flush many objects and re-enumeration of the loaded 1030 TPM2_Clear() will flush all contexts associated with the Storage hierarchy and the 1818 that the TPM resource manager may flush either sessions or objects in order to 1858 this response is returned is for the TPM resource manager to flush a transient 1921 manager to flush a transient object. 5179 hierarchy, and there is no implicit flush. 8183 // flush the object 13844 CLEAR. This will flush the session at the end of the command. 18175 If no object memory is available for creation of the sequence context, the TPM will flush the conte… [all …]
|
D | raw_commands_fixed.txt | 1015 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle. 1019 column to indicate that the command may flush many objects and re-enumeration of the loaded 1030 TPM2_Clear() will flush all contexts associated with the Storage hierarchy and the 1818 that the TPM resource manager may flush either sessions or objects in order to 1858 this response is returned is for the TPM resource manager to flush a transient 1921 manager to flush a transient object. 5181 hierarchy, and there is no implicit flush. 8194 // flush the object 13855 CLEAR. This will flush the session at the end of the command. 18186 If no object memory is available for creation of the sequence context, the TPM will flush the conte… [all …]
|
D | raw_structures.txt | 8687 session and flush any related context when the command completes successfully. In 9200 SET (1): This command could flush any number of loaded contexts. 9266 If this attribute is SET, then the TPM may flush many transient objects as a side effect of this co… 9282 If this attribute is SET, then the TPM will flush transient objects as a side effect of this comman…
|
D | raw_structures_fixed.txt | 8715 session and flush any related context when the command completes successfully. In 9228 SET (1): This command could flush any number of loaded contexts. 9294 If this attribute is SET, then the TPM may flush many transient objects as a side effect of this co… 9310 If this attribute is SET, then the TPM will flush transient objects as a side effect of this comman…
|