/external/webkit/Source/WebKit2/Shared/ |
WebMemorySampler.h | 75 static WebMemorySampler* shared();
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
DownloadManager.cpp | 37 DownloadManager& DownloadManager::shared() function in class:WebKit::DownloadManager
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffFooter.pl | 156 Index: Makefile.shared 164 expectedNextLine => "Index: Makefile.shared\n", 175 Property changes on: Makefile.shared 183 expectedNextLine => "Property changes on: Makefile.shared\n", 283 Property changes on: Makefile.shared 291 expectedNextLine => "Property changes on: Makefile.shared\n", 304 Index: Makefile.shared 312 expectedNextLine => "Index: Makefile.shared\n",
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
Makefile | 51 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
Makefile | 51 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
Makefile | 49 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
Makefile | 53 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
Makefile | 54 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(BRIDGELIBDIR) -lbridge -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
Makefile | 40 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -ldl -lpthread -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 40 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -ldl -lpthread -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
Makefile | 39 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(BRIDGELIBDIR) -lbridge -lpthread
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
Makefile | 55 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -ldl -lpthread -lOMX_ResourceManagerProxy
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 49 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -L$(OMXLIBDIR) -ldl -lpthread -lOMX_ResourceManagerProxy
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
Android.mk | 44 $(call emugl-begin-host-shared-library,libOpenglRender) 65 $(call emugl-begin-host-shared-library,lib64OpenglRender)
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 132 static void set_rwlockattr_shared(pthread_rwlockattr_t *attr, int shared) 135 TZERO(pthread_rwlockattr_setpshared(attr, shared)); 136 newshared = ~shared; 138 TEXPECT_INT(newshared,shared); 150 /* non-shared version */ 213 /* non-shared version */ 326 /* non-shared version */
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_client_write.c | 214 u8 *csecret, *csecret_start, *dh_yc, *shared; local 287 shared = os_malloc(shared_len); 288 if (shared == NULL) { 297 /* shared = Ys^csecret mod p */ 301 shared, &shared_len)) { 305 os_free(shared); 308 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange", 309 shared, shared_len); 313 if (tls_derive_keys(conn, shared, shared_len)) { 317 os_free(shared); [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client_write.c | 211 u8 *csecret, *csecret_start, *dh_yc, *shared; local 284 shared = os_malloc(shared_len); 285 if (shared == NULL) { 294 /* shared = Ys^csecret mod p */ 298 shared, &shared_len)) { 302 os_free(shared); 305 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange", 306 shared, shared_len); 310 if (tls_derive_keys(conn, shared, shared_len)) { 314 os_free(shared); [all...] |
/external/v8/src/ |
frames.cc | 234 Object* script = JSFunction::cast(frame()->function())->shared()->script(); 712 return function->shared()->formal_parameter_count(); 761 SharedFunctionInfo* shared = fun->shared(); local 766 Object* maybe_script = shared->script(); 812 function_->shared()->DebugName()->ShortPrint(); 889 Code* code = function->shared()->code(); 894 function->shared()); 1161 SharedFunctionInfo* shared = JSFunction::cast(function)->shared(); local [all...] |
/cts/tests/tests/jni/libjnitest/ |
Android.mk | 16 # This is the shared library included by the JNI test app.
|
/cts/tests/tests/opengl/libopengltest/ |
Android.mk | 16 # This is the shared library included by the JNI test app.
|
/development/ndk/samples/two-libs/jni/ |
Android.mk | 17 # generate two distinct shared libraries and have them both
|
/development/samples/BrowserPlugin/ |
Android.mk | 40 # Also build all of the sub-targets under this one: the shared library.
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
FileLockTest.java | 43 boolean shared) { 44 super(channel, position, size, shared);
|
/external/e2fsprogs/lib/ |
Makefile.solaris-lib | 2 # This is a Makefile stub which handles the creation of Linux ELF shared 27 $(Q) (cd elfshared; $(CC) --shared -o $(ELF_LIB) $(LDFLAGS) \
|
/external/icu4c/config/ |
test-icu-config.sh | 41 icu-config --shared-datadir
|