HomeSort by relevance Sort by last modified time
    Searched full:libraries (Results 376 - 400 of 5001) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/
icudefs.mk.in 134 # LIBCFLAGS are the flags for static and shared libraries.
136 # LIBCXXFLAGS are the flags for static and shared libraries.
138 # DEFAULT_LIBS are the default libraries to link against
146 # AR_OUTOPT is for creating a specific output name for static libraries.
155 # What kind of libraries are we building and linking against?
184 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
190 ## If we can't use the shared libraries, use the static libraries
207 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM
213 # Location of the libraries before "make install" is use
    [all...]
  /external/icu/icu4c/source/
icudefs.mk 133 # LIBCFLAGS are the flags for static and shared libraries.
135 # LIBCXXFLAGS are the flags for static and shared libraries.
137 # DEFAULT_LIBS are the default libraries to link against
145 # AR_OUTOPT is for creating a specific output name for static libraries.
154 # What kind of libraries are we building and linking against?
202 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
208 ## If we can't use the shared libraries, use the static libraries
225 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM
231 # Location of the libraries before "make install" is use
    [all...]
icudefs.mk.in 133 # LIBCFLAGS are the flags for static and shared libraries.
135 # LIBCXXFLAGS are the flags for static and shared libraries.
137 # DEFAULT_LIBS are the default libraries to link against
145 # AR_OUTOPT is for creating a specific output name for static libraries.
154 # What kind of libraries are we building and linking against?
204 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
210 ## If we can't use the shared libraries, use the static libraries
227 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM
233 # Location of the libraries before "make install" is use
    [all...]
  /external/chromium_org/third_party/webrtc/test/
webrtc_test_common.gyp 113 'libraries': [
120 'libraries' : [
138 # specific code and depends on these libraries. This target should be
146 'libraries': [
153 'libraries' : [
  /ndk/docs/text/
NDK-DEPENDS.text 33 > Same as above, but also prints the path of the libraries on
37 > Append 'some/other/path' to the search path for depending libraries
46 of 'libfoo' with System.loadLibrary(). This lists all libraries
47 in reverse order, and ignores system libraries (e.g. libc.so).
56 Let's assume your project has the several libraries:
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/system-gdbinit/
elinos.py 61 Let the debugger know where to find the ELinOS libraries on host. This
69 # System libraries
71 warn("ELinOS system libraries will not be loaded")
77 # Xenomai libraries. Those are optional, so have a lighter warning
80 warn("Xenomai libraries may not be loaded")
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/system-gdbinit/
elinos.py 61 Let the debugger know where to find the ELinOS libraries on host. This
69 # System libraries
71 warn("ELinOS system libraries will not be loaded")
77 # Xenomai libraries. Those are optional, so have a lighter warning
80 warn("Xenomai libraries may not be loaded")
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/system-gdbinit/
elinos.py 61 Let the debugger know where to find the ELinOS libraries on host. This
69 # System libraries
71 warn("ELinOS system libraries will not be loaded")
77 # Xenomai libraries. Those are optional, so have a lighter warning
80 warn("Xenomai libraries may not be loaded")
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/system-gdbinit/
elinos.py 61 Let the debugger know where to find the ELinOS libraries on host. This
69 # System libraries
71 warn("ELinOS system libraries will not be loaded")
77 # Xenomai libraries. Those are optional, so have a lighter warning
80 warn("Xenomai libraries may not be loaded")
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/system-gdbinit/
elinos.py 61 Let the debugger know where to find the ELinOS libraries on host. This
69 # System libraries
71 warn("ELinOS system libraries will not be loaded")
77 # Xenomai libraries. Those are optional, so have a lighter warning
80 warn("Xenomai libraries may not be loaded")
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/system-gdbinit/
elinos.py 61 Let the debugger know where to find the ELinOS libraries on host. This
69 # System libraries
71 warn("ELinOS system libraries will not be loaded")
77 # Xenomai libraries. Those are optional, so have a lighter warning
80 warn("Xenomai libraries may not be loaded")
  /system/extras/librank/
librank.c 71 struct library_info **libraries; variable in typeref:struct:library_info
90 if (!strcmp(libraries[i]->name, name))
91 return libraries[i];
95 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *));
96 if (!libraries) {
97 fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
122 libraries[libraries_count++] = library;
317 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *));
388 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp)
    [all...]
  /frameworks/base/docs/html/tools/support-library/
features.jd 11 <li><a href="#v7">v7 Support Libraries</a>
37 <p>The Android Support Library package contains several libraries that can be included
38 in your application. Each of these libraries supports a specific range of Android platform
42 Libraries to help you decide which of them you should include in your application. In general,
44 appcompat</a> libraries, because they support a wide range of
47 <p>In order to use any of the following libraries, you must download the library files to your
48 Android SDK installation. Follow the directions for downloading the Support Libraries in
58 largest set of APIs compared to the other libraries, including support for application components,
134 you download the Android Support Libraries. The library does not contain user interface
136 <a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries withou
    [all...]
  /bionic/libc/tools/
genlibgcc_compat.py 21 * target binaries (shared libraries and executables) after all objects and
22 * static libraries, but before dependent shared libraries, i.e. something
41 * resulted in some native shared libraries generated with the NDK or prebuilts
46 * problem. On the other hand, existing shared libraries distributed with
51 * list of requirements. Technically, this is due to mis-linked NDK libraries
57 * __aeabi_idiv but legacy libraries built against cortex-a9 targets still need
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 49 * {@link #hasLibraries()} and {@link #getLibraries()} give access to the libraries through
53 * {@link #isMissingLibraries()} will indicate if the project has libraries that are not resolved.
54 * Unresolved libraries are libraries that do not have any matching opened Eclipse project.
55 * When there are missing libraries, the {@link LibraryState} instance for them will return null
167 * list of libraries. Access to this list must be protected by
172 /** Cached list of all IProject instances representing the resolved libraries, including
189 // load the libraries
285 * <p/>If the project libraries changes, they are updated to a certain extent.<br>
286 * Removed libraries are removed from the state list, and added to the {@link LibraryDifference
    [all...]
  /external/bison/m4/
lib-prefix.m4 17 dnl to access previously installed libraries. The basic assumption is that
21 dnl libraries, but is otherwise very convenient.
36 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
37 --without-lib-prefix don't search for libraries in includedir and libdir],
166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
167 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
175 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
202 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
  /ndk/sources/host-tools/sed-4.2.1/m4/
lib-prefix.m4 17 dnl to access previously installed libraries. The basic assumption is that
21 dnl libraries, but is otherwise very convenient.
36 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
37 --without-lib-prefix don't search for libraries in includedir and libdir],
166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
167 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
175 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
202 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
  /build/core/combo/
TARGET_linux-arm.mk 87 # of the libraries (libpv, libwebcore, libkjs) need to be built
88 # with -mlong-calls. When built at -O0, those libraries are
204 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
207 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
210 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
230 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
233 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
236 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
256 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
258 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))))
    [all...]
  /device/generic/goldfish/opengl/
Android.mk 28 # in the GLES emulation libraries.
52 # System static libraries
58 # System shared libraries
  /external/chromium_org/build/mac/
copy_asan_runtime_dylib.sh 53 # the runtime into appname.app/Contents/Libraries/. Otherwise this is probably
57 LIBRARIES_DIR="${UPPER_DIR}/Libraries"
59 NEW_LC_ID_DYLIB="@executable_path/../Libraries/${ASAN_DYLIB_NAME}"
strip_from_xcode 10 # targets that might generate Mach-O executables, dynamic libraries, or
14 # Libraries" would do:
36 # Don't strip static libraries.
  /external/chromium_org/mojo/public/cpp/
README.md 10 Other subdirectories provide support (static) libraries of various sorts. In
15 expect other support libraries, which may depend on that library, to work
32 represents shared state needed to support the Bindings and GLES2 libraries.
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_two_shared_relros.cpp 5 // Same as test_relro_sharing.cpp, but uses two libraries at the same
46 printf("Libraries loaded\n");
116 printf("Closing libraries\n");
  /external/chromium_org/third_party/mesa/src/docs/
README.VMS 8 At the moment only the libraries LIBMESGL.EXE/LIBMESGL.OLB,
25 On Alpha platforms at default a sharable images for the libraries are created.
27 On VAX platforms only static libraries can be build.
  /external/chromium_org/third_party/skia/gyp/
core.gyp 36 'libraries': [
49 'libraries': [
62 'libraries': [

Completed in 668 milliseconds

<<11121314151617181920>>