Home
last modified time | relevance | path

Searched refs:fms (Results 126 – 150 of 4191) sorted by relevance

12345678910>>...168

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java74 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
78 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
80 FormatItf ff2 = fms::invoke; in testStatic()
82 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java74 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
78 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
80 FormatItf ff2 = fms::invoke; in testStatic()
82 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java74 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
78 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
80 FormatItf ff2 = fms::invoke; in testStatic()
82 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java74 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
78 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
80 FormatItf ff2 = fms::invoke; in testStatic()
82 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java74 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
78 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
80 FormatItf ff2 = fms::invoke; in testStatic()
82 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java76 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
80 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
82 FormatItf ff2 = fms::invoke; in testStatic()
84 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestMethodHandle.java76 MethodHandle fms = lookup.findStatic(String.class, "format", fmt); in testStatic() local
80 assertEquals("Testing One 2 3", fms.invoke("Testing %s %d %x", "One", new Integer(2), 3)); in testStatic()
82 FormatItf ff2 = fms::invoke; in testStatic()
84 …assertEquals("Testing One 2 3", ((FormatItf) fms::invoke).apply("Testing %s %d %x", "One", new Int… in testStatic()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dtfm.c323 fms = RENEW(fms, max_fms, struct font_metric); in fms_need()
930 fm_init(fms + numfms); in tfm_open()
957 if (fms) { in tfm_close_all()
959 fm_clear(&(fms[i])); in tfm_close_all()
961 RELEASE(fms); in tfm_close_all()
978 fm = &(fms[font_id]); in tfm_get_fw_width()
1009 fm = &(fms[font_id]); in tfm_get_fw_height()
1040 fm = &(fms[font_id]); in tfm_get_fw_depth()
1098 fm = &(fms[font_id]); in tfm_string_width()
1125 fm = &(fms[font_id]); in tfm_string_depth()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/lang/clang-mesa/clang-13.0.1.src/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Rewriter/
H A Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/dports/astro/libgal/libgal-0.5.0/date_time/
H A Dgal_masudat_test.c42 double m, fms, pbs, ls, eot ; in gal_masudat_test() local
48 gal_mafms ( 2451549.50074, 0.0, &m, &fms, &pbs, &ls, &eot ) ; in gal_masudat_test()
59 gal_mafms ( 2453008.07471, 0.0, &m, &fms, &pbs, &ls, &eot ) ; in gal_masudat_test()

12345678910>>...168