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

1 2

  /external/chromium_org/tools/clang/blink_gc_plugin/
Makefile 15 SHARED_LIBRARY = 1
  /external/chromium_org/tools/clang/plugins/
Makefile 13 SHARED_LIBRARY = 1
  /bionic/tests/libs/
Android.mk 33 build_target := SHARED_LIBRARY
49 build_target := SHARED_LIBRARY
77 build_target := SHARED_LIBRARY
90 build_target := SHARED_LIBRARY
101 build_target := SHARED_LIBRARY
114 build_target := SHARED_LIBRARY
125 build_target := SHARED_LIBRARY
138 build_target := SHARED_LIBRARY
  /external/llvm/tools/gold/
Makefile 13 SHARED_LIBRARY := 1
  /external/chromium_org/net/third_party/nss/ssl/
Makefile 62 $(SHARED_LIBRARY): $(CRYPTOLIB)
  /external/llvm/tools/lto/
Makefile 14 SHARED_LIBRARY := 1
  /external/chromium_org/tools/gn/
ninja_binary_target_writer_unittest.cc 57 shlib_target.set_output_type(Target::SHARED_LIBRARY);
142 target.set_output_type(Target::SHARED_LIBRARY);
189 target.set_output_type(Target::SHARED_LIBRARY);
ninja_helper.cc 154 (target->output_type() == Target::SHARED_LIBRARY ||
184 (target->output_type() == Target::SHARED_LIBRARY ||
187 target->output_type() == Target::SHARED_LIBRARY)) {
200 if (target->output_type() == Target::SHARED_LIBRARY) {
target.cc 73 case SHARED_LIBRARY:
156 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
169 dep->output_type() == SHARED_LIBRARY ||
175 if (dep->output_type() != SHARED_LIBRARY &&
function_get_target_outputs.cc 42 case Target::SHARED_LIBRARY:
ninja_binary_target_writer.cc 64 case Target::SHARED_LIBRARY:
196 if (target_->output_type() == Target::SHARED_LIBRARY) {
212 if (target_->output_type() == Target::SHARED_LIBRARY) {
413 target_->output_type() == Target::SHARED_LIBRARY);
target.h 34 SHARED_LIBRARY,
target_unittest.cc 90 shared.set_output_type(Target::SHARED_LIBRARY);
209 b.set_output_type(Target::SHARED_LIBRARY);
filesystem_utils.cc 196 case Target::SHARED_LIBRARY:
209 case Target::SHARED_LIBRARY:
222 case Target::SHARED_LIBRARY:
  /system/core/libbacktrace/
Android.mk 70 build_target := SHARED_LIBRARY
113 build_target := SHARED_LIBRARY
133 build_target := SHARED_LIBRARY
  /external/clang/tools/libclang/
Makefile 16 SHARED_LIBRARY = 1
  /external/compiler-rt/
Makefile 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
140 $(if $(call streq,1,$(Tmp.SHARED_LIBRARY)),
192 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
193 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
196 $(if $(call streq,1,$(Tmp.SHARED_LIBRARY)),
  /external/compiler-rt/make/
options.mk 30 SHARED_LIBRARY := 0
lib_info.mk 59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
  /ndk/build/core/
build-shared-library.mk 33 LOCAL_MODULE_CLASS := SHARED_LIBRARY
  /external/lldb/lib/
Makefile 18 SHARED_LIBRARY = 1
  /external/llvm/tools/llvm-shlib/
Makefile 17 SHARED_LIBRARY := 1
  /device/generic/goldfish/opengl/
common.mk 24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
151 $(if $(filter EXECUTABLE SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
155 $(if $(filter SHARED_LIBRARY,$(_emugl.$1.type)),\
  /external/valgrind/main/
Android.mk 308 vg_local_target := SHARED_LIBRARY
349 vg_local_target := SHARED_LIBRARY
445 vg_local_target := SHARED_LIBRARY
494 vg_local_target := SHARED_LIBRARY
532 vg_local_target := SHARED_LIBRARY
  /external/libunwind/
Android.mk 225 build_target := SHARED_LIBRARY
272 build_target := SHARED_LIBRARY

Completed in 413 milliseconds

1 2