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

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 41 private boolean shared; field in class:AbstractStringBuilder
51 * Returns the underlying buffer and sets the shared flag.
54 shared = true;
69 shared = false;
87 shared = false;
97 shared = false;
163 } else if (shared) {
165 shared = false;
230 if (!shared) {
237 shared = false
    [all...]
  /external/svox/pico/tts/
Android.mk 5 # to the rule below / except that it builds a shared
31 # Build Pico Shared Library. This rule is used by the
32 # compatibility code, which opens this shared library
34 # above, except that it packages things a shared library.
  /external/webkit/Source/WebCore/inspector/front-end/
WorkersSidebarPane.js 97 WebInspector.Worker = function(id, url, shared)
101 this.shared = shared;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleUserMessageCoders.h 114 coder.m_root = WebProcess::shared().webPage(pageID);
121 coder.m_root = WebProcess::shared().webFrame(frameID);
128 coder.m_root = WebProcess::shared().webPageGroup(pageGroupData);
  /build/core/
host_shared_library.mk 2 ## Standard rules for building a normal shared library.
25 # Put the built modules of all shared libraries in a common directory
32 $(transform-host-o-to-shared-lib)
  /external/clang/test/SemaCUDA/
cuda.h 9 #define __shared__ __attribute__((shared))
  /external/icu4c/config/
mh-qnx 10 # Create shared libs that "work" properly.
18 SHAREDLIBCFLAGS = -shared
19 SHAREDLIBCXXFLAGS = -shared
20 # SHAREDLIBCPPFLAGS = -shared
25 #CPPFLAGS+=-shared
38 ## Shared object suffix
40 ## Non-shared intermediate object suffix
70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
  /external/webkit/Source/WebCore/inspector/
PageDebuggerAgent.cpp 67 return PageScriptDebugServer::shared();
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.h 42 static LayerChangesFlusher& shared();
LayerChangesFlusher.cpp 37 LayerChangesFlusher& LayerChangesFlusher::shared() function in class:WebCore::LayerChangesFlusher
74 return shared().hookFired(code, wParam, lParam);
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 48 // FIXME: There is much code here that is duplicated in WebProcessMainMac.mm, we should add a shared base class where
91 PluginProcess::shared().initializeShim();
94 PluginProcess::shared().initialize(serverPort, RunLoop::main());
  /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
ThreadLauncherQt.cpp 58 WebProcess::shared().initialize(-1, RunLoop::current());
  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ThreadLauncherWin.cpp 46 WebProcess::shared().initialize(clientIdentifier, RunLoop::current());
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.h 44 static WebCookieManager& shared();
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
DownloadManager.h 47 static DownloadManager& shared();
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.h 48 static WebResourceCacheManager& shared();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.cpp 45 , m_displayTimer(WebProcess::shared().runLoop(), this, &ChunkedUpdateDrawingArea::display)
87 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::Update, m_webPage->pageID(), CoreIPC::In(updateChunk));
130 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(UpdateChunk()));
140 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(updateChunk));
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleTest.h 50 InjectedBundleController::shared().registerCreateInjectedBundleTestFunction(test, Register::create);
  /external/webkit/Tools/WebKitAPITest/
TestsController.h 39 static TestsController& shared();
  /packages/apps/Launcher2/
Android.mk 28 LOCAL_CERTIFICATE := shared
  /packages/apps/QuickSearchBox/
Android.mk 33 LOCAL_CERTIFICATE := shared
  /external/v8/src/
runtime-profiler.cc 118 function->shared()->code()->type_feedback_info();
160 SharedFunctionInfo* shared = function->shared(); local
162 if (!shared->code()->optimizable()) return;
167 if (shared->uses_arguments()) return;
197 Code* unoptimized_code = shared->code();
268 Code* shared_code = function->shared()->code();
280 if (function->shared()->optimization_disabled()) continue;
286 if (function->shared()->is_toplevel()
288 || function->shared()->SourceSize() > kMaxToplevelSourceSize))
    [all...]
  /development/tools/emulator/opengl/system/GLESv1_enc/
Android.mk 4 $(call emugl-begin-shared-library,libGLESv1_enc)
  /external/hyphenation/
Android.mk 3 # We need to build this for both the device (as a shared library)
  /external/svox/pico/
Android.mk 2 # This makefile builds both an activity and a shared library.

Completed in 475 milliseconds

1 2 3 45 6 7 8 91011>>