HomeSort by relevance Sort by last modified time
    Searched refs:f3 (Results 201 - 225 of 364) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
uninitialized.cpp 373 F *f3, *f4; member in struct:__anon6928::G
381 G(char (*)[6]) : f3(f3) {} // expected-warning {{field 'f3' is uninitialized when used here}}
382 G(char (*)[7]) : f3(f3->*f_ptr) {} // expected-warning {{field 'f3' is uninitialized when used here}}
383 G(char (*)[8]) : f3(new F(f3->*ptr)) {} // expected-warning {{field 'f3' is uninitialized when used here}
    [all...]
overload-member-call.cpp 49 float& f3 = x.g(0); local
return-noreturn.cpp 30 int f3(int x) { function in namespace:abort_struct_complex_cfgs
unknown-type-name.cpp 79 int f3(undeclared *p, int); // expected-error{{unknown type name 'undeclared'}}
  /external/v8/test/mjsunit/
switch.js 83 function f3(x, c) { function
105 assertEquals("two", f3(2,0), "value-switch.2-0");
106 assertEquals("minus 5", f3(-5,0), "value-switch.-5-0");
107 assertEquals("nine", f3(9,0), "value-switch.9-0");
108 assertEquals("value is c = 0", f3(0,0), "value-switch.0-0");
109 assertEquals("value is c = 2", f3(2,2), "value-switch.2-2");
110 assertEquals("default", f3(7,0), "value-switch.7-0");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 344 File f3 = new File("thatFile.file"); local
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"); local
499 f3.delete();
505 File f3 = File.createTempFile("a", ".tst"); local
506 f3.delete();
512 File f3 = File.createTempFile("", ".tst") local
581 File f3 = File.createTempFile("harmony-test-FileTest_tempFile2_tf", null, dir); local
682 File f3 = new File("xxxx"); local
878 File f2 = null, f3 = null, dir2 = null; local
981 File f3 = new File(tempDirectory, "\/a\/tempfile.tmp"); local
1004 File f3 = new File("c:"); local
    [all...]
  /external/e2fsprogs/debian/
rules 32 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/clang/test/CodeGenCXX/
mangle.cpp 261 template <int i> void f3(int (*)[i+i]) { }; function in namespace:Expressions
262 template void f3<1>(int (*)[2]);
758 template<class T> auto f3(T p)->decltype(g(p)) {}
765 template void f3(int);
818 void f3(int (&)[N + sizeof(int*)]) {} function in namespace:test34
821 template void f3<4>(int (&)[4 + sizeof(int*)]);
template-instantiation.cpp 182 void f3() { S<3> s; } function in struct:PR10666::S
x86_64-arguments.cpp 25 void f3(struct s3_1 x) {} function
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 59 lw f3, fr3*4(a0) # restore f3
TEMPLATE_SAVE_STATE.S 71 sw f3, fr3*4(a0) # save f3
TEMPLATE_MEM_OP_DECODE.S 15 sw f3, fr3*-4(sp) # push f3
133 lw f3, fr3*-4(sp) # pop f3
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 68 constexpr int f3(Agg a) { return a.a; } function
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 79 template<typename...T> void f3() { // expected-note {{template parameter is declared here}} function in namespace:InFunctions
  /external/clang/test/CodeGen/
arm-arguments.c 21 // APCS-GNU: define i32 @f3()
22 // AAPCS: define arm_aapcscc i32 @f3()
24 struct s3 f3(void) {} function
exprs.c 83 int f3() {return ((union f3_x)2).x;} function
x86_64-arguments.c 20 // CHECK: define float @f3()
21 float f3(void) { function
208 struct S0 { char f0[8]; char f2; char f3; char f4; }; member in struct:S0
  /external/clang/test/SemaTemplate/
constructor-template.cpp 125 foo f3 = f1; local
  /external/openssl/crypto/
s390xcpuid.S 53 lzdr %f3
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 72 static void SC_debugFv3(const char *s, float f1, float f2, float f3) {
73 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3);
75 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) {
76 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 367 MyFlags f3; member in struct:FlagsMap
388 io.mapRequired("f3", c.f3);
404 "f3: []\n"
411 EXPECT_EQ(flagNone, map.f3); // check empty set
425 map.f3 = flagNone;
441 EXPECT_EQ(flagNone, map2.f3);
460 int f3; member in struct:MyCustomTypeMap
471 io.mapRequired("f3", s.f3);
    [all...]
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 290 c439 20f3 # 01a9: wide dstore 20f3
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 547 MessageFormat f3 = (MessageFormat) format3.clone(); local
548 f3.setFormatByArgumentIndex(1, NumberFormat.getCurrencyInstance());
550 formats = f3.getFormatsByArgumentIndex();
554 formats = f3.getFormats();
633 MessageFormat f3 = (MessageFormat) format3.clone(); local
634 f3.setFormatsByArgumentIndex(inputFormats);
636 formats = f3.getFormatsByArgumentIndex();
640 formats = f3.getFormats();
    [all...]
  /external/libffi/src/powerpc/
aix.S 62 .set f3,3
160 lfd f3,-16-(11*8)(r28)

Completed in 2076 milliseconds

1 2 3 4 5 6 7 891011>>