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/
WebGLExtension.h 44 // Lose this extension. Passing true = force loss. Some extensions
47 virtual void lose(bool) function in class:blink::WebGLExtension
WebGLLoseContext.cpp 43 void WebGLLoseContext::lose(bool force) function in class:blink::WebGLLoseContext
46 WebGLExtension::lose(true);
  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 233 bool lose = report (); local
235 return result != 0 ? result : lose ? -1 : 0;
  /external/tcpdump/
print-zephyr.c 141 int lose = 0; local
154 if (!s) lose = 1;
158 if (!lose) field = strtol(s, 0, 16);
162 if (!lose) field = s;
165 if (lose) return;
186 if (lose) {
202 if (!lose && strcmp(ackdata, "SENT"))
237 if (!lose) printf(" %s", z_triple(c, i, r));

Completed in 296 milliseconds