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

12

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_two.h1 @__experimental_modules_import A.Two;
2 @__experimental_modules_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 {{attribute takes one argument}}
24 Two co
[all...]
/external/android-mock/tests/com/google/android/testing/mocking/
H A DClassIsEnum.java24 One, Two, Three, Four; enum constant in enum:ClassIsEnum
/external/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; struct
31 struct Two two;
/external/clang/test/Modules/
H A Dwildcard-submodule-exports.cpp13 @__experimental_modules_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.cpp12 template<template<typename> class F, typename X> using Two = Succ<One, F, X>;
24 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/chromium/chrome/common/extensions/
H A Dextension_extent_unittest.cc34 TEST(ExtensionExtentTest, Two) {
/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/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/test/Bindings/Ocaml/
H A Dvmcore.ml471 let g2 = declare_global i32_type "Two" m in
482 insist ("->One->Two" = fold_left_globals lf "" m);
485 insist ("One<-Two<-" = fold_right_globals rf m "");
630 let f2 = define_function "Two" ty m in
641 insist ("->One->Two" = fold_left_functions lf "" m);
644 insist ("One<-Two<-" = fold_right_functions rf m "");
666 set_value_name "Two" p2;
683 insist ("->One->Two" = fold_left_params lf "" f);
686 insist ("One<-Two<-" = fold_right_params rf f "");
746 let b2 = append_block context "Two"
[all...]
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp202 Value *Two = ConstantInt::get(Int32Ty, 2); local
213 Idxs[1] = Two;
/external/libffi/src/powerpc/
H A Dppc_closure.S215 # case FFI_SYSV_TYPE_SMALL_STRUCT + 2. Two byte struct.
/external/libvpx/
H A Dexamples.mk71 twopass_encoder.DESCRIPTION = Two-pass encoder loop
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp489 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); local
490 VTable = llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Two);
/external/llvm/test/MC/ARM/
H A Dneon-add-encoding.s107 @ Two-operand forms.
237 @ Two-operand variants
H A Dneon-bitwise-encoding.s234 @ Two-operand aliases
H A Dneon-shift-encoding.s432 @ Two-operand VRSHL forms.
468 @ Two-operand forms.
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js398 Two of the fairest stars in all the heaven,\n\
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js398 Two of the fairest stars in all the heaven,\n\

Completed in 516 milliseconds

12