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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ThreadLauncherMac.mm 47 WebProcess::shared().initialize(serverPort, RunLoop::current());
  /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/Source/WebKit2/WebProcess/WebCoreSupport/
WebSearchPopupMenu.cpp 59 WebProcess::shared().connection()->send(Messages::WebPageProxy::SaveRecentSearches(name, searchItems), page->pageID());
71 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::LoadRecentSearches(name), Messages::WebPageProxy::LoadRecentSearches::Reply(resultItems), page->pageID());
WebPopupMenu.cpp 115 WebProcess::shared().connection()->send(Messages::WebPageProxy::ShowPopupMenu(pageCoordinates, m_popupClient->menuStyle().textDirection(), items, index, platformData), m_page->pageID());
123 WebProcess::shared().connection()->send(Messages::WebPageProxy::HidePopupMenu(), m_page->pageID());
134 WebProcess::shared().connection()->send(Messages::WebPageProxy::SetPopupMenuSelectedIndex(selectedIndex), m_page->pageID());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 50 , m_displayTimer(WebProcess::shared().runLoop(), this, &TiledDrawingArea::display)
51 , m_tileUpdateTimer(WebProcess::shared().runLoop(), this, &TiledDrawingArea::tileUpdateTimerFired)
85 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::Invalidate, m_webPage->pageID(), CoreIPC::In(dirtyRect));
110 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(viewSize));
145 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::TileUpdated, m_webPage->pageID(), CoreIPC::In(tileID, updateChunk, scale, pendingUpdateCount));
159 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::AllTileUpdatesProcessed, m_webPage->pageID(), CoreIPC::In());
189 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::AllTileUpdatesProcessed, m_webPage->pageID(), CoreIPC::In());
225 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::SnapshotTaken, m_webPage->pageID(), CoreIPC::In(updateChunk));
  /external/webkit/Tools/TestWebKitAPI/
Test.h 45 TestsController::shared().registerCreateTestFunction(testSuite + "/" + testCase, Register::create);
82 #define _TEST_ASSERT_HELPER(expression, returnStatement) do { if (!(expression)) { TestsController::shared().testFailed(__FILE__, __LINE__, #expression); returnStatement; } } while (0)
InjectedBundleController.cpp 36 InjectedBundleController& InjectedBundleController::shared() function in class:TestWebKitAPI::InjectedBundleController
38 static InjectedBundleController& shared = *new InjectedBundleController; local
39 return shared;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
LayoutTestControllerMac.mm 47 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
  /libcore/dalvik/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /ndk/tests/standalone/init-fini-arrays/
run.sh 6 # Compile shared library
9 ${PREFIX}g++ $LDFLAGS $CXXFLAGS -shared -o $LIBFILE foo.cpp
11 echo "ERROR: Can't build shared library!"
18 echo "ERROR: Shared library should not have a .ctors section!"
25 echo "ERROR: Shared library should not have a .dtors section!"
32 echo "ERROR: Shared library is missing an .init_array section!"
39 echo "ERROR: Shared library is missing an .fini_array section!"
44 echo "Shared library is ok."
  /packages/apps/Contacts/
Android.mk 21 LOCAL_CERTIFICATE := shared
  /packages/providers/ApplicationsProvider/tests/
Android.mk 16 LOCAL_CERTIFICATE := shared
  /packages/providers/ContactsProvider/tests/
Android.mk 15 LOCAL_CERTIFICATE := 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);
  /ndk/build/core/
default-build-commands.mk 12 # Return the list of object, static libraries and shared libraries as they
16 # we always put libgcc _after_ all static libraries and _before_ shared
19 # symbol references to the same symbols as exported by shared libraries
28 # $4: shared libraries
37 # generated machine code. This adds a special section to the generated shared
48 # executable or shared library as being read-only after the dynamic
58 # command line when generating shared libraries and executables.
65 define cmd-build-shared-library
68 -shared \
91 # The strip command is only used for shared libraries and executables
    [all...]
  /external/v8/src/
compiler.cc 92 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
158 int opt_count = function->shared()->opt_count();
159 function->shared()->set_opt_count(opt_count + 1);
174 code_size += function->shared()->SourceSize();
197 // shared function object.
202 // shared function info.
207 // generated code for this from the shared function object.
274 Handle<SharedFunctionInfo> shared = info->shared_info();
275 shared->EnableDeoptimizationSupport(*unoptimized.code());
278 Logger::LAZY_COMPILE_TAG, &unoptimized, shared);
613 Handle<SharedFunctionInfo> shared = info->shared_info(); local
    [all...]
bootstrapper.h 67 void Add(Vector<const char> name, Handle<SharedFunctionInfo> shared) {
76 cache_->set(length + 1, *shared);
77 Script::cast(shared->script())->set_type(Smi::FromInt(type_));
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 187 Index: Makefile.shared
196 expectedNextLine => "Index: Makefile.shared\n",
205 Index: Makefile.shared
215 expectedNextLine => "Index: Makefile.shared\r\n",
224 Property changes on: Makefile.shared
233 expectedNextLine => "Property changes on: Makefile.shared\n",
242 Property changes on: Makefile.shared
252 expectedNextLine => "Property changes on: Makefile.shared\r\n",
263 Index: Makefile.shared
272 expectedNextLine => "Index: Makefile.shared\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 78 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
160 # implement the --enable-shared flag, and supports the `shared' and
161 # `disable-shared' LT_INIT options.
165 AC_ARG_ENABLE([shared],
166 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@]
    [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...]
  /development/tools/emulator/opengl/system/egl/
Android.mk 5 $(call emugl-begin-shared-library,libEGL_emulation)
7 $(call emugl-set-shared-library-subpath,egl)
  /external/dbus/dbus/
dbus.h 40 #include <dbus/dbus-shared.h>
  /external/icu4c/config/
mh-hpux-gcc 30 ## Shared library options
33 ## Commands to make a shared library
34 SHLIB.c= $(CC) $(DEFS) $(CFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
35 SHLIB.cc= $(CXX) $(DEFS) $(CXXFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
47 ## Shared object suffix
49 ## Non-shared intermediate object suffix
84 ## 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/mdnsresponder/mDNSPosix/
Makefile 33 # This Makefile builds an mDNSResponder daemon and a libdns_sd.so shared library
60 LD = ld -shared
69 JAVACFLAGS_OS = -fPIC -shared -ldns_sd
94 LD = gcc -shared
105 LD = gcc -shared

Completed in 2210 milliseconds

1 2 3 4 56 7 8 91011>>