/libcore/dalvik/src/main/java/dalvik/system/ |
CloseGuard.java | 110 private static final CloseGuard NOOP = new CloseGuard(); 132 return NOOP; 180 if (this == NOOP || !ENABLED) {
|
/external/chromium_org/net/spdy/ |
spdy_protocol_test.cc | 48 EXPECT_EQ(5, NOOP);
|
spdy_framer.cc | 409 case NOOP: 410 return "NOOP"; 677 if (current_frame_type_ == NOOP) { 678 DVLOG(1) << "NOOP control frame found. Ignoring."; [all...] |
spdy_protocol.h | 280 NOOP, // Because it is valid in SPDY/2, kept for identifiability/enum order.
|
spdy_framer_test.cc | [all...] |
/external/llvm/lib/Target/X86/ |
X86PadShortFunction.cpp | 92 /// NOOP instructions before early exits. 201 /// addPadding - Add the given number of NOOP instructions to the function 209 BuildMI(*MBB, MBBI, DL, TII->get(X86::NOOP)); 210 BuildMI(*MBB, MBBI, DL, TII->get(X86::NOOP));
|
X86InstrInfo.cpp | [all...] |
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 68 public static final String NOOP = "NOOP";
|
/external/chromium/net/spdy/ |
spdy_protocol_test.cc | 16 using spdy::NOOP; 61 EXPECT_EQ(5, NOOP); 298 for (int i = SYN_STREAM; i <= spdy::NOOP; ++i) {
|
spdy_framer.cc | 202 case NOOP: 203 return "NOOP"; 661 frame.WriteUInt16(NOOP); [all...] |
spdy_protocol.h | 80 // Control Frame: NOOP 157 NOOP, 283 // A NOOP Control Frame structure.
|
/external/chromium_org/third_party/skia/src/core/ |
SkPicture.cpp | 85 case NOOP: return "NOOP";
|
SkPictureFlat.h | 66 NOOP,
|
SkPictureRecord.cpp | 109 0, // NOOP - no paint 258 while (NOOP == op && curOffset < writer->bytesWritten()) { 336 * Convert the command code located at 'offset' to a NOOP. Leave the size 337 * field alone so the NOOP can be skipped later. 341 *ptr = (*ptr & MASK_24) | (NOOP << 24); [all...] |
SkPicturePlayback.cpp | 780 if (NOOP == op) { [all...] |
/external/skia/src/core/ |
SkPicture.cpp | 85 case NOOP: return "NOOP";
|
SkPictureFlat.h | 66 NOOP,
|
SkPictureRecord.cpp | 109 0, // NOOP - no paint 258 while (NOOP == op && curOffset < writer->bytesWritten()) { 336 * Convert the command code located at 'offset' to a NOOP. Leave the size 337 * field alone so the NOOP can be skipped later. 341 *ptr = (*ptr & MASK_24) | (NOOP << 24); [all...] |
SkPicturePlayback.cpp | 780 if (NOOP == op) { [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | 380 connection.executeSimpleCommand(ImapConstants.NOOP); 425 // We do NOT want this connection pooled, or we will continue to send NOOP and SELECT 504 connection.executeSimpleCommand(ImapConstants.NOOP);
|
ImapFolder.java | 104 mConnection.executeSimpleCommand(ImapConstants.NOOP); [all...] |
/external/chromium_org/skia/ext/ |
vector_canvas_unittest.cc | 222 NOOP, 280 case NOOP:
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 63 case NOOP: return "NoOp";
|
/external/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 63 case NOOP: return "NoOp";
|
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |