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

12

  /external/chromium_org/tools/gn/
builder_unittest.cc 155 b->set_output_type(Target::SHARED_LIBRARY);
ninja_target_writer.cc 72 target->output_type() == Target::SHARED_LIBRARY ||
target_generator.cc 105 Target::SHARED_LIBRARY, err);
  /sdk/emulator/opengl/
common.mk 171 $(if $(filter EXECUTABLE SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
175 $(if $(filter SHARED_LIBRARY,$(_emugl.$1.type)),\
  /external/compiler-rt/make/platform/
clang_darwin.mk 202 SHARED_LIBRARY.asan_osx_dynamic := 1
206 SHARED_LIBRARY.asan_iossim_dynamic := 1
clang_linux.mk 114 SHARED_LIBRARY.asan-arm-android := 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 257 self.SHARED_LIBRARY, objects, output_libname,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 257 self.SHARED_LIBRARY, objects, output_libname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 614 SHARED_LIBRARY = "shared_library"
674 self.link(CCompiler.SHARED_LIBRARY, objects,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 614 SHARED_LIBRARY = "shared_library"
674 self.link(CCompiler.SHARED_LIBRARY, objects,
    [all...]
  /ndk/build/core/
build-binary.mk 555 ifneq (,$(filter SHARED_LIBRARY EXECUTABLE,$(call module-get-class,$(LOCAL_MODULE))))
643 ifeq ($(call module-get-class,$(LOCAL_MODULE)),SHARED_LIBRARY)
definitions.mk 443 # (e.g. STATIC_LIBRARY, SHARED_LIBRARY, etc...)
640 $(filter SHARED_LIBRARY PREBUILT_SHARED_LIBRARY,\
    [all...]

Completed in 1377 milliseconds

12