HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 351 - 375 of 432) sorted by null

<<1112131415161718

  /external/llvm/test/CodeGen/PowerPC/
fast-isel-call.ll 46 define void @foo2() nounwind {
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 55 _foo2: ; @foo2
  /external/llvm/test/Transforms/LoopVectorize/X86/
masked_load_store.ll 96 ;void foo2(float *A, float *B, int *trigger) {
105 ;AVX2-LABEL: @foo2
112 ;AVX512-LABEL: @foo2
120 define void @foo2(float* %A, float* %B, i32* %trigger) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 218 class Foo2(FooBase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 218 class Foo2(FooBase):
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 143 Logger foo2 = new MockLogger(FOO, null); local
146 assertFalse(mockManager.addLogger(foo2));
162 "testAddGetLogger_Hierachy.foo2.child", null);
434 // Logger fo = new MockLogger("foo2", null);
507 .getLogger("testReadConfigurationInputStream_root.foo2");
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp 37 template<class T> void foo2(T t) { function in namespace:test_transformations_in_templates
55 foo2('A');
748 auto foo2(T t) { function
760 auto L1 = foo2(3.14);
1261 int foo2() {
nested-name-spec.cpp 249 void CLASS::foo2(); // expected-error {{extra qualification on member 'foo2'}}
  /external/clang/test/Index/
annotate-tokens.m 111 @property (readonly) Foo *foo2;
116 @dynamic foo2;
512 // CHECK: Keyword: "property" [111:2 - 111:10] ObjCPropertyDecl=foo2:111:27
513 // CHECK: Punctuation: "(" [111:11 - 111:12] ObjCPropertyDecl=foo2:111:27
514 // CHECK: Keyword: "readonly" [111:12 - 111:20] ObjCPropertyDecl=foo2:111:27
515 // CHECK: Punctuation: ")" [111:20 - 111:21] ObjCPropertyDecl=foo2:111:27
517 // CHECK: Punctuation: "*" [111:26 - 111:27] ObjCPropertyDecl=foo2:111:27
518 // CHECK: Identifier: "foo2" [111:27 - 111:31] ObjCPropertyDecl=foo2:111:27
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references-pr13207.cpp 109 void foo2(I<A> x, I<A> y) { } function in namespace:PR13207
110 // CHECK: "\01?foo2@PR13207@@YAXV?$I@VA@PR13207@@@1@0@Z"
  /external/llvm/test/Transforms/SLPVectorizer/X86/
phi.ll 64 ;CHECK: foo2
70 define i32 @foo2(double* noalias nocapture %B, double* noalias nocapture %A, i32 %n, i32 %m) #0 {
  /external/v8/test/cctest/
test-disasm-ia32.cc 107 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); local
108 __ cmp(ebx, foo2);
test-disasm-x87.cc 107 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); local
108 __ cmp(ebx, foo2);
test-func-name-inference.cc 349 "foo1 = foo2 = function () { return 3; }\n"
353 CheckFunctionName(script, "return 3", "foo2");
  /external/clang/test/Analysis/
test-after-div-zero.c 151 void foo2() { function
  /external/llvm/test/Analysis/ScalarEvolution/
sext-iv-1.ll 63 define void @foo2(double* nocapture %x) nounwind {
  /external/llvm/test/CodeGen/Hexagon/
brev_ld.ll 61 define signext i16 @foo2(i16 zeroext %filtMemLen, i16* %filtMemLR, i16 signext %filtMemIndex) nounwind {
circ_ld.ll 37 define i64 @foo2(i16 zeroext %filtMemLen, i16* %filtMemLR, i16 signext %filtMemIndex) nounwind {
circ_st.ll 35 define i64 @foo2(i16 zeroext %filtMemLen, i16* %filtMemLR, i16 signext %filtMemIndex) nounwind {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ProxyRequireParser.java 112 "Proxy-Require: foo1, foo2 , 389\n"
SupportedParser.java 116 "Supported: foo1, foo2 ,foo3 , foo4 \n"
UnsupportedParser.java 114 "Unsupported: foo1, foo2 ,foo3 , foo4\n"
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 601 file_descriptor_proto.name = 'Foo2'
627 enum_field.type_name = 'Foo2.Sub.FOO'
637 'Foo2.Sub.bar_field')
  /external/valgrind/memcheck/tests/
varinfo5.stderr.exp 54 by 0x........: foo2 (memcheck/tests/varinfo5so.c:71)
63 by 0x........: foo2 (memcheck/tests/varinfo5so.c:73)
72 by 0x........: foo2 (memcheck/tests/varinfo5so.c:76)
varinfo5.stderr.exp-ppc64 54 by 0x........: foo2 (memcheck/tests/varinfo5so.c:71)
63 by 0x........: foo2 (memcheck/tests/varinfo5so.c:73)
72 by 0x........: foo2 (memcheck/tests/varinfo5so.c:76)

Completed in 997 milliseconds

<<1112131415161718