/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | timezone.h | 913 * @param top Top resource bundle for tz data 920 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | olsontz.h | 120 * @param top the top-level zoneinfo resource bundle. This is used 126 OlsonTimeZone(const UResourceBundle* top,
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.cpp | 96 auto group = groups.top(); in group_allocation()
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/ |
H A D | algorithm-discards-context.https.window.js | 21 top.closeChild(testId);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | timezone.h | 944 * @param top Top resource bundle for tz data 951 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | olsontz.h | 120 * @param top the top-level zoneinfo resource bundle. This is used 126 OlsonTimeZone(const UResourceBundle* top,
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_context.h | 128 float left, right, bottom, top; member
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_outwin.py | 39 self.assertEqual(self.window.top.title(), 'Output')
|
H A D | test_zzdummy.py | 34 self.top = root
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocBasic.cpp | 98 LiveInterval *LI = Queue.top();
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3D11EmulatedIndexedBufferTest.cpp | 80 srcBox.top = 0; in createMappableCompareBufferFromEmulatedBuffer()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.h | 72 int left, int top);
|
/third_party/skia/src/image/ |
H A D | SkSurface_Raster.cpp | 95 SkAssertResult(fBitmap.readPixels(dst.pixmap(), subset->left(), subset->top())); in onNewImageSnapshot()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | timezone.h | 864 * @param top Top resource bundle for tz data 871 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
|
/third_party/skia/tests/ |
H A D | SpecialImageTest.cpp | 62 REPORTER_ASSERT(reporter, kPad == subset.top()); in test_image()
|
/third_party/skia/tests/graphite/ |
H A D | RectTest.cpp | 49 CHECK(rect2.top() == t); in DEF_GRAPHITE_TEST()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.h | 161 FT_Long top; /* @ top of exec. stack */ member 167 FT_Long new_top; /* new top after exec. */ 212 FT_Int callTop, /* @ top of call stack during execution */
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | webtreemap.js | 94 dom.style.top = y + 'px';
|
/third_party/skia/tools/mdbviz/ |
H A D | mainwindow.cpp | 50 parents.top()->addChild(item); in setupOpsTaskWidget()
|
/third_party/spirv-tools/source/diff/ |
H A D | lcs.h | 148 DiffMatchIndex current = to_calculate.top(); in CalculateLCS()
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | IntersectionTree.cpp | 47 return (kSplitType == SplitType::kX) ? rect.left() : rect.top(); in GetLoVal() 123 fRectValsSum += rect.vals(); // [sum(left), sum(top), -sum(right), -sum(bot)] in appendToList() 195 float4 fRectValsSum; // [sum(left), sum(top), -sum(right), -sum(bot)]
|
/third_party/skia/include/core/ |
H A D | SkFont.h | 443 * @param top the top of the line intersecting 448 SkScalar top, SkScalar bottom,
|
/third_party/skia/gm/ |
H A D | coloremoji.cpp | 166 SkRect upperLeftClip = SkRect::MakeXYWH(bounds.left(), bounds.top(),
|
H A D | colorfilters.cpp | 30 { bounds.left(), bounds.top() }, in make_shader()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.cpp | 586 auto &&onGetRectRelativeToWindowHandler = [weak = WeakClaim(this)](int32_t &top, int32_t &left) { in RegisterRenderDelegateEvent() 589 formManagerDelegate->OnGetRectRelativeToWindow(top, left); in RegisterRenderDelegateEvent() 780 void FormManagerDelegate::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) in OnGetRectRelativeToWindow() argument 783 onGetRectRelativeToWindowCallback_(top, left); in OnGetRectRelativeToWindow()
|