HomeSort by relevance Sort by last modified time
    Searched refs:shared (Results 201 - 225 of 364) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 260 WKCACFContextFlusher::shared().removeContext(m_context.get());
287 WKCACFContextFlusher::shared().flushAllContexts();
344 WKCACFContextFlusher::shared().flushAllContexts();
  /external/grub/stage2/
serial.c 23 #include <shared.h>
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.h 57 static JavaScriptDebugServer& shared();
  /external/webkit/WebCore/loader/
CrossOriginPreflightResultCache.cpp 139 CrossOriginPreflightResultCache& CrossOriginPreflightResultCache::shared() function in class:WebCore::CrossOriginPreflightResultCache
DocumentThreadableLoader.cpp 90 if (CrossOriginPreflightResultCache::shared().canSkipPreflight(document->securityOrigin()->toString(), request.url(), m_options.allowCredentials, request.httpMethod(), request.httpHeaderFields()))
202 CrossOriginPreflightResultCache::shared().appendEntry(m_document->securityOrigin()->toString(), m_actualRequest->url(), preflightResult.release());
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
makefile 100 $(CROSS_COMPILE)gcc -shared $(CFLAGS) $(OBJS) -lc -o $@
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
makefile 100 $(CROSS_COMPILE)gcc -shared $(CFLAGS) $(OBJS) -lc -o $@
  /build/core/
definitions.mk 997 ## Commands for running gcc to link a shared library or package
1003 define transform-host-o-to-shared-lib-inner
1007 -shared -Wl,-soname,$(notdir $@) \
1024 define transform-host-o-to-shared-lib
1027 $(hide) $(transform-host-o-to-shared-lib-inner)
1033 $(hide) $(transform-host-o-to-shared-lib-inner)
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 787 if (function->shared()->name()->IsString()) {
788 function_name = String::cast(function->shared()->name());
    [all...]
  /development/simulator/app/
Android.mk 69 # this next line makes the simulator able to find its shared libraries
  /external/chromium/third_party/icu/source/config/
icu-config-bottom 25 echo " building shared libraries."
28 echo " building shared libraries."
33 echo " building shared libraries."
55 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir."
56 echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
57 echo " --shlib-cc Print the command to compile and build C++ shared libraries with ICU"
299 --shared-datadir)
  /external/elfutils/libasm/
Makefile.am 56 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/elfutils/libdw/
Makefile.am 68 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/icu4c/config/
icu-config-bottom 27 echo " building shared libraries."
30 echo " building shared libraries."
35 echo " building shared libraries."
57 echo " --shared-datadir Print shared data (share) path. This is NOT the ICU data dir."
58 echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
59 echo " --shlib-cc Print the command to compile and build C++ shared libraries with ICU"
318 --shared-datadir)
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
doit.mk 50 BLTDIRD=$(VORELDIR)/Linux/shared
  /ndk/build/core/
build-binary.mk 64 # Add the default system shared libraries to the build
216 # Handle the static and shared libraries this module depends on
262 # If this is a shared library module
268 $(hide) $(cmd-build-shared-library)
definitions.mk 163 # type -> type of module (e.g. 'static', 'shared', ...)
313 # (e.g. shared libraries).
384 # Function : module-add-shared-depends
386 # 2: list/set of shared library modules this module depends on.
388 # Usage : $(call module-add-shared-depends,<modulename>,<list of module names>)
389 # Rationale: Record that a module depends on a set of shared libraries.
390 # Use modulge-get-shared-dependencies to retrieve final list.
392 module-add-shared-depends = \
395 # Used internally by module-add-static-depends and module-add-shared-depends
411 $(call module-add-shared-depends,$1,$(__ndk_modules.$1.SHARED_LIBRARIES))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
FrameLoadDelegate.mm 120 if (WorkQueue::shared()->processWork() && !gLayoutTestController->waitToDump())
133 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test
135 if (WorkQueue::shared()->count())
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 48 * This code makes the content of the shared cache accessible to all
51 * We use NSPR anonymous shared memory and move data to & from shared memory.
59 * The anonymous shared memory is laid out as if it were declared like this:
115 ** Format of a cache entry in the shared memory.
216 /* The private copies of these values are pointers into shared mem */
217 /* The copies of these values in shared memory are merely offsets */
232 struct cacheDescStr * sharedCache; /* shared copy of this struct */
236 PRBool shared; member in struct:cacheDescStr
398 ** Convert local SID to shared memory on
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 474 WorkQueue::shared()->clear();
475 WorkQueue::shared()->setFrozen(false);
539 if (WorkQueue::shared()->processWork() && !gLayoutTestController->waitToDump())
582 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test
586 if (WorkQueue::shared()->count())
  /external/v8/src/ia32/
stub-cache-ia32.cc 551 SharedFunctionInfo* sfi = function->shared();
    [all...]
  /external/chromium/base/
process_util_linux.cc 255 // Private and Shared working set sizes are obtained from /proc/<pid>/smaps.
315 ws_usage->shared = 0;
317 ws_usage->shared = pss_kb;
538 // all Chromium code and also for all code in shared libraries. There are tests
  /external/clearsilver/ports/rpm/
clearsilver.spec 134 loading ClearSilver CGI's as shared libraries.
  /external/elfutils/libelf/
Makefile.am 93 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \

Completed in 243 milliseconds

1 2 3 4 5 6 7 891011>>