/third_party/node/deps/v8/src/logging/ |
H A D | counters-definitions.h | 13 #define HISTOGRAM_RANGE_LIST(HR) \ 14 /* Generic range histograms: HR(name, caption, min, max, num_buckets) */ \ 15 HR(background_marking, V8.GCBackgroundMarking, 0, 10000, 101) \ 16 HR(background_sweeping, V8.GCBackgroundSweeping, 0, 10000, 101) \ 17 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \ 18 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \ 19 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \ 20 HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, \ 22 HR(incremental_marking_sum, V8.GCIncrementalMarkingSum, 0, 10000, 101) \ 23 HR(mark_compact_reaso [all...] |
H A D | counters.cc | 116 #define HR(name, caption, min, max, num_buckets) \ in Counters() macro 118 HISTOGRAM_RANGE_LIST(HR) in Counters() 119 #undef HR in Counters() macro 272 #define HR(name, caption, min, max, num_buckets) name##_.Reset(); in ResetCreateHistogramFunction() macro 273 HISTOGRAM_RANGE_LIST(HR) in ResetCreateHistogramFunction() 274 #undef HR in ResetCreateHistogramFunction() macro
|
H A D | counters.h | 507 #define HR(name, caption, min, max, num_buckets) \ macro 512 HISTOGRAM_RANGE_LIST(HR) 513 #undef HR macro 640 #define HR(name, caption, min, max, num_buckets) Histogram name##_; macro 641 HISTOGRAM_RANGE_LIST(HR) 642 #undef HR macro
|
/third_party/elfutils/backends/ |
H A D | s390_corenote.c | 144 #define HR(n) \ macro 152 HR (0), HR (1), HR (2), HR (3), HR (4), HR (5), HR (6), HR (7), 153 HR ( 155 #undef HR global() macro [all...] |
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 182 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail() 570 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp() 573 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp() 593 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp() 596 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp() 599 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp() 646 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush() 697 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush() 700 HR(this->createPath(centralFigure.get(), in createXpsImageBrush() 715 HR(thi in createXpsImageBrush() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 77 HRESULT HR; in LoadDIA() 78 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA() 80 return ErrorFromHResult(HR, "Calling NoRegCoCreate"); in LoadDIA() 101 HRESULT HR; in createFromPdb() local 102 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) { in createFromPdb() 103 return ErrorFromHResult(HR, "Calling loadDataFromPdb {0}", Path); in createFromPdb() 106 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb() 107 return ErrorFromHResult(HR, "Calling openSession"); in createFromPdb() 127 HRESULT HR; in createFromExe() local 128 if (FAILED(HR in createFromExe() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mf_utils.c | 52 #define HR(x) case x: return (char *) # x; in ff_hr_str_buf() macro 54 HR(S_OK) in ff_hr_str_buf() 55 HR(E_UNEXPECTED) in ff_hr_str_buf() 56 HR(MF_E_INVALIDMEDIATYPE) in ff_hr_str_buf() 57 HR(MF_E_INVALIDSTREAMNUMBER) in ff_hr_str_buf() 58 HR(MF_E_INVALIDTYPE) in ff_hr_str_buf() 59 HR(MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING) in ff_hr_str_buf() 60 HR(MF_E_TRANSFORM_TYPE_NOT_SET) in ff_hr_str_buf() 61 HR(MF_E_UNSUPPORTED_D3D_TYPE) in ff_hr_str_buf() 62 HR(MF_E_TRANSFORM_NEED_MORE_INPU in ff_hr_str_buf() 67 #undef HR ff_hr_str_buf() macro [all...] |
/third_party/skia/src/ports/ |
H A D | SkRemotableFontMgr_win_dw.cpp | 100 HR(fontFace->GetFiles(&numFiles, nullptr)); in FontToIdentity() 107 HR(fontFace->GetFiles(&numFiles, &fontFile)); in FontToIdentity() 110 HR(fontFile->GetLoader(&fontFileLoader)); in FontToIdentity() 114 HR(fontFile->GetReferenceKey(&refKey, &refKeySize)); in FontToIdentity() 260 HR(fOuter->FontToIdentity(font.get(), &fIdentity));
|
H A D | SkFontMgr_win_dw.cpp | 97 HR(SkDWriteFontFileStreamWrapper::Create(fStream->duplicate().release(), &stream)); in CreateStreamFromKey() 176 HR(fFactory->CreateCustomFontFileReference( in MoveNext() 261 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator)); in CreateEnumeratorFromKey() 297 HR(family->GetFirstMatchingFont( in FirstMatchingFontWithoutSimulations() 1041 HR(fontFace5->GetFontResource(&fontResource)); in apply_fontargument_variation() 1042 HR(fontResource->GetDefaultFontAxisValues(variation, fontAxisCount)); in apply_fontargument_variation() 1058 HR(fontResource->CreateFontFace(DWRITE_FONT_SIMULATIONS_NONE, in apply_fontargument_variation() 1062 HR(fontFace5_Out->QueryInterface(&fontFace)); in apply_fontargument_variation() 1135 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists)); in getByFamilyName() 1138 HR(fFontCollectio in getByFamilyName() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 138 PSHashRecord HR; 140 HR.Off = SymOffset + 1; 141 HR.CRef = 1; // Always use a refcount of 1. 146 TmpBuckets[BucketIdx].push_back(std::make_pair(Name, HR));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 193 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() local 195 (void) HR; in validateTree() 197 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree() 200 assert((HL > HR ? HL-HR : HR-HL) <= 2 in validateTree()
|
/third_party/skia/src/utils/win/ |
H A D | SkHRESULT.h | 40 The HR variants will return the HRESULT when FAILED. 46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr) macro
|
H A D | SkDWrite.cpp | 116 HR(sk_wchar_to_skstring(name.get(), nameLen, skname)); in sk_get_locale_string()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 58 253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"], 218 ,,[8]],[,,"[37-9]\\d{7}",,,,"91234567",,,[8]],[,,"8002\\d{7}",,,,"80021234567",,,[11]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"HN",504,"00",,,,,,,,[[,"(\\d{4})(\\d{4})","$1-$2",["[237-9]"]],[,"(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["8"]]],[[,"(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]],[,,,,,,,,,[-1]],,,[,,"8002\\d{7}",,,,,,,[11]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],HR:[,[,,"(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",,,,,,,[6,7,8,9]],[,,"1\\d{7}|(?:2[0-3]|3[1-5]|4[02-47-9]|5[1-3])\\d{6,7}", 219 ,,,"12345678",,,[8,9],[6,7]],[,,"9(?:(?:0[1-9]|[12589]\\d)\\d\\d|7(?:[0679]\\d\\d|5(?:[01]\\d|44|55|77|9[5-7])))\\d{4}|98\\d{6}",,,,"921234567",,,[8,9]],[,,"80\\d{5,7}",,,,"800123456",,,[7,8,9]],[,,"6[01459]\\d{6}|6[01]\\d{4,5}",,,,"611234",,,[6,7,8]],[,,,,,,,,,[-1]],[,,"7[45]\\d{6}",,,,"74123456",,,[8]],[,,,,,,,,,[-1]],"HR",385,"00","0",,,"0",,,,[[,"(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],[,"(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],[,"(\\d)(\\d{4})(\\d{3})","$1 $2 $3", 576 [,,,,,,,,,[-1]],[,,"109|1(?:08|85\\d)\\d",,,,"109",,,[3,4,5]],,[,,"992",,,,"992",,,[3]]],HN:[,[,,"[14]\\d\\d(?:\\d{2})?",,,,,,,[3,5]],,,[,,"199",,,,"199",,,[3]],[,,,,,,,,,[-1]],,,,"HN",,,,,,,,,,,,,,,,,,[,,"199",,,,"199",,,[3]],,[,,"199|40404",,,,"199"],[,,,,,,,,,[-1]],[,,"404\\d\\d",,,,"40400",,,[5]],,[,,"404\\d\\d",,,,"40400",,,[5]]],HR:[,[,,"[19]\\d{1,5}",,,,,,,[2,3,4,5,6]],,,[,,"1(?:12|9[2-4])|9[34]|1(?:16\\d|39)\\d\\d",,,,"93",,,[2,3,5,6]],[,,"118\\d\\d",,,,"11800",,,[5]],,,,"HR",,,,,,,,,,,,,
|