Home
last modified time | relevance | path

Searched defs:bytes_count (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_server.cc343 DWORD bytes_count = 0; in HandleConnectingState() local
366 DWORD bytes_count = 0; in HandleConnectedState() local
394 DWORD bytes_count = 0; in HandleReadingState() local
469 DWORD bytes_count = 0; in HandleWritingState() local
490 DWORD bytes_count = 0; in HandleWriteDoneState() local
512 DWORD bytes_count = 0; in HandleReadingAckState() local
696 DWORD bytes_count = 0; in RespondToClient() local
H A Dclient_info.cc140 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
153 SIZE_T bytes_count = 0; in GetClientThreadId() local
189 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
H A Dcrash_generation_client.cc208 DWORD bytes_count = 0; in RequestUpload() local
244 DWORD bytes_count = 0; in RegisterClient() local
/aosp_15_r20/frameworks/libs/binary_translation/base/
Draw_syscall_tests.cc57 long bytes_count = RawSyscall(__NR_splice, fd_in, 0, fd_out, 0, 10, 0); in TEST() local
/aosp_15_r20/external/harfbuzz_ng/test/fuzzing/
H A Dhb-subset-fuzzer.cc34 unsigned int bytes_count = 0; in trySubset() local
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc184 DWORD bytes_count = 0; in DoFaultyClient() local
/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/
H A Dbasic_types.h276 size_t bytes_count = 0; member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/trace_processor/
H A Dbasic_types.h276 size_t bytes_count = 0; member
/aosp_15_r20/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc856 uint16_t bytes_count = 0; in rw_t1t_handle_tlv_detect_rsp() local
/aosp_15_r20/external/python/cpython2/Objects/
Dbytesobject.c2081 bytes_count(PyBytesObject *self, PyObject *args) in bytes_count() function
/aosp_15_r20/external/python/cpython3/Objects/
Dbytesobject.c2030 bytes_count(PyBytesObject *self, PyObject *args) in bytes_count() function
/aosp_15_r20/system/nfc/src/nfc/include/
H A Drw_int.h438 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1739 int bytes_count = 0; in ImTextCountUtf8BytesFromStr() local
H A Dimgui_widgets.cpp3014 void ImGuiInputTextCallbackData::DeleteChars(int pos, int bytes_count) in DeleteChars()