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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/JavaScriptGlue/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/ThirdParty/ANGLE/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/WebCore/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/WebKit/
Makefile 1 include ../Makefile.shared
  /external/webkit/Tools/DumpRenderTree/
Makefile 2 include ../../Makefile.shared
WorkQueue.h 36 static WorkQueue* shared();
  /external/webkit/Source/WebKit/chromium/src/
WebCrossOriginPreflightResultCache.cpp 40 WebCore::CrossOriginPreflightResultCache::shared().empty();
  /external/webkit/Tools/WebKitAPITest/
main.cpp 41 return !TestsController::shared().runAllTests();
  /external/valgrind/main/helgrind/tests/
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...]
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);
hg04_race.c 6 static int shared; variable
10 shared++;
  /frameworks/av/media/libmedia/
SingleStateQueue.cpp 24 template<typename T> SingleStateQueue<T>::Mutator::Mutator(Shared *shared)
25 : mSequence(0), mShared((Shared *) shared)
28 //shared->init();
33 Shared *shared = mShared; local
36 android_atomic_acquire_store(sequence, &shared->mSequence);
37 shared->mValue = value;
39 android_atomic_release_store(sequence, &shared->mSequence)
65 Shared *shared = mShared; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameComponent.java 41 public boolean shared; field in class:GameComponent
45 shared = false;
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.cpp 39 WebTextChecker::shared()->setClient(wkClient);
44 WebTextChecker::shared()->continuousSpellCheckingEnabledStateChanged(enabled);
49 WebTextChecker::shared()->grammarCheckingEnabledStateChanged(enabled);
54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection);
59 WebTextChecker::shared()->changeSpellingToWord(toImpl(page), toWTFString(word));
  /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());
  /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/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/UIProcess/win/
TextCheckerWin.cpp 45 WebTextCheckerClient& client = WebTextChecker::shared()->client();
56 return WebTextChecker::shared()->client().continuousSpellCheckingAllowed();
64 WebTextChecker::shared()->client().setContinuousSpellCheckingEnabled(isContinuousSpellCheckingEnabled);
72 WebTextChecker::shared()->client().setGrammarCheckingEnabled(isGrammarCheckingEnabled);
87 return WebTextChecker::shared()->client().uniqueSpellDocumentTag(page);
92 WebTextChecker::shared()->client().closeSpellDocumentWithTag(tag);
97 WebTextChecker::shared()->client().checkSpellingOfString(spellDocumentTag, String(text, length), misspellingLocation, misspellingLength);
102 WebTextChecker::shared()->client().checkGrammarOfString(spellDocumentTag, String(text, length), grammarDetails, badGrammarLocation, badGrammarLength);
107 return WebTextChecker::shared()->client().spellingUIIsShowing();
112 WebTextChecker::shared()->client().toggleSpellingUIIsShowing()
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPageGroupProxy.cpp 38 if (pageGroup->isVisibleToInjectedBundle() && WebProcess::shared().injectedBundle())
39 WebProcess::shared().injectedBundle()->didInitializePageGroup(pageGroup.get());
  /external/webkit/Tools/TestWebKitAPI/win/
main.cpp 39 TestWebKitAPI::TestsController::shared().dumpTestNames();
41 passed = TestWebKitAPI::TestsController::shared().runTestNamed(argument);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.cpp 47 WebProcess::shared().geolocationManager().unregisterWebPage(m_page);
53 WebProcess::shared().geolocationManager().registerWebPage(m_page);
58 WebProcess::shared().geolocationManager().unregisterWebPage(m_page);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
GCController.cpp 55 WKBundleGarbageCollectJavaScriptObjects(InjectedBundle::shared().bundle());
60 WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(InjectedBundle::shared().bundle(), waitUntilDone);
65 return WKBundleGetJavaScriptObjectsCount(InjectedBundle::shared().bundle());
  /external/stlport/
Makefile 20 release-shared install-release-shared:
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientationProviderMock.h 35 + (WebDeviceOrientationProviderMock *)shared; variable

Completed in 826 milliseconds

1 2 3 4 5 6 7 8 91011>>