Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:rtmp (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/CodeGen/ARM/
Dnone-macho.ll1 …UN: llc -mtriple=thumbv7m-none-macho %s -o - -relocation-model=pic -disable-fp-elim | FileCheck %s…
2 ; RUN: llc -mtriple=thumbv7m-none-macho -O0 %s -o - -relocation-model=pic -disable-fp-elim | FileCh…
3 ; RUN: llc -mtriple=thumbv7m-none-macho -filetype=obj %s -o /dev/null
8 ; CHECK-LABEL: test_litpool:
12 ; Lit-pool entries need to produce a "$non_lazy_ptr" version of the symbol.
14 ; CHECK-NEXT: .long L_var$non_lazy_ptr-(LPC0_0+4)
18 ; CHECK-LABEL: test_movw_movt:
22 ; movw/movt should also address their symbols MachO-style
23 ; CHECK: movw [[RTMP:r[0-9]+]], :lower16:(L_var$non_lazy_ptr-(LPC1_0+4))
24 ; CHECK: movt [[RTMP]], :upper16:(L_var$non_lazy_ptr-(LPC1_0+4))
[all …]
Darm-and-tst-peephole.ll1 ; RUN: llc -mtriple=arm-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=ARM %s
2 ; RUN: llc -mtriple=thumb-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=THUMB %s
3 ; RUN: llc -mtriple=thumb-eabi -arm-atomic-cfg-tidy=0 -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \
4 ; RUN: | FileCheck -check-prefix=T2 %s
5 ; RUN: llc -mtriple=thumbv8-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=V8 %s
7 ; FIXME: The -march=thumb test doesn't change if -disable-peephole is specified.
11 ; ARM-LABEL: foo:
12 ; THUMB-LABEL: foo:
13 ; T2-LABEL: foo:
24 %scevgep5 = getelementptr i8*, i8** %lsr.iv24, i32 -1
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
38 "proguard-rules.txt",
39 getDefaultProguardFile('proguard-android.txt')
51 disable 'GoogleAppIndexingWarning','MissingTranslation','IconDensities'
69 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
74 implementation project(modulePrefix + 'library-core')
75 implementation project(modulePrefix + 'library-dash')
76 implementation project(modulePrefix + 'library-hls')
77 implementation project(modulePrefix + 'library-rtsp')
78 implementation project(modulePrefix + 'library-smoothstreaming')
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/main/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
38 "proguard-rules.txt",
39 getDefaultProguardFile('proguard-android.txt')
51 disable 'GoogleAppIndexingWarning','MissingTranslation','IconDensities'
69 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
74 implementation project(modulePrefix + 'library-core')
75 implementation project(modulePrefix + 'library-dash')
76 implementation project(modulePrefix + 'library-hls')
77 implementation project(modulePrefix + 'library-rtsp')
78 implementation project(modulePrefix + 'library-smoothstreaming')
[all …]
/external/curl/docs/
DURL-SYNTAX.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called
16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/)
68 inter-operate better with URLs that appear in the wild.
78 by re-encoding them to `%20`.
80 ### non-ASCII
83 are percent-encoded by curl.
89 RFC 3986 but not according to the WHATWG spec - which allows one to infinity
[all …]
DINSTALL-CMAKE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
23 - Builds libcurl without large file support
24 - Does not support all SSL libraries (only OpenSSL, Schannel, Secure
26 - Does not allow different resolver backends (no c-ares build support)
27 - No RTMP support built
28 - Does not allow build curl and libcurl debug enabled
29 - Does not allow a custom CA bundle path
30 - Does not allow you to disable specific protocols from the build
[all …]
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]
DFAQ20 1.11 Why do you not update ca-bundle.crt
35 3.3 Why does my posting using -F not work?
37 3.5 How can I disable the Accept: */* header?
42 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
43 3.11 How do I POST with a different Content-Type?
44 3.12 Why do FTP-specific features over HTTP proxy fail?
54 3.22 curl -X gives me HTTP problems
74 4.13 Why is curl -R on Windows one hour off?
78 4.17 Non-functional connect timeouts on Windows
81 4.20 curl does not return error for HTTP non-200 responses
[all …]
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
33 LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP,
42 curl is powered by libcurl for all transfer-related features. See
45 The URL syntax is protocol-dependent. You find a detailed description in
55 "ftp://ftp.example.com/file[1-100].txt"
57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros)
59 "ftp://ftp.example.com/file[a-z].txt"
64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
73 "http://example.com/file[1-100:10].txt"
[all …]
/external/curl/.github/workflows/
Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/curl/
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
42 - 'plan9/*'
[all …]
DCMakeLists.txt21 # SPDX-License-Identifier: curl
29 # sub-projects in a larger build using `FetchContent`. To support
32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"
66 # Setup package meta-data
71 # SET(PACKAGE_VERSION "-")
72 # SET(PACKAGE_STRING "curl-")
91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
92 option(CURL_DISABLE_INSTALL "Set to ON to disable installation targets" OFF)
99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
[all …]
Dconfigure.ac21 # SPDX-License-Identifier: curl
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
67 if test -z "$SED"; then
71 if test -z "$SED" || test "$SED" = "not_found"; then
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
93 AC_MSG_CHECKING([that grep -E works])
94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for curl -.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
19 ## -------------------------------- ##
21 ## -------------------------------- ##
66 # Try built-in echo, and fail.
77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
126 | sed -e 's:unknown:success:' 2>/dev/null`
160 | tr -d "0123456789$xc_tab" 2>/dev/null`
[all …]
/external/curl/lib/
Dcurl_config.h.in3 /* Ignore c-ares deprecation warnings */
21 /* disable alt-svc */
24 /* to disable AWS sig support */
27 /* to disable basic authentication */
30 /* to disable bearer authentication */
33 /* disable local binding support */
36 /* to disable cookies support */
39 /* to disable DICT */
42 /* to disable digest authentication */
45 /* disable DoH */
[all …]
Dcurl_config.h4 /* Ignore c-ares deprecation warnings */
22 /* disable alt-svc */
25 /* to disable cookies support */
28 /* to disable DICT */
31 /* disable DoH */
34 /* to disable FILE */
37 /* disable form API */
40 /* to disable FTP */
43 /* to disable curl_easy_options */
46 /* to disable Gopher */
[all …]
Durldata.h23 * SPDX-License-Identifier: curl
157 /* return the count of bytes sent, or -1 on error */
164 /* return the count of bytes read, or -1 on error */
191 #include "c-hyper.h"
192 #include "cf-socket.h"
234 (((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))? TRUE: \
238 ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))
242 /* Types needed for krb5-ftp connections */
276 /* SSL backend-specific data; declared differently by each SSL backend */
333 BIT(no_revoke); /* disable SSL certificate revocation checks */
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c90 * TEXCOORDINDEX 0 - 7 3 bit
119 uint32_t pad1 : 7; /* 9 32-bit words with this */
122 uint8_t alphaarg_b4[3]; /* 11 32-bit words plus a byte */
134 uint32_t hash = vs->value32[0]; in nine_ff_vs_key_hash()
135 for (i = 1; i < ARRAY_SIZE(vs->value32); ++i) in nine_ff_vs_key_hash()
136 hash ^= vs->value32[i]; in nine_ff_vs_key_hash()
144 return memcmp(a->value64, b->value64, sizeof(a->value64)) == 0; in nine_ff_vs_key_comp()
150 uint32_t hash = ps->value32[0]; in nine_ff_ps_key_hash()
151 for (i = 1; i < ARRAY_SIZE(ps->value32); ++i) in nine_ff_ps_key_hash()
152 hash ^= ps->value32[i]; in nine_ff_ps_key_hash()
[all …]
/external/aws-sdk-java-v2/services/medialive/src/main/resources/codegen-resources/
Dservice-2.json3 "apiVersion": "2017-10-14",
8 "protocol": "rest-json",
9 "uid": "medialive-2017-10-14",
371 …equest to claim an AWS Elemental device that you have purchased from a third-party vendor. After t…
653 "requestUri": "/prod/tags/{resource-arn}",
1025 "requestUri": "/prod/tags/{resource-arn}",
1993 "requestUri": "/prod/tags/{resource-arn}",
3081-mixed main audio + AD (narration) as a stereo pair. The Audio Type field (audioType) will be set…
3106 …"documentation": "Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Str…
3111 "documentation": "VBR Quality Level - Only used if rateControlMode is VBR."
[all …]
/external/aws-sdk-java-v2/services/ivs/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2020-07-14",
7 "protocol":"rest-json",
13 "uid":"ivs-2020-07-14"
108 …d to enable recording to Amazon S3.</p> <p> <b>Known issue:</b> In the us-east-1 region, if you us…
160 …tion, see <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html\">Setti…
242 …tion, see <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html\">Setti…
309 "documentation":"<p>Gets stream-key information for a specified ARN.</p>"
343 …tion, see <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html\">Setti…
359 … processed. This list can be filtered to match a specified name or recording-configuration ARN. Fi…
374 …tion, see <a href=\"https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html\">Setti…
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
DRELEASENOTES.md3 ### dev-v2 (not yet released)
31 `com.google.android.gms:play-services-cast-framework:20.1.0`. Earlier
32 versions of `play-services-cast-framework` are not compatible with apps
60 * Support the `forced-subtitle` track role
65 renditions contain muxed closed-caption tracks that are *not* declared
69 * Support key-frame accurate seeking in HLS
86 opt-out flag for apps that don't want to clear the playlist on stop.
112 ### 2.16.1 (2021-11-18)
116 disable other track groups of the same type
118 * Fix track selection issue where a mixture of non-empty and empty track
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
DRELEASENOTES.md3 ### 2.17.1 (2022-03-10)
6 [AndroidX media3 1.0.0-alpha03 release](https://github.com/androidx/media/releases/tag/1.0.0-alpha0…
9 * Fix error checking audio capabilities for Dolby Atmos (E-AC3-JOC) in
24 ### 2.17.0 (2022-02-24)
27 [AndroidX media3 1.0.0-alpha02 release](https://github.com/androidx/media/releases/tag/1.0.0-alpha0…
39 * Disable automatic speed adjustment for live streams that neither have
40 low-latency features nor a user request setting the speed
59 multiple codecs are supported by primary, hardware-accelerated decoders
77 * Fix decoder fallback logic for Dolby Atmos (E-AC3-JOC) to use a
78 compatible E-AC3 decoder if needed.
[all …]
/external/aws-sdk-java-v2/changelogs/
D2.15.x-CHANGELOG.md1 # __2.15.82__ __2021-02-15__
3 - ### Features
4 - Added option to provide KMS key to AWS Config DeliveryChannel
7 - ### Features
8 - AWS MediaLive now supports Automatic-Input-Failover for CDI Inputs.
11 - ### Features
12- MediaTailor now supports specifying aliases for dynamic variables. This allows use cases such as…
15 - ### Features
16- The ListFragments and GetMediaForFragmentList APIs now support StreamName or StreamARN as input …
19 - ### Features
[all …]
/external/aws-sdk-java-v2/services/cloudfront/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2020-05-31",
7 "protocol":"rest-xml",
12 "uid":"cloudfront-2020-05-31"
19 "requestUri":"/2020-05-31/distribution/{TargetDistributionId}/associate-alias",
30 …azon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move\">Moving a…
36 "requestUri":"/2020-05-31/distribution/{PrimaryDistributionId}/copy",
42 "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
117 "requestUri":"/2020-05-31/cache-policy",
132 …/docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html\">Contr…
138 "requestUri":"/2020-05-31/origin-access-identity/cloudfront",
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp1 //===-- AVRExpandPseudoInsts.cpp - Expand pseudo instructions -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // the post-regalloc scheduling pass.
13 //===----------------------------------------------------------------------===//
57 return BuildMI(MBB, MBBI, MBBI->getDebugLoc(), TII->get(Opcode)); in buildMI()
62 return BuildMI(MBB, MBBI, MBBI->getDebugLoc(), TII->get(Opcode), DstReg); in buildMI()
66 return MBB.getParent()->getRegInfo(); in getRegInfo()
155 TRI->splitReg(SrcReg, SrcLoReg, SrcHiReg); in expandArith()
156 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandArith()
[all …]

12