HomeSort by relevance Sort by last modified time
    Searched full:test3 (Results 201 - 225 of 1058) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Transforms/FunctionAttrs/
readattrs.ll 19 ; CHECK: define i1 @test3(i8* readnone %p, i8* readnone %q)
20 define i1 @test3(i8* %p, i8* %q) {
  /external/llvm/test/Transforms/InstCombine/
and2.ll 21 define i32 @test3(i32 %X, i32 %Y) {
25 ; CHECK-LABEL: @test3(
sqrt.ll 35 define float @test3(float* %v) nounwind uwtable ssp {
37 ; CHECK-LABEL: @test3(
sub-xor.ll 27 define i32 @test3(i32 %x) nounwind {
33 ; CHECK-LABEL: @test3(
  /external/llvm/test/Transforms/Reassociate/
inverses.ll 24 define i32 @test3(i32 %b, i32 %a) {
31 ; CHECK-LABEL: @test3(
  /external/llvm/test/Transforms/SimplifyCFG/
UnreachableEliminate.ll 30 define i32 @test3(i32 %v) {
31 ; CHECK-LABEL: @test3(
switch-to-icmp.ll 41 define i32 @test3(i1 %flag) {
54 ; CHECK-LABEL: @test3(
  /external/v8/test/mjsunit/
object-literal-conversions.js 33 var test3 = { "13": 6, 13.0000000000000000: 7 };
38 assertEquals(7, test3[13]);
  /external/v8/test/mjsunit/regress/
regress-3185905.js 44 function test3(x) {
50 test3(0)
regress-969.js 70 function test3() { return first((y++, typeof x3), 2); } function
71 assertEquals('number', test3(), 'test3 before');
73 assertEquals('undefined', test3(), 'test3 after');
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
strip 19 define TEST3
35 @echo '$(strip $(TEST3) )'
  /external/chromium_org/third_party/sqlite/src/test/
shared4.test 35 file delete -force test3.db test3.db-journal
39 sqlite3 db3 test3.db
59 ATTACH DATABASE 'test3.db' AS three;
64 ATTACH DATABASE 'test3.db' AS three;
73 ATTACH DATABASE 'test3.db' AS three;
notify2.test 94 execsql_retry $::DB { ATTACH 'test3.db' AS aux3; }
170 file delete -force test.db test2.db test3.db
175 # test.db as the main database, then attaches files test2.db and test3.db
177 # files test.db, test2.db and test3.db, respectively).
183 ATTACH 'test3.db' AS aux3;
216 ATTACH 'test3.db' AS aux3;
  /external/chromium_org/net/base/
expiring_cache_unittest.cc 178 cache.Put("test3", "test3", now, now + kTTL);
184 EXPECT_THAT(cache.Get("test3", now), Pointee(StrEq("test3")));
207 cache.Put("test3", "foo", now, now + kTTL);
227 cache.Put("test3", "foo3", now, now + kTTL);
233 EXPECT_THAT(cache.Get("test3", now), Pointee(StrEq("foo3")));
270 cache.Put("test3", "foo3", kNow, kLater);
281 EXPECT_THAT(cache.Get("test3", kNow), Pointee(StrEq("foo3")));
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 199 "test1,test2,test3");
201 "test1,test2,test3");
216 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test3");
217 assertEquals("test1,test2,test3",
222 assertEquals("test2,test3",
227 "test1,test2,test3");
229 assertEquals("test1,test3",
234 "test1,test2,test3");
235 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test3");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 70 function test3() { return first((y++, typeof x3), 2); } function
71 assertEquals('number', test3(), 'test3 before');
73 assertEquals('undefined', test3(), 'test3 after');
  /external/chromium_org/chrome/common/extensions/docs/server2/
subversion_file_system_test.py 30 'test3.txt': 'test3\n',
34 read_future = file_system.Read(['test1.txt', 'test2.txt', 'test3.txt'])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
runner_unittest.py 95 ('test3 (Foo)', 'E', 'test3\nerred'))
97 runner.run(['Foo.test1', 'Foo.test2', 'Foo.test3'], 1)
  /external/clang/test/CodeGenCXX/
assign-construct-memcpy.cpp 41 foo test3(const foo &x) { function
44 // CHECK-POD: test3
47 // CHECK-NONPOD: test3
  /external/clang/test/CodeGenObjC/
arc-no-arc-exceptions.m 49 // CHECK: define void @test3(
52 // NO-METADATA: define void @test3(
55 void test3(void) {
  /external/clang/test/Index/
print-type-size.cpp 299 namespace Test3 {
300 // CHECK64: ClassDecl=B:[[@LINE+2]]:7 (Definition) [type=Test3::B] [typekind=Record] [sizeof=16] [alignof=8]
301 // CHECK32: ClassDecl=B:[[@LINE+1]]:7 (Definition) [type=Test3::B] [typekind=Record] [sizeof=8] [alignof=4]
312 // CHECK32: ClassDecl=A:[[@LINE+1]]:7 (Definition) [type=Test3::A] [typekind=Record] [sizeof=16] [alignof=4]
326 // CHECK64: ClassDecl=D:[[@LINE+2]]:7 (Definition) [type=Test3::D] [typekind=Record] [sizeof=16] [alignof=8]
327 // CHECK32: ClassDecl=D:[[@LINE+1]]:7 (Definition) [type=Test3::D] [typekind=Record] [sizeof=12] [alignof=4]
336 // CHECK64: ClassDecl=C:[[@LINE+2]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=88] [alignof=8]
337 // CHECK32: ClassDecl=C:[[@LINE+1]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=60] [alignof=4]
356 // CHECK64: FieldDecl=fg:[[@LINE+2]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=88] [alignof=8] [offsetof=128]
357 // CHECK32: FieldDecl=fg:[[@LINE+1]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=60] [alignof=4] [offsetof=96
    [all...]
  /external/clang/test/SemaCXX/
condition.cpp 47 void test3() { function
51 if (test3) // expected-warning {{address of function 'test3' will always evaluate to 'true'}} \
  /external/clang/test/SemaObjC/
default-synthesize-2.m 41 // Test3
42 @interface Test3
50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized instance variable '_uid', not existing instance variable 'uid'}}
  /external/clang/test/SemaObjCXX/
properties.mm 36 @interface Test3
39 void test3(Test3 *t) {
  /external/llvm/test/CodeGen/ARM/
shifter_operand.ll 31 define i32 @test3(i32 %base, i32 %base2, i32 %offset) {
33 ; A8-LABEL: test3:
38 ; A9-LABEL: test3:

Completed in 1074 milliseconds

1 2 3 4 5 6 7 891011>>