Searched refs:SCOPES (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | annotated_alias_scopes.ll | 1 ; 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/ |
D | perf_metrics_uploader.py | 22 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')
|
D | run_job.py | 36 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')
|
D | worker.py | 32 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/ |
D | common_utils.py | 28 SCOPES = [] variable 73 elif SCOPES: 74 creds = GoogleCredentials.get_application_default().create_scoped(SCOPES)
|
/external/dagger2/java/dagger/lint/ |
D | DaggerKotlinIssueDetector.kt | 75 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/ |
D | oauth2_for_devices.py | 13 SCOPES = ("https://www.googleapis.com/auth/youtube",) variable 15 flow = OAuth2WebServerFlow(CLIENT_ID, CLIENT_SECRET, " ".join(SCOPES))
|
/external/perfetto/infra/ci/controller/ |
D | controller.py | 25 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/ |
D | oauth-server.md | 80 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)
|
D | oauth-installed.md | 149 SCOPES = ['https://www.googleapis.com/auth/drive.metadata.readonly'] 154 flow = InstalledAppFlow.from_client_secrets_file(CLIENT_SECRETS_FILE, SCOPES)
|
/external/angle/scripts/ |
D | generate_stats.py | 128 SCOPES = ['https://www.googleapis.com/auth/spreadsheets'] variable 732 flow = InstalledAppFlow.from_client_secrets_file(credentials_path, SCOPES)
|