HomeSort by relevance Sort by last modified time
    Searched defs:Dummy (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/llvm/include/llvm/Support/
MathExtras.h 663 bool Dummy;
664 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
681 bool Dummy;
682 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 577 VariantValue Dummy;
578 P.parseExpressionImpl(&Dummy);
  /external/gmock/test/
gmock-generated-actions_test.cc 649 int dummy = 0; local
650 EXPECT_EQ(11, a1.Perform(make_tuple(5, Char(6), &dummy)));
655 int Dummy(bool flag) { return flag? 1 : 0; }
659 function_type* fp = &Dummy;
673 return_type result = Dummy(true);
726 int dummy; local
727 EXPECT_DOUBLE_EQ(6, a2.Perform(make_tuple(4.0f, &dummy)));
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 649 int dummy = 0; local
650 EXPECT_EQ(11, a1.Perform(make_tuple(5, Char(6), &dummy)));
655 int Dummy(bool flag) { return flag? 1 : 0; }
659 function_type* fp = &Dummy;
673 return_type result = Dummy(true);
726 int dummy; local
727 EXPECT_DOUBLE_EQ(6, a2.Perform(make_tuple(4.0f, &dummy)));
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 261 // Dummy range checker.
308 typedef dummy_range_checker<Traits> Dummy ;
317 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
394 typedef dummy_range_checker<Traits> Dummy ;
403 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
426 typedef dummy_range_checker<Traits> Dummy ;
428 typedef mpl::identity<Dummy> DummyQ ;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 666 class Dummy(object):
697 with self.Dummy() as a, self.Dummy() as b:
705 with self.Dummy() as a, self.InitRaises():
714 with self.Dummy() as a, self.EnterRaises():
725 with self.Dummy(gobble=True) as a, self.ExitRaises():
733 with self.Dummy(value=(1,2)) as (a1, a2), \
734 self.Dummy(value=(10, 20)) as (b1, b2):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 666 class Dummy(object):
697 with self.Dummy() as a, self.Dummy() as b:
705 with self.Dummy() as a, self.InitRaises():
714 with self.Dummy() as a, self.EnterRaises():
725 with self.Dummy(gobble=True) as a, self.ExitRaises():
733 with self.Dummy(value=(1,2)) as (a1, a2), \
734 self.Dummy(value=(10, 20)) as (b1, b2):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 666 class Dummy(object):
697 with self.Dummy() as a, self.Dummy() as b:
705 with self.Dummy() as a, self.InitRaises():
714 with self.Dummy() as a, self.EnterRaises():
725 with self.Dummy(gobble=True) as a, self.ExitRaises():
733 with self.Dummy(value=(1,2)) as (a1, a2), \
734 self.Dummy(value=(10, 20)) as (b1, b2):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 666 class Dummy(object):
697 with self.Dummy() as a, self.Dummy() as b:
705 with self.Dummy() as a, self.InitRaises():
714 with self.Dummy() as a, self.EnterRaises():
725 with self.Dummy(gobble=True) as a, self.ExitRaises():
733 with self.Dummy(value=(1,2)) as (a1, a2), \
734 self.Dummy(value=(10, 20)) as (b1, b2):
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 195 class Dummy {};
197 bool operator==(Dummy, int);
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 256 struct Dummy { int padding; };
257 struct Derived : Dummy, Subobj {
258 constexpr Derived() : Dummy{200}, Subobj{4, 5, 6} {}
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 416 int Dummy = i;
417 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, nullptr, Dummy);
495 int Dummy = 0;
497 ProvideOption(PGOpt, OneArgName, StringRef(), 0, nullptr, Dummy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 872 cmsUInt16Number ScriptCodeCode, Dummy;
916 if (!io ->Read(io, &Dummy, sizeof(cmsUInt16Number), 1)) goto Done;
931 if (!io ->Read(io, &Dummy, sizeof(cmsUInt8Number), 1)) goto Error;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 

Completed in 1746 milliseconds

12 3 4