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

1 2 3 4 5

  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientationProviderMock.h 35 + (WebDeviceOrientationProviderMock *)shared; variable
  /external/valgrind/main/helgrind/tests/
hg04_race.c 6 static int shared; variable
10 shared++;
hg01_all_ok.c 7 static int shared; variable
12 shared++;
hg06_readshared.c 6 static int shared; variable
10 return (void *)(long)(shared + 44);
15 return (void *)(long)(shared + 55);
22 shared = 22;
30 assert(shared == 22);
hg03_inherit.c 11 static volatile int shared[2]; variable
41 shared[0] = 22;
42 shared[1] = 77;
44 pthread_create(&a, NULL, t1, (void *)&shared[0]);
45 // a steals shared[0] from root thread, so is excl(a)
46 pthread_create(&b, NULL, t2, (void *)&shared[1]);
47 // b steals shared[1] from root thread, so is excl(b)
50 // b's stuff (shared[1]) still belongs to b, so is excl(b)
52 // ret is excl(root), and shared[0] is re-acquired as excl(root)
55 ret += shared[0]; /* no error - a is finished *
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
MockGeolocationProvider.h 39 + (MockGeolocationProvider *)shared; variable
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
DownloadManager.cpp 37 DownloadManager& DownloadManager::shared() function in class:WebKit::DownloadManager
  /external/webkit/Source/WebKit2/WebProcess/MediaCache/
WebMediaCacheManager.cpp 39 WebMediaCacheManager& WebMediaCacheManager::shared() function in class:WebKit::WebMediaCacheManager
41 static WebMediaCacheManager& shared = *new WebMediaCacheManager; local
42 return shared;
56 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
64 WebProcess::shared().connection()->send(Messages::WebMediaCacheManagerProxy::DidGetHostnamesWithMediaCache(mediaCacheHostnames, callbackID), 0);
69 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
78 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnectionManager.cpp 45 PluginProcessConnectionManager& PluginProcessConnectionManager::shared() function in class:WebKit::PluginProcessConnectionManager
70 if (!WebProcess::shared().connection()->sendSync(Messages::WebProcessProxy::GetPluginProcessConnection(pluginPath), Messages::WebProcessProxy::GetPluginProcessConnection::Reply(connectionMachPort), 0))
  /external/webkit/Tools/MiniBrowser/win/
MiniBrowser.cpp 37 MiniBrowser& MiniBrowser::shared() function in class:MiniBrowser
  /external/webkit/Tools/TestWebKitAPI/
TestsController.cpp 34 TestsController& TestsController::shared() function in class:TestWebKitAPI::TestsController
36 static TestsController& shared = *new TestsController; local
37 return shared;
  /sdk/emulator/opengl/tests/ut_renderer/
RendererContext.cpp 23 EGLContext shared = shareCtx == NULL ? EGL_NO_CONTEXT : shareCtx->eglContext(); local
28 ctx = eglCreateContext(dpy, config, shared, context_attributes);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.cpp 37 LayerChangesFlusher& LayerChangesFlusher::shared() function in class:WebCore::LayerChangesFlusher
74 return shared().hookFired(code, wParam, lParam);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessManager.cpp 38 PluginProcessManager& PluginProcessManager::shared() function in class:WebKit::PluginProcessManager
  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextChecker.cpp 36 WebTextChecker* WebTextChecker::shared() function in class:WebKit::WebTextChecker
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp 42 WebApplicationCacheManager& WebApplicationCacheManager::shared() function in class:WebKit::WebApplicationCacheManager
44 static WebApplicationCacheManager& shared = *new WebApplicationCacheManager; local
45 return shared;
59 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
83 WebProcess::shared().connection()->send(Messages::WebApplicationCacheManagerProxy::DidGetApplicationCacheOrigins(identifiers, callbackID), 0);
88 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
101 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.cpp 50 AuthenticationManager& AuthenticationManager::shared() function in class:WebKit::AuthenticationManager
73 WebProcess::shared().connection()->send(Messages::WebPageProxy::DidReceiveAuthenticationChallenge(frame->frameID(), authenticationChallenge, challengeID), frame->page()->pageID());
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 40 WebCookieManager& WebCookieManager::shared() function in class:WebKit::WebCookieManager
42 DEFINE_STATIC_LOCAL(WebCookieManager, shared, ());
43 return shared;
57 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
66 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::DidGetHostnamesWithCookies(hostnameList, callbackID), 0);
71 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
78 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
85 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
97 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::CookiesDidChange(), 0);
102 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
WebKeyValueStorageManager.cpp 43 WebKeyValueStorageManager& WebKeyValueStorageManager::shared() function in class:WebKit::WebKeyValueStorageManager
45 static WebKeyValueStorageManager& shared = *new WebKeyValueStorageManager; local
46 return shared;
60 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
80 WebProcess::shared().connection()->send(Messages::WebKeyValueStorageManagerProxy::DidGetKeyValueStorageOrigins(identifiers, callbackID), 0);
85 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
96 WebProcess::LocalTerminationDisabler terminationDisabler(WebProcess::shared());
  /external/webkit/Tools/DumpRenderTree/
WorkQueue.cpp 41 WorkQueue* WorkQueue::shared() function in class:WorkQueue
  /external/webkit/Tools/WebKitAPITest/
TestsController.cpp 47 TestsController& TestsController::shared() function in class:WebKitAPITest::TestsController
49 static TestsController& shared = *new TestsController; local
50 return shared;
141 TestsController::shared().runNextTest();
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 27 * can be <em>exclusive</em> or <em>shared</em>. Multiple processes can hold
28 * shared locks on the same region of a file, but only a single process can hold
30 * simultaneously hold a shared lock overlapping the exclusive lock. An
31 * application can determine whether a {@code FileLock} is shared or exclusive
37 * locks held in this process. Locks are shared amongst all threads in the
58 * the platform is adopting advisory locks and always acquire shared locks when
82 // If true then shared, if false then exclusive
83 private final boolean shared; field in class:FileLock
95 * @param shared
96 * the lock's sharing mode of lock; {@code true} is shared,
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameComponent.java 41 public boolean shared; field in class:GameComponent
45 shared = false;
  /external/webkit/Source/WebCore/bindings/v8/
PageScriptDebugServer.cpp 65 PageScriptDebugServer& PageScriptDebugServer::shared() function in class:WebCore::PageScriptDebugServer
  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp 38 WebMemorySampler* WebMemorySampler::shared() function in class:WebKit::WebMemorySampler

Completed in 730 milliseconds

1 2 3 4 5