Searched refs:f3 (Results 151 - 175 of 210) sorted by relevance

123456789

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileTest.java344 File f3 = new File("thatFile.file");
347 assertTrue("f3.compareTo(f1) did not result in value < 0", f3
349 assertTrue("f1.compareTo(f3) did not result in value > 0", f1
350 .compareTo(f3) > 0);
498 File f3 = File.createTempFile("ab", ".tst");
499 f3.delete();
505 File f3 = File.createTempFile("a", ".tst");
506 f3.delete();
512 File f3
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp79 template<typename...T> void f3() { // expected-note {{template parameter is declared here}} function in namespace:InFunctions
/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp182 void f3() { S<3> s; } function in struct:PR10666::S
H A Dx86_64-arguments.cpp25 void f3(struct s3_1 x) {} function
H A Dmember-function-pointers.cpp67 void f3(A *a, A &ar) { function
H A Dtemporaries.cpp40 void f3() { function
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp30 int f3(int x) { function in namespace:abort_struct_complex_cfgs
H A Dnested-name-spec.cpp85 void f3() { function
H A Dnew-delete.cpp55 x* f3 = new y; local
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp125 foo f3 = f1; local
/external/openssl/crypto/
H A Ds390xcpuid.S49 lzdr %f3
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatTest.java547 MessageFormat f3 = (MessageFormat) format3.clone();
548 f3.setFormatByArgumentIndex(1, NumberFormat.getCurrencyInstance());
550 formats = f3.getFormatsByArgumentIndex();
554 formats = f3.getFormats();
633 MessageFormat f3 = (MessageFormat) format3.clone();
634 f3.setFormatsByArgumentIndex(inputFormats);
636 formats = f3.getFormatsByArgumentIndex();
640 formats = f3.getFormats();
/external/libffi/src/powerpc/
H A Daix.S62 .set f3,3
160 lfd f3,-16-(11*8)(r28)
H A Daix_closure.S62 .set f3,3
132 stfd f3, 72(r1)
/external/qemu-pc-bios/bochs/bios/
H A Dnotes11 out 1f3, cl (bits 0-5) # starting sector number
/external/e2fsprogs/debian/
H A Drules32 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
33 COMERR_SOVERSION = $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
34 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
35 SS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
38 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
39 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
41 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
42 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
45 EXT2FS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ext2fs/Makefile.in | cut '-d ' -f3)
46 E2P_SOVERSION = $(shell grep ELF_SO_VERSION lib/e2p/Makefile.in | cut '-d ' -f3)
[all...]
/external/icu4c/test/intltest/
H A Dnmfmapts.cpp307 LocalPointer<NumberFormat> f3(NumberFormat::createCurrencyInstance(SRC_LOC, status));
338 f3->format(n, res3);
349 logln((UnicodeString)"f3 reg cur: " + res3);
359 if (f3.getAlias() == f3a.getAlias()) {
/external/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm753 movq xmm6, QWORD PTR [rdi+2*rcx] ; xx xx xx xx xx xx xx xx f7 f6 f5 f4 f3 f2 f1 f0
755 punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
760 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
770 punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
785 punpckhqdq xmm3, xmm5 ; f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
810 punpckhqdq xmm3, xmm5 ; f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
960 ; xmm6 = f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
967 punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
977 movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
981 punpckhwd xmm5, xmm3 ; f5 f4 f3 f
[all...]
/external/clang/test/Analysis/
H A Dmalloc.c151 int *f3() { function
H A Dnull-deref-ps.c30 int f3(char* x) { function
/external/e2fsprogs/debian/attic/libs/
H A Drules19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
/external/kernel-headers/original/linux/
H A Dtelephony.h233 * and f3 bits indicate that the filter has been triggered by detecting the
250 unsigned int f3:1; member in struct:phone_except
/external/llvm/test/MC/ELF/
H A Dcfi.s16 f3: label
/external/oprofile/module/ia64/
H A DIA64entry.h41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \
/external/srtp/crypto/hash/
H A Dsha1.c63 #define f3(B,C,D) (B ^ C ^ D) macro
172 TEMP = S5(A) + f3(B,C,D) + E + W[t] + SHA_K3;
327 TEMP = S5(A) + f3(B,C,D) + E + W[t] + SHA_K3;
380 TEMP = S5(A) + f3(B,C,D) + E + W[t] + SHA_K3;

Completed in 3250 milliseconds

123456789