HomeSort by relevance Sort by last modified time
    Searched refs:DoIt (Results 1 - 20 of 20) sorted by null

  /external/compiler-rt/test/profile/Inputs/
instrprof-comdat-2.cpp 9 return (int)Foo.DoIt(10);
11 return (int)Foo2.DoIt(I);
instrprof-comdat-1.cpp 9 int Res = Foo.DoIt(10);
instrprof-comdat.h 9 T DoIt(T ti);
15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template
  /external/llvm/test/tools/llvm-cov/Inputs/
instrprof-comdat.h 5 T DoIt(T ti);
11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template
22 // compile a program with two calls to Foo<int>::DoIt(10) for each desired
  /system/core/adb/
bugreport.h 32 int DoIt(int argc, const char** argv);
bugreport_test.cpp 154 ASSERT_EQ(1, br_.DoIt(3, args));
173 ASSERT_EQ(0, br_.DoIt(1, args));
192 ASSERT_EQ(0, br_.DoIt(1, args));
212 ASSERT_EQ(0, br_.DoIt(1, args));
226 ASSERT_EQ(0, br_.DoIt(2, args));
242 ASSERT_EQ(0, br_.DoIt(2, args));
278 ASSERT_EQ(0, br_.DoIt(2, args));
309 ASSERT_EQ(0, br_.DoIt(2, args));
332 ASSERT_EQ(0, br_.DoIt(2, args));
351 ASSERT_EQ(0, br_.DoIt(2, args))
    [all...]
bugreport.cpp 198 int Bugreport::DoIt(int argc, const char** argv) {
commandline.cpp     [all...]
  /external/clang/test/SemaCXX/
pass-object-size.cpp 81 virtual void DoIt(void *const p __attribute__((pass_object_size(0))));
85 void DoIt(void *const p __attribute__((pass_object_size(0)))) override; // OK
89 void DoIt(void *const p) override; //expected-error{{non-virtual member function marked 'override' hides virtual member function}} expected-note@81{{hidden overloaded virtual function 'virt::Foo::DoIt' declared here}}
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 82 /// \p DoIt, tells this method whether or not to actually insert
83 /// the code sequence in \p MBB. I.e., when \p DoIt is false,
85 /// \returns For \p DoIt == true: True when the emission succeeded
86 /// false otherwise. For \p DoIt == false: True when the emission
88 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
Thumb1FrameLowering.cpp 387 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true);
398 return emitPopSpecialFixUp(*TmpMBB, /* DoIt */ false);
416 bool DoIt) const {
450 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET)
518 if (!DoIt && !PopReg && !TemporaryReg)
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
html_module_unittest.py 102 def DoIt():
108 self.assertRaises(Exception, DoIt)
117 def DoIt():
123 self.assertRaises(Exception, DoIt)
parse_html_deps_unittest.py 283 def DoIt():
285 self.assertRaises(Exception, DoIt)
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_window_test.cc 570 void DoIt() {
627 TEST_P(R4ReduceWindowTest, DoIt) { DoIt(); }
784 XLA_TEST_P(R4ReduceWindowLargeTest, DISABLED_ON_INTERPRETER(DoIt)) { DoIt(); }
    [all...]
slice_test.cc 308 XLA_TEST_P(SliceR2Test, DoIt) {
415 XLA_TEST_P(SliceR4Test, DoIt) { Run(GetParam()); }
concat_test.cc 491 TEST_P(ConcatR2BinaryTest, DoIt) {
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_gpu_3.cu.cc 645 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j,
670 T, TileLongSide * 2, TileShortSide>::DoIt(d, tile_size_i, tile_size_j,
675 T, TileLongSide, TileShortSide + 1>::DoIt(d, tile_size_i, tile_size_j,
688 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j,
709 T, TileLongSide, TileShortSide + 1>::DoIt(d, tile_size_i, tile_size_j,
721 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j,
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_runtime_test.cc 153 TEST_P(EigenMatMulTest, DoIt) {
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]

Completed in 263 milliseconds