/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 1509 static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_moving_cb() argument 1657 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-equalizer-sink.c | 1066 static bool sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_may_move_to_cb() argument 1076 static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_moving_cb() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 2285 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_lex_autogen.cpp | 1519 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 3740 GLTexture dest; in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 1864 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 2108 unsigned int *dest = destSlice; in decodeDXT1() local 2173 unsigned int *dest = destSlice; in decodeDXT3() local 2223 unsigned int *dest = destSlice; in decodeDXT5() local 2297 byte *dest = destSlice; in decodeATI1() local 2353 word *dest = destSlice; in decodeATI2() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpeglib.h | 307 struct jpeg_destination_mgr *dest; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tznames_impl.cpp | 1593 getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const getDisplayNames() argument
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 2547 treebuilder_extend_element_text_or_tail(PyObject *element, PyObject **data, PyObject **dest, _Py_Identifier *name) treebuilder_extend_element_text_or_tail() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 927 UChar* dest = NULL; in toUpperCase() local
|
H A D | uresbund.cpp | 1316 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument 1378 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument 1708 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument 2208 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 510 uint32_t dest; in bcj_x86() local 1677 rc_bittree_reverse(struct rc_dec *rc, uint16_t *probs, uint32_t *dest, uint32_t limit) rc_bittree_reverse() argument 1695 rc_direct(struct rc_dec *rc, uint32_t *dest, uint32_t limit) rc_direct() argument [all...] |
/third_party/tzdata/ |
H A D | localtime.c | 1941 mktmcpy(struct tm *dest, struct tm const *src) in mktmcpy() argument
|
/third_party/python/PC/ |
H A D | launcher2.c | 1201 copyWstr(const wchar_t **dest, const wchar_t *src) in copyWstr() argument 1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString() argument 1414 _combineWithInstallDir(const wchar_t **dest, const wchar_t *installDir, const wchar_t *fragment, int fragmentLength) in _combineWithInstallDir() argument
|
/third_party/python/Objects/ |
H A D | memoryobject.c | 256 last_dim_is_contiguous(const Py_buffer *dest, const Py_buffer *src) in last_dim_is_contiguous() argument 272 equiv_format(const Py_buffer *dest, const Py_buffer *src) in equiv_format() argument 292 equiv_shape(const Py_buffer *dest, const Py_buffer *src) equiv_shape() argument 312 equiv_structure(const Py_buffer *dest, const Py_buffer *src) equiv_structure() argument 389 copy_single(PyMemoryViewObject *self, const Py_buffer *dest, const Py_buffer *src) copy_single() argument 422 copy_buffer(const Py_buffer *dest, const Py_buffer *src) copy_buffer() argument 482 Py_buffer dest; buffer_to_contiguous() local 527 init_shared_values(Py_buffer *dest, const Py_buffer *src) init_shared_values() argument 540 init_shape_strides(Py_buffer *dest, const Py_buffer *src) init_shape_strides() argument 567 init_suboffsets(Py_buffer *dest, const Py_buffer *src) init_suboffsets() argument 663 Py_buffer *dest; mbuf_add_view() local 702 Py_buffer *dest; mbuf_add_incomplete_view() local 846 Py_buffer *dest; memory_from_contiguous_copy() local 2584 Py_buffer dest; /* sliced view */ memory_ass_sub() local [all...] |
H A D | bytesobject.c | 3420 char *dest; in _PyBytesWriter_Resize() local 3569 _PyBytes_Repeat(char* dest, Py_ssize_t len_dest, in _PyBytes_Repeat() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test.cc | 3036 unittest::TestMap source, dest; in TEST() local 3346 unittest::TestMap dest; in TEST() local
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 2344 static int avrule_cpy(avrule_t *dest, const avrule_t *src) in avrule_cpy() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 2037 std::string dest; in GetNewComponentWithJsCode() local 2055 std::string dest; in ExecuteJsForFastPreview() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 4213 void StaStateMachine::DhcpResultNotify::SaveDhcpResult(DhcpResult *dest, DhcpResult *source) in SaveDhcpResult() argument 4261 SaveDhcpResultExt(DhcpResult *dest, DhcpResult *source) SaveDhcpResultExt() argument [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 1023 JsObjectToString(const napi_env &env, const napi_value &object, const std::string &fieldStr, char *dest, const int32_t destLen) JsObjectToString() argument
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 432 char dest[PARAM_20] = "abcd";
in Swab() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.h | 275 uint8_t *dest[3]; member
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 1722 static void parse_matrix_coeffs(uint16_t *dest, const char *str) in parse_matrix_coeffs() argument
|