HomeSort by relevance Sort by last modified time
    Searched refs:space2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 390 const char* space2 = 0; local
398 else if (!space2)
399 space2 = p;
426 if (!space1 || !space2) {
431 String statusCodeString(space1 + 1, space2 - space1 - 1);
445 statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n".
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 556 const char* space2 = 0; local
564 else if (!space2)
565 space2 = p;
578 if (!space1 || !space2) {
594 url = String(space1 + 1, space2 - space1 - 1); // For length subtract 1 for space.
597 String httpVersionString(space2 + 1, end - space2 - 3); // For length subtract 1 for space, and 2 for "\r\n".
  /art/runtime/gc/
heap.cc 248 +-main alloc space2 / bump space 2 (capacity_)+-
729 space::ContinuousSpace* space2 = non_moving_space_; local
    [all...]

Completed in 2375 milliseconds