HomeSort by relevance Sort by last modified time
    Searched refs:Two (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
C_two.h 1 @__experimental_modules_import A.Two;
2 @__experimental_modules_import B.Two;
  /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...]
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassIsEnum.java 24 One, Two, Three, Four;
  /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::__anon5624
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/Modules/
wildcard-submodule-exports.cpp 13 @__experimental_modules_import C.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/SemaTemplate/
alias-church-numerals.cpp 12 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/
Ordered and unordered lists.text 65 2. Two
81 2. Two
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 65 2. Two
81 2. Two
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 65 2. Two
81 2. Two
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 49 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/
extension_extent_unittest.cc 34 TEST(ExtensionExtentTest, Two) {
  /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/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 37 // Two dots in a row means not an IP address.
ipv6.js 100 // Two dots in a row means not an IP address.
  /external/oprofile/events/i386/westmere/
events 26 event:0x19 counters:0,1,2,3 um:x01 minimum:2000000 name:TWO_UOP_INSTS_DECODED : Two Uop instructions decoded
  /external/v8/test/mjsunit/
transcendentals.js 29 // Two fp numbers that have the same hash value (see TranscendentalCache
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events.js 89 debug("Two touchpoints pressed");
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 149 let two = const_int i16_type 2 in
163 let c = const_vector [| one; two; one; two;
164 one; two; one; two |] in
171 let c = const_struct context [| one; two; three; four |] in
471 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 i
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1853.js 67 target: "Scrip.Two",
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 202 Value *Two = ConstantInt::get(Int32Ty, 2);
213 Idxs[1] = Two;
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent13.js 164 Two listeners are registered on the same target, each of which will remove both itself and
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent13.js 164 Two listeners are registered on the same target, each of which will remove both itself and
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 290 // Two variables in a block scope.
312 // Two variables in a block scope.
453 // For loop with two variable declarations.

Completed in 451 milliseconds

1 2