/external/openfst/src/include/fst/ |
D | bi-table.h | 138 class E = std::equal_to<T>, HSType HS = HS_DENSE> 155 CompactHashBiTable(const CompactHashBiTable<I, T, H, E, HS> &table) in CompactHashBiTable() 239 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet; 256 void operator=(const CompactHashBiTable<I, T, H, E, HS> &table); // disallow 260 template <class I, class T, class H, class E, HSType HS> 261 const I CompactHashBiTable<I, T, H, E, HS>::kCurrentKey = -1; 263 template <class I, class T, class H, class E, HSType HS> 264 const I CompactHashBiTable<I, T, H, E, HS>::kEmptyKey = -2; 266 template <class I, class T, class H, class E, HSType HS> 267 const I CompactHashBiTable<I, T, H, E, HS>::kDeletedKey = -3; [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
D | rdataclass.py | 33 HS = 4 variable 41 'HS' : HS, 58 'HESIOD' : HS
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 253 HeaderSearch *HS; variable 271 HeaderFileInfoTrait(ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, in HeaderFileInfoTrait() argument 273 : Reader(Reader), M(M), HS(HS), FrameworkStrings(FrameworkStrings) { } in HeaderFileInfoTrait()
|
D | ASTWriter.cpp | 1646 const HeaderSearch &HS; member in __anon25a84b0f0411::HeaderFileInfoTrait 1653 HeaderFileInfoTrait(ASTWriter &Writer, const HeaderSearch &HS) in HeaderFileInfoTrait() argument 1654 : Writer(Writer), HS(HS) { } in HeaderFileInfoTrait() 1682 for (auto ModInfo : HS.getModuleMap().findAllModulesForHeader(key.FE)) in EmitKeyDataLength() 1736 for (auto ModInfo : HS.getModuleMap().findAllModulesForHeader(key.FE)) { in EmitData() 1756 void ASTWriter::WriteHeaderSearch(const HeaderSearch &HS) { in WriteHeaderSearch() argument 1758 HS.getFileMgr().GetUniqueIDMapping(FilesByUID); in WriteHeaderSearch() 1760 if (FilesByUID.size() > HS.header_file_size()) in WriteHeaderSearch() 1761 FilesByUID.resize(HS.header_file_size()); in WriteHeaderSearch() 1763 HeaderFileInfoTrait GeneratorTrait(*this, HS); in WriteHeaderSearch() [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 32 HS, // Carry set >, ==, or unordered enumerator 52 case HS: return LO; in getOppositeCondition() 53 case LO: return HS; in getOppositeCondition() 72 case ARMCC::HS: return "hs"; in ARMCondCodeToString()
|
/external/valgrind/drd/scripts/ |
D | download-and-build-splash2.in | 60 visible.c: visible.C $(HS) 61 rad_tools.c: rad_tools.C $(HS) 62 room_model.c: room_model.C $(HS) 157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 174 const FileEntry *LookupFile(StringRef &Filename, HeaderSearch &HS, 185 StringRef Filename, HeaderSearch &HS,
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 275 HeaderSearch &HS, in LookupFile() argument 301 return HS.getFileAndSuggestModule(TmpDir, getDir(), in LookupFile() 307 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 328 Result = HM->LookupFile(Filename, HS.getFileMgr()); in LookupFile() 331 Result = HS.getFileMgr().getFile(Dest); in LookupFile() 401 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 405 FileManager &FileMgr = HS.getFileMgr(); in DoFrameworkLookup() 414 HS.LookupFrameworkCache(Filename.substr(0, SlashPos)); in DoFrameworkLookup() 437 HS.IncrementFrameworkLookupCount(); in DoFrameworkLookup() 518 if (!HS.findUsableModuleForFrameworkHeader( in DoFrameworkLookup() [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument 52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), in InitHeaderSearch() 646 void clang::ApplyHeaderSearchOptions(HeaderSearch &HS, in ApplyHeaderSearchOptions() argument 650 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions() 672 if (const DirectoryEntry *Dir = HS.getFileMgr().getDirectory(P)) in ApplyHeaderSearchOptions() 673 HS.getModuleMap().setBuiltinIncludeDir(Dir); in ApplyHeaderSearchOptions()
|
D | FrontendActions.cpp | 292 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in BeginSourceFileAction() local 293 if (HS.loadModuleMapFile(ModuleMap, IsSystem)) in BeginSourceFileAction() 315 Module = HS.lookupModule(CI.getLangOpts().CurrentModule, in BeginSourceFileAction() 344 HS.getModuleMap().setInferredModuleAllowedBy(Module, ModuleMapForUniquing); in BeginSourceFileAction() 388 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in ComputeASTConsumerArguments() local 390 HS.getModuleFileName(CI.getLangOpts().CurrentModule, in ComputeASTConsumerArguments()
|
D | VerifyDiagnosticConsumer.cpp | 135 HeaderSearch &HS = CurrentPreprocessor->getHeaderSearchInfo(); in HandleDiagnostic() local 136 if (HS.findModuleForHeader(FE)) in HandleDiagnostic()
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 39 #define TESTCS(TESTNAME, YUVTOARGB, ARGBTOYUV, HS1, HS, HN, DIFF) \ argument 43 ((benchmark_height_ + HS1) / HS); \ 67 for (int y = 0; y < benchmark_height_ - HS1; y += HS) { \ 84 if ((benchmark_height_ & 1) && HS == 2) { \
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 152 HS, enumerator
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-compare-instructions.ll | 495 ; LS implemented as HS, so check reversed operands. 504 ; LS implemented as HS, so check reversed operands. 513 ; LS implemented as HS, so check reversed operands. 522 ; LS implemented as HS, so check reversed operands. 531 ; LS implemented as HS, so check reversed operands. 540 ; LS implemented as HS, so check reversed operands. 549 ; LS implemented as HS, so check reversed operands. 975 ; LS implemented as HS, so check reversed operands. 985 ; LS implemented as HS, so check reversed operands. 995 ; LS implemented as HS, so check reversed operands. [all …]
|
D | neon-compare-instructions.ll | 559 ; LS implemented as HS, so check reversed operands. 569 ; LS implemented as HS, so check reversed operands. 579 ; LS implemented as HS, so check reversed operands. 589 ; LS implemented as HS, so check reversed operands. 599 ; LS implemented as HS, so check reversed operands. 609 ; LS implemented as HS, so check reversed operands. 619 ; LS implemented as HS, so check reversed operands. 1166 ; LS implemented as HS, so check reversed operands. 1177 ; LS implemented as HS, so check reversed operands. 1188 ; LS implemented as HS, so check reversed operands. [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 412 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 463 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 491 hs20=1 <--- HS 2.0 indication 552 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 565 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 579 ssid="HS 2.0 OSU"
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 58 void ApplyHeaderSearchOptions(HeaderSearch &HS,
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 196 HS = 0x2, // Unsigned higher or same >, ==, or unordered enumerator 219 case HS: return "hs"; in getCondCodeName() 253 case HS: return C; // C == 1 in getNZCVToSatisfyCondCode()
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.cpp | 182 case NVPTX::PTXCmpMode::HS: in printCmpMode()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Scale.miff | 15 …8,�9'�E<�82�70�@6�wz�v��Pf�`Rp�Vq�_y�h��s������\K8\K8]L9^L;]O>aQDfV_�~��z��HS�>E�>9�<-�;3�9-�E9�:0…
|
D | Contrast.miff | 15 …F?�5$�6&�5*�81�85�86�64�GH�WU�?9�74�60�62�46�6<�4;�59�;4�7(�7%�8&�4"�D?�Ug�HS�\O?F*P[/o�Z��c��eR_D…
|
D | Rotate.miff | 15 …LJ5DG0MOMXYwZZ�RR�\]�be�aj�el�ru�ry�s}�}�ğ�����n��Qf�N_�]��h��Zn�LZsLRWZp;HS:91:40=:2;=0:<2=81=73…
|
D | Blur.miff | 15 …;4�=7�@<�A@�BB�AC�?B�=B�;B�;B�:@�:=�9:�98�96�85�74�72�60�6.�6.�81�;8�@A�EK�HS�JU�KR�NM�WIrcHjrIiL…
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 517 void WriteHeaderSearch(const HeaderSearch &HS);
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_prog.miff | 13 …7?=;<?@:AC6BD6EE9GG=<;7?=><:=?=>IHCDE79;%<:#RF6OA4L@4M@7M>9O77R/5Y*2i*5�<I�HS�AJ�;>�=<�?:�<2�E4�<*…
|