Home
last modified time | relevance | path

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

123

/external/llvm/lib/Support/
DTriple.cpp429 SmallVector<StringRef, 4> Components; in normalize() local
430 Str.split(Components, "-"); in normalize()
438 if (Components.size() > 0) in normalize()
439 Arch = parseArch(Components[0]); in normalize()
441 if (Components.size() > 1) in normalize()
442 Vendor = parseVendor(Components[1]); in normalize()
444 if (Components.size() > 2) in normalize()
445 OS = parseOS(Components[2]); in normalize()
447 if (Components.size() > 3) in normalize()
448 Environment = parseEnvironment(Components[3]); in normalize()
[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()
Dexif.c590 int Tag, Format, Components; in ProcessExifDir() local
598 Components = Get32u(DirEntry+4); in ProcessExifDir()
606 if ((unsigned)Components > 0x10000){ in ProcessExifDir()
607 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessExifDir()
611 ByteCount = Components * BytesPerFormat[Format]; in ProcessExifDir()
/external/chromium_org/tools/measure_page_load_time/ff_ext/content/
Dmeasure_page_load_time.js16 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/llvm/tools/llvm-config/
Dllvm-config.cpp94 void ComputeLibsForComponents(const std::vector<StringRef> &Components, in ComputeLibsForComponents() argument
107 for (unsigned i = 0, e = Components.size(); i != e; ++i) { in ComputeLibsForComponents()
109 std::string ComponentLower = Components[i].lower(); in ComputeLibsForComponents()
113 llvm::errs() << "llvm-config: unknown component name: " << Components[i] in ComputeLibsForComponents()
175 std::vector<StringRef> Components; in main() local
332 Components.push_back(Arg); in main()
341 if (Components.empty()) in main()
342 Components.push_back("all"); in main()
346 ComputeLibsForComponents(Components, RequiredLibs, in main()
377 } else if (!Components.empty()) { in main()
/external/clang/lib/AST/
DVTableBuilder.cpp556 VTableComponentVectorTy Components; member in __anon71138c580111::VCallAndVBaseOffsetBuilder
604 const_iterator components_begin() const { return Components.rbegin(); } in components_begin()
605 const_iterator components_end() const { return Components.rend(); } in components_end()
667 int64_t OffsetIndex = -(int64_t)(3 + Components.size()); in getCurrentOffsetOffset()
718 Components.push_back( in AddVCallOffsets()
763 Components.push_back( in AddVBaseOffsets()
824 SmallVector<VTableComponent, 64> Components; member in __anon71138c580111::ItaniumVTableBuilder
1036 return Components.size(); in getNumVTableComponents()
1040 return Components.begin(); in vtable_component_begin()
1044 return Components.end(); in vtable_component_end()
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
Dexif.js287 Components : { property
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/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/chromium_org/ui/
DDEPS2 # Components within ui must state their dependencies explicitly.
/external/chromium_org/ppapi/api/dev/
Dppb_url_util_dev.idl65 * will identify the components of the resulting URL. Components may be NULL
83 * will identify the components of the resulting URL. Components may be NULL
132 * will identify the components of the resulting URL. Components may be NULL
145 * will identify the components of the resulting URL. Components may be NULL
156 * will identify the components of the resulting URL. Components may be NULL
/external/chromium_org/athena/
DDEPS4 # Components within athena must state their dependencies explicitly
/external/chromium_org/components/
DDEPS9 # Components that wish to use the content API or IPC must explicitly declare
/external/chromium_org/android_webview/native/
DDEPS10 # Components that Android WebView depends on.
/external/clang/tools/driver/
Ddriver.cpp239 for (int Components = 2; Components; --Components) { in ParseProgName() local
/external/chromium_org/third_party/icu/source/config/
Dicu.pc.in30 ICUDESC=International Components for Unicode
/external/chromium_org/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
Dicu.pc27 ICUDESC=International Components for Unicode
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dstring-base64.js114 throw Components.Exception('Corrupted base64 string');
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dstring-base64.js114 throw Components.Exception('Corrupted base64 string');
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
Dstring-base64.js114 throw Components.Exception('Corrupted base64 string');
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh160 #define OT_LIGATURE(Name, Components, LigGlyph) \ argument
164 OT_UHEADLESSARRAY(Name##ComponentsArray, OT_LIST(Components))
/external/clang/lib/CodeGen/
DCGVTables.h65 const CXXRecordDecl *RD, const VTableComponent *Components,
/external/chromium_org/chrome/browser/favicon/
DDEPS11 # Components-like DEPS above go here.

123