Home
last modified time | relevance | path

Searched refs:lf (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DenumMergeWithExpando.types3 declare namespace lf {
4 >lf : typeof lf
13 lf.Order = {}
14 >lf.Order = {} : typeof lf.Order
15 >lf.Order : typeof lf.Order
16 >lf : typeof lf
17 >Order : typeof lf.Order
20 lf.Order.DESC = 0;
21 >lf.Order.DESC = 0 : 0
22 >lf.Order.DESC : any
[all …]
DenumMergeWithExpando.symbols3 declare namespace lf {
4 >lf : Symbol(lf, Decl(lovefield-ts.d.ts, 0, 0), Decl(enums.js, 0, 0), Decl(enums.js, 0, 13), Decl(e…
13 lf.Order = {}
14 >lf.Order : Symbol(lf.Order, Decl(lovefield-ts.d.ts, 1, 22), Decl(enums.js, 0, 0), Decl(enums.js, 1…
15 >lf : Symbol(lf, Decl(lovefield-ts.d.ts, 0, 0), Decl(enums.js, 0, 0), Decl(enums.js, 0, 13), Decl(e…
16 >Order : Symbol(lf.Order, Decl(lovefield-ts.d.ts, 1, 22), Decl(enums.js, 0, 0), Decl(enums.js, 1, 3…
18 lf.Order.DESC = 0;
19 >lf.Order.DESC : Symbol(lf.Order.DESC, Decl(lovefield-ts.d.ts, 2, 28), Decl(enums.js, 0, 13))
20 >lf.Order : Symbol(lf.Order, Decl(lovefield-ts.d.ts, 1, 22), Decl(enums.js, 0, 0), Decl(enums.js, 1…
21 >lf : Symbol(lf, Decl(lovefield-ts.d.ts, 0, 0), Decl(enums.js, 0, 0), Decl(enums.js, 0, 13), Decl(e…
[all …]
DprototypePropertyAssignmentMergeWithInterfaceMethod.types3 declare namespace lf {
31 lf.Transaction = function() {};
32 >lf.Transaction = function() {} : typeof Transaction
33 >lf.Transaction : typeof Transaction
34 >lf : typeof lf
39 * @param {!Array<!lf.schema.Table>} scope
42 lf.Transaction.prototype.begin = function(scope) {};
43 >lf.Transaction.prototype.begin = function(scope) {} : (scope: Array<lf.schema.Table>) => IThenable
44 >lf.Transaction.prototype.begin : any
45 >lf.Transaction.prototype : any
[all …]
DprototypePropertyAssignmentMergeWithInterfaceMethod.symbols3 declare namespace lf {
4 >lf : Symbol(lf, Decl(lovefield-ts.d.ts, 0, 0), Decl(lovefield.js, 0, 0))
51 lf.Transaction = function() {};
52 >lf.Transaction : Symbol(lf.Transaction, Decl(lovefield-ts.d.ts, 1, 22), Decl(lovefield.js, 0, 0))
53 >lf : Symbol(lf, Decl(lovefield-ts.d.ts, 0, 0), Decl(lovefield.js, 0, 0))
54 >Transaction : Symbol(lf.Transaction, Decl(lovefield-ts.d.ts, 1, 22), Decl(lovefield.js, 0, 0))
57 * @param {!Array<!lf.schema.Table>} scope
60 lf.Transaction.prototype.begin = function(scope) {};
61 >lf.Transaction.prototype : Symbol(lf.Transaction.begin, Decl(lovefield-ts.d.ts, 3, 56), Decl(lovef…
62 >lf.Transaction : Symbol(lf.Transaction, Decl(lovefield-ts.d.ts, 1, 22), Decl(lovefield.js, 0, 0))
[all …]
DprototypePropertyAssignmentMergeWithInterfaceMethod.errors.txt5 tests/cases/conformance/salsa/lovefield.js(3,23): error TS2694: Namespace 'lf' has no exported memb…
11 declare namespace lf {
31 lf.Transaction = function() {};
33 * @param {!Array<!lf.schema.Table>} scope
35 !!! error TS2694: Namespace 'lf' has no exported member 'schema'.
40 lf.Transaction.prototype.begin = function(scope) {};
/third_party/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
144 lf.lfHeight = - pt.y; in GDIFontInstance()
145 lf.lfWidth = 0; in GDIFontInstance()
146 lf.lfEscapement = 0; in GDIFontInstance()
147 lf.lfOrientation = 0; in GDIFontInstance()
148 lf.lfWeight = 0; in GDIFontInstance()
149 lf.lfItalic = 0; in GDIFontInstance()
150 lf.lfUnderline = 0; in GDIFontInstance()
151 lf.lfStrikeOut = 0; in GDIFontInstance()
152 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance() local
144 lf.lfHeight = - pt.y; in GDIFontInstance()
145 lf.lfWidth = 0; in GDIFontInstance()
146 lf.lfEscapement = 0; in GDIFontInstance()
147 lf.lfOrientation = 0; in GDIFontInstance()
148 lf.lfWeight = 0; in GDIFontInstance()
149 lf.lfItalic = 0; in GDIFontInstance()
150 lf.lfUnderline = 0; in GDIFontInstance()
151 lf.lfStrikeOut = 0; in GDIFontInstance()
152 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
[all …]
/third_party/glslang/
D.gitattributes1 # test files have a mix of lf/crlf, and that's a good thing, for testing, don't mess with it
2 # bash scripts need lines ending with lf, and that's correct for Windows too, e.g., under Cygwin
5 *.sh text eof=lf
10 # source code can be native and normalized, but simpler if lf everywhere; will try that way
11 *.h text eol=lf
12 *.c text eol=lf
13 *.cpp text eol=lf
14 *.y text eol=lf
15 *.out text eol=lf
16 *.conf text eol=lf
[all …]
/third_party/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py96 lf = LogFollower()
98 lf.manage_gl_sections(line)
100 parsed_lines = lf.flush()
124 lf = LogFollower()
125 lf.feed(lines)
126 parsed_lines = lf.flush()
127 empty = lf.flush()
128 lf.feed(lines)
129 repeated_parsed_lines = lf.flush()
268 lf = LogFollower(timeout_durations=td)
[all …]
/third_party/skia/src/ports/
DSkFontHost_win.cpp50 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible() argument
52 gEnsureLOGFONTAccessibleProc(lf); in call_ensure_accessible()
105 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring() argument
108 call_ensure_accessible(lf); in dcfontname_to_skstring()
116 call_ensure_accessible(lf); in dcfontname_to_skstring()
125 static void make_canonical(LOGFONT* lf) { in make_canonical() argument
126 lf->lfHeight = -64; in make_canonical()
127 lf->lfWidth = 0; // lfWidth is related to lfHeight, not to the OS/2::usWidthClass. in make_canonical()
128 lf->lfQuality = CLEARTYPE_QUALITY;//PROOF_QUALITY; in make_canonical()
129 lf->lfCharSet = DEFAULT_CHARSET; in make_canonical()
[all …]
/third_party/skia/third_party/externals/angle2/
D.gitattributes8 **/shaders/gen/*.inc eol=lf
9 *.sh eol=lf
10 *.gn eol=lf
11 *.gni eol=lf
12 *.star eol=lf
13 infra/config/generated/*.cfg eol=lf
14 infra/config/generated/*.pyl eol=lf
15 src/compiler/preprocessor/preprocessor_*.* eol=lf
16 src/compiler/translator/glslang_*.* eol=lf
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/desktop-only/comp/
Dfp64.desktop.comp40 ssbo_0.a += dvec4(10.0lf, 20.0lf, 30.0lf, 40.0lf);
41 ssbo_0.a += dvec4(20.0lf);
51 ssbo_0.a = mod(_40, dvec4(20.0lf));
59 ssbo_1.b.x += 1.0lf;
60 ssbo_2.b[0].x += 1.0lf;
61 ssbo_3.b[0].x += 1.0lf;
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp.c116 const char *cr, *lf; in remove_line_continuations() local
148 lf = strchr(search_start, '\n'); in remove_line_continuations()
156 } else if (lf == NULL) { in remove_line_continuations()
158 } else if (lf == cr + 1) { in remove_line_continuations()
161 } else if (cr == lf + 1) { in remove_line_continuations()
175 lf = strchr (search_start, '\n'); in remove_line_continuations()
176 if (cr && lf) in remove_line_continuations()
177 newline = cr < lf ? cr : lf; in remove_line_continuations()
181 newline = lf; in remove_line_continuations()
/third_party/curl/
D.gitattributes2 buildconf eol=lf
3 configure.ac eol=lf
4 *.m4 eol=lf
5 *.in eol=lf
6 *.am eol=lf
7 *.sh eol=lf
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/desktop-only/comp/
Dfp64.desktop.comp40 ssbo_0.a += dvec4(10.0lf, 20.0lf, 30.0lf, 40.0lf);
41 ssbo_0.a += dvec4(20.0lf);
52 ssbo_0.a = mod(a, dvec4(20.0lf));
79 ssbo_1.b.x += 1.0lf;
80 ssbo_2.b[0].x += 1.0lf;
81 ssbo_3.b[0].x += 1.0lf;
/third_party/libsnd/
D.gitattributes5 *.ac text eol=lf
6 *.am text eol=lf
7 *.m4 text eol=lf
8 *.pc text eol=lf
9 *.spec text eol=lf
10 *.sh text eol=lf
/third_party/musl/src/stdlib/
Dqsort.c94 unsigned char *rt, *lf; in sift() local
101 lf = head - width - lp[pshift - 2]; in sift()
103 if(cmp(ar[0], lf, arg) >= 0 && cmp(ar[0], rt, arg) >= 0) { in sift()
106 if(cmp(lf, rt, arg) >= 0) { in sift()
107 ar[i++] = lf; in sift()
108 head = lf; in sift()
122 *rt, *lf; in trinkle() local
139 lf = head - width - lp[pshift - 2]; in trinkle()
140 if(cmp(rt, stepson, arg) >= 0 || cmp(lf, stepson, arg) >= 0) { in trinkle()
/third_party/libwebsockets/lib/secure-streams/cpp/
DlssFile.cxx36 lssFile *lf = (lssFile *)userobj_to_lss(userobj); in lssfile_rx() local
38 return lf->write(buf, len, flags); in lssfile_rx()
55 lssFile *lf = (lssFile *)userobj_to_lss(userobj); in lssfile_state() local
71 lf->call_completion(state); in lssfile_state()
80 lf->m_ss = NULL; in lssfile_state()
81 delete lf; in lssfile_state()
/third_party/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.c70 const struct drisw_loader_funcs *lf; member
148 if (ws->lf->put_image_shm) in dri_sw_displaytarget_create()
195 …dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->heig… in dri_sw_displaytarget_map()
208 …dri_sw_ws->lf->put_image2((void *)dri_sw_dt->front_private, dri_sw_dt->data, 0, 0, dri_sw_dt->widt… in dri_sw_displaytarget_unmap()
277 … dri_sw_ws->lf->put_image_shm(dri_drawable, dri_sw_dt->shmid, dri_sw_dt->data, offset, offset_x, in dri_sw_displaytarget_display()
283 dri_sw_ws->lf->put_image2(dri_drawable, data, in dri_sw_displaytarget_display()
286 dri_sw_ws->lf->put_image(dri_drawable, data, width, height); in dri_sw_displaytarget_display()
296 dri_create_sw_winsys(const struct drisw_loader_funcs *lf) in dri_create_sw_winsys() argument
304 ws->lf = lf; in dri_create_sw_winsys()
/third_party/skia/third_party/externals/imgui/
D.gitattributes22 Makefile text eol=lf
23 *.sh text eol=lf
24 *.pbxproj text eol=lf
25 *.storyboard text eol=lf
26 *.plist text eol=lf
/third_party/pulseaudio/src/tests/
Dlfe-filter-test.c31 pa_lfe_filter_t *lf; member
104 pa_lfe_filter_process(lft->lf, &mc); in lfe_filter_rewind_test()
109 pa_lfe_filter_rewind(lft->lf, rewind_samples * fz); in lfe_filter_rewind_test()
114 pa_lfe_filter_process(lft->lf, &mc); in lfe_filter_rewind_test()
148 pa_assert_se(lft.lf = pa_lfe_filter_new(&a, &chmapmono, crossover_freq, a.rate * 10)); in START_TEST()
153 pa_lfe_filter_free(lft.lf); in START_TEST()
156 pa_assert_se(lft.lf = pa_lfe_filter_new(&a, &chmapmono, crossover_freq, a.rate * 10)); in START_TEST()
164 pa_lfe_filter_free(lft.lf); in START_TEST()
/third_party/pulseaudio/src/pulsecore/
Dlock-autospawn.c138 char *lf; in unref() local
140 if (!(lf = pa_runtime_path(AUTOSPAWN_LOCK))) in unref()
143 pa_unlock_lockfile(lf, lock_fd); in unref()
144 pa_xfree(lf); in unref()
216 char *lf; in thread_func() local
226 if (!(lf = pa_runtime_path(AUTOSPAWN_LOCK))) { in thread_func()
231 if ((fd = pa_lock_lockfile(lf)) < 0) in thread_func()
249 pa_xfree(lf); in thread_func()
/third_party/typescript/tests/cases/conformance/salsa/
DenumMergeWithExpando.ts6 declare namespace lf { namespace
11 lf.Order = {}
12 lf.Order.DESC = 0;
13 lf.Order.ASC = 1;
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
Dmain.cxx22 lssFile *lf = (lssFile *)lss; in lss_completion() local
26 lf->path.c_str(), (unsigned long long)lf->rxlen, in lss_completion()
27 (int)((lws_now_usecs() - lf->us_start) / 1000)); in lss_completion()
29 lwsl_notice("%s: %s: failed\n", __func__, lf->path.c_str()); in lss_completion()
/third_party/skia/src/sksl/ir/
DSkSLModifiers.cpp61 for (const auto& lf : kLayoutFlags) { in checkPermitted() local
62 if (layoutFlags & lf.flag) { in checkPermitted()
63 if (!(permittedLayoutFlags & lf.flag)) { in checkPermitted()
65 line, "layout qualifier '" + String(lf.name) + "' is not permitted here"); in checkPermitted()
68 layoutFlags &= ~lf.flag; in checkPermitted()

12345678