/external/llvm/lib/Support/ |
D | Triple.cpp | 429 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/ |
D | makernote.c | 38 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()
|
D | gpsinfo.c | 143 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()
|
D | exif.c | 590 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/ |
D | 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/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 94 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/ |
D | VTableBuilder.cpp | 556 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/ |
D | exif.js | 287 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/ |
D | LLVMBuild.rst | 95 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/ |
D | DEPS | 2 # Components within ui must state their dependencies explicitly.
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_url_util_dev.idl | 65 * 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/ |
D | DEPS | 4 # Components within athena must state their dependencies explicitly
|
/external/chromium_org/components/ |
D | DEPS | 9 # Components that wish to use the content API or IPC must explicitly declare
|
/external/chromium_org/android_webview/native/ |
D | DEPS | 10 # Components that Android WebView depends on.
|
/external/clang/tools/driver/ |
D | driver.cpp | 239 for (int Components = 2; Components; --Components) { in ParseProgName() local
|
/external/chromium_org/third_party/icu/source/config/ |
D | icu.pc.in | 30 ICUDESC=International Components for Unicode
|
/external/chromium_org/base/third_party/icu/ |
D | README.chromium | 7 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
|
/external/icu/icu4c/source/config/ |
D | icu.pc.in | 30 ICUDESC=International Components for Unicode
|
D | icu.pc | 27 ICUDESC=International Components for Unicode
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | string-base64.js | 114 throw Components.Exception('Corrupted base64 string');
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | string-base64.js | 114 throw Components.Exception('Corrupted base64 string');
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | string-base64.js | 114 throw Components.Exception('Corrupted base64 string');
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 160 #define OT_LIGATURE(Name, Components, LigGlyph) \ argument 164 OT_UHEADLESSARRAY(Name##ComponentsArray, OT_LIST(Components))
|
/external/clang/lib/CodeGen/ |
D | CGVTables.h | 65 const CXXRecordDecl *RD, const VTableComponent *Components,
|
/external/chromium_org/chrome/browser/favicon/ |
D | DEPS | 11 # Components-like DEPS above go here.
|