Searched
refs:shared (Results
326 -
350 of
659) sorted by null
<<11121314151617181920>>
/external/grub/grub/ |
main.c | 33 #include <shared.h>
|
/external/grub/stage2/ |
cmdline.c | 21 #include <shared.h>
|
/external/icu4c/config/ |
Makefile.inc.in | 139 # Versioned target for a shared library 208 SHLIB.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared 209 SHLIB.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -shared
|
/external/libsepol/src/ |
Makefile | 27 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 97 be shared with other processes by passing the underlying DRM 115 Import a shared buffer by calling eglCreateImageKHR with
|
/external/openssh/contrib/ |
findssl.sh | 44 # Searching for OpenSSL shared library files. 130 # Search for shared libraries. 131 # Relies on shared libraries looking like "libcrypto.s*" 133 echo Searching for OpenSSL shared library files.
|
/external/replicaisland/src/com/replica/replicaisland/ |
ChangeComponentsComponent.java | 65 if (!component.shared) {
|
/external/v8/src/ |
compilation-cache.cc | 184 // Break when we've found a suitable shared function info that 212 Handle<SharedFunctionInfo> shared(SharedFunctionInfo::cast(result), 214 ASSERT(HasOrigin(shared, name, line_offset, column_offset)); 217 if (generation != 0) Put(source, shared); 219 return shared;
|
runtime.cc | 353 // maps with constant functions can't be shared if the functions are 1315 Handle<SharedFunctionInfo> shared = local 1914 SharedFunctionInfo* shared = function->shared(); local [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/ |
WebEditorClientGtk.cpp | 40 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetEditorCommandsForKeyEvent(),
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
PageOverlay.cpp | 52 , m_fadeAnimationTimer(WebProcess::shared().runLoop(), this, &PageOverlay::fadeAnimationTimerFired)
|
/external/webkit/Source/WebKit2/WebProcess/qt/ |
WebProcessMainQt.cpp | 169 WebKit::WebProcess::shared().initialize(identifier, RunLoop::main());
|
/ndk/build/core/ |
build-binary.mk | 64 # Add the default system shared libraries to the build 267 # Handle the static and shared libraries this module depends on 293 # The list of object/static/shared libraries passed to the linker when 294 # building shared libraries and executables. order is important. 307 # list of all object files and/or static/shared libraries that appear on the 329 # For shared libraries and executables 362 $(LOCAL_BUILT_MODULE): PRIVATE_BUILD_SHARED_LIB := $(cmd-build-shared-library) 379 # If this is a shared library module
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_server_read.c | 573 u8 *shared; local 628 shared = os_malloc(shared_len); 629 if (shared == NULL) { 637 /* shared = Yc^secret mod p */ 641 shared, &shared_len)) { 642 os_free(shared); 647 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange", 648 shared, shared_len); 654 res = tlsv1_server_derive_keys(conn, shared, shared_len); 657 os_memset(shared, 0, shared_len) [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_read.c | 590 u8 *shared; local 645 shared = os_malloc(shared_len); 646 if (shared == NULL) { 654 /* shared = Yc^secret mod p */ 658 shared, &shared_len)) { 659 os_free(shared); 664 wpa_hexdump_key(MSG_DEBUG, "TLSv1: Shared secret from DH key exchange", 665 shared, shared_len); 671 res = tlsv1_server_derive_keys(conn, shared, shared_len); 674 os_memset(shared, 0, shared_len) [all...] |
/bionic/linker/ |
Android.mk | 14 LOCAL_LDFLAGS := -shared
|
/build/core/ |
post_clean.mk | 40 $(info *** Overlay change detected, clean shared intermediate files...)
|
/dalvik/dexopt/ |
Android.mk | 17 # so it must be linked against the full VM shared library.
|
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 63 LOCAL_CERTIFICATE := shared
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
GLEncoder.h | 32 void setSharedGroup(GLSharedGroupPtr shared) { m_shared = shared; }
|
/external/e2fsprogs/lib/ |
Makefile.elf-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/libnfc-nci/halimpl/bcm2079x/ |
Android.mk | 33 # build shared library system/lib/hw/nfc_nci.*.so
|
/external/libpng/ |
Android.mk | 3 # We need to build this for both the device (as a shared library)
|
/external/srec/srec/ca/ |
Android.mk | 72 $(ASR_ROOT_DIR)/shared/include \
|
/external/v8/test/mjsunit/regress/ |
regress-1060.js | 29 // for the (shared) .arguments proxy, even for calls.
|
Completed in 1219 milliseconds
<<11121314151617181920>>