HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 226 - 250 of 444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/webkit/fast/js/
object-prototype-constructor-expected.txt 31 PASS f2.constructor is Foo2.Bar
  /external/clang/test/ARCMT/
releases.m 88 @implementation Foo2
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 56 void foo2() { function
  /external/clang/test/SemaObjC/
invalid-code.m 41 -(void) foo2 {}
  /external/lldb/test/expression_command/formatters/
TestFormatters.py 81 self.expect("expression foo2",
88 self.expect("frame variable foo2",
89 substrs = ['(foo)', 'foo2', ' = a = 121, a_ptr = ', ' -> 122, i = 242, i_ptr = ', ' -> 243'])
106 self.expect("expression foo2",
  /external/llvm/docs/
GoldPlugin.rst 88 void foo2(void) {
89 printf("Foo2\n");
103 extern void foo2(void);
106 foo2();
LinkTimeOptimization.rst 47 extern void foo2(void);
55 void foo2(void) {
94 * In this example, the linker recognizes that ``foo2()`` is an externally
96 symbol resolution pass and finds that ``foo2()`` is not used
98 removes ``foo2()``.
100 * As soon as ``foo2()`` is removed, the optimizer recognizes that condition ``i
116 In the above example, the optimizer can not remove ``foo2()`` without the
  /external/llvm/test/Transforms/ScalarRepl/
vector_memcpy.ll 17 define <16 x float> @foo2(<16 x float> %A) nounwind {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 132 Logger foo2 = new MockLogger(FOO, null); local
134 mockManager.addLogger(foo2);
135 assertSame(foo2, mockManager.getLogger(FOO));
137 assertSame(foo2, mockManager.getLogger(FOO));
  /external/chromium_org/net/ssl/
ssl_client_auth_cache_unittest.cc 23 HostPortPair server2("foo2", 443);
25 new X509Certificate("foo2", "CA", start_date, expiration_date));
152 HostPortPair server2("foo2", 443);
  /external/clang/test/CodeGen/
stdcall-fastcall.c 62 void __attribute__((fastcall)) foo2(struct S1 y);
65 // CHECK: call x86_fastcallcc void @foo2(i32 inreg undef, i32 %
66 foo2(y);
arm-aapcs-zerolength-bitfield.c 137 char foo2 : 1; member in struct:t14
191 long foo2 : 1; member in struct:t19
214 int foo2 : 16; member in struct:t21
arm-apcs-zerolength-bitfield.c 141 char foo2 : 1; member in struct:t14
195 long foo2 : 1; member in struct:t19
218 int foo2 : 16; member in struct:t21
  /external/llvm/test/CodeGen/Mips/
fpneeded.ll 97 define void @foo2() #0 {
106 ; 32: .ent foo2
114 ; 32: .end foo2
  /external/llvm/test/CodeGen/PowerPC/
float-to-int.ll 24 define i64 @foo2(double %a) nounwind {
28 ; CHECK: @foo2
34 ; CHECK-VSX: @foo2
recipest.ll 117 define double @foo2(double %a, double %b) nounwind {
122 ; CHECK: @foo2
131 ; CHECK-SAFE: @foo2
  /external/llvm/test/CodeGen/X86/
vararg_tailcall.ll 36 ; X64: @foo2
38 ; WIN64: @foo2
40 define i8* @foo2(i8* %arg) nounwind optsize ssp noredzone {
win64_eh.ll 31 define void @foo2() uwtable {
36 ; WIN64-LABEL: foo2:
37 ; WIN64: .seh_proc foo2
pic.ll 152 tail call void(...)* @foo2()
170 tail call void(...)* @foo2()
205 declare void @foo2(...)
  /external/llvm/test/MC/ELF/
alias.s 6 .globl foo2
7 foo2 = bar2 define
21 .long foo2
  /external/chromium_org/net/proxy/
proxy_bypass_rules_unittest.cc 187 "foo1.com, .foo2.com, 192.168.1.1, "
191 EXPECT_EQ("*.foo2.com", rules.rules()[1]->ToString());
228 rules1.ParseFromString("foo1.com, .foo2.com");
229 rules2.ParseFromString("foo1.com,.FOo2.com");
234 rules1.ParseFromString(".foo2.com");
235 rules2.ParseFromString("foo1.com,.FOo2.com");
  /external/clang/test/SemaCXX/
virtual-override.cpp 159 struct Foo2 : Base {
164 Foo2<Base1> f1;
165 Foo2<Base2> f2;
  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 53 new URL("ftp://foo1/foo2/foo.c")};
120 new URL("ftp://foo1/foo2/foo.c"), null};
144 new URL("ftp://foo1/foo2/foo.c"),
OldURLStreamHandlerTest.java 121 URL url3 = new URL("http://test:pwd@localhost:80/foo/foo2.c");
122 URL url4 = new URL("ftp://test:pwd@localhost:21/foo/foo2.c");
123 URL url5 = new URL("ftp://test:pwd@localhost:21/foo/foo1/foo2.c");
  /external/chromium_org/build/ios/
mac_build.gypi 35 # 'foo2',

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>