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

/external/chromium_org/net/spdy/
H A Dspdy_frame_builder_test.cc42 // Create an empty SETTINGS frame both via framer and manually via builder.
50 builder.WriteControlFrameHeader(framer, SETTINGS, 0);
53 builder.BeginNewFrame(framer, SETTINGS, 0, 0);
H A Dspdy_protocol.cc82 return SETTINGS;
105 return SETTINGS;
140 case SETTINGS:
165 case SETTINGS:
H A Dspdy_framer.cc247 // Size, in bytes, of a SETTINGS frame not including the IDs and values
489 case SETTINGS:
490 return "SETTINGS";
549 // SETTINGS frames take a slightly modified route:
912 case SETTINGS:
922 DLOG(WARNING) << "Invalid length for SETTINGS frame: "
1085 case SETTINGS:
1427 case SETTINGS:
1652 DCHECK_EQ(SETTINGS, current_frame_type_);
1695 // Check if we're done handling this SETTINGS fram
[all...]
H A Dspdy_session.cc1864 DCHECK(frame_type == RST_STREAM || frame_type == SETTINGS ||
2103 SETTINGS,
2748 // Count the prefix as part of the subsequent SETTINGS frame.
2749 EnqueueSessionWrite(HIGHEST, SETTINGS,
2812 // Create the SETTINGS frame and send it.
2817 EnqueueSessionWrite(HIGHEST, SETTINGS, settings_frame.Pass());
H A Dspdy_protocol.h270 // must be followed by a SETTINGS frame.
290 SETTINGS, enumerator in enum:net::SpdyFrameType
337 // Flags on the SETTINGS control frame.
346 // Flags for settings within a SETTINGS frame.
H A Dspdy_framer_test.cc2383 const char kDescription[] = "Network byte order SETTINGS frame";
2431 const char kDescription[] = "Basic SETTINGS frame";
2504 const char kDescription[] = "Empty SETTINGS frame";
3459 // Tests handling of SETTINGS frames with invalid length.
3483 // Tests handling of SETTINGS frames larger than the frame buffer size.
3535 // Tests handling of SETTINGS frame with duplicate entries.
3594 // Tests handling of SETTINGS frame with a setting we don't recognize.
3639 // Tests handling of SETTINGS frame with entries out of order.
4434 EXPECT_STREQ("SETTINGS",
4435 SpdyFramer::FrameTypeToString(SETTINGS));
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 308 milliseconds