Searched refs:NOOP (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/tsan/
H A Dts_events.h42 NOOP, // Should not appear. enumerator in enum:EventType
H A Dts_pin.cc496 CHECK(event > NOOP && event < LAST_EVENT);
625 DCHECK(type > NOOP && type < LAST_EVENT);
H A Dthread_sanitizer.cc6464 DCHECK(type != NOOP);
6610 case NOOP : CHECK(0); break; // can't happen.
/external/chromium/net/spdy/
H A Dspdy_protocol_test.cc16 using spdy::NOOP;
61 EXPECT_EQ(5, NOOP);
298 for (int i = SYN_STREAM; i <= spdy::NOOP; ++i) {
H A Dspdy_framer.cc198 case NOOP:
199 return "NOOP";
657 frame.WriteUInt16(NOOP);
981 // TODO(hkhalil): Remove NOOP.
982 case NOOP:
983 // NOOP. Swallow it.
984 DLOG(INFO) << "Attempted frame size validation for NOOP. Resetting.";
1353 case NOOP:
1401 case NOOP:
H A Dspdy_protocol.h80 // Control Frame: NOOP
157 NOOP, enumerator in enum:spdy::SpdyControlType
283 // A NOOP Control Frame structure.
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3739 NopInst.setOpcode(X86::NOOP);

Completed in 132 milliseconds