Home
last modified time | relevance | path

Searched refs:apt (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/.gitlab-ci/container/debian/
H A Dx86_test-vk.sh52 apt-get install -y --no-remove \
66 apt-key add .gitlab-ci/container/debian/winehq.gpg.key
67 apt-add-repository https://dl.winehq.org/wine-builds/debian/
68 apt update -qyy
74 apt install -y --no-remove --install-recommends winehq-stable
195 apt-get purge -y \
198 apt-get autoremove -y --purge
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H A Dsmtp-sequencer.c55 lws_token_map_t apt[3]; member
102 s->apt[0].u.value = s->args.helo; in lws_smtpc_kick_internal()
103 s->apt[0].name_index = LTMI_PSMTP_V_HELO; in lws_smtpc_kick_internal()
104 s->apt[1].u.value = (void *)e; in lws_smtpc_kick_internal()
105 s->apt[1].name_index = LTMI_PSMTP_V_LWS_SMTP_EMAIL_T; in lws_smtpc_kick_internal()
112 s->apt, smtp_rs_transport_tokens, in lws_smtpc_kick_internal()
/third_party/rust/crates/libc/ci/
H A Dandroid-sysimage.sh14 apt-get install --no-install-recommends e2tools
39 apt-get purge --auto-remove -y e2tools
/third_party/libbpf/ci/managers/
H A Ddebian.sh43 docker_exec bash -c "echo deb-src http://deb.debian.org/debian $DEBIAN_RELEASE main >>/etc/apt/sources.list"
44 docker_exec apt-get -y update
45 docker_exec apt-get -y install aptitude
/third_party/mesa3d/.gitlab-ci/container/
H A Dlava_build.sh79 apt-get update
80 apt-get install -y --no-remove \
119 apt-get install -y --no-remove \
/third_party/skia/tools/
H A Dinstall_dependencies.sh11 # Pass in --yes as the first argument to force apt-get to skip Y/n prompts while
49 sudo apt-get $1 install $PACKAGES
/third_party/ffmpeg/libavcodec/
H A Ddvdec.c617 int apt, is16_9, ret; in dvvideo_decode_frame() local
649 apt = buf[4] & 0x07; in dvvideo_decode_frame()
651 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame()
H A Ddvenc.c1020 int apt = (c->sys->pix_fmt == AV_PIX_FMT_YUV420P ? 0 : 1); in dv_write_pack() local
1039 (apt & 0x07); /* APT: Track application ID */ in dv_write_pack()
1042 (apt & 0x07); /* AP1: Audio application ID */ in dv_write_pack()
1045 (apt & 0x07); /* AP2: Video application ID */ in dv_write_pack()
1048 (apt & 0x07); /* AP3: Subcode application ID */ in dv_write_pack()
/third_party/ffmpeg/libavformat/
H A Ddv.c297 int apt, is16_9; in dv_extract_video_info() local
307 apt = frame[4] & 0x07; in dv_extract_video_info()
309 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
H A Dmxfenc.c2143 int apt, ul_index, stype, pal; in mxf_parse_dv_frame() local
2152 apt = pkt->data[4] & 0x7; in mxf_parse_dv_frame()
2184 if (!apt) { // IEC in mxf_parse_dv_frame()
/third_party/skia/modules/skottie/src/layers/
H A DPrecompLayer.cpp191 AutoPropertyTracker apt(this, *precomp_asset, PropertyObserver::NodeType::COMPOSITION); in attachPrecompLayer()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp236 const AutoPropertyTracker apt(this, rec->fJson, PropertyObserver::NodeType::OTHER); in attachShape()
331 const AutoPropertyTracker apt(this, *jtransform, PropertyObserver::NodeType::OTHER); in attachShape()
/third_party/skia/modules/skottie/src/effects/
H A DEffects.cpp122 const AnimationBuilder::AutoPropertyTracker apt(fBuilder, *jeffect, PropertyObserver::NodeType::EFFECT); in attachEffects()
/third_party/skia/modules/skottie/src/
H A DLayer.cpp347 const AnimationBuilder::AutoPropertyTracker apt(&abuilder, fJlayer, PropertyObserver::NodeType::LAYER); in getTransform()
413 const AnimationBuilder::AutoPropertyTracker apt(&abuilder, fJlayer, PropertyObserver::NodeType::LAYER); in buildRenderTree()
H A DSkottie.cpp189 AutoPropertyTracker apt(this, jroot, PropertyObserver::NodeType::COMPOSITION); in parse()
/third_party/astc-encoder/Source/
H A Dastcenc_percentile_tables.cpp1170 const packed_percentile_table *apt = get_packed_table(xdim, ydim); in get_2d_percentile_table() local
1181 unsigned int itemcount = apt->item_count[i]; in get_2d_percentile_table()
1182 unsigned int difscale = apt->difscales[i]; in get_2d_percentile_table()
1183 unsigned int accum = apt->initial_percs[i]; in get_2d_percentile_table()
1184 const uint16_t *item_ptr = apt->items[i]; in get_2d_percentile_table()

Completed in 24 milliseconds