/external/bcc/docs/ |
D | kernel-versions.md | 34 [`include/uapi/linux/bpf.h`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tre… 86 BPF iterator | 5.8 | [`180139dca8b3`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu… 88 Sleepable BPF programs | 5.10 | [`1e6c62a88215`](https://git.kernel.org/pub/scm/linux/kernel/git/to… 95 [`include/uapi/linux/bpf.h`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tre… 128 inode storage | 5.10 | [`8ea636848aca`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li… 129 task storage | 5.11 | [`4cf1bc1f1045`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin… 135 [`include/uapi/linux/bpf.h`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tre… 141 …lete, `GET_NEXT_KEY`) | 3.18 | [`db20fd2b0108`](https://git.kernel.org/pub/scm/linux/kernel/git/to… 142 Pass flags to `UPDATE_ELEM` | 3.19 | [`3274f52073d8`](https://git.kernel.org/pub/scm/linux/kernel/g… 144 Pass `NULL` to `GET_NEXT_KEY` | 4.12 | [`8fe45924387b`](https://git.kernel.org/pub/scm/linux/kernel… [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | main_winsvc.c | 256 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/ |
D | VPCDetect.cpp | 38 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/tensorflow/tensorflow/java/ |
D | generate_pom.cc | 44 <scm> 47 <developerConnection>scm:git:https://github.com/tensorflow/tensorflow.git</developerConnection> 48 </scm>
|
/external/libcap/ |
D | CHANGELOG | 7 https://git.kernel.org/pub/scm/libs/libcap/libcap.git/ 11 git clone git://git.kernel.org/pub/scm/libs/libcap/libcap.git 15 https://git.kernel.org/pub/scm/libs/libcap/libcap.git/tree/License
|
/external/subsampling-scale-image-view/ |
D | release.gradle | 42 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/mockito-kotlin/gradle/ |
D | publishing.gradle | 31 def scm = root.appendNode('scm') 32 scm.appendNode('url', 'scm:git@github.com:mockito/mockito-kotlin.git')
|
/external/volley/ |
D | publish.gradle | 44 scm { 45 connection = 'scm:git:git://github.com/google/volley.git' 46 developerConnection = 'scm:git:ssh://git@github.com/google/volley.git'
|
/external/perfetto/test/configs/ |
D | scm.cfg | 11 ftrace_events: "scm/scm_call_start" 12 ftrace_events: "scm/scm_call_end"
|
/external/conscrypt/gradle/ |
D | publishing.gradle | 17 scm { 18 connection = 'scm:git:https://github.com/google/conscrypt.git' 19 developerConnection = 'scm:git:git@github.com:google/conscrypt.git'
|
/external/trace-cmd/ |
D | PACKAGING | 7 git clone git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git 8 git clone git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git 9 git clone git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
|
D | README | 7 git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git 36 git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ 41 git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/
|
/external/testng/gradle/ |
D | publishing-maven.gradle | 58 scm { 59 connection 'scm:git:https://github.com/cbeust/testng.git' 60 developerConnection 'scm:git:git@github.com:cbeust/testng.git'
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1806 SC_HANDLE svc, scm; in startService() local 1808 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in startService() 1809 if (!scm) { in startService() 1814 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); in startService() 1817 CloseServiceHandle(scm); in startService() 1827 CloseServiceHandle(scm); in startService() 1833 SC_HANDLE svc, scm; in stopService() local 1836 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in stopService() 1837 if (!scm) { in stopService() 1842 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); in stopService() [all …]
|
/external/iproute2/ |
D | METADATA | 6 value: "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git" 10 …value: "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-4.14.1.tar.…
|
/external/kotlinpoet/ |
D | gradle.properties | 8 POM_SCM_CONNECTION=scm:git:https://github.com/square/kotlinpoet.git 9 POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/kotlinpoet.git
|
/external/dagger2/java/dagger/hilt/android/plugin/ |
D | build.gradle | 236 pom.scm { 238 connection = 'scm:git:git://github.com/google/dagger.git' 239 developerConnection = 'scm:git:ssh://git@github.com/google/dagger.git' 268 // Adds scm->tag because for some reason the DSL API does not. 269 // <scm> 271 // </scm> 272 projectNode.get('scm').first().appendNode('tag', 'HEAD')
|
/external/f2fs-tools/ |
D | METADATA | 10 value: "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/" 14 value: "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
/external/jazzer-api/ |
D | jazzer-api.pom | 35 <scm> 37 </scm>
|
/external/lottie/ |
D | gradle.properties | 7 POM_SCM_CONNECTION=scm:git@github.com:airbnb/lottie-android.git 8 POM_SCM_DEV_CONNECTION=scm:git@github.com:airbnb/lottie-android.git
|
/external/robolectric/buildSrc/src/main/groovy/org/robolectric/gradle/ |
D | DeployedRoboJavaModulePlugin.groovy | 60 scm { 62 connection = "scm:git:git://github.com/robolectric/robolectric.git" 63 … developerConnection = "scm:git:https://github.com/robolectric/robolectric.git"
|
/external/okio/ |
D | gradle.properties | 17 POM_SCM_CONNECTION=scm:git:git://github.com/square/okio.git 18 POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/okio.git
|
/external/nullaway/ |
D | gradle.properties | 21 POM_SCM_CONNECTION=scm:git:git://github.com/uber/NullAway.git 22 POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/uber/NullAway.git
|
/external/grpc-grpc-java/android/ |
D | build.gradle | 115 scm { 116 connection 'scm:git:https://github.com/grpc/grpc-java.git' 117 developerConnection 'scm:git:git@github.com:grpc/grpc-java.git'
|
/external/libbpf/scripts/ |
D | coverity.sh | 80 cov-import-scm --dir $RESULTS_DIR --scm git --log $RESULTS_DIR/scm_log.txt 2>&1
|