HomeSort by relevance Sort by last modified time
    Searched defs:LIBRARY (Results 1 - 25 of 405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/builds/windows/
w32-mingw32.mk 24 LIBRARY := lib$(PROJECT)
win32-def.mk 28 # The directory where all library files are placed.
36 # The name of the final library file. Note that the DOS-specific Makefile
39 LIBRARY := $(PROJECT)
  /external/freetype/builds/dos/
dos-def.mk 27 # The directory where all library files are placed.
34 # The name of the final library file. Note that the DOS-specific Makefile
37 LIBRARY := $(PROJECT)
  /external/freetype/builds/os2/
os2-def.mk 26 # The directory where all library files are placed.
33 # The name of the final library file. Note that the DOS-specific Makefile
36 LIBRARY := $(PROJECT)
  /external/freetype/builds/unix/
unixddef.mk 30 # library file name
32 LIBRARY := lib$(PROJECT)
35 # The directory where all library files are placed.
  /external/freetype/builds/ansi/
ansi-def.mk 23 # The directory where all library files are placed.
31 # The name of the final library file. Note that the DOS-specific Makefile
34 LIBRARY := lib$(PROJECT)
49 # The link flag used to specify a given library file on link. Note that
50 # this is only used to compile the demo programs, not the library itself.
  /external/freetype/builds/beos/
beos-def.mk 25 # The directory where all library files are placed.
33 # The name of the final library file. Note that the DOS-specific Makefile
36 LIBRARY := lib$(PROJECT)
51 # The link flag used to specify a given library file on link. Note that
52 # this is only used to compile the demo programs, not the library itself.
  /frameworks/support/annotations/src/main/java/androidx/annotation/
RestrictTo.java 33 * Example of restricting usage within a library (based on gradle group ID):
60 * Restrict usage to code within the same library (e.g. the same
63 LIBRARY,
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
shared.mk 2 LIBRARY = $(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
60 LFLAGS += -Wl,-soname,$(LIBRARY)
85 mllite: $(LIBRARY) $(MK_NAME)
87 $(LIBRARY) : $(OBJFOLDER) $(INV_OBJS_DST) $(MK_NAME)
88 @$(call echo_in_colors, "\n<linking $(LIBRARY) with objects $(INV_OBJS_DST)\n")
89 $(LINK) $(LFLAGS) -o $(LIBRARY) $(INV_OBJS_DST) $(LLINK) $(INV_LIBS) $(LLINK)
103 rm -fR $(LIBRARY) $(OBJFOLDER)
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 2 LIBRARY = $(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
61 LFLAGS += -Wl,-soname,$(LIBRARY)
88 mpl: $(LIBRARY) $(MK_NAME)
90 $(LIBRARY) : $(OBJFOLDER) $(INV_OBJS_DST) $(MK_NAME)
91 @$(call echo_in_colors, "\n<linking $(LIBRARY) with objects $(INV_OBJS_DST)\n")
92 $(LINK) $(LFLAGS) -o $(LIBRARY) $(INV_OBJS_DST) $(LLINK) $(INV_LIBS) $(LLINK)
93 $(STRIP) -g $(LIBRARY)
107 rm -fR $(LIBRARY) $(OBJFOLDER)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 2 LIBRARY = $(LIB_PREFIX)$(MLLITE_LIB_NAME).$(SHARED_LIB_EXT)
47 LFLAGS += -Wl,-soname,$(LIBRARY)
68 mllite: $(LIBRARY) $(MK_NAME)
70 $(LIBRARY) : $(OBJFOLDER) $(INV_OBJS_DST) $(MK_NAME)
71 @$(call echo_in_colors, "\n<linking $(LIBRARY) with objects $(INV_OBJS_DST)\n")
72 $(LINK) $(LFLAGS) -o $(LIBRARY) $(INV_OBJS_DST) $(LLINK) $(INV_LIBS) $(LLINK)
86 rm -fR $(LIBRARY) $(OBJFOLDER)
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 2 LIBRARY = $(LIB_PREFIX)$(MPL_LIB_NAME).$(SHARED_LIB_EXT)
47 LFLAGS += -Wl,-soname,$(LIBRARY)
70 mpl: $(LIBRARY) $(MK_NAME)
72 $(LIBRARY) : $(OBJFOLDER) $(INV_OBJS_DST) $(MK_NAME)
73 @$(call echo_in_colors, "\n<linking $(LIBRARY) with objects $(INV_OBJS_DST)\n")
74 $(LINK) $(LFLAGS) -o $(LIBRARY) $(INV_OBJS_DST) $(LLINK) $(INV_LIBS) $(LLINK)
75 $(STRIP) -g $(LIBRARY)
89 rm -fR $(LIBRARY) $(OBJFOLDER)
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
RestrictTo.java 39 * Restrict usage to code within the same library (e.g. the same gradle group ID and
42 LIBRARY,
  /test/suite_harness/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
ManifestGeneratorTest.java 52 private static final String USES_LIBRARY = " <uses-library android:name=\"%s\" />\r\n";
53 private static final String LIBRARY = "test.runner.library";
63 libraries.add(LIBRARY);
82 String libraryXml = String.format(USES_LIBRARY, LIBRARY);
  /external/capstone/
Makefile 51 -I$(SDKROOT)/System/Library/Frameworks/Kernel.framework/Headers \
283 # On Windows we need the shared library to be executable
292 # On Windows we need the shared library to be executable
305 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
307 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
309 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(EXT)
328 all: $(LIBRARY) $(ARCHIVE) $(PKGCFGF)
336 $(call install-library,$(BLDIR)/tests/)
340 $(LIBRARY): $(LIBOBJ)
343 @$(create-library)
    [all...]
  /external/python/cpython2/PC/os2emx/
Makefile 13 # Python26.DLL is needed. We also build python_s.a static library (which
37 # Do you have the InfoZip compression library installed?
39 # Do you have the Ultra Fast Crypt (UFC) library installed?
41 # Do you have the Tcl/Tk library installed?
43 # Do you have the GNU readline library installed?
50 # Do you have the BSD DB library (v1.85) as included in the EMXBSD package?
51 # NOTE: this library needs to be recompiled with a structure member
56 # Do you have the ncurses library installed? EMX's BSD curses aren't enough!
58 # Do you have the GDBM library installed?
60 # Do you have the BZ2 compression library installed
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
407 # objects that get linked into the Python library
453 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
479 # Build static library
481 $(LIBRARY): $(LIBRARY_OBJS)
510 # to the stripped DWARF data for the shared library.
522 $(LIBRARY) \
526 -all_load $(LIBRARY) -Wl,-single_module \
539 # This rule builds the Cygwin Python DLL and import library if configured
540 # for a shared core library; otherwise, this rule is a noop
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
408 # objects that get linked into the Python library
454 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
480 # Build static library
482 $(LIBRARY): $(LIBRARY_OBJS)
511 # to the stripped DWARF data for the shared library.
523 $(LIBRARY) \
527 -all_load $(LIBRARY) -Wl,-single_module \
540 # This rule builds the Cygwin Python DLL and import library if configured
541 # for a shared core library; otherwise, this rule is a noop
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
407 # objects that get linked into the Python library
453 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
479 # Build static library
481 $(LIBRARY): $(LIBRARY_OBJS)
510 # to the stripped DWARF data for the shared library.
522 $(LIBRARY) \
526 -all_load $(LIBRARY) -Wl,-single_module \
539 # This rule builds the Cygwin Python DLL and import library if configured
540 # for a shared core library; otherwise, this rule is a noop
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
408 # objects that get linked into the Python library
454 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
480 # Build static library
482 $(LIBRARY): $(LIBRARY_OBJS)
511 # to the stripped DWARF data for the shared library.
523 $(LIBRARY) \
527 -all_load $(LIBRARY) -Wl,-single_module \
540 # This rule builds the Cygwin Python DLL and import library if configured
541 # for a shared core library; otherwise, this rule is a noop
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation/1.0.0-alpha1/
annotation-1.0.0-alpha1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/25.1.0/
support-annotations-25.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/25.1.1/
support-annotations-25.1.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/25.2.0/
support-annotations-25.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/25.3.0/
support-annotations-25.3.0.jar 

Completed in 1774 milliseconds

1 2 3 4 5 6 7 8 91011>>