Home
last modified time | relevance | path

Searched full:scm (Results 1 – 25 of 220) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-blnop.ll9 ; RUN: -code-model=small -mcpu=pwr8 | FileCheck %s -check-prefix=SCM
81 ; SCM-LABEL: wo_hcaller:
82 ; SCM: bl wo_hcallee
83 ; SCM-NEXT: nop
95 ; SCM-LABEL: wo_pcaller:
96 ; SCM: bl wo_pcallee
97 ; SCM-NEXT: nop
119 ; SCM-LABEL: w_pcaller:
120 ; SCM: bl w_pcallee
121 ; SCM-NEXT: nop
[all …]
Dppc64-sibcall.ll4 …mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -code-model=small | FileCheck %s -check-prefix=SCM
157 ; SCM-LABEL: wo_hcaller:
158 ; SCM: bl wo_hcallee
169 ; SCM-LABEL: wo_pcaller:
170 ; SCM: bl wo_pcallee
181 ; SCM-LABEL: wo_caller:
182 ; SCM: bl wo_callee
193 ; SCM-LABEL: w_pcaller:
194 ; SCM: bl w_pcallee
205 ; SCM-LABEL: w_hcaller:
[all …]
Dppc64-calls.ll2 …del=static -verify-machineinstrs < %s -code-model=small -mcpu=pwr7 | FileCheck %s -check-prefix=SCM
39 ; SCM-LABEL: test_weak:
40 ; SCM: bl foo_weak
41 ; SCM-NEXT: nop
/external/flatbuffers/grpc/
Dpom.xml11 <scm.url>https://github.com/google/flatbuffers</scm.url>
12 <scm.connection>scm:git:${scm.url}.git</scm.connection>
35 <url>${scm.url}</url>
37 <scm>
38 <connection>${scm.connection}</connection>
39 <developerConnection>${scm.connection}</developerConnection>
40 <url>${scm.url}</url>
42 </scm>
/external/libphonenumber/
Dpom.xml33 <scm>
34 <connection>scm:git:https://github.com/googlei18n/libphonenumber.git</connection>
35 <developerConnection>scm:git:git@github.com:googlei18n/libphonenumber.git</developerConnection>
38 </scm>
208 and default SCM dependencies. On 11. Jan, 2017 that was no longer the
209 case, presumably because the default SCM version changed (cannot find
214 <groupId>org.apache.maven.scm</groupId>
215 <artifactId>maven-scm-api</artifactId>
219 <groupId>org.apache.maven.scm</groupId>
220 <artifactId>maven-scm-provider-gitexe</artifactId>
/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winsvc.c256 SC_HANDLE svc, scm; in register_service() local
261 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in register_service()
262 if (!scm) { in register_service()
267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, in register_service()
274 CloseServiceHandle(scm); in register_service()
287 CloseServiceHandle(scm); in register_service()
297 SC_HANDLE svc, scm; in unregister_service() local
302 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in unregister_service()
303 if (!scm) { in unregister_service()
308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); in unregister_service()
[all …]
/external/mdnsresponder/mDNSWindows/
DVPCDetect.cpp38 SC_HANDLE scm = NULL; in IsVPCRunning() local
50 scm = OpenSCManager( 0, 0, SC_MANAGER_CONNECT ); in IsVPCRunning()
51 err = translate_errno( scm, (OSStatus) GetLastError(), kOpenErr ); in IsVPCRunning()
54 service = OpenService( scm, TEXT( "winmgmt" ), SERVICE_QUERY_STATUS ); in IsVPCRunning()
154 if ( scm ) in IsVPCRunning()
156 CloseServiceHandle( scm ); in IsVPCRunning()
/external/subsampling-scale-image-view/
Drelease.gradle42 scm {
43 url 'scm:git@github.com:davemorrissey/subsampling-scale-image-view.git'
44 connection 'scm:git@github.com:davemorrissey/subsampling-scale-image-view.git'
45 … developerConnection 'scm:git@github.com:davemorrissey/subsampling-scale-image-view.git'
/external/testng/
Dbundle-pom.xml26 <scm>
27 <connection>scm:svn:http://testng.googlecode.com/svn/trunk/</connection>
28 <developerConnection>scm:svn:http://testng.googlecode.com/svn/trunk/</developerConnection>
30 </scm>
/external/testng/maven/
Dbundle-pom.xml26 <scm>
27 <connection>scm:svn:http://testng.googlecode.com/svn/trunk/</connection>
28 <developerConnection>scm:svn:http://testng.googlecode.com/svn/trunk/</developerConnection>
30 </scm>
/external/mockftpserver/tags/1.1/
Dpom.xml10 <scm>
11 <connection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</connection>
12 …<developerConnection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</developerConnect…
13 </scm>
140 <!-- <report>scm</report> -->
/external/mockftpserver/tags/1.0/
Dpom.xml9 <scm>
10 <connection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</connection>
11 …<developerConnection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</developerConnect…
12 </scm>
138 <!-- <report>scm</report> -->
/external/mockftpserver/tags/1.2/
Dpom.xml10 <scm>
11 <connection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</connection>
12 …<developerConnection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</developerConnect…
13 </scm>
140 <!-- <report>scm</report> -->
/external/droiddriver/
Dmaven.gradle29 scm {
30 connection "scm:git:${ddGit}"
31 developerConnection "scm:git:${ddGit}"
/external/brotli/java/org/brotli/
Dpom.xml25 <scm>
26 <connection>scm:git:git://github.com/google/brotli.git</connection>
27 <developerConnection>scm:git:ssh://git@github.com/google/brotli.git</developerConnection>
29 </scm>
/external/okhttp/okio/
Dpom.xml37 <scm>
39 <connection>scm:git:https://github.com/square/okio.git</connection>
40 <developerConnection>scm:git:git@github.com:square/okio.git</developerConnection>
42 </scm>
/external/jsr330/
Dpom.xml17 <scm>
18 <connection>scm:svn:http://atinject.googlecode.com/svn/trunk</connection>
19 <developerConnection>scm:svn:https://atinject.googlecode.com/svn/trunk</developerConnection>
21 </scm>
/external/mockftpserver/tags/1.2.4/
Dpom.xml15 <scm>
16 …<connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer<…
17 …<developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockF…
19 </scm>
160 <!-- <report>scm</report> -->
/external/mockftpserver/tags/1.2.1/
Dpom.xml15 <scm>
16 …<connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer<…
17 …<developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockF…
19 </scm>
160 <!-- <report>scm</report> -->
/external/mockftpserver/tags/1.2.2/
Dpom.xml15 <scm>
16 …<connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer<…
17 …<developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockF…
19 </scm>
160 <!-- <report>scm</report> -->
/external/mockftpserver/branches/1.x_Branch/
Dpom.xml15 <scm>
16 …<connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer<…
17 …<developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockF…
19 </scm>
160 <!-- <report>scm</report> -->
/external/mockftpserver/tags/2.x_Before_IDEA/
Dpom.xml15 <scm>
16 …<connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer<…
17 …<developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockF…
19 </scm>
172 <!-- <report>scm</report> -->
/external/mockftpserver/tags/1.2.3/
Dpom.xml15 <scm>
16 …<connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer<…
17 …<developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockF…
19 </scm>
160 <!-- <report>scm</report> -->
/external/testng/gradle/
Dpublishing-maven.gradle58 scm {
59 connection 'scm:git:https://github.com/cbeust/testng.git'
60 developerConnection 'scm:git:git@github.com:cbeust/testng.git'
/external/caliper/examples/
Dpom.xml63 <scm>
64 <connection>scm:git:http://code.google.com/p/caliper/examples</connection>
65 <developerConnection>scm:git:git:http://code.google.com/p/caliper/examples</developerConnection>
67 </scm>

123456789