HomeSort by relevance Sort by last modified time
    Searched defs:Two (Results 1 - 12 of 12) sorted by null

  /external/android-mock/tests/com/google/android/testing/mocking/
ClassIsEnum.java 24 One, Two, Three, Four;
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
  /external/clang/test/Sema/
warn-outof-range-assign-enum.c 7 Two=4,
30 foo(Two+1);
missing-field-initializers.c 26 struct Two { float c; float d; float e; };
31 struct Two two; member in union:Three::__anon6112
39 { .two = { 1.0f, 2.0f, 3.0f } }
45 { { .two = { 1.0f, 2.0f, 3.0f } } },
46 { { .two = { 1.0f, 2.0f } } } // expected-warning {{missing field 'e' initializer}}
  /external/clang/test/SemaCXX/
init-priority-attr.cpp 3 class Two {
8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; };
9 Two( void ) { i = 0; j = 0; k = count++; };
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 coo[2] __attribute__((init_priority(3))); // expected-error {{init_priority attribute requires in (…)
    [all...]
warn-thread-safety-analysis.cpp 1004 Two,
    [all...]
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
76 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 12 // This test program creates two LLVM functions then calls them from three
79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2);
91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
102 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
254 // Create one thread for add1 and two threads for fib
  /external/clang/lib/CodeGen/
CGRTTI.cpp 488 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2);
489 VTable = llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Two);
    [all...]
CGObjCGNU.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 137 two categories:
194 They can be removed from a build by simply commenting out the two appropriate lines in \textit{tomcrypt\_custom.h}. The rest
432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher:
443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
661 defined will force the Twofish code to use pre-computed tables for the two s-boxes $q_0, q_1$ as well as the multiplication
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1086 milliseconds