/external/webkit/Source/WebKit/mac/Misc/ |
WebCache.mm | 125 WebCore::CrossOriginPreflightResultCache::shared().empty();
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
WebPluginSiteDataManager.cpp | 58 PluginProcessManager::shared().getSitesWithData(m_plugins.last(), m_webPluginSiteDataManager, m_callbackID); 96 PluginProcessManager::shared().clearSiteData(m_plugins.last(), m_webPluginSiteDataManager, m_sites, m_flags, m_maxAgeInSeconds, m_callbackID);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/ |
LayerTreeHostCAMac.mm | 62 mach_port_t serverPort = WebProcess::shared().compositingRenderServerPort();
|
/external/webkit/Tools/DumpRenderTree/wx/ |
DumpRenderTreeWx.cpp | 243 WorkQueue::shared()->clear(); 244 WorkQueue::shared()->setFrozen(false);
|
LayoutTestControllerWx.cpp | 84 if (m_waitToDump && !WorkQueue::shared()->count()) 98 WorkQueue::shared()->queue(new LoadItem(url, target));
|
/hardware/invensense/libsensors_iio/software/build/android/ |
common.mk | 22 SHARED_APP_SUFFIX = -shared
|
/ndk/build/tools/ |
builder-funcs.sh | 17 # used to either build a static and shared libraries from sources, or 322 # but before shared libraries for Android. It doesn't hurt 326 -Wl,-shared,-Bsymbolic \ 336 fail_panic "Could not create ${_BUILD_PREFIX}shared library $libname" 356 # but before shared libraries for Android. It doesn't hurt 359 -shared -s \ 365 fail_panic "Could not create ${_BUILD_PREFIX}shared library $libname" 384 # but before shared libraries for Android. It doesn't hurt
|
/packages/inputmethods/LatinIME/java/ |
Android.mk | 24 LOCAL_CERTIFICATE := shared
|
/packages/providers/ContactsProvider/ |
Android.mk | 30 LOCAL_CERTIFICATE := shared
|
/external/jpeg/ |
ltconfig | 124 --disable-shared do not build shared libraries 143 --disable-shared) enable_shared=no ;; 463 # FIXME: we need at least 68020 code to build shared libraries, but 576 # Check for any special shared library compilation flags. 578 echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2 689 # See if the linker supports building shared libraries. 690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6 717 # See if GNU ld supports shared libraries. 719 archive_cmds='$CC -shared ${wl}-soname $wl$soname -o $lib$libobjs [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltconfig | 124 --disable-shared do not build shared libraries 143 --disable-shared) enable_shared=no ;; 463 # FIXME: we need at least 68020 code to build shared libraries, but 576 # Check for any special shared library compilation flags. 578 echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2 689 # See if the linker supports building shared libraries. 690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6 717 # See if GNU ld supports shared libraries. 719 archive_cmds='$CC -shared ${wl}-soname $wl$soname -o $lib$libobjs [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.cpp | 145 if (page->pageGroup()->isVisibleToInjectedBundle() && WebProcess::shared().injectedBundle()) 146 WebProcess::shared().injectedBundle()->didCreatePage(page.get()); 205 m_pageGroup = WebProcess::shared().webPageGroup(parameters.pageGroupData); 259 return WebProcess::shared().connection(); 308 if (!WebProcess::shared().connection()->sendSync( 387 if (pageGroup()->isVisibleToInjectedBundle() && WebProcess::shared().injectedBundle()) 388 WebProcess::shared().injectedBundle()->willDestroyPage(this); 420 WebProcess::shared().removeWebPage(m_pageID); 423 WebProcess::shared().runLoop()->stop(); 494 WebFrame* frame = WebProcess::shared().webFrame(frameID) [all...] |
/external/e2fsprogs/e2fsck/ |
pass1b.c | 432 ext2_ino_t *shared, ino; local 450 shared = (ext2_ino_t *) e2fsck_allocate_memory(ctx, 452 "Shared inode list"); 481 * shared[] --- which is a unique list, so 482 * if an inode is already in shared[], don't 489 if (shared[i] == r->inode) 492 shared[shared_len++] = r->inode; 513 m = dict_lookup(&ino_dict, INT_TO_VOIDPTR(shared[i])); 521 pctx.ino = shared[i]; 541 ext2fs_free_mem(&shared); [all...] |
/external/v8/src/ |
mark-compact.cc | 776 ASSERT(function->code() == function->shared()->code()); 796 SharedFunctionInfo* shared = candidate->shared(); local 798 Code* code = shared->code(); 801 shared->set_code(lazy_compile); 804 candidate->set_code(shared->code()); 814 RecordSharedFunctionInfoCodeSlot(shared); 846 void RecordSharedFunctionInfoCodeSlot(SharedFunctionInfo* shared) { 847 Object** slot = HeapObject::RawField(shared, 1307 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(object); local 1405 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(object); local 1613 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(obj); local [all...] |
codegen.cc | 140 info->closure()->shared()->code()->Disassemble(
|
/build/core/combo/ |
HOST_darwin-x86.mk | 101 define transform-host-o-to-shared-lib-inner
|
/build/core/ |
prebuilt.mk | 25 # Put the built targets of all shared libraries in a common directory 50 $(error Can strip only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH))
|
/external/grub/stage2/ |
serial.c | 23 #include <shared.h>
|
/external/regex-re2/ |
Makefile | 33 # http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html 43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS) 217 test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test 231 shared-test: $(STESTS) 243 shared-bigtest: $(STESTS) $(SBIGTESTS)
|
/external/webkit/Source/WebCore/bindings/js/ |
PageScriptDebugServer.cpp | 63 PageScriptDebugServer& PageScriptDebugServer::shared() function in class:WebCore::PageScriptDebugServer
|
/external/webkit/Source/WebCore/bindings/v8/ |
PageScriptDebugServer.cpp | 65 PageScriptDebugServer& PageScriptDebugServer::shared() function in class:WebCore::PageScriptDebugServer
|
/external/webkit/Source/WebCore/loader/ |
CrossOriginPreflightResultCache.cpp | 152 CrossOriginPreflightResultCache& CrossOriginPreflightResultCache::shared() function in class:WebCore::CrossOriginPreflightResultCache
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginProcess.cpp | 45 PluginProcess& PluginProcess::shared() function in class:WebKit::PluginProcess
|
WebProcessConnection.cpp | 97 PluginProcess::shared().removeWebProcessConnection(this);
|
/external/webkit/Source/WebKit2/Shared/ |
WebMemorySampler.cpp | 38 WebMemorySampler* WebMemorySampler::shared() function in class:WebKit::WebMemorySampler
|