Home
last modified time | relevance | path

Searched defs:trans (Results 76 - 100 of 131) sorted by relevance

123456

/third_party/icu/icu4c/source/test/intltest/
H A Duts46test.cpp55 IDNA *trans, *nontrans; member in UTS46Test
[all...]
H A Dtestidna.cpp423 NamePrepTransform* trans = NamePrepTransform::createInstance(parseError,transStatus); in debug() local
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java1998 public static void registerInstance(Transliterator trans) { in registerInstance() argument
2011 static void registerInstance(Transliterator trans, boolean visible) { in registerInstance() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java1961 public static void registerInstance(Transliterator trans) { in registerInstance() argument
1974 static void registerInstance(Transliterator trans, boolean visible) { in registerInstance() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c119 struct v3d_transfer *trans = v3d_transfer(ptrans); in v3d_resource_transfer_unmap() local
238 struct v3d_transfer *trans; in v3d_resource_transfer_map() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c492 struct virgl_transfer *trans; in virgl_resource_transfer_map() local
115 virgl_res_needs_flush(struct virgl_context *vctx, struct virgl_transfer *trans) virgl_res_needs_flush() argument
844 struct virgl_transfer *trans; virgl_resource_create_transfer() local
895 virgl_resource_destroy_transfer(struct virgl_context *vctx, struct virgl_transfer *trans) virgl_resource_destroy_transfer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c609 struct lima_transfer *trans; in lima_transfer_map() local
746 struct lima_transfer *trans = lima_transfer(ptrans); in lima_transfer_flush_region() local
797 struct lima_transfer *trans = lima_transfer(ptrans); lima_transfer_unmap() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c165 const float *trans = in interp() local
/third_party/rust/crates/aho-corasick/src/
H A Dnfa.rs1120 let mut trans = vec![]; global() variables
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp860 r600::sfn_log << r600::SfnLog::trans << "Merge registers\n"; in r600_shader_from_nir() member in r600::SfnLog
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c77 struct vc4_transfer *trans = vc4_transfer(ptrans); in vc4_resource_transfer_unmap() local
107 struct vc4_transfer *trans; in vc4_resource_transfer_map() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c362 get_depth_range_transform(nir_builder *b, bool packed, nir_ssa_def **trans) in get_depth_range_transform() argument
377 get_window_space_depth(nir_builder *b, nir_ssa_def *v, nir_ssa_def **trans) in get_window_space_depth() argument
441 nir_ssa_def *trans[2]; in build_point_nir_shader() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp501 char16_t* trans = (char16_t*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp501 UChar* trans = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java1224 void addHistory(Transliterator trans) { in addHistory() argument
1357 private void handleBatchTransliterate(Transliterator trans) { in handleBatchTransliterate() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c705 struct fd_transfer *trans = fd_transfer(ptrans); global() variable
782 resource_transfer_map_unsync(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct fd_transfer *trans) resource_transfer_map_unsync() argument
971 struct fd_transfer *trans; fd_resource_transfer_map() local
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c345 struct agx_transfer *trans = agx_transfer(transfer); in agx_transfer_unmap() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp211 static inline unsigned bs_cycle(bool trans, unsigned bs, unsigned src) { in bs_cycle() argument
232 unsigned trans = n->bc.slot == SLOT_TRANS; in unreserve() local
260 unsigned trans = n->bc.slot == SLOT_TRANS; in try_reserve() local
442 bool trans = slot == 4; try_reserve() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c841 pan_blit_from_staging(struct pipe_context *pctx, struct panfrost_transfer *trans) in pan_blit_from_staging() argument
861 pan_blit_to_staging(struct pipe_context *pctx, struct panfrost_transfer *trans) in pan_blit_to_staging() argument
1284 struct panfrost_transfer *trans = pan_transfer(transfer); panfrost_ptr_unmap() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() argument
249 generate_palette(png_colorp palette, png_bytep trans, int bit_depth, in generate_palette() argument
891 png_byte trans[256]; write_png() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp501 UChar* trans = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h980 Time trans; // when the civil-time discontinuity occurred member
1173 Time trans; // when the civil-time discontinuity occurred global() member
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs596 fn trans(&self) -> &Translator { in trans() functions
[all...]
/third_party/alsa-lib/src/ucm/
H A Dmain.c2496 struct transition_sequence *trans; in handle_transition_verb() local
2588 struct transition_sequence *trans; in switch_device() local
2643 struct transition_sequence *trans; in switch_modifier() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java3046 static boolean isAtomic(String s, String t, Transliterator trans) { in isAtomic() argument
[all...]

Completed in 45 milliseconds

123456