HomeSort by relevance Sort by last modified time
    Searched full:shared (Results 451 - 475 of 7354) sorted by null

<<11121314151617181920>>

  /external/valgrind/none/tests/s390x/
ecag.stdout.exp-zec12 15 L3 topology: unified data and instruction; shared
22 L4 topology: unified data and instruction; shared
  /frameworks/av/include/media/
IMediaLogService.h 31 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) = 0;
32 virtual void unregisterWriter(const sp<IMemory>& shared) = 0;
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Android.mk 18 # use by our example of how to bundle a shared library with an APK.
33 # All of the shared libraries we link against.
  /frameworks/base/location/lib/
README.txt 1 This library (com.android.location.provider.jar) is a shared java library
15 a shared library. So you can change the implementation, but not
  /frameworks/base/media/lib/remotedisplay/
README.txt 1 This library (com.android.media.remotedisplay.jar) is a shared java library
14 a shared library. So you can change the implementation, but not
  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 37 // Load the shared library referred to by cacheDir and resName. If we have
41 // library, since shared objects are loaded and de-duped by name only.
43 // For 64bit RS Support Lib, the shared lib path cannot be constructed from
44 // cacheDir, so nativeLibDir is needed to load shared libs.
53 // Attempt to load the shared library from origName, but then fall back to
54 // creating a copy of the shared library if necessary (to ensure instancing).
121 // Create an ScriptExecutable object from a shared object.
123 // embedded in the shared object. A mismatch will cause a failure.
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 35 libloc_api_rpc_qc_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
39 libloc_api_rpc_qc_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Makefile.am 31 libloc_api_rpcgen_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
35 libloc_api_rpcgen_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 35 libloc_api_rpc_qc_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
39 libloc_api_rpc_qc_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Makefile.am 31 libloc_api_rpcgen_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
35 libloc_api_rpcgen_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8084/utils/
Makefile.am 33 libgps_utils_so_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
37 libgps_utils_so_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8960/utils/
Makefile.am 33 libgps_utils_so_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
37 libgps_utils_so_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 35 libloc_api_rpc_qc_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
39 libloc_api_rpc_qc_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/
Makefile.am 31 libloc_api_rpcgen_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
35 libloc_api_rpcgen_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/msm8974/utils/
Makefile.am 33 libgps_utils_so_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
37 libgps_utils_so_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /hardware/qcom/gps/utils/
Makefile.am 33 libgps_utils_so_la_LDFLAGS = -lstdc++ -lpthread @GLIB_LIBS@ -shared -version-info 1:0:0
37 libgps_utils_so_la_LDFLAGS = -lpthread -shared -version-info 1:0:0
  /libcore/luni/src/main/java/javax/crypto/
KeyAgreementSpi.java 60 * Generates the shared secret.
62 * @return the generated shared secret.
70 * Generates the shared secret and stores it into the buffer {@code
74 * the buffer to store the shared secret.
81 * if the specified buffer is too small for the shared secret.
87 * Generates the shared secret.
91 * @return the shared secret as a {@code SecretKey} of the specified
100 * created using the generated shared secret.
  /packages/apps/Dialer/src/com/android/dialer/
DialerBackupAgent.java 25 * The Dialer backup agent backs up the shared preferences settings of the
26 * Dialer App. Right now it backs up the whole shared preference file. This
  /packages/apps/Messaging/src/com/android/messaging/util/
BugleWidgetPrefs.java 21 * Provides interface to access shared preferences used by bugle widgets.
25 * Shared preferences name for preferences applicable to the entire app.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.pom 23 <artifactId>org.eclipse.tycho.p2.tools.shared</artifactId>
26 <name>Tycho p2 Tools Maven/OSGi Shared Classes (Incubation)</name>
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.pom 23 <artifactId>org.eclipse.tycho.p2.tools.shared</artifactId>
26 <name>Tycho p2 Tools Maven/OSGi Shared Classes (Incubation)</name>
  /external/compiler-rt/test/asan/TestCases/
dlclose-test.cc 17 // RUN: %clangxx_asan -O0 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
19 // RUN: %clangxx_asan -O1 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
21 // RUN: %clangxx_asan -O2 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
23 // RUN: %clangxx_asan -O3 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
66 // Now dlclose the shared library.
  /external/icu/icu4c/source/config/
mh-darwin 26 ## Commands to make a shared library
46 ## Shared object suffix
48 ## Non-shared intermediate object suffix
51 ## Override Versioned target for a shared library.
79 ## Remove shared library 's'
mh-solaris-gcc 28 ## Shared library options
31 ## The type of assembly needed when pkgdata is used for generating shared libraries.
37 ## Shared object suffix
39 ## Non-shared intermediate object suffix
74 ## Remove shared library 's'
  /external/iptables/
INSTALL 49 --disable-shared
84 Static and shared
89 --disable-static --enable-shared (this is the default)
93 --enable-static --enable-shared
98 --enable-static --disable-shared

Completed in 327 milliseconds

<<11121314151617181920>>