Home
last modified time | relevance | path

Searched defs:dest (Results 1451 - 1475 of 1565) sorted by relevance

1...<<51525354555657585960>>...63

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c1509 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 Dmodule-equalizer-sink.c1066 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 Dglslang_lex_autogen.cpp2285 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 Dpreprocessor_lex_autogen.cpp1519 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 DTextureTest.cpp3740 GLTexture dest; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp1864 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 DSurface.cpp2108 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 Djpeglib.h307 struct jpeg_destination_mgr *dest; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp1593 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.c2547 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 Ducurr.cpp927 UChar* dest = NULL; in toUpperCase() local
H A Duresbund.cpp1316 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 Dxzcat.c510 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 Dlocaltime.c1941 mktmcpy(struct tm *dest, struct tm const *src) in mktmcpy() argument
/third_party/python/PC/
H A Dlauncher2.c1201 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 Dmemoryobject.c256 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 Dbytesobject.c3420 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 Dmap_test.cc3036 unittest::TestMap source, dest; in TEST() local
3346 unittest::TestMap dest; in TEST() local
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c2344 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 Djsi_declarative_engine.cpp2037 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 Dsta_state_machine.cpp4213 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 Dnative_devicemanager_js.cpp1023 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 Dunistdndk.cpp432 char dest[PARAM_20] = "abcd"; in Swab() local
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.h275 uint8_t *dest[3]; member
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c1722 static void parse_matrix_coeffs(uint16_t *dest, const char *str) in parse_matrix_coeffs() argument

Completed in 104 milliseconds

1...<<51525354555657585960>>...63