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

1 2

  /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/jhead/
makernote.c 38 int Tag, Format, Components;
46 Components = Get32u(DirEntry+4);
54 if ((unsigned)Components > 0x10000){
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
59 ByteCount = Components * BytesPerFormat[Format];
119 if (Tag == 1 && Components > 16){
127 if (Components > 7){
138 if (Components > 19 && ImageInfo.Distance <= 0) {
gpsinfo.c 143 unsigned Tag, Format, Components;
157 Components = Get32u(DirEntry+4);
166 ByteCount = Components * ComponentSize;
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
325 if (++a >= Components) break;
exif.c 590 int Tag, Format, Components;
598 Components = Get32u(DirEntry+4);
606 if ((unsigned)Components > 0x10000){
607 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
611 ByteCount = Components * BytesPerFormat[Format];
703 // Extract useful components of tag
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 608 SmallVector<StringRef, 4> Components;
609 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3);
610 if (Components.size() > 0) {
611 Arch = parseArch(Components[0]);
612 SubArch = parseSubArch(Components[0]);
613 if (Components.size() > 1) {
614 Vendor = parseVendor(Components[1]);
615 if (Components.size() > 2) {
616 OS = parseOS(Components[2]);
617 if (Components.size() > 3)
    [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
54 /// \param VisitedComponents [in] [out] - The set of already visited components.
75 // Only include non-installed components if requested.
101 /// components, in an order suitable for passing to a linker (that is, libraries
104 /// \param Components - The names of the components to find libraries for.
105 /// \param IncludeNonInstalled - Whether non-installed components should be
109 ComputeLibsForComponents(const std::vector<StringRef> &Components,
122 // Visit the components
    [all...]
  /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,
CGVTables.cpp 527 const CXXRecordDecl *RD, const VTableComponent *Components,
542 VTableComponent Component = Components[I];
    [all...]
CGExpr.cpp     [all...]
  /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...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 159 #define OT_LIGATURE(Name, Components, LigGlyph) \
163 OT_UHEADLESSARRAY(Name##ComponentsArray, OT_LIST(Components))
  /external/clang/lib/Frontend/
FrontendActions.cpp 238 SmallVector<StringRef, 16> Components;
241 Components.push_back(*PathIt);
243 for (auto It = Components.rbegin(), End = Components.rend(); It != End;
  /external/icu/icu4c/packaging/rpm/
icu.spec 15 Summary: International Components for Unicode
38 Summary: International Components for Unicode (libraries)
47 Summary: International Components for Unicode (development files)
  /external/harfbuzz_ng/win32/
info-msvc.mak 98 @echo Components for Unicode (ICU) libraries.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 39 into several main components, as well as a few additional utility components,
42 == Library Components
44 Not all components of the ANTLR3 library are necessary within ANTLR generated
45 code. Some components are only used within specific types of recognizers and
47 when requiring 'antlr3', only the essential core components are loaded
56 the most important components of the runtime library. loaded by default
184 # Set up non-essential components to be loaded on-demand
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 154 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p>
  /external/zlib/src/contrib/delphi/
ZLib.pas 3 { Borland Delphi Supplemental Components }
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 425 componentCount: Number of underlying components that make up this object.
426 Components are accumulated by compose operations.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 413 componentCount: Number of underlying components that make up this object.
414 Components are accumulated by compose operations.
    [all...]
  /external/libweave/src/privet/
privet_handler_unittest.cc 716 TEST_F(PrivetHandlerTestWithAuth, Components) {
717 EXPECT_JSON_EQ("{'components': {'test': {}}, 'fingerprint': '1'}",
718 HandleRequest("/privet/v3/components", "{}"));
722 EXPECT_JSON_EQ("{'components': {'test': {}}, 'fingerprint': '2'}",
723 HandleRequest("/privet/v3/components", "{}"));
725 // State change will also change the components fingerprint.
728 EXPECT_JSON_EQ("{'components': {'test': {}}, 'fingerprint': '3'}",
729 HandleRequest("/privet/v3/components", "{}"));
741 "components": {
744 "components":
756 base::DictionaryValue components; local
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 15 <li><a href="<?cs var:toroot ?>guide/components/fundamentals.html">
30 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/index.html">
31 <span class="en">App Components</span>
35 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/intents-filters.html">
39 <li><a href="<?cs var:toroot ?>guide/components/intents-common.html">
45 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/activities.html">
49 <li><a href="<?cs var:toroot ?>guide/components/fragments.html">
52 <li><a href="<?cs var:toroot ?>guide/components/loaders.html">
55 <li><a href="<?cs var:toroot ?>guide/components/tasks-and-back-stack.html">
58 <li><a href="<?cs var:toroot ?>guide/components/recents.html"
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 852 milliseconds

1 2