Home
last modified time | relevance | path

Searched refs:fo (Results 1 - 25 of 34) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DstrictFunctionTypes1.js10 declare function fo(x: Object): void;
14 const x1 = f1(fo, fs); // (x: string) => void
15 const x2 = f2("abc", fo, fs); // "abc"
16 const x3 = f3("abc", fo, fx); // "abc" | "def"
17 const x4 = f4(fo, fs); // Func<string>
21 const x10 = f2(never, fo, fs); // string
22 const x11 = f3(never, fo, fx); // "def"
55 var x1 = f1(fo, fs); // (x: string) => void
56 var x2 = f2("abc", fo, fs); // "abc"
57 var x3 = f3("abc", fo, f
[all...]
H A DlambdaPropSelf.js16 fo() {
39 T.prototype.fo = function () {
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp32 // out float fo; in TEST_F()
40 // fo = f; in TEST_F()
47 OpEntryPoint Fragment %main "main" %BC %fo in TEST_F()
54 OpName %fo "fo" in TEST_F()
71 %fo = OpVariable %_ptr_Output_float Output in TEST_F()
104 OpStore %fo %37 in TEST_F()
136 OpStore %fo %39 in TEST_F()
149 // layout (location=0) out float fo; in TEST_F()
157 // fo in TEST_F()
[all...]
H A Dscalar_replacement_test.cpp1157 OpEntryPoint Fragment %main "main" %fo in TEST_F()
1179 OpName %fo "fo" in TEST_F()
1191 OpDecorate %fo Location 0 in TEST_F()
1214 %fo = OpVariable %_ptr_Output_float Output in TEST_F()
1255 OpStore %fo %53 in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dlocal_ssa_elim_test.cpp32 // out float fo; in TEST_F()
40 // fo = f; in TEST_F()
47 OpEntryPoint Fragment %main "main" %BC %fo in TEST_F()
54 OpName %fo "fo" in TEST_F()
71 %fo = OpVariable %_ptr_Output_float Output in TEST_F()
104 OpStore %fo %37 in TEST_F()
136 OpStore %fo %39 in TEST_F()
149 // layout (location=0) out float fo; in TEST_F()
157 // fo in TEST_F()
[all...]
/third_party/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp32 // out float fo; in TEST_F()
40 // fo = f; in TEST_F()
47 OpEntryPoint Fragment %main "main" %BC %fo in TEST_F()
54 OpName %fo "fo" in TEST_F()
71 %fo = OpVariable %_ptr_Output_float Output in TEST_F()
104 OpStore %fo %37 in TEST_F()
136 OpStore %fo %39 in TEST_F()
149 // layout (location=0) out float fo; in TEST_F()
157 // fo in TEST_F()
[all...]
/third_party/python/Tools/unicode/
H A Dgenmap_support.py179 def print_autogen(fo, source):
180 fo.write(f'// AUTO-GENERATED FILE FROM {source}: DO NOT EDIT\n')
183 def loadmap(fo, natcol=0, unicol=1, sbcs=0):
184 print("Loading from", fo)
185 fo.seek(0, 0)
187 for line in fo:
H A Dgenmap_schinese.py37 def parse_gb18030map(fo):
42 for uni, native in re_gb18030ass.findall(fo.read()):
H A Dgenmap_japanese.py30 def loadmap_jisx0213(fo):
34 for line in fo:
/third_party/lzma/C/
H A D7zArcIn.c654 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex; in ReadUnpackInfo() local
688 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo()
692 p->FoCodersOffsets[fo] = (size_t)(sd.Data - startBufPtr); in ReadUnpackInfo()
797 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
798 p->FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo()
799 p->FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
809 p->FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo()
813 p->FoStartPackStreamIndex[fo] in ReadUnpackInfo()
998 UInt32 fo; SzReadAndDecodePackedStreams() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp744 CNum fo; in ReadUnpackInfo() local
747 for (fo = 0; fo < numFolders; fo++) in ReadUnpackInfo()
751 folders.FoCodersDataOffset[fo] = (size_t)(_inByteBack->GetPtr() - startBufPtr); in ReadUnpackInfo()
863 folders.FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo()
865 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
869 folders.FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
873 folders.FoToCoderUnpackSizes[fo] = numCodersOutStreams; in ReadUnpackInfo()
874 folders.FoStartPackStreamIndex[fo] in ReadUnpackInfo()
[all...]
/third_party/libuv/src/unix/
H A Dsunos.c438 (uintptr_t) &handle->fo, in uv__fs_event_rearm()
540 memset(&handle->fo, 0, sizeof handle->fo); in uv_fs_event_start()
541 handle->fo.fo_name = handle->path; in uv_fs_event_start()
566 (uintptr_t) &handle->fo); in uv__fs_event_stop()
572 handle->fo.fo_name = NULL; in uv__fs_event_stop()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c431 (uintptr_t) &handle->fo, in uv__fs_event_rearm()
533 memset(&handle->fo, 0, sizeof handle->fo); in uv_fs_event_start()
534 handle->fo.fo_name = handle->path; in uv_fs_event_start()
559 (uintptr_t) &handle->fo); in uv__fs_event_stop()
565 handle->fo.fo_name = NULL; in uv__fs_event_stop()
/third_party/libuv/include/uv/
H A Dsunos.h39 file_obj_t fo; \
/third_party/node/deps/uv/include/uv/
H A Dsunos.h39 file_obj_t fo; \
/third_party/optimized-routines/math/test/
H A Dmathtest.c387 static int verbose, fo, strict; variable
1031 if (fo) { in runtest()
1369 if (fo) { in runtest()
1377 if (fo) { in runtest()
1385 if (fo) { in runtest()
1393 if (fo) { in runtest()
1452 if (fo) { in runtest()
1461 if (fo) { in runtest()
1600 fo = 0; in main()
1616 "-fo", in main()
[all...]
/third_party/node/test/parallel/
H A Dtest-readline-keys.js15 const fo = new FakeInput();
16 new Interface({ input: fi, output: fo, terminal: true });
/third_party/glfw/src/
H A Dwin32_joystick.c181 const _GLFWjoyobjectWin32* fo = first; in compareJoystickObjects() local
184 if (fo->type != so->type) in compareJoystickObjects()
185 return fo->type - so->type; in compareJoystickObjects()
187 return fo->offset - so->offset; in compareJoystickObjects()
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c624 off_t fo; in lws_fts_search() local
706 if (lws_fts_getfileoffset(jtf, ltst, (int)line, &fo)) in lws_fts_search()
709 *u++ = (uint32_t)fo; in lws_fts_search()
714 if (lseek(ofd, fo, SEEK_SET) < 0) in lws_fts_search()
/third_party/lzma/CPP/
H A DBuild.mak217 rc $(RFLAGS) -fo$@ $**
/third_party/libexif/contrib/watcom/
H A DMakefile46 CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)\ /fr -zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS)
87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\
/third_party/icu/icu4c/source/common/
H A Dlocmap.cpp339 ILCID_POSIX_ELEMENT_ARRAY(0x0438, fo, fo_FO)
834 ILCID_POSIX_MAP(fo), /* fo Faroese 0x38 */
/third_party/node/deps/icu-small/source/common/
H A Dlocmap.cpp339 ILCID_POSIX_ELEMENT_ARRAY(0x0438, fo, fo_FO)
834 ILCID_POSIX_MAP(fo), /* fo Faroese 0x38 */
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocmap.cpp339 ILCID_POSIX_ELEMENT_ARRAY(0x0438, fo, fo_FO)
834 ILCID_POSIX_MAP(fo), /* fo Faroese 0x38 */
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp2453 const FetchingOffset& fo = fetching_offsets[i]; in iterate() local
2454 const std::string& cs = getComputeShader(SOURCE_INVALID, fo.coord_offset, fo.sample_offset); in iterate()
2496 const FetchingOffset& fo = fetching_offsets[i]; in iterate() local
2497 const std::string& cs = getComputeShader(DESTINATION_INVALID, fo.coord_offset, fo.sample_offset); in iterate()

Completed in 27 milliseconds

12