Searched defs:Two (Results 1 - 12 of 12) sorted by relevance

/external/android-mock/tests/com/google/android/testing/mocking/
H A DClassIsEnum.java24 One, Two, Three, Four; enum constant in enum:ClassIsEnum
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); local
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
/external/clang/test/SemaCXX/
H A Dinit-priority-attr.cpp3 class Two { class
8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; function in class:Two
9 Two( void ) { i = 0; j = 0; k = count++; }; function in class: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 {{attribute takes one argument}}
24 Two co
[all...]
H A Dwarn-thread-safety-analysis.cpp973 Two, enumerator in enum:thread_annot_lock_65::MyFlags
/external/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; struct
31 struct Two two;
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); local
64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
76 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); local
91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
102 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp489 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); local
490 VTable = llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Two);
H A DCGObjCGNU.cpp950 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); local
951 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two);
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp202 Value *Two = ConstantInt::get(Int32Ty, 2); local
213 Idxs[1] = Two;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4767 is made up of two algorithms, Algorithm One and Algorithm Two. Algorithm One is the older fairly limited algorithm which has been implemented
4768 for completeness. Algorithm Two is a bit more modern and more flexible to work with.
4792 \subsection{Algorithm Two}
4794 Algorithm Two is the recommended algorithm for this task. It allows variable length salts, and can produce outputs larger than the
4935 Two simple ways to prevent trivial errors is to prevent overflows, and to check the return values. All of the functions
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 204 milliseconds