Home
last modified time | relevance | path

Searched refs:Components (Results 1 – 25 of 84) sorted by relevance

1234

/external/llvm/lib/Support/
DTriple.cpp608 SmallVector<StringRef, 4> Components; in Triple() local
609 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3); in Triple()
610 if (Components.size() > 0) { in Triple()
611 Arch = parseArch(Components[0]); in Triple()
612 SubArch = parseSubArch(Components[0]); in Triple()
613 if (Components.size() > 1) { in Triple()
614 Vendor = parseVendor(Components[1]); in Triple()
615 if (Components.size() > 2) { in Triple()
616 OS = parseOS(Components[2]); in Triple()
617 if (Components.size() > 3) { in Triple()
[all …]
/external/jhead/
Dmakernote.c38 int Tag, Format, Components; in ProcessCanonMakerNoteDir() local
46 Components = Get32u(DirEntry+4); in ProcessCanonMakerNoteDir()
54 if ((unsigned)Components > 0x10000){ in ProcessCanonMakerNoteDir()
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessCanonMakerNoteDir()
59 ByteCount = Components * BytesPerFormat[Format]; in ProcessCanonMakerNoteDir()
119 if (Tag == 1 && Components > 16){ in ProcessCanonMakerNoteDir()
127 if (Components > 7){ in ProcessCanonMakerNoteDir()
138 if (Components > 19 && ImageInfo.Distance <= 0) { in ProcessCanonMakerNoteDir()
Dgpsinfo.c143 unsigned Tag, Format, Components; in ProcessGpsInfo() local
157 Components = Get32u(DirEntry+4); in ProcessGpsInfo()
166 ByteCount = Components * ComponentSize; in ProcessGpsInfo()
169 …s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize, in ProcessGpsInfo()
325 if (++a >= Components) break; in ProcessGpsInfo()
/external/llvm/tools/llvm-config/
Dllvm-config.cpp109 ComputeLibsForComponents(const std::vector<StringRef> &Components, in ComputeLibsForComponents() argument
123 for (unsigned i = 0, e = Components.size(); i != e; ++i) { in ComputeLibsForComponents()
125 std::string ComponentLower = Components[i].lower(); in ComputeLibsForComponents()
129 llvm::errs() << "llvm-config: unknown component name: " << Components[i] in ComputeLibsForComponents()
221 std::vector<StringRef> Components; in main() local
456 std::vector<std::string> Components; in main() local
462 Components.push_back(AvailableComponents[j].Name); in main()
467 Components = GetAllDyLibComponents(IsInDevelopmentTree, true); in main()
468 std::sort(Components.begin(), Components.end()); in main()
474 for (unsigned I = 0; I < Components.size(); ++I) { in main()
[all …]
/external/icu/icu4j/main/classes/collate/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (collate)
5 Implementation-Title: International Components for Unicode for Java (collate)
11 Bundle-Description: International Components for Unicode for Java (collate)
/external/icu/icu4j/main/classes/translit/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (transliteration)
5 Implementation-Title: International Components for Unicode for Java (transliteration)
11 Bundle-Description: International Components for Unicode for Java (transliteration)
/external/icu/icu4j/main/classes/charset/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (charset)
5 Implementation-Title: International Components for Unicode for Java (charset)
11 Bundle-Description: International Components for Unicode for Java (charset)
/external/icu/icu4j/main/classes/regiondata/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (region data)
5 Implementation-Title: International Components for Unicode for Java (region data)
11 Bundle-Description: International Components for Unicode for Java (region data)
/external/icu/icu4j/main/classes/currdata/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (currency data)
5 Implementation-Title: International Components for Unicode for Java (currency data)
11 Bundle-Description: International Components for Unicode for Java (currency data)
/external/icu/icu4j/main/classes/langdata/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (language data)
5 Implementation-Title: International Components for Unicode for Java (language data)
11 Bundle-Description: International Components for Unicode for Java (language data)
/external/icu/icu4j/main/classes/core/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (core)
5 Implementation-Title: International Components for Unicode for Java (core)
11 Bundle-Description: International Components for Unicode for Java (core)
/external/icu/icu4j/main/classes/localespi/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (JDK locale service provider)
5 Implementation-Title: International Components for Unicode for Java (JDK locale service provider)
11 Bundle-Description: International Components for Unicode for Java (JDK locale service provider)
/external/icu/icu4j/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java
5 Implementation-Title: International Components for Unicode for Java
11 Bundle-Description: International Components for Unicode for Java
/external/clang/lib/AST/
DVTableBuilder.cpp553 VTableComponentVectorTy Components; member in __anon5d32d09d0111::VCallAndVBaseOffsetBuilder
601 const_iterator components_begin() const { return Components.rbegin(); } in components_begin()
602 const_iterator components_end() const { return Components.rend(); } in components_end()
664 int64_t OffsetIndex = -(int64_t)(3 + Components.size()); in getCurrentOffsetOffset()
716 Components.push_back( in AddVCallOffsets()
761 Components.push_back( in AddVBaseOffsets()
822 SmallVector<VTableComponent, 64> Components; member in __anon5d32d09d0111::ItaniumVTableBuilder
1034 return Components.size(); in getNumVTableComponents()
1038 return Components.begin(); in vtable_component_begin()
1042 return Components.end(); in vtable_component_end()
[all …]
/external/llvm/docs/
DLLVMBuild.rst95 Components are described using ``LLVMBuild.txt`` files in the directories
161 Components **may not** define any properties other than those expected
179 The name of the logical parent of the component. Components are
185 Components may reference the root pseudo component using ``$ROOT`` to
188 Components may define the following properties:
217 Components with this type use the following properties:
252 Components with this type use the following properties:
270 Components with this type use the ``LibraryGroup`` properties in
294 Components with this type use the following properties:
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/
Dplugin.properties11 pluginName = International Components for Unicode for Java (ICU4J)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/
Dplugin.properties11 pluginName = International Components for Unicode for Java (ICU4J) Tests
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/
Dplugin.properties11 pluginName = International Components for Unicode for Java (ICU4J) Replacement plug-in Tests
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/
Dplugin.properties11 pluginName = International Components for Unicode for Java (ICU4J) Replacement plug-in
/external/libchrome/base/third_party/icu/
DREADME.chromium7 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
/external/libweave/third_party/chromium/base/third_party/icu/
DREADME.chromium7 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
/external/icu/icu4c/source/config/
Dicu.pc.in30 ICUDESC=International Components for Unicode
/external/autotest/client/tests/kvm/unattended/
Dwin2003-32.sif41 [Components]
Dwin2003-64.sif41 [Components]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh159 #define OT_LIGATURE(Name, Components, LigGlyph) \ argument
163 OT_UHEADLESSARRAY(Name##ComponentsArray, OT_LIST(Components))

1234