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

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-305309.js 33 this.two = 2;
42 function Two(x) {
43 return x.two;
45 assertEquals(2, Two(a));
46 assertEquals(2, Two(a));
48 %OptimizeFunctionOnNextCall(Two);
49 assertEquals(2, Two(a));
  /ndk/tests/device/test-stlport_shared-exception/jni/
unexpected1.cpp 10 struct Two { };
21 throw Two ();
26 doit () throw (Two)
39 catch (Two &)
  /ndk/tests/device/test-stlport_static-exception/jni/
unexpected1.cpp 10 struct Two { };
21 throw Two ();
26 doit () throw (Two)
39 catch (Two &)
  /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/Index/
comment-c-decls.c 86 * \brief Two;
88 Two,
92 // CHECK: <Declaration>Two</Declaration>
format-comment-cdecls.c 81 * \brief Two;
83 Two,
87 // CHECK: <Declaration>Two</Declaration>
  /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 {{'init_priority' 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 1020 Two,
    [all...]
  /external/llvm/unittests/IR/
PatternMatch.cpp 52 // Two = One + 42
53 // Leaf = (Two + 8) + (Two + 13)
56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42));
57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)),
58 IRB.CreateAdd(Two, IRB.getInt32(13)));
64 EXPECT_FALSE(m_OneUse(m_Value()).match(Two));
  /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/clang/test/Sema/
missing-field-initializers.c 26 struct Two { float c; float d; float e; };
31 struct Two two; member in union:Three::__anon22945
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}}
warn-outof-range-assign-enum.c 7 Two=4,
60 foo(Two+1);
  /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);
257 // Create one thread for add1 and two threads for fib
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
is_subranged.hpp 68 typedef mpl::int_<2> Two ;
70 typedef typename mpl::multiplies<S_digits,Two>::type S_digits_times_2 ;
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 250 map.str = "one two";
279 EXPECT_TRUE(map.str.equals("one two"));
749 map.strings.push_back(llvm::StringRef("two"));
762 EXPECT_NE(llvm::StringRef::npos, flowOut.find("one, two"));
775 EXPECT_TRUE(map2.strings[1].equals("two"));
1128 // Test the reading of two different tagged yaml documents.
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGObjCGNU.cpp 245 /// Push the property attributes into two structure fields.
266 // The second field is the next four fields left shifted by two, with the
269 // Two padding fields
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 461 // two Line constraints, and the right-hand value, Y, is never
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 516 milliseconds