HomeSort by relevance Sort by last modified time
    Searched full:foo1 (Results 301 - 325 of 689) sorted by null

<<11121314151617181920>>

  /external/googletest/googlemock/test/
gmock_leak_test_.cc 85 MockFoo* foo1 = new MockFoo; local
88 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
92 // In order to test the leak detector, we deliberately leak foo1 and
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
PackagePageTest.java 62 "org/jacoco/example/Foo1", 0x1000, false);
84 assertEquals("Foo1",
97 "org/jacoco/example/Foo1", 0x1000, false);
  /external/llvm/test/CodeGen/Mips/
sr1.ll 8 define void @foo1() #0 {
16 ; CHECK: .ent foo1
19 ; CHECK: .end foo1
fp-spill-reload.ll 31 call void bitcast (void (...)* @foo1 to void ()*)() nounwind
38 declare void @foo1(...)
  /external/llvm/test/CodeGen/PowerPC/
vsx-spill.ll 8 define double @foo1(double %a) nounwind {
13 ; CHECK-REG: @foo1
18 ; CHECK-FISL: @foo1
fp-to-int-ext.ll 6 define double @foo1(i32* %x) #0 {
13 ; CHECK-LABEL: @foo1
  /external/llvm/test/CodeGen/X86/
codemodel.ll 50 define i32 @foo1() nounwind readonly {
52 ; CHECK-SMALL-LABEL: foo1:
54 ; CHECK-KERNEL-LABEL: foo1:
nosse-error1.ll 16 %1 = tail call float @foo1(float %0) nounwind ; <float> [#uses=1]
30 declare float @foo1(float)
nosse-error2.ll 16 %1 = tail call inreg float @foo1(float inreg %0) nounwind ; <float> [#uses=1]
30 declare inreg float @foo1(float inreg)
pmovext.ll 35 define <8 x i16> @foo1(double %v.coerce) nounwind ssp {
36 ; CHECK-LABEL: foo1
  /external/python/cpython2/Lib/distutils/tests/
test_build_clib.py 26 ['foo1', 'foo2'])
31 [(1, 'foo1'), ('name', 'foo2')])
35 [('name', 'foo1'),
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
codemodel.ll 50 define i32 @foo1() nounwind readonly {
52 ; CHECK-SMALL: foo1:
54 ; CHECK-KERNEL: foo1:
  /external/v8/testing/gmock/test/
gmock_leak_test_.cc 85 MockFoo* foo1 = new MockFoo; local
88 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
92 // In order to test the leak detector, we deliberately leak foo1 and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 26 ['foo1', 'foo2'])
31 [(1, 'foo1'), ('name', 'foo2')])
35 [('name', 'foo1'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 26 ['foo1', 'foo2'])
31 [(1, 'foo1'), ('name', 'foo2')])
35 [('name', 'foo1'),
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 80 existing.add("foo1");
90 assertNotNull(validator.isValid("foo1"));
97 assertNull(validator.isValid("foo1"));
  /external/clang/test/Analysis/
PR24184.cpp 86 int foo1(ST);
90 p1 = p1 + foo1(*p1);
  /external/clang/test/Rewriter/
rewrite-modern-ivars-2.mm 84 @interface Foo1 {
90 @implementation Foo1
  /external/clang/test/SemaObjC/
method-attributes.m 16 - (int) foo1: (int)arg1 __attribute__((deprecated));
28 - (int) foo1: (int)arg1 {
method-conflict.m 60 - (void)foo1:(id)format; // expected-note {{previous declaration is here}}
64 - (void)foo1:(id)format, ... {}; // expected-warning {{conflicting variadic declaration of method and its implementation}}
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
MultibindingTest.java 37 .containsExactly("foo", "foo1", "foo2", "bar", "bar1", "bar2");
48 Produced.successful("foo1"),
  /external/libunwind/tests/
Gtest-nomalloc.c 94 foo1 (void) function
102 foo1();
  /external/llvm/test/Analysis/BlockFrequencyInfo/
nested_loop_with_branches.ll 16 %do_inner = call i1 @foo1(i32 %i)
52 declare i1 @foo1(i32)
  /external/llvm/test/Analysis/ScopedNoAliasAA/
basic.ll 6 define void @foo1(float* nocapture %a, float* nocapture readonly %c) #0 {
8 ; CHECK-LABEL: Function: foo1
  /external/llvm/test/CodeGen/AArch64/
arm64-setcc-int-to-fp-combine.ll 17 define void @foo1(<4 x float> %val, <4 x float> %test, <4 x double>* %p) nounwind {
18 ; CHECK-LABEL: foo1:

Completed in 4141 milliseconds

<<11121314151617181920>>