HomeSort by relevance Sort by last modified time
    Searched refs:whole (Results 1 - 25 of 44) sorted by null

1 2

  /external/clearsilver/dso/
Makefile 20 /usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libneo_cs.a ../libs/libneo_utl.a -no-whole-archive $(LDFLAGS) $(LIBS)
22 # $(LDSHARED) -o $@ $(LDFLAGS) -Wl,-whole-archive $(DLIBS)
  /dalvik/vm/
Native.h 102 union { u4 parts[2]; s8 whole; } conv;
105 return conv.whole;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
toplev.h 27 the WHOLE string. */
28 #define skip_leading_substring(whole, part) \
29 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
toplev.h 27 the WHOLE string. */
28 #define skip_leading_substring(whole, part) \
29 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
  /external/tremolo/Tremolo/
misc.h 77 ogg_int64_t whole; member in union:magic
87 ogg_int64_t whole; member in union:magic
93 magic.whole = (ogg_int64_t)x * y;
103 magic.whole = (ogg_int64_t)x * y;
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
doit.mk 93 $(GG) $(LDFLAGS) -o $@ $(OBJDIR)/*.o -Wl,--whole-archive $(VOSTCLIBS) -Wl,--no-whole-archive $(VOTLDEPS)
101 $(GG) $(LDFLAGS) -o $@ $(OBJDIR)/*.o -Wl,--whole-archive $(VOSTCLIBS) -Wl,--no-whole-archive $(VOTEDEPS)
  /device/samsung/crespo/alsa-lib/
compile 45 If you are trying to build a whole package this is not the
  /external/grub/
compile 45 If you are trying to build a whole package this is not the
  /external/libffi/
compile 45 If you are trying to build a whole package this is not the
  /external/openssl/apps/
Android.mk 70 # These flags omit whole features from the commandline "openssl".
  /external/openssl/patches/
apps_Android.mk 70 # These flags omit whole features from the commandline "openssl".
  /ndk/build/core/
default-build-commands.mk 34 -Wl,--whole-archive \
37 -Wl,--no-whole-archive \
58 -Wl,--whole-archive \
61 -Wl,--no-whole-archive \
  /build/core/combo/
TARGET_linux-x86.mk 114 -Wl,--whole-archive \
116 -Wl,--no-whole-archive \
TARGET_linux-arm.mk 236 -Wl,--whole-archive \
238 -Wl,--no-whole-archive \
TARGET_linux-sh.mk 122 -Wl,--whole-archive \
124 -Wl,--no-whole-archive \
  /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/elfutils/libelf/
Makefile.am 93 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /build/core/
definitions.mk 939 define extract-and-include-target-whole-static-libs
942 ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(lib)))_objs;\
959 $(extract-and-include-target-whole-static-libs)
969 define extract-and-include-host-whole-static-libs
972 ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(lib)))_objs;\
989 $(extract-and-include-host-whole-static-libs)
1014 -Wl,--whole-archive \
1016 -Wl,--no-whole-archive \
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl     [all...]
  /build/core/tasks/
sdk-addon.mk 60 # whole thing.
  /external/v8/tools/
codemap.js 56 * Libraries entries. Used for the whole static code libraries.
178 // In this case, the whole library is assigned to this address.
profile.js 280 * If no name specified, returns the whole top down calls tree.
291 * If no name specified, returns the whole bottom up calls tree.
360 // If we have created a flat profile for the whole program, we don't
362 // root with the node corresponding to the whole program.
  /external/elfutils/src/
Makefile 603 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/v8/test/mjsunit/
debug-evaluate.js 90 // Test that the whole string text is returned if maxStringLength

Completed in 1257 milliseconds

1 2