/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 52 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 D | smtp-sequencer.c | 55 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 D | android-sysimage.sh | 14 apt-get install --no-install-recommends e2tools 39 apt-get purge --auto-remove -y e2tools
|
/third_party/libbpf/ci/managers/ |
H A D | debian.sh | 43 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 D | lava_build.sh | 79 apt-get update 80 apt-get install -y --no-remove \ 119 apt-get install -y --no-remove \
|
/third_party/skia/tools/ |
H A D | install_dependencies.sh | 11 # 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 D | dvdec.c | 617 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 D | dvenc.c | 1020 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 D | dv.c | 297 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 D | mxfenc.c | 2143 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 D | PrecompLayer.cpp | 191 AutoPropertyTracker apt(this, *precomp_asset, PropertyObserver::NodeType::COMPOSITION); in attachPrecompLayer()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | ShapeLayer.cpp | 236 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 D | Effects.cpp | 122 const AnimationBuilder::AutoPropertyTracker apt(fBuilder, *jeffect, PropertyObserver::NodeType::EFFECT); in attachEffects()
|
/third_party/skia/modules/skottie/src/ |
H A D | Layer.cpp | 347 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 D | Skottie.cpp | 189 AutoPropertyTracker apt(this, jroot, PropertyObserver::NodeType::COMPOSITION); in parse()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_percentile_tables.cpp | 1170 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()
|