Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/Uwb/framework/
Djarjar-rules.txt2 # Statically linked cbor library
13 # Use our statically linked protobuf library
15 # Statically linked bouncy castle library
17 # Statically linked third party library
/packages/modules/Wifi/framework/
Djarjar-rules.txt91 # Use our statically linked bouncy castle library
93 # Use our statically linked protobuf library
95 # use statically linked SystemMessageProto
97 # use statically linked entitlement library
99 # use statically linked com.google.common
101 # use statically linked com.google.thirdparty.publicsuffix
103 # use statically linked javax.annotation
105 # Use our statically linked PlatformProperties library
107 # Use our statically linked HIDL stubs
115 # Use our statically linked HAL stubs
[all …]
/packages/modules/Connectivity/tests/cts/net/native/dns/
DAndroid.bp29 // need to be linked statically. The test also needs to be linked with a version script to
30 // ensure that the statically-linked library isn't exported from the executable, where it
/packages/modules/adb/
Dadbd_test.map18 # (such as libbase and libc++) need to be linked statically. The test also needs
19 # to be linked with a version script to ensure that the statically-linked
/packages/services/Car/cpp/evs/support_library/
Dshader.cpp84 GLint linked = 0; in buildShaderProgram() local
85 glGetProgramiv(program, GL_LINK_STATUS, &linked); in buildShaderProgram()
86 if (!linked) { in buildShaderProgram()
/packages/modules/Connectivity/tests/common/
Dconnectivity_mainline_test.map18 # library dependencies (such as libbase and libc++) need to be linked
19 # statically. The tests also need to be linked with a version script to ensure
20 # that the statically-linked library isn't exported from the executable, where
/packages/services/Car/cpp/evs/apps/default/src/
Dshader.cpp84 GLint linked = 0; in buildShaderProgram() local
85 glGetProgramiv(program, GL_LINK_STATUS, &linked); in buildShaderProgram()
86 if (!linked) { in buildShaderProgram()
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
DAndroid.bp93 // need to be linked statically. The tests also need to be linked with a version script to
94 // ensure that the statically-linked library isn't exported from the executable, where it
/packages/providers/MediaProvider/jni/
DAndroid.bp125 // need to be linked statically. The tests also need to be linked with a version script to
126 // ensure that the statically-linked library isn't exported from the executable, where it
/packages/apps/Settings/src/com/android/settings/wifi/
DLinkablePreference.java80 boolean linked = LinkifyUtils.linkify(textView, contentBuilder, mClickListener); in onBindViewHolder()
81 if (linked && mContentTitle != null) { in onBindViewHolder()
/packages/modules/Connectivity/common/
DAndroid.bp45 // For libraries which are statically linked in framework-connectivity, do not
47 // version linked.
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DGlWrapper.cpp162 GLint linked = 0; in buildShaderProgram() local
163 glGetProgramiv(program, GL_LINK_STATUS, &linked); in buildShaderProgram()
164 if (!linked) { in buildShaderProgram()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DGlWrapper.cpp151 GLint linked = 0; in buildShaderProgram() local
152 glGetProgramiv(program, GL_LINK_STATUS, &linked); in buildShaderProgram()
153 if (!linked) { in buildShaderProgram()
/packages/modules/DnsResolver/
DAndroid.bp183 // libbase and libc++) need to be linked statically. The tests also need to be linked with a
184 // version script to ensure that the statically-linked library isn't exported from the
480 // libunwind must be statically linked.
/packages/modules/AppSearch/framework/
Djarjar-rules.txt2 # between this module and the other versions of the utility classes linked into
/packages/modules/Bluetooth/framework/
Djarjar-rules.txt5 # Use our statically linked PlatformProperties library
/packages/modules/AppSearch/service/
Djarjar-rules.txt9 # between this module and the other versions of the utility classes linked into
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/
Djarjar-rules.txt7 # reference by `LintJarVerifier`. To work around this, preserve the dynamically linked Android Lint
/packages/services/Car/aconfig/
DAndroid.bp32 // fake_device_config is linked to avoid a build error
/packages/modules/StatsD/statsd/src/
DHashableDimensionKey.cpp291 if (linked(stateLinks, stateAtomId, primaryValue.mField, whatValue.mField) && in containsLinkedStateValues()
304 bool linked(const vector<Metric2State>& stateLinks, const int32_t stateAtomId, in linked() function
DHashableDimensionKey.h268 bool linked(const std::vector<Metric2State>& stateLinks, const int32_t stateAtomId,
/packages/modules/Virtualization/vmbase/
DAndroid.bp41 // Used by extra cc_library_static linked into the final ELF.
/packages/apps/Nfc/
Djarjar-rules.txt5 # Use our statically linked PlatformProperties library
/packages/modules/Bluetooth/system/rust/
DAndroid.bp148 // Bug: 286537287 this library gets linked with Rust objects but cross-language LTO
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/groovy/
DSdkSourceUpdaterTask.groovy102 System.out.println(" Android sources linked")

12