HomeSort by relevance Sort by last modified time
    Searched full:shared (Results 1 - 25 of 3076) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptGlue/
Makefile 1 include ../Makefile.shared
  /external/webkit/WebCore/
Makefile 1 include ../Makefile.shared
  /external/webkit/WebKit/
Makefile 1 include ../Makefile.shared
  /external/webkit/JavaScriptCore/
Makefile 2 include ../Makefile.shared
  /external/webkit/WebKitTools/DumpRenderTree/
Makefile 2 include ../../Makefile.shared
  /external/chromium/googleurl/base/
README.txt 1 These files contain some shared code. You can define your own assertion macros
  /development/pdk/pndk/samples/sample/
Makefile.lib 16 # Using shared and static suffixes as these are going in the same directory;
23 sharedlib: hellolibrary-shared.o
24 $(CC) -nostdlib -Wl,-soname,libhello-shared.so -Wl,-shared,-Bsymbolic -L$(NDK_BASE)/lib $^ $(LIBS) -o libhello-shared.so -Wl,--no-undefined $(ALIB)
26 hellolibrary-shared.o: hellolibrary.c
30 rm -rf *.o libhello-static.a libhello-shared.so
hellolibrary.c 2 * This will be the library that gets called as wither a static or shared lib.*/
  /external/chromium/base/
shared_memory.h 25 // the underlying OS handle to a shared memory segment.
30 // A SharedMemoryId is sufficient to identify a given shared memory segment on a
39 // Platform abstraction for shared memory. Provides a C++ wrapper
47 // shared memory file.
51 // shared memory file that was created by a remote process and not shared
66 // Close a shared memory handle.
69 // Creates or opens a shared memory segment based on a name.
71 // If open_existing is true, and the shared memory already exists,
72 // opens the existing shared memory and ignores the size parameter
    [all...]
tools_sanity_unittest.cc 34 bool shared = false; local
38 new TOOLS_SANITY_TEST_CONCURRENT_THREAD(&shared);
40 new TOOLS_SANITY_TEST_CONCURRENT_THREAD(&shared);
46 EXPECT_TRUE(shared);
  /external/stlport/
Makefile 20 release-shared install-release-shared:
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 2 Use the shared library, but some functions are only in
  /external/clearsilver/dso/
README 4 This directory builds a "dynamic shared object" or dso. In theory, you
6 Mono/CSharp module, which requires a shared library loadable by the C#
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/
README 3 tree is so that they can be linked as shared object code directly into
6 You can't link static library code into shared libraries on non-x86
  /hardware/ti/omap3/liboverlay/
overlay.cpp 53 #define ALL_BUFFERS_FLUSHED -66 //shared with Camera/Video Playback HAL
116 overlay_shared_t *shared; member in struct:overlay_data_context_t
123 static int create_shared_data(overlay_shared_t **shared);
124 static void destroy_shared_data(int shared_fd, overlay_shared_t *shared, bool closefd);
128 static int enable_streaming( overlay_shared_t *shared, int ovly_fd, int lock_required );
244 static int create_shared_data(overlay_shared_t **shared)
252 LOGE("Failed to Create Overlay Shared Data!\n");
259 LOGE("Failed to Map Overlay Shared Data!\n");
273 LOGE("Failed to set the overlay mutex attr to be shared across-processes");
283 *shared = p
426 overlay_shared_t *shared; local
515 overlay_shared_t *shared = obj->getShared(); local
555 overlay_shared_t *shared = obj->getShared(); local
659 overlay_shared_t *shared = obj->getShared(); local
    [all...]
  /build/core/
host_shared_library.mk 2 ## Standard rules for building a normal shared library.
22 # Put the built modules of all shared libraries in a common directory
29 $(transform-host-o-to-shared-lib)
  /external/v8/test/mjsunit/tools/
tickprocessor-test-func-info.log 0 shared-library,"shell",0x08048000,0x081ee000
2 shared-library,"/lib32/libm-2.7.so",0xf7db6000,0xf7dd9000
3 shared-library,"ffffe000-fffff000",0xffffe000,0xfffff000
  /external/dropbear/libtomcrypt/
updatemakes.sh 11 perl filter.pl makefile.shared tmplist
12 mv -f tmp.delme makefile.shared
  /system/extras/tests/bionic/libc/bionic/
test_relocs.c 2 * in a shared library are correct. it depends on the content of lib_relocs.c
3 * being compiled as a shared object.
  /device/samsung/crespo/liboverlay/
overlay.cpp 57 /* shared with Camera/Video Playback HAL */
131 overlay_shared_t *shared; member in struct:overlay_data_context_t
141 static int create_shared_data(overlay_shared_t **shared);
142 static void destroy_shared_data(int shared_fd, overlay_shared_t *shared,
147 static int enable_streaming(overlay_shared_t *shared, int ovly_fd,
268 static int create_shared_data(overlay_shared_t **shared)
276 LOGE("Failed to Create Overlay Shared Data!\n");
283 LOGE("Failed to Map Overlay Shared Data!\n");
297 LOGE("Failed to set the overlay mutex attr to be shared across-processes");
305 *shared = p
528 overlay_shared_t *shared; local
663 overlay_shared_t *shared = obj->getShared(); local
707 overlay_shared_t *shared = obj->getShared(); local
843 overlay_shared_t *shared = obj->getShared(); local
    [all...]
  /development/ndk/samples/module-exports/
README.TXT 8 zoo uses bar, is a shared library.
  /external/libpng/contrib/pngminim/decoder/
README 8 If you prefer to use the shared libraries, go to contrib/pngminus
  /external/libpng/contrib/pngminim/encoder/
README 8 If you prefer to use the shared libraries, go to contrib/pngminus
  /external/proguard/examples/dictionaries/
compact.txt 3 # in many class files. Since these strings can be shared, the resulting
  /external/webkit/WebKit/chromium/
README 11 shared or static library.
16 No attempt is made to support runtime compatibility in a shared library
26 WEBKIT_DLL is defined when building as a shared library. This should be
28 the consumer to ensure proper linkage to the shared library.

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 91011>>