HomeSort by relevance Sort by last modified time
    Searched refs:shared (Results 151 - 175 of 659) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/tools/gcmole/
Makefile 40 -shared -o libgcmole.so gcmole.cc
  /external/webkit/Source/WebCore/bindings/js/
PageScriptDebugServer.h 49 static PageScriptDebugServer& shared();
  /external/webkit/Source/WebCore/bindings/v8/
PageScriptDebugServer.h 46 static PageScriptDebugServer& shared();
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 104 static DNSResolveQueue& shared();
122 DNSResolveQueue& DNSResolveQueue::shared() function in class:WebCore::DNSResolveQueue
178 DNSResolveQueue::shared().decrementRequestCount(); // It's ok to call shared() from a secondary thread, the static variable has already been initialized by now.
210 DNSResolveQueue::shared().add(hostname);
  /external/webkit/Source/WebKit/win/
DefaultPolicyDelegate.cpp 57 static COMPtr<DefaultPolicyDelegate> shared; local
58 if (!shared)
59 shared.adoptRef(DefaultPolicyDelegate::createInstance());
60 return shared.get();
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessManager.h 51 static PluginProcessManager& shared();
  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextChecker.cpp 36 WebTextChecker* WebTextChecker::shared() function in class:WebKit::WebTextChecker
  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.h 51 static AuthenticationManager& shared();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebDatabaseManager.h 45 static WebDatabaseManager& shared();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 91 WebProcess::shared().connection()->send(Messages::WebProcessProxy::AddBackForwardItem(itemID,
176 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardItemAtIndex(itemIndex), Messages::WebPageProxy::BackForwardItemAtIndex::Reply(itemID), m_page->pageID()))
191 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardBackListCount(), Messages::WebPageProxy::BackForwardBackListCount::Reply(backListCount), m_page->pageID()))
203 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardForwardListCount(), Messages::WebPageProxy::BackForwardForwardListCount::Reply(forwardListCount), m_page->pageID()))
  /external/webkit/Source/WebKit2/WebProcess/gtk/
WebProcessMainGtk.cpp 66 WebProcess::shared().initialize(socket, RunLoop::main());
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessMainWin.cpp 79 WebProcess::shared().initialize(clientIdentifier, RunLoop::main());
  /external/webkit/Tools/DumpRenderTree/
WorkQueue.cpp 41 WorkQueue* WorkQueue::shared() function in class:WorkQueue
  /external/webkit/Tools/MiniBrowser/win/
MiniBrowser.cpp 37 MiniBrowser& MiniBrowser::shared() function in class:MiniBrowser
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.h 39 static InjectedBundleController& shared();
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
HitTestResultNodeHandle_Bundle.cpp 49 WKBundlePostMessage(InjectedBundleController::shared().bundle(), Util::toWK("HitTestResultNodeHandleTestDoneMessageName").get(), Util::toWK("HitTestResultNodeHandleTestDoneMessageBody").get());
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 49 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 34 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -ldl
  /sdk/emulator/opengl/host/libs/Translator/EGL/
Android.mk 41 $(call emugl-begin-host-shared-library,libEGL_translator)
50 $(call emugl-begin-host-shared-library,lib64EGL_translator)
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
Android.mk 43 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/../include $(EMUGL_PATH)/shared)
58 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/../include $(EMUGL_PATH)/shared)
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 95 private FileLock basicLock(long position, long size, boolean shared, boolean wait) throws IOException {
98 if (!shared) {
102 if (shared) {
111 FileLock pendingLock = new FileLockImpl(this, position, size, shared);
115 flock.l_type = (short) (shared ? F_RDLCK : F_WRLCK);
141 public FileLockImpl(FileChannel channel, long position, long size, boolean shared) {
142 super(channel, position, size, shared);
160 public final FileLock lock(long position, long size, boolean shared) throws IOException {
167 resultLock = basicLock(position, size, shared, true);
176 public final FileLock tryLock(long position, long size, boolean shared) throws IOException
    [all...]
  /bionic/libc/bionic/
pthread.c 304 * locks (e.g. atexit()) to protect shared global structures.
759 * 13 shared process-shared flag
829 /* Mutex shared bit flag
831 * This flag is set to indicate that the mutex is shared among processes.
833 * (non-shared operations are much faster).
909 * 4 shared process-shared flag
959 /* process-shared mutexes are not supported at the moment */
972 /* our current implementation of pthread actually supports shared
1182 int mvalue, mtype, tid, new_lock_type, shared; local
1276 int mvalue, mtype, tid, oldv, shared; local
1343 int mvalue, mtype, tid, oldv, shared; local
1438 int mvalue, mtype, tid, oldv, new_lock_type, shared; local
    [all...]
  /external/srec/tools/dictTest/
Android.mk 13 $(ASR_ROOT_DIR)/shared/include \
  /external/srec/tools/make_ve_grammar/
Android.mk 13 $(ASR_ROOT_DIR)/shared/include \
  /external/srec/tools/test_swiarb/
Android.mk 13 $(ASR_ROOT_DIR)/shared/include \

Completed in 734 milliseconds

1 2 3 4 5 67 8 91011>>