HomeSort by relevance Sort by last modified time
    Searched defs:lose (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLLoseContext.cpp 44 void WebGLLoseContext::lose(bool force) function in class:WebCore::WebGLLoseContext
47 WebGLExtension::lose(true);
WebGLExtension.h 64 // Lose this extension. Passing true = force loss. Some extensions
67 virtual void lose(bool) function in class:WebCore::WebGLExtension
  /external/elfutils/libdwfl/
linux-proc-maps.c 221 bool lose = report (); local
223 return result != 0 ? result : lose ? -1 : 0;
  /external/tcpdump/
print-zephyr.c 141 int lose = 0; local
145 if (!s) lose = 1;
149 if (!lose) field = strtol(s, 0, 16);
153 if (!lose) field = s;
156 if (lose) return;
177 if (lose) {
193 if (!lose && strcmp(ackdata, "SENT"))
228 if (!lose) printf(" %s", z_triple(c, i, r));

Completed in 369 milliseconds