Home
last modified time | relevance | path

Searched defs:n_buffer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp313 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer() local
324 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount() local
332 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_insert() local
342 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg() local
374 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeReadFullyAndReset() local
404 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() local
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h114 Py_ssize_t n_buffer, in _Py_InsertThousandsGrouping()
200 Py_ssize_t n_buffer, in _Py_InsertThousandsGroupingLocale()
/aosp_15_r20/external/libxml2/
H A Dtestapi.c1487 int n_buffer; in test_htmlCreateMemoryParserCtxt() local
1758 int n_buffer; in test_htmlCtxtReadMemory() local
2739 int n_buffer; in test_htmlReadMemory() local
12276 int n_buffer; in test_xmlCtxtReadMemory() local
13914 int n_buffer; in test_xmlParseMemory() local
14286 int n_buffer; in test_xmlReadMemory() local
14423 int n_buffer; in test_xmlRecoverMemory() local
14721 int n_buffer; in test_xmlSAXParseMemory() local
14781 int n_buffer; in test_xmlSAXParseMemoryWithData() local
14905 int n_buffer; in test_xmlSAXUserParseMemory() local
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtestapi.c1495 int n_buffer; in test_htmlCreateMemoryParserCtxt() local
1725 int n_buffer; in test_htmlCtxtReadMemory() local
2706 int n_buffer; in test_htmlReadMemory() local
7922 int n_buffer; in test_xmlShellPwd() local
12329 int n_buffer; in test_xmlCtxtReadMemory() local
13563 int n_buffer; in test_xmlParseMemory() local
13939 int n_buffer; in test_xmlReadMemory() local
14076 int n_buffer; in test_xmlRecoverMemory() local
14374 int n_buffer; in test_xmlSAXParseMemory() local
14434 int n_buffer; in test_xmlSAXParseMemoryWithData() local
[all …]
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c9498 Py_ssize_t n_buffer, in _PyUnicode_InsertThousandsGrouping()