Home
last modified time | relevance | path

Searched refs:SCOPES (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/polly/test/Isl/CodeGen/
Dannotated_alias_scopes.ll1 ; RUN: opt %loadPolly -polly-codegen -S < %s | FileCheck %s --check-prefix=SCOPES
5 ; SCOPES-LABEL: polly.stmt.for.body:
6 ; SCOPES: %[[BIdx:[._a-zA-Z0-9]*]] = getelementptr{{.*}} i32* %B, i64 %polly.indvar
7 ; SCOPES: load i32, i32* %[[BIdx]], align 4, !alias.scope ![[AliasScopeB:[0-9]*]], !noalias ![…
8 ; SCOPES: %[[CIdx:[._a-zA-Z0-9]*]] = getelementptr{{.*}} float* %C, i64 %polly.indvar
9 ; SCOPES: load float, float* %[[CIdx]], align 4, !alias.scope ![[AliasScopeC:[0-9]*]], !noalia…
10 ; SCOPES: %[[AIdx:[._a-zA-Z0-9]*]] = getelementptr{{.*}} i32* %A, i64 %polly.indvar
11 ; SCOPES: store i32 %{{[._a-zA-Z0-9]*}}, i32* %[[AIdx]], align 4, !alias.scope ![[AliasScopeA:…
13 ; SCOPES: ![[AliasScopeB]] = distinct !{![[AliasScopeB]], !{{[0-9]*}}, !"polly.alias.scope.Mem…
14 ; SCOPES: ![[NoAliasB]] = !{
[all …]
/external/perfetto/infra/ci/worker/
Dperf_metrics_uploader.py22 from common_utils import req, SCOPES
49 SCOPES.append('https://www.googleapis.com/auth/firebase.database')
50 SCOPES.append('https://www.googleapis.com/auth/userinfo.email')
51 SCOPES.append('https://www.googleapis.com/auth/monitoring.write')
Drun_job.py36 from common_utils import init_logging, req, ConcurrentModificationError, SCOPES
39 SCOPES.append('https://www.googleapis.com/auth/firebase.database')
40 SCOPES.append('https://www.googleapis.com/auth/userinfo.email')
Dworker.py32 from common_utils import ConcurrentModificationError, SCOPES
35 SCOPES.append('https://www.googleapis.com/auth/firebase.database')
36 SCOPES.append('https://www.googleapis.com/auth/userinfo.email')
/external/perfetto/infra/ci/
Dcommon_utils.py28 SCOPES = [] variable
73 elif SCOPES:
74 creds = GoogleCredentials.get_application_default().create_scoped(SCOPES)
/external/dagger2/java/dagger/lint/
DDaggerKotlinIssueDetector.kt75 private val SCOPES = Implementation( in <lambda>() constant
92 implementation = SCOPES in <lambda>()
105 implementation = SCOPES in <lambda>()
118 implementation = SCOPES in <lambda>()
134 implementation = SCOPES in <lambda>()
/external/python/oauth2client/samples/
Doauth2_for_devices.py13 SCOPES = ("https://www.googleapis.com/auth/youtube",) variable
15 flow = OAuth2WebServerFlow(CLIENT_ID, CLIENT_SECRET, " ".join(SCOPES))
/external/perfetto/infra/ci/controller/
Dcontroller.py25 from common_utils import req, utc_now_iso, parse_iso_time, SCOPES
34 SCOPES.append('https://www.googleapis.com/auth/firebase.database')
35 SCOPES.append('https://www.googleapis.com/auth/userinfo.email')
36 SCOPES.append('https://www.googleapis.com/auth/datastore')
37 SCOPES.append('https://www.googleapis.com/auth/monitoring')
38 SCOPES.append('https://www.googleapis.com/auth/monitoring.write')
/external/python/google-api-python-client/docs/
Doauth-server.md80 SCOPES = ['https://www.googleapis.com/auth/sqlservice.admin']
82 credentials = app_engine.Credentials(scopes=SCOPES)
104 SCOPES = ['https://www.googleapis.com/auth/sqlservice.admin']
108 SERVICE_ACCOUNT_FILE, scopes=SCOPES)
139 SCOPES = ['https://www.googleapis.com/auth/sqlservice.admin']
143 SERVICE_ACCOUNT_FILE, scopes=SCOPES)
Doauth-installed.md149 SCOPES = ['https://www.googleapis.com/auth/drive.metadata.readonly']
154 flow = InstalledAppFlow.from_client_secrets_file(CLIENT_SECRETS_FILE, SCOPES)
/external/angle/scripts/
Dgenerate_stats.py128 SCOPES = ['https://www.googleapis.com/auth/spreadsheets'] variable
732 flow = InstalledAppFlow.from_client_secrets_file(credentials_path, SCOPES)