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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
factory.h 280 Handle<SharedFunctionInfo> shared, Handle<Object> prototype);
345 static Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
compiler.h 121 return Handle<SharedFunctionInfo>(closure()->shared());
127 // We can always get a script. Either we have one or we can get a shared
objects-debug.cc 716 shared()->ShortPrint();
718 shared()->name()->Print();
1146 PrintF("\n - eval from shared: ");
1157 VerifyPointer(shared());
1166 PrintF("\n - shared: ");
1167 shared()->ShortPrint();
    [all...]
top.cc 441 Object* info = constructor->shared()->function_data();
504 Object* info = constructor->shared()->function_data();
549 Object* info = constructor->shared()->function_data();
676 Object* script = fun->shared()->script();
    [all...]
ic.cc 117 Handle<SharedFunctionInfo> shared(function->shared());
118 Code* code = shared->code();
119 ASSERT(Debug::HasDebugInfo(shared));
120 Code* original_code = Debug::GetDebugInfo(shared)->original_code();
546 // There is only one shared stub for calling normalized
745 // There is only one shared stub for loading normalized
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 171 if (m_waitToDump && !topLoadingFrame && !WorkQueue::shared()->count())
202 WorkQueue::shared()->queue(new LoadItem(absoluteURL.get(), target));
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 406 WorkQueue::shared()->clear();
407 WorkQueue::shared()->setFrozen(false);
  /ndk/build/core/
setup-app.mk 63 # you're not going to leave a stale shared library for the old one.
  /external/dbus/dbus/
dbus-connection.h 33 #include <dbus/dbus-shared.h>
  /external/grub/netboot/
etherboot.h 34 #include <shared.h>
  /external/grub/stage2/
common.c 1 /* common.c - miscellaneous shared variables and routines */
21 #include <shared.h>
29 * Shared BIOS/boot data.
start.S 21 #include <shared.h>
  /external/v8/test/cctest/
test-func-name-inference.cc 66 Handle<Script> i_script(Script::cast(fun->shared()->script()));
  /external/webkit/WebKit/win/
WebCache.cpp 216 WebCore::CrossOriginPreflightResultCache::shared().empty();
  /external/wpa_supplicant/
Makefile 465 # Shared TLS functions (needed for EAP_TLS, EAP_PEAP, EAP_TTLS, and EAP_FAST)
808 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
812 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
816 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
820 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $< \
tlsv1_client.c 1223 u8 *csecret, *csecret_start, *dh_yc, *shared; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 95 TLLDFLAGS:=-nostdlib -Wl,-T,$(TCROOTPATH)/build/core/armelf.xsc -Wl,--gc-sections -Wl,-shared,-Bsymbolic -L$(CCTLIB) -Wl,--no-whole-archive -Wl,--no-undefined $(TCPATH)/lib/gcc/arm-eabi/$(GCCVER)/interwork/libgcc.a
162 VOLDFLAGS+=-shared
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 245 /* TRUE if BFD should generate a shared object. */
246 unsigned int shared: 1;
248 /* TRUE if BFD should pre-bind symbols in a shared object. */
255 /* TRUE if shared objects should be linked directly, not shared. */
325 /* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
347 When producing shared libraries the default is IGNORE. The
348 assumption with shared libraries is that the reference will be
352 /* What to do with unresolved symbols in a shared library.
408 /* The function to call when the executable or shared object i
244 unsigned int shared: 1; member in struct:bfd_link_info
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
Makefile 105 $(CROSS_COMPILE)gcc -shared $(CFLAGS) $(OBJS) -lc -o $@
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 106 $(COMSRC)/core/mlme/Auth/shared \
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
dh_groups.c 599 * dh_derive_shared - Derive shared Diffie-Hellman key
603 * Returns: Diffie-Hellman shared key
609 struct wpabuf *shared; local
616 shared = wpabuf_alloc(shared_len);
617 if (shared == NULL)
622 wpabuf_put(shared, shared_len), &shared_len) < 0) {
623 wpabuf_free(shared);
627 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared);
629 return shared;
    [all...]
  /external/icu4c/data/
makedata.mak 534 "$(ICU4J_ROOT)\main\shared\data\icudata.jar": "$(ICUOUT)\icu4j\icudata.jar"
535 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
536 copy "$(ICUOUT)\icu4j\icudata.jar" "$(ICU4J_ROOT)\main\shared\data"
538 "$(ICU4J_ROOT)\main\shared\data\testdata.jar": "$(ICUOUT)\icu4j\testdata.jar"
539 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
540 copy "$(ICUOUT)\icu4j\testdata.jar" "$(ICU4J_ROOT)\main\shared\data"
548 ICU4J_DATA_INSTALLED="$(ICU4J_ROOT)\main\shared\data\icudata.jar" "$(ICU4J_ROOT)\main\shared\data\testdata.jar" "$(ICU4J_ROOT)\$(DEBUGUTILITIESDATA_DIR)\$(DEBUGUTILITIESDATA_SRC)
    [all...]
  /external/libffi/
ltconfig 319 --disable-shared do not build shared libraries
355 --disable-shared) enable_shared=no ;;
738 # Check for any special shared library compilation flags.
740 echo "$progname: warning: \`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries" 1>&2
916 # See if the linker supports building shared libraries.
917 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
1001 # We preserve .a as extension for shared libraries though AIX4.2
1005 # lib<name>.a to let people know that these are not typical AIX shared libraries.
1008 # We preserve .a as extension for shared libraries though AIX4.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Makefile 671 # Shared TLS functions (needed for EAP_TLS, EAP_PEAP, EAP_TTLS, and EAP_FAST)
1132 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
1136 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
1140 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
1144 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
1148 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $^ \
1152 $(CC) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $< \

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>