Searched defs:Noop (Results 1 – 10 of 10) sorted by relevance
182 struct Noop { struct183 typedef Noop ValueType; argument184 static const CommandId kCmdId = kNoop; argument206 COMPILE_ASSERT(sizeof(Noop) == 4, Sizeof_Noop_is_not_4); argument
26 void Noop(int rv) { in Noop() function
71 function Noop() {} class
44 void Noop(scoped_ptr<base::Value> value) { in Noop() function
203 def Noop(value): function
188 void Noop(uint32 skip_count) { in Noop() function
662 TEST_F(CommandBufferHelperTest, Noop) { in TEST_F() argument
77 TEST(FileDescriptorShuffleTest, Noop) { in TEST() argument
60 Remove, Update, Add, RegisterServiceType, Noop enumConstant
820 MCInst Noop; in EmitFunctionBody() local