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

1 2 3 4 5 6 7

  /hardware/intel/common/libmix/mix_video/
mixvideo.spec 14 Group: System Environment/Libraries
25 Summary: Libraries include files
26 Group: Development/Libraries
30 The %{name}-devel package contains the header files and static libraries for building applications which use %{name}.
35 Summary: Libraries include files
36 Group: Development/Libraries
40 The %{name}-int-devel package contains the header files and static libraries for building applications which use %{name}.
  /hardware/intel/common/libmix/mix_audio/
mixaudio.spec 14 Group: System Environment/Libraries
24 Summary: Libraries include files
25 Group: Development/Libraries
29 The %{name}-devel package contains the header files and static libraries
  /hardware/intel/common/libmix/mix_common/
mixcommon.spec 8 Group: System Environment/Libraries
16 Summary: Libraries include files
17 Group: Development/Libraries
21 The %{name}-devel package contains the header files and static libraries for building applications which use %{name}.
  /hardware/intel/common/libmix/mix_vbp/
mixvbp.spec 14 Group: System Environment/Libraries
22 Summary: Libraries include files
23 Group: Development/Libraries
27 The %{name}-devel package contains the header files and static libraries for building applications which use %{name}.
  /frameworks/av/media/libeffects/config/include/media/
EffectsConfig.h 43 /** Directories where the effect libraries will be search for. */
55 using Libraries = std::vector<Library>;
88 Libraries libraries; member in struct:android::effectsConfig::Config
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 73 static cl::list<std::string> Libraries("l", cl::Prefix,
74 cl::desc("Specify libraries to link to"),
313 /// NativeLinkItems - The native libraries, files, code with which to link
314 /// LibPaths - The list of directories in which to find libraries.
316 /// Frameworks - The list of frameworks (dynamic libraries)
373 // Add in the libraries to link.
446 std::find(Libraries.begin(), Libraries.end(), "c");
447 if (libc != Libraries.end()) Libraries.erase(libc);
    [all...]
  /external/libexif/
libexif.spec 7 Group: System Environment/Libraries
21 Group: Development/Libraries
25 The libexif-devel package contains the libraries and include files
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 1 //===- lib/Linker/LinkItems.cpp - Link LLVM objects and libraries ---------===//
11 // and to handle annoying things like static libraries.
55 // we have an aggregated module at this point, the dependent libraries in
57 // now the time to process the dependent libraries to resolve any remaining
117 /// Libraries - The list of libraries to link into the module.
123 bool Linker::LinkInLibraries(const std::vector<std::string> &Libraries) {
125 // Process the set of libraries we've been provided.
127 for (unsigned i = 0; i < Libraries.size(); ++i)
128 if (LinkInLibrary(Libraries[i], is_native)
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 8 Group: System Environment/Libraries
21 Group: Development/Libraries
33 Group: Development/Libraries
44 Group: Development/Libraries
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 14 Group: Development/Libraries
30 Group: Development/Libraries
34 The %name package contains static and debug libraries and header files for the
  /hardware/intel/img/psb_video/
psb-video.spec 14 Group: System/Libraries
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 28 /// Module object which is the composite of the modules and libraries linked
34 /// archives. It retains a set of search paths in which to find any libraries
45 /// This type is used to pass the linkage items (libraries and files) to
48 /// bool should be true for libraries and false for files, signifying
111 /// This method gets the list of libraries that form the path that the
131 /// accumulates the set of libraries added
132 /// library paths for the target platform. The standard libraries will
133 /// always be searched last. The added libraries will be searched in the
139 /// Linker accumulates the set of libraries added. The \p paths will be
159 /// the LinkItemKind should be set to true for libraries. This functio
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceCommon.py 62 ## Get all dependent libraries for a module
70 # @retval: List of dependent libraries which are InfBuildData instances
228 if Module.Libraries:
229 Module.Libraries.append("CompilerStub")
233 for LibraryName in M.Libraries:
BuildClassObject.py 193 self.Libraries = []
315 # @var Libraries: To store value for Libraries, it is a list structure as
340 self.Libraries = {}
  /external/libogg/
libogg.spec 6 Group: System Environment/Libraries
27 Group: Development/Libraries
35 The libogg-devel package contains the header files, static libraries
  /art/runtime/
java_vm_ext.h 36 class Libraries;
106 // Unload native libraries with cleared class loaders.
239 std::unique_ptr<Libraries> libraries_;
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 133 /** Parse a library xml note and push the result in libraries or return false on failure. */
134 bool parseLibrary(const XMLElement& xmlLibrary, Libraries* libraries) {
141 libraries->push_back({name, path});
158 bool parseEffect(const XMLElement& xmlEffect, Libraries& libraries, Effects* effects) {
169 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) {
179 auto* library = findByName(libraryName, libraries);
271 for (auto& xmlLibraries : getChildren(xmlConfig, "libraries")) {
273 registerFailure(parseLibrary(xmlLibrary, &config->libraries));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 193 self.Libraries = []
315 # @var Libraries: To store value for Libraries, it is a list structure as
340 self.Libraries = {}
502 for Item in Platform.Libraries.LibraryList:
587 # Libraries
589 for Item in Platform.Libraries.LibraryList:
594 Pb.Libraries[Library.Module.Header[ItemArch].Name] = Item.FilePath
    [all...]
InfClassObject.py 237 # Generate Libraries
487 print '\nLibraries =', M.Libraries
488 for Item in M.Libraries:
705 # Gen Libraries of Inf
712 Libraries = sdict()
724 MergeArches(Libraries, Record[0], Arch)
726 for Key in Libraries.keys():
730 Library.SupArchList = Libraries[Key]
731 self.Module.Libraries.append(Library)
    [all...]
DscClassObject.py 166 # Generate Libraries
369 # Gen Libraries of Dsc
376 Libraries = {}
383 # Get all Libraries
398 MergeArches(Libraries, NewItem, Arch)
402 MergeArches(Libraries, Record[0], Arch)
404 for Key in Libraries.keys():
407 Library.SupArchList = Libraries[Key]
408 self.Platform.Libraries.LibraryList.append(Library)
    [all...]
  /hardware/intel/common/libva/
libva.spec 10 Group: Development/Libraries
45 Group: Development/Libraries
  /external/icu/icu4c/packaging/rpm/
icu.spec 20 Group: System Environment/Libraries
24 ICU is a set of C and C++ libraries that provides robust and full-featured
35 This package contains the runtime libraries for ICU. It does
40 Summary: International Components for Unicode (libraries)
41 Group: Development/Libraries
43 ICU is a set of C and C++ libraries that provides robust and full-featured
44 Unicode support. This package contains the runtime libraries for ICU. It does
50 Group: Development/Libraries
53 ICU is a set of C and C++ libraries that provides robust and full-featured
58 Group: System Environment/Libraries
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/
EdkCompatibilityPkg.dsc 171 # All Libraries Instances listed in Alphabetic Order
304 [Libraries]
306 # Libraries common to PEI and DXE
318 # PEI libraries
325 # DXE libraries
393 [Libraries.IA32,Libraries.X64,Libraries.IPF]
397 [Libraries.IA32,Libraries.X64]
    [all...]
  /build/soong/cc/
ndk_sysroot.go 20 // 3. NDK stub shared libraries.
21 // 4. Bionic static libraries.
33 // Component 3: Stub Libraries
34 // The shared libraries in the NDK are not the actual shared libraries they
36 // libraries with dummy implementations of everything for use at build time
39 // Since we don't actually need to know anything about the stub libraries aside
44 // Component 4: Static Libraries
45 // The NDK only provides static libraries for bionic, not the platform APIs.
49 // part of the platform build. The platfrom already builds these libraries, ou
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
ModuleClass.py 391 # @var Libraries: To store value for Libraries, it is a list structure as
447 self.Libraries = []

Completed in 981 milliseconds

1 2 3 4 5 6 7