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

1 2 3

  /external/clang/test/Sema/
missing-field-initializers.c 28 struct Three {
35 struct Three t0 = {
38 struct Three t1 = {
42 struct Three data[] = {
warn-outof-range-assign-enum.c 8 Three
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared_cxx03.pass.cpp 58 struct Three
62 Three(int v, int, int) : value(v) {++count;}
63 Three(Three const & o) : value(o.value) {++count;}
64 ~Three() {--count;}
67 int Three::count = 0;
94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad);
95 assert(Three::count == 1);
98 assert(Three::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared_cxx03.pass.cpp 58 struct Three
62 Three(int v, int, int) : value(v) {++count;}
63 Three(Three const & o) : value(o.value) {++count;}
64 ~Three() {--count;}
67 int Three::count = 0;
94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad);
95 assert(Three::count == 1);
98 assert(Three::count == 0)
    [all...]
  /external/clang/test/Index/
comment-c-decls.c 89 Three
format-comment-cdecls.c 84 Three
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 52 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3);
55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
  /external/swiftshader/third_party/LLVM/examples/ModuleMaker/
ModuleMaker.cpp 46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3);
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 66 3. Three
83 3. Three
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 66 3. Three
83 3. Three
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 66 3. Three
83 3. Three
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-4m.d 9 # Three GREGs: one explicit, two linker-allocated.
bpo-5m.d 9 # Three linker-allocated GREGs: one eliminated.
bpo-4.d 9 # Three GREGs: one explicit, two linker-allocated.
bpo-5.d 9 # Three linker-allocated GREGs: one eliminated.
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_opcode_test.cc 34 X(Three)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
tcompat2.s 1 @ Three-argument forms of Thumb arithmetic instructions.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 167 Stream := TANTLRStringStream.Create('One'#13#10'Two'#13#10'Three');
171 CheckEquals('Three', Stream.Substring(10, 14));
177 CheckEquals('Three', Stream.Substring(10, 14));
  /external/chromium-trace/catapult/common/py_utils/py_utils/
class_util_unittest.py 104 def Three(self):
108 def Three(self):
136 self.assertFalse(class_util.IsMethodOverridden(Eee, Fff, 'Three'))
  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
Symmetry.h 164 constexpr static std::size_t Three = tensor_symmetry_num_indices<Sym...>::value;
169 constexpr static std::size_t value = (maxOneTwoPlusOne > Three) ? maxOneTwoPlusOne : Three;
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 116 OwningBuffer Three(MemoryBuffer::getNewMemBuffer(321, data));
117 EXPECT_TRUE(nullptr != Three.get());
119 EXPECT_EQ(0, Three->getBufferStart()[0]);
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 129 MSI: map[string]int{"one": 1, "two": 2, "three": 3},
555 {"bug10", "{{mapOfThree.three}}-{{(mapOfThree).three}}", "3-3", 0, true},
664 return map[string]int{"three": 3}
791 {{define "two"}}{{template "three" .}}{{end}}
792 {{define "three"}}{{index "hi" $}}{{end}}`
805 const want = `template: top:7:20: executing "three" at <index "hi" $>: error calling index: index out of range: 5`
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 129 MSI: map[string]int{"one": 1, "two": 2, "three": 3},
555 {"bug10", "{{mapOfThree.three}}-{{(mapOfThree).three}}", "3-3", 0, true},
664 return map[string]int{"three": 3}
791 {{define "two"}}{{template "three" .}}{{end}}
792 {{define "three"}}{{index "hi" $}}{{end}}`
805 const want = `template: top:7:20: executing "three" at <index "hi" $>: error calling index: index out of range: 5`
    [all...]
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp 241 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 };
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui_test.go 177 // Three functions: F1, F2, F3 with three lines, 11, 22, 33.
201 // Three interesting addresses: base+{10,20,30}

Completed in 767 milliseconds

1 2 3