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

1 2 3 4

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/
plugin.properties 11 pluginName = International Components for Unicode for Java (ICU4J)
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/
plugin.properties 11 pluginName = International Components for Unicode for Java (ICU4J) Tests
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/
plugin.properties 11 pluginName = International Components for Unicode for Java (ICU4J) Replacement plug-in
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/
plugin.properties 11 pluginName = International Components for Unicode for Java (ICU4J) Replacement plug-in Tests
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 418 // Parse into components.
419 SmallVector<StringRef, 4> Components;
422 Components.push_back(Str.slice(First, Last));
431 if (Components.size() > 0)
432 Arch = ParseArch(Components[0]);
434 if (Components.size() > 1)
435 Vendor = ParseVendor(Components[1]);
437 if (Components.size() > 2)
438 OS = ParseOS(Components[2]);
440 if (Components.size() > 3
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 638 SmallVector<StringRef, 4> Components;
639 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3);
640 if (Components.size() > 0) {
641 Arch = parseArch(Components[0]);
642 SubArch = parseSubArch(Components[0]);
643 if (Components.size() > 1) {
644 Vendor = parseVendor(Components[1]);
645 if (Components.size() > 2) {
646 OS = parseOS(Components[2]);
647 if (Components.size() > 3)
    [all...]
  /external/llvm/lib/IR/
ProfileSummary.cpp 72 std::vector<Metadata *> Components;
73 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK]));
75 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount()));
76 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount()));
77 Components.push_back(
79 Components.push_back(
81 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts()));
82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions()));
83 Components.push_back(getDetailedSummaryMD(Context));
84 return MDTuple::get(Context, Components);
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.cpp 43 // and required components for all of the available libraries.
45 // Not all components define a library, we also use "library groups" as a way to
70 /// \param VisitedComponents [in] [out] - The set of already visited components.
87 errs() << "Can't find component: '" << Name << "' in the map. Available components are: ";
102 // Only include non-installed components if requested.
133 /// components, in an order suitable for passing to a linker (that is, libraries
136 /// \param Components - The names of the components to find libraries for.
137 /// \param IncludeNonInstalled - Whether non-installed components should be
141 const std::vector<StringRef> &Components, bool IncludeNonInstalled
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/
OptionRomPkg.dsc 83 # Components Section - list of the modules and components that will be processed by compilation
100 [Components]
109 [Components.IA32, Components.X64, Components.IPF]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 663 SmallVector<StringRef, 4> Components;
664 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3);
665 if (Components.size() > 0) {
666 Arch = parseArch(Components[0]);
667 SubArch = parseSubArch(Components[0]);
668 if (Components.size() > 1) {
669 Vendor = parseVendor(Components[1]);
670 if (Components.size() > 2) {
671 OS = parseOS(Components[2]);
672 if (Components.size() > 3)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
IntelFrameworkModulePkg.dsc 114 # Components Section - list of the modules and components that will be processed by compilation
131 [Components]
173 [Components.IA32,Components.X64]
177 [Components.IA32,Components.X64,Components.IPF]
180 [Components.IA32]
187 [Components.X64]
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/
CryptoPkg.dsc 106 # Components Section - list of the modules and components that will be processed by compilation
122 [Components]
131 [Components.IA32, Components.X64]
134 [Components.IPF]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
IntelFrameworkPkg.dsc 50 # Components Section - list of the modules and components that will be processed by compilation
66 [Components]
  /device/linaro/bootloader/edk2/NetworkPkg/
NetworkPkg.dsc 81 # Components Section - list of the modules and components that will be processed by compilation
98 [Components]
113 [Components.IA32, Components.X64, Components.IPF]
  /device/linaro/bootloader/edk2/PerformancePkg/
PerformancePkg.dsc 76 [Components.IA32, Components.X64]
81 [Components]
  /device/linaro/bootloader/edk2/MdePkg/
MdePkg.dsc 40 # Components Section - list of the modules and components that will be processed by compilation
57 [Components]
134 [Components.IA32, Components.X64]
157 [Components.IPF]
174 [Components.EBC]
178 [Components.ARM, Components.AARCH64]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/
IntelFspWrapperPkg.dsc 75 [Components.Ia32]
79 [Components.IA32, Components.X64]
  /external/clang/lib/CodeGen/
CGVTables.h 62 /// \param Components - The vtable components; this is really an array of
65 const CXXRecordDecl *RD, const VTableComponent *Components,
  /external/pdfium/core/fpdfapi/page/
cpdf_meshstream.h 62 uint32_t Components() const { return m_nComponents; }
  /device/linaro/bootloader/edk2/UefiCpuPkg/
UefiCpuPkg.dsc 95 [Components]
100 [Components.IA32, Components.X64]
  /device/linaro/bootloader/edk2/MdeModulePkg/
MdeModulePkg.dsc 190 # Components Section - list of the modules and components that will be processed by compilation
207 [Components]
396 [Components.IA32, Components.X64, Components.IPF]
401 [Components.IA32, Components.X64, Components.Ebc]
410 [Components.IA32, Components.X64]
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/
SecurityPkg.dsc 137 [Components]
197 [Components.IA32, Components.X64, Components.IPF]
283 [Components.IA32, Components.X64]
298 [Components.IPF]
  /external/clang/lib/AST/
VTableBuilder.cpp 551 /// Components - vcall and vbase offset components
553 VTableComponentVectorTy Components;
599 /// Methods for iterating over the components.
601 const_iterator components_begin() const { return Components.rbegin(); }
602 const_iterator components_end() const { return Components.rend(); }
664 int64_t OffsetIndex = -(int64_t)(3 + Components.size());
716 Components.push_back(
761 Components.push_back(
821 /// Components - The components of the vtable being built
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/
IntelFspPkg.dsc 60 [Components]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/
PcAtChipsetPkg.dsc 50 [Components]

Completed in 1025 milliseconds

1 2 3 4