Home
last modified time | relevance | path

Searched refs:Two (Results 1 – 25 of 206) sorted by relevance

123456789

/external/clang/test/SemaCXX/
Dinit-priority-attr.cpp3 class Two { class
8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two
9 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two
15 extern Two foo;
16 extern Two goo;
17 extern Two coo[];
18 extern Two koo[];
20 Two foo __attribute__((init_priority(101))) ( 5, 6 );
22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute…
24 Two coo[2] __attribute__((init_priority(3))); // expected-error {{init_priority attribute requires…
[all …]
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-305309.js42 function Two(x) { class
45 assertEquals(2, Two(a));
46 assertEquals(2, Two(a));
48 %OptimizeFunctionOnNextCall(Two);
49 assertEquals(2, Two(a));
/external/clang/test/SemaObjC/
Dobjc-cstyle-args-in-methods.m16 [foo test:@"One", @"Two"];
17 [foo bad:@"One", @"Two"]; // expected-error {{too few arguments to method call}}
18 [foo bad:@"One", @"Two", 3.14];
19 [foo bad:@"One", @"Two", 3.14, @"Two"]; // expected-error {{too many arguments to method call}}
/external/llvm/test/CodeGen/PowerPC/
Dstwu-gta.ll5 %class.Two.0.5 = type { i32, i32, i32 }
7 @foo = external global %class.Two.0.5, align 4
11 store i32 5, i32* getelementptr inbounds (%class.Two.0.5* @foo, i32 0, i32 0), align 4
12 store i32 6, i32* getelementptr inbounds (%class.Two.0.5* @foo, i32 0, i32 1), align 4
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
Dmodule.map3 module Two { header "A_two.h" }
8 module Two { header "B_two.h" }
16 module Two {
DC_two.h1 @import A.Two;
2 @import B.Two;
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>;
/external/markdown/tests/misc/
Dem_strong.txt5 Two asterisks: **
9 Two underscores __
Dlists.txt21 * Two
31 * Two two two two
/external/clang/test/Sema/
Dwarn-outof-range-assign-enum.c7 Two=4, enumerator
42 foo(Two+1); in main()
Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; struct
31 struct Two two;
/external/llvm/test/Analysis/BasicAA/
Dphi-and-select.ll15 ; Two PHIs in the same block.
34 ; Two selects with the same condition.
44 ; Two PHIs with disjoint sets of inputs.
73 ; Two selects with disjoint sets of arms.
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction()
76 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()
/external/llvm/examples/ModuleMaker/
DModuleMaker.cpp45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
/external/dropbear/libtommath/
Dtommath.out60 \BOOKMARK [2][-]{subsection.4.3.1}{Multiplication by Two}{section.4.3}
61 \BOOKMARK [2][-]{subsection.4.3.2}{Division by Two}{section.4.3}
65 \BOOKMARK [1][-]{section.4.5}{Powers of Two}{chapter.4}
66 \BOOKMARK [2][-]{subsection.4.5.1}{Multiplication by Power of Two}{section.4.5}
67 \BOOKMARK [2][-]{subsection.4.5.2}{Division by Power of Two}{section.4.5}
68 \BOOKMARK [2][-]{subsection.4.5.3}{Remainder of Division by Power of Two}{section.4.5}
113 \BOOKMARK [1][-]{section.7.4}{Quick Power of Two}{chapter.7}
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt65 2. Two
81 2. Two
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text65 2. Two
81 2. Two
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text65 2. Two
81 2. Two
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp91 OwningBuffer Two(MemoryBuffer::getNewUninitMemBuffer(123, "bla")); in TEST_F() local
92 EXPECT_TRUE(0 != Two.get()); in TEST_F()
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction()
102 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()
/external/android-mock/tests/com/google/android/testing/mocking/
DClassIsEnum.java24 One, Two, Three, Four; enumConstant
/external/clang/test/Modules/
Dwildcard-submodule-exports.cpp13 @import C.Two;
/external/clang/test/Index/
Dformat-comment-cdecls.c83 Two, enumerator
Dcomment-c-decls.c88 Two, enumerator
/external/chromium_org/chrome/browser/ui/cocoa/
Dhyperlink_text_view_unittest.mm145 NSString* message = @"One Two Three Four";
151 [view_ addLinkRange:NSMakeRange(4,3) withName:@"Name:Two" linkColor:blue];
165 [linkAttributes setObject:@"Name:Two" forKey:NSLinkAttributeName];

123456789