Home
last modified time | relevance | path

Searched defs:trans (Results 26 - 50 of 189) sorted by relevance

12345678

/third_party/curl/docs/examples/
H A Dhttp2-download.c189 struct transfer trans[NUM_HANDLES]; in main() local
/third_party/musl/porting/linux/user/src/locale/
H A Dlocale_map.c32 const char *trans = 0; in __lctrans_impl() local
/third_party/musl/src/locale/
H A Dlocale_map.c17 const char *trans = 0; in __lctrans_impl() local
/third_party/node/deps/icu-small/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close() argument
44 ztrans_clone(ZTrans *trans) { in ztrans_clone() argument
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime() argument
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime() argument
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom() argument
69 ztrans_setFrom(ZTrans* trans, const void* from) ztrans_setFrom() argument
74 ztrans_adoptFrom(ZTrans* trans, void* from) ztrans_adoptFrom() argument
79 ztrans_getTo(ZTrans* trans) ztrans_getTo() argument
84 ztrans_setTo(ZTrans* trans, const void* to) ztrans_setTo() argument
89 ztrans_adoptTo(ZTrans* trans, void* to) ztrans_adoptTo() argument
94 ztrans_getStaticClassID(ZTrans* trans) ztrans_getStaticClassID() argument
99 ztrans_getDynamicClassID(ZTrans* trans) ztrans_getDynamicClassID() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close() argument
44 ztrans_clone(ZTrans *trans) { in ztrans_clone() argument
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime() argument
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime() argument
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom() argument
69 ztrans_setFrom(ZTrans* trans, const void* from) ztrans_setFrom() argument
74 ztrans_adoptFrom(ZTrans* trans, void* from) ztrans_adoptFrom() argument
79 ztrans_getTo(ZTrans* trans) ztrans_getTo() argument
84 ztrans_setTo(ZTrans* trans, const void* to) ztrans_setTo() argument
89 ztrans_adoptTo(ZTrans* trans, void* to) ztrans_adoptTo() argument
94 ztrans_getStaticClassID(ZTrans* trans) ztrans_getStaticClassID() argument
99 ztrans_getDynamicClassID(ZTrans* trans) ztrans_getDynamicClassID() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c109 struct r300_transfer *trans; in r300_texture_transfer_map() local
246 struct r300_transfer *trans = r300_transfer(transfer); r300_texture_transfer_unmap() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dztrans.cpp39 ztrans_close(ZTrans *trans) { in ztrans_close() argument
44 ztrans_clone(ZTrans *trans) { in ztrans_clone() argument
54 ztrans_getTime(ZTrans* trans) { in ztrans_getTime() argument
59 ztrans_setTime(ZTrans* trans, UDate time) { in ztrans_setTime() argument
64 ztrans_getFrom(ZTrans* & trans) { in ztrans_getFrom() argument
69 ztrans_setFrom(ZTrans* trans, const void* from) ztrans_setFrom() argument
74 ztrans_adoptFrom(ZTrans* trans, void* from) ztrans_adoptFrom() argument
79 ztrans_getTo(ZTrans* trans) ztrans_getTo() argument
84 ztrans_setTo(ZTrans* trans, const void* to) ztrans_setTo() argument
89 ztrans_adoptTo(ZTrans* trans, void* to) ztrans_adoptTo() argument
94 ztrans_getStaticClassID(ZTrans* trans) ztrans_getStaticClassID() argument
99 ztrans_getDynamicClassID(ZTrans* trans) ztrans_getDynamicClassID() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once.h162 static const base_internal::SpinLockWaitTransition trans[] = { in CallOnceImpl() local
/third_party/skia/experimental/sorttoy/
H A DCmds.h154 void mutate(SkIPoint trans) { in mutate() argument
/third_party/skia/modules/skottie/src/effects/
H A DInvertEffect.cpp48 trans; member
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_interpolator.h78 FillInterpolator(TransAffine& trans) : transType_(&trans) {} in FillInterpolator() argument
79 FillInterpolator(TransAffine& trans, in FillInterpolator() argument
89 void SetTransformer(TransAffine& trans) in SetTransformer() argument
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp123 Transform trans; in CheckWindowAgentFunctionsPart2() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp45 auto trans = std::make_shared<TransactionImpl>(std::move(connection), name); in Create() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp28 int64_t trans = frameInfo.timePonit.recv - frameInfo.timePonit.send + frameInfo.offset; in CalProcessTime() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_mp.h31 DFileTrans *trans; member
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp259 Transform trans; in OnRemoteRequest() local
/third_party/ffmpeg/libavfilter/
H A Dvf_vidstabtransform.c39 VSTransformations trans; // transformations member
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCompoundTransliterator.java34 private Transliterator[] trans; field in CompoundTransliterator
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtrnserr.cpp54 UnicodeString trans="Latin-Greek"; in TestTransliteratorErrors() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUTS46Test.java841 private final IDNA trans, nontrans; field in UTS46Test
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCompoundTransliterator.java35 private Transliterator[] trans; field in CompoundTransliterator
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java301 public static void writeCharts(Transliterator trans, int start, int index){ in writeCharts() argument
318 public static void writeIICharts(Transliterator trans,int start, int index){ in writeIICharts() argument
347 public static void writeCharts(Transliterator trans, UnicodeSet target, int index){ in writeCharts() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java935 private final IDNA trans, nontrans; field in UTS46Test
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c125 struct virgl_transfer *trans; in texture_transfer_map_resolve() local
247 flush_data(struct pipe_context *ctx, struct virgl_transfer *trans, const struct pipe_box *box) flush_data() argument
261 struct virgl_transfer *trans = virgl_transfer(transfer); virgl_texture_transfer_unmap() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.h66 trans = 1 << 12, enumerator

Completed in 13 milliseconds

12345678