HomeSort by relevance Sort by last modified time
    Searched refs:shared (Results 51 - 75 of 364) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/WebKitAPITest/
TestsController.h 39 static TestsController& shared();
  /packages/apps/QuickSearchBox/
Android.mk 33 LOCAL_CERTIFICATE := shared
  /development/pdk/pndk/samples/samplejni/
Makefile 1 # Package a shared library into an APK
39 $(CC) -nostdlib -Wl,-soname,libhello-shared.so -Wl,-shared,-Bsymbolic -L$(NDK_BASE)/lib $^ $(LIBS) -o $@ -Wl,--no-undefined $(ALIB)
  /libcore/dalvik/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /packages/apps/Contacts/
Android.mk 11 LOCAL_CERTIFICATE := shared
  /packages/inputmethods/PinyinIME/
Android.mk 16 LOCAL_CERTIFICATE := shared
  /packages/providers/ContactsProvider/tests/
Android.mk 15 LOCAL_CERTIFICATE := shared
  /external/webkit/WebCore/inspector/
InspectorBackend.cpp 174 JavaScriptDebugServer::shared().addBreakpoint(sourceIDValue, lineNumber, condition);
180 JavaScriptDebugServer::shared().updateBreakpoint(sourceIDValue, lineNumber, condition);
186 JavaScriptDebugServer::shared().removeBreakpoint(sourceIDValue, lineNumber);
191 JavaScriptDebugServer::shared().pauseProgram();
202 JavaScriptDebugServer::shared().stepOverStatement();
207 JavaScriptDebugServer::shared().stepIntoStatement();
212 JavaScriptDebugServer::shared().stepOutOfFunction();
217 return JavaScriptDebugServer::shared().pauseOnExceptionsState();
222 JavaScriptDebugServer::shared().setPauseOnExceptionsState(static_cast<JavaScriptDebugServer::PauseOnExceptionsState>(pauseState));
227 return JavaScriptDebugServer::shared().currentCallFrame()
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslmutex.c 129 sslMutex_Init(sslMutex *pMutex, int shared)
133 pMutex->isMultiProcess = (PRBool)(shared != 0);
134 if (!shared) {
370 sslMutex_Init(sslMutex *pMutex, int shared)
382 pMutex->isMultiProcess = (PRBool)(shared != 0);
400 attributes.bInheritHandle = (shared ? TRUE : FALSE);
541 sslMutex_Init(sslMutex *pMutex, int shared)
545 pMutex->isMultiProcess = (PRBool)(shared != 0);
546 if (!shared) {
550 rv = sem_init(&pMutex->u.sem, shared, 1)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
configure 3 # you wish to build a shared library and your system supports them,
7 # To create a shared library, use "configure --shared"; by default a static
8 # library is created. If the primitive shared library support provided here
15 # LDSHARED is the command to be used to create a shared library
17 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
34 shared=0
44 echo ' configure [--shared] [--prefix=PREFIX] [--exec_prefix=EXPREFIX]'
55 -s* | --s*) shared=1; shift;;
79 Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 91 if (WorkQueue::shared()->processWork() && !shouldWaitUntilDone()) {
120 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test
121 if (WorkQueue::shared()->count())
221 WorkQueue::shared()->queue(new BackItem(howFarBackward, m_drt->webPage()));
227 WorkQueue::shared()->queue(new ForwardItem(howFarForward, m_drt->webPage()));
235 WorkQueue::shared()->queue(new LoadItem(absoluteUrl, target, m_drt->webPage()));
241 WorkQueue::shared()->queue(new ReloadItem(m_drt->webPage()));
247 WorkQueue::shared()->queue(new LoadingScriptItem(script, m_drt->webPage()));
253 WorkQueue::shared()->queue(new NonLoadingScriptItem(script, m_drt->webPage()));
  /bionic/libc/bionic/
pthread.c 302 * locks (e.g. atexit()) to protect shared global structures.
741 * 13 shared process-shared flag
763 * 4 shared process-shared flag
813 /* process-shared mutexes are not supported at the moment */
826 /* our current implementation of pthread actually supports shared
828 * Nevertheless, it's better than nothing. Shared mutexes are used
911 /* We need to preserve the shared flag during operations */
912 int shared = mutex->value & MUTEX_SHARED_MASK local
952 int shared = mutex->value & MUTEX_SHARED_MASK; local
1017 int mtype, tid, new_lock_type, shared; local
1096 int mtype, tid, oldv, shared; local
1136 int mtype, tid, oldv, shared; local
1230 int mtype, tid, oldv, new_lock_type, shared; local
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 1 # This function is to be called when the shared library
8 /* we put the _init() function here in case the user files for the shared
  /external/chromium/third_party/icu/source/config/
mh-hpux-gcc 27 ## Commands to make a shared library
28 SHLIB.c= $(CC) $(DEFS) $(CFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH)
29 SHLIB.cc= $(CXX) $(DEFS) $(CXXFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH)
41 ## Shared object suffix
43 ## Non-shared intermediate object suffix
mh-mingw 40 ## Commands to make a shared library
41 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared
42 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared
51 ## Shared object suffix
53 ## Non-shared intermediate object suffix
103 ## Versioned target for a shared library.
  /external/clearsilver/dso/
Makefile 20 /usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libneo_cs.a ../libs/libneo_utl.a -no-whole-archive $(LDFLAGS) $(LIBS)
  /external/dbus/dbus/
dbus.h 40 #include <dbus/dbus-shared.h>
  /external/icu4c/config/
mh-hpux-gcc 27 ## Shared library options
30 ## Commands to make a shared library
31 SHLIB.c= $(CC) $(DEFS) $(CFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
32 SHLIB.cc= $(CXX) $(DEFS) $(CXXFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
44 ## Shared object suffix
46 ## Non-shared intermediate object suffix
81 ## Remove shared library 's'
mh-mingw 40 ## Commands to make a shared library
41 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared
42 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared
51 ## Shared object suffix
53 ## Non-shared intermediate object suffix
103 ## Versioned target for a shared library.
  /external/iptables/
Rules.make 34 $(CC) -shared $(EXT_LDFLAGS) -o $@ $<
41 $(LD) -shared $(EXT_LDFLAGS) -o $@ $< $(LDLIBS)
  /external/webkit/WebCore/loader/
CrossOriginPreflightResultCache.h 64 static CrossOriginPreflightResultCache& shared();
  /external/webkit/WebCore/platform/graphics/win/
WKCACFContextFlusher.cpp 37 WKCACFContextFlusher& WKCACFContextFlusher::shared() function in class:WebCore::WKCACFContextFlusher
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.h 44 static NetscapePluginHostManager& shared();
  /external/webkit/WebKit/win/
DefaultPolicyDelegate.cpp 60 static COMPtr<DefaultPolicyDelegate> shared; local
61 if (!shared)
62 shared.adoptRef(DefaultPolicyDelegate::createInstance());
63 return shared.get();
  /external/webkit/WebKitTools/DumpRenderTree/
WorkQueue.cpp 41 WorkQueue* WorkQueue::shared() function in class:WorkQueue

Completed in 1113 milliseconds

1 23 4 5 6 7 8 91011>>