Searched refs:Dummy (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium/testing/gmock/test/
H A Dgmock-port_test.cc43 TEST(DummyTest, Dummy) {}
/external/clang/test/CodeGenCXX/
H A Dtemplate-static-var-defer.cpp4 template <class Dummy> struct COMTypeInfo {
9 template <class Dummy> const int X::COMTypeInfo<Dummy>::kIID = 10;
/external/chromium/testing/gtest/test/
H A Dgtest_uninitialized_test_.cc34 TEST(DummyTest, Dummy) {
H A Dgtest_color_test_.cc55 TEST(GTestColorTest, Dummy) {
H A Dgtest_env_var_test_.cc50 TEST(GTestEnvVarTest, Dummy) {
/external/gtest/test/
H A Dgtest_uninitialized_test_.cc34 TEST(DummyTest, Dummy) {
H A Dgtest_color_test_.cc55 TEST(GTestColorTest, Dummy) {
H A Dgtest_env_var_test_.cc50 TEST(GTestEnvVarTest, Dummy) {
/external/protobuf/gtest/test/
H A Dgtest_uninitialized_test_.cc34 TEST(DummyTest, Dummy) {
H A Dgtest_color_test_.cc52 TEST(GTestColorTest, Dummy) {
H A Dgtest_env_var_test_.cc50 TEST(GTestEnvVarTest, Dummy) {
/external/chromium/base/
H A Dstack_container_unittest.cc14 class Dummy : public base::RefCounted<Dummy> { class in namespace:__anon1595
16 explicit Dummy(int* alive) : alive_(alive) { function in class:__anon1595::Dummy
21 friend class base::RefCounted<Dummy>;
23 ~Dummy() {
76 typedef StackVector<scoped_refptr<Dummy>, 2> Vector;
81 scoped_refptr<Dummy> dummy(new Dummy(&alive));
87 Dummy* dummy_unref = dummy.get();
119 template StackVector<scoped_refptr<Dummy>,
[all...]
/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc17 struct Dummy { struct in namespace:base::win::__anon1674
18 Dummy() : adds(0), releases(0) { } function in struct:base::win::__anon1674::Dummy
84 typedef ScopedComPtr<Dummy, &dummy_iid> Ptr;
87 scoped_ptr<Dummy> p(new Dummy);
/external/guava/guava/src/com/google/common/collect/
H A DInterners.java56 private final MapMakerInternalMap<E, Dummy> map;
68 ReferenceEntry<E, Dummy> entry = map.getEntry(sample);
77 Dummy sneaky = map.putIfAbsent(sample, Dummy.VALUE);
91 private enum Dummy { VALUE } enum in class:Interners.CustomInterner
/external/llvm/include/llvm/
H A DMDBuilder.h103 MDNode *Dummy = MDNode::getTemporary(Context, ArrayRef<Value*>()); local
104 MDNode *Root = MDNode::get(Context, Dummy);
110 MDNode::deleteTemporary(Dummy);
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp60 MDNode *Dummy = MDNode::getTemporary(V->getContext(), ArrayRef<Value*>());
61 VM[V] = Dummy;
76 Dummy->replaceAllUsesWith(NewMD);
78 MDNode::deleteTemporary(Dummy);
83 MDNode::deleteTemporary(Dummy);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp192 HandleSDNode Dummy(SDValue(bvNode, 0));
195 return Dummy.getValue().getNode();
212 HandleSDNode Dummy(CurDAG->getLoad(vecVT, dl,
216 CurDAG->ReplaceAllUsesWith(SDValue(bvNode, 0), Dummy.getValue());
217 if (SDNode *N = SelectCode(Dummy.getValue().getNode()))
219 return Dummy.getValue().getNode();
699 HandleSDNode Dummy(CurDAG->getNode(SPUISD::VEC2PREFSLOT, dl, OpVT,
702 CurDAG->ReplaceAllUsesWith(N, Dummy.getValue().getNode());
703 SelectCode(Dummy.getValue().getNode());
704 return Dummy
[all...]
/external/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp205 struct Dummy { struct in namespace:test1
209 void (Qualifiers::*X)() = &Dummy::N; // expected-error{{cannot initialize a variable of type 'void (test1::Qualifiers::*)()' with an rvalue of type 'void (test1::Dummy::*)()': different classes ('test1::Qualifiers' vs 'test1::Dummy')}}
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp37 static ExplicitSymbolsDeleter Dummy; variable
H A DFileOutputBuffer.cpp86 raw_fd_ostream Dummy(FD, /*shouldClose=*/true);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h61 Dummy enumerator in enum:llvm::NVPTXISD::NodeType
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp199 class Dummy {}; class
201 bool operator==(Dummy, int);
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp197 template<int Dummy> struct Z<Dummy,int> {};
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc82 // Dummy library that represents "search all handles".
/external/giflib/
H A Ddgif_lib.c431 GifByteType *Dummy; local
458 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
460 while (Dummy != NULL) ;
474 GifByteType *Dummy; local
498 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
500 while (Dummy != NULL) ;

Completed in 401 milliseconds

12