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

<<1112131415

  /external/icu4c/data/
Makefile.in     [all...]
  /external/v8/src/
string-stream.cc 527 Object* name = fun->shared()->name();
552 PrintName(fun->shared()->name());
builtins.cc 733 FunctionTemplateInfo::cast(function->shared()->function_data()));
742 FunctionTemplateInfo::cast(function->shared()->function_data());
814 FunctionTemplateInfo::cast(function->shared()->function_data());
898 Object* template_info = constructor->shared()->function_data();
    [all...]
objects-inl.h 118 for (Object* type = fun->shared()->function_data();
    [all...]
objects.cc 434 if (!fun->shared()->function_data()->IsFunctionTemplateInfo())
847 Object* fun_name = JSFunction::cast(this)->shared()->name();
874 if (!Heap::Contains(JSFunction::cast(constructor)->shared())) {
875 accumulator->Add("!!!INVALID SHARED ON CONSTRUCTOR!!!");
878 JSFunction::cast(constructor)->shared()->name();
1127 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(this); local
6653 SharedFunctionInfo* shared = SharedFunctionInfo::cast(pair->get(0)); local
6681 SharedFunctionInfo* shared = SharedFunctionInfo::cast(pair->get(0)); local
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 54 NetscapePluginHostManager& NetscapePluginHostManager::shared()
  /build/core/
package.mk 339 $(add-jni-shared-libs-to-package)
binary.mk 21 $(error $(LOCAL_PATH): LOCAL_NDK_VERSION can only be used to build target shared/static libraries, \
186 # it's not really arm, because there are files that are shared.
362 # default system shared libraries, unless they have requested not
  /external/grub/stage2/
md5.c 26 # include <shared.h>
  /external/libvpx/
configure 40 ${toggle_shared} shared library support
245 shared
282 shared
411 if enabled shared; then
412 # Can only build shared libs on a subset of platforms. Doing this check
415 enabled linux || die "--enable-shared only supported on ELF for now"
  /external/v8/src/mips/
stub-cache-mips.cc 375 SharedFunctionInfo* shared) {
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 208 if (m_waitToDump && !topLoadingFrame && !WorkQueue::shared()->count())
227 WorkQueue::shared()->queue(new LoadItem(absoluteURL.get(), target));
DumpRenderTree.mm     [all...]
  /external/webkit/WebKitTools/wx/build/
settings.py 24 # Common elements of the waf build system shared by all projects.
270 wxdefines, wxincludes, wxlibs, wxlibpaths = get_wxmsw_settings(wx_root, shared=True, unicode=True, debug=is_debug, wxPython=Options.options.wxpython)
  /frameworks/base/libs/utils/
AssetManager.cpp 405 bool shared = true; local
434 LOGV("Creating shared resources for %s", ap.path.string());
447 shared = false;
460 rt->add(ass, (void*)(i+1), !shared);
463 if (!shared) {
824 * slice of shared memory.
831 // TODO: look for previously-created shared memory slice?
    [all...]
  /ndk/build/tools/
dev-system-import.sh 73 2/ Locate system shared libraries from \$ANDROID_PRODUCT_OUT/system/lib
80 3/ For each shared library, also generate a list of symbols exported
183 # Temp file used to list shared library symbol exclusions
187 # Temp file used to list shared library symbol inclusions, these
225 # Dump the list of dynamic functions exported by a given shared library
226 # $1: Path to shared library object
233 # Dump the list of global variables exposed by a given shared library
234 # $1: Path to shared library object
242 # same symbols as a reference shared library, and can be used during
253 # $1: Path to reference shared librar
    [all...]
  /external/kernel-headers/original/linux/
mm.h 48 * (from shared memory to executable loading to arbitrary
55 * space that has a special rule for the page-fault handlers (ie a shared
86 } shared; member in struct:vm_area_struct
104 void * vm_private_data; /* was vm_pte (shared mem) */
108 atomic_t vm_usage; /* refcount (VMAs shared if !MMU) */
117 * disabled, then there's a single shared list of VMAs maintained by the
346 * zeroes, and text pages of executables and shared libraries have
909 vma->shared.vm_set.parent = NULL;
910 list_add_tail(&vma->shared.vm_set.list, list);
    [all...]
  /external/webkit/WebCore/platform/text/
StringImpl.cpp 1024 SharedUChar* shared = sharedBuffer(); local
1025 if (shared) {
1027 impl->m_sharedBufferAndFlags.set(shared->crossThreadCopy().releaseRef());
1031 // If no shared buffer is available, create a copy.
  /external/v8/test/cctest/
test-debug.cc 184 Handle<v8::internal::SharedFunctionInfo> shared(f->shared());
185 return Debug::HasDebugInfo(shared);
193 Handle<v8::internal::SharedFunctionInfo> shared(fun->shared());
195 shared, position,
425 for (RelocIterator it(fun->shared()->code()); !it.done(); it.next()) {
476 Handle<v8::internal::SharedFunctionInfo> shared(fun->shared());
477 CHECK(Debug::HasDebugInfo(shared));
    [all...]
  /device/samsung/crespo/alsa-lib/
ltmain.sh 487 $echo "enable shared libraries"
489 $echo "disable shared libraries"
550 shared)
834 # non-PIC code in shared libraries is not supported
1163 # See if our shared archives depend on static archives.
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 522 $echo "enable shared libraries"
524 $echo "disable shared libraries"
585 shared)
871 # non-PIC code in shared libraries is not supported
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 522 $echo "enable shared libraries"
524 $echo "disable shared libraries"
585 shared)
871 # non-PIC code in shared libraries is not supported
    [all...]
  /external/dbus/
ltmain.sh 507 $echo "enable shared libraries"
509 $echo "disable shared libraries"
570 shared)
855 # non-PIC code in shared libraries is not supported
1193 # See if our shared archives depend on static archives.
    [all...]
  /external/expat/conftools/
ltmain.sh 487 $echo "enable shared libraries"
489 $echo "disable shared libraries"
550 shared)
834 # non-PIC code in shared libraries is not supported
1163 # See if our shared archives depend on static archives.
    [all...]
  /external/libffi/
ltmain.sh 516 $echo "enable shared libraries"
518 $echo "disable shared libraries"
579 shared)
864 # non-PIC code in shared libraries is not supported
1202 # See if our shared archives depend on static archives.
    [all...]

Completed in 516 milliseconds

<<1112131415