Searched refs:Two (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_two.h1 @import A.Two;
2 @import B.Two;
/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 {{'init_priority' attribute takes one argument}}
24 Two co
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-305309.js42 function Two(x) { function
45 assertEquals(2, Two(a));
46 assertEquals(2, Two(a));
48 %OptimizeFunctionOnNextCall(Two);
49 assertEquals(2, Two(a));
/external/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; struct
31 struct Two two;
H A Dwarn-outof-range-assign-enum.c7 Two=4, enumerator in enum:CCTestEnum
60 foo(Two+1);
/external/clang/test/Index/
H A Dcomment-c-decls.c86 * \brief Two;
88 Two, enumerator in enum:e
92 // CHECK: <Declaration>Two</Declaration>
H A Dformat-comment-cdecls.c81 * \brief Two;
83 Two, enumerator in enum:e
87 // CHECK: <Declaration>Two</Declaration>
/external/clang/test/Modules/
H A Dwildcard-submodule-exports.cpp13 @import C.Two;
/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/SemaTemplate/
H A Dalias-church-numerals.cpp13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>;
25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>;
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text65 2. Two
81 2. Two
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text65 2. Two
81 2. Two
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt65 2. Two
81 2. 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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas49 Stream := TANTLRStringStream.Create('One'#13#10'Two');
109 Stream := TANTLRStringStream.Create('One'#13#10'Two');
167 Stream := TANTLRStringStream.Create('One'#13#10'Two'#13#10'Three');
169 CheckEquals('Two', Stream.Substring(5, 7));
175 CheckEquals('Two', Stream.Substring(5, 7));
/external/llvm/unittests/Support/
H A DMemoryBufferTest.cpp112 OwningBuffer Two(MemoryBuffer::getNewUninitMemBuffer(123, "bla"));
113 EXPECT_TRUE(nullptr != Two.get());
/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/llvm/unittests/IR/
H A DPatternMatch.cpp52 // Two = One + 42
53 // Leaf = (Two + 8) + (Two + 13)
56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); local
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/oprofile/events/i386/westmere/
H A Devents26 event:0x19 counters:0,1,2,3 um:x01 minimum:2000000 name:TWO_UOP_INSTS_DECODED : Two Uop instructions decoded
/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp539 DIEInteger Two(2);
543 Func->addValue(dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, &Two);
584 DIEInteger Two(2);
588 PI->addValue(dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, &Two);
628 DIEInteger Two(2);
631 PI->addValue(dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, &Two);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml504 let g2 = declare_global i32_type "Two" m in
515 insist ("->One->Two" = fold_left_globals lf "" m);
518 insist ("One<-Two<-" = fold_right_globals rf m "");
668 let f2 = define_function "Two" ty m in
679 insist ("->One->Two" = fold_left_functions lf "" m);
682 insist ("One<-Two<-" = fold_right_functions rf m "");
704 set_value_name "Two" p2;
721 insist ("->One->Two" = fold_left_params lf "" f);
724 insist ("One<-Two<-" = fold_right_params rf f "");
784 let b2 = append_block context "Two"
[all...]
/external/llvm/test/MC/ARM/
H A Dneon-shiftaccum-encoding.s20 @ Two-operand syntax variant.
89 @ Two-operand syntax variant.
159 @ Two-operand syntax variant.
H A Dneont2-shiftaccum-encoding.s22 @ Two-operand syntax variant.
92 @ Two-operand syntax variant.
162 @ Two-operand syntax variant.
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py111 self._port_handle.StopBits = System.IO.Ports.StopBits.Two
/external/chromium_org/extensions/common/
H A Durl_pattern_set_unittest.cc55 TEST(URLPatternSetTest, Two) {

Completed in 3369 milliseconds

12