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

1 2

  /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/tools/llvm-config/
llvm-config.cpp 42 // and required components for all of the available libraries.
44 // Not all components define a library, we also use "library groups" as a way to
53 /// \param VisitedComponents [in] [out] - The set of already visited components.
70 // Only include non-installed components if requested.
86 /// components, in an order suitable for passing to a linker (that is, libraries
89 /// \param Components - The names of the components to find libraries for.
91 /// are required to link the given components.
92 /// \param IncludeNonInstalled - Whether non-installed components should be
94 void ComputeLibsForComponents(const std::vector<StringRef> &Components,
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 428 // Parse into components.
429 SmallVector<StringRef, 4> Components;
430 Str.split(Components, "-");
438 if (Components.size() > 0)
439 Arch = parseArch(Components[0]);
441 if (Components.size() > 1)
442 Vendor = parseVendor(Components[1]);
444 if (Components.size() > 2)
445 OS = parseOS(Components[2]);
447 if (Components.size() > 3
    [all...]
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 16 var IWP = Components.interfaces.nsIWebProgress;
17 var IWPL = Components.interfaces.nsIWebProgressListener;
50 MPLT.scriptStream = Components.classes['@mozilla.org/scriptableinputstream;1']
51 .createInstance(Components.interfaces.nsIScriptableInputStream);
53 MPLT.pump = Components.classes['@mozilla.org/network/input-stream-pump;1']
54 .createInstance(Components.interfaces.nsIInputStreamPump);
191 MPLT.serverSocket = Components.classes['@mozilla.org/network/server-socket;1']
192 .createInstance(Components.interfaces.nsIServerSocket);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-base64.js 114 throw Components.Exception('Corrupted base64 string');
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-base64.js 114 throw Components.Exception('Corrupted base64 string');
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-base64.js 114 throw Components.Exception('Corrupted base64 string');
  /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 435 const CXXRecordDecl *RD, const VTableComponent *Components,
450 VTableComponent Component = Components[I];
CGExpr.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 287 Components : {
527 EXIF.StringValues.Components[oEXIFTags[strTag][0]]
528 + EXIF.StringValues.Components[oEXIFTags[strTag][1]]
529 + EXIF.StringValues.Components[oEXIFTags[strTag][2]]
530 + EXIF.StringValues.Components[oEXIFTags[strTag][3]];
  /external/clang/lib/AST/
VTableBuilder.cpp 554 /// Components - vcall and vbase offset components
556 VTableComponentVectorTy Components;
602 /// Methods for iterating over the components.
604 const_iterator components_begin() const { return Components.rbegin(); }
605 const_iterator components_end() const { return Components.rend(); }
667 int64_t OffsetIndex = -(int64_t)(3 + Components.size());
718 Components.push_back(
763 Components.push_back(
823 /// Components - The components of the vtable being built
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-win1256.hh 160 #define OT_LIGATURE(Name, Components, LigGlyph) \
164 OT_UHEADLESSARRAY(Name##ComponentsArray, OT_LIST(Components))
  /external/clang/tools/driver/
driver.cpp 239 for (int Components = 2; Components; --Components) {
382 // Do a PATH lookup, if there are no directory components.
  /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/chromium_org/url/
gurl_unittest.cc 69 // Test the basic creation and querying of components in a GURL. We assume
72 TEST(GURLTest, Components) {
262 // Given an invalid URL, we should still get most of the components.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/icu/icu4c/source/
icudefs.mk 37 PACKAGE_ICU_DESCRIPTION = "International Components for Unicode"
  /external/zlib/src/contrib/delphi/
ZLib.pas 3 { Borland Delphi Supplemental Components }
  /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/
TreeTransform.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1082 milliseconds

1 2