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

  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 227 // The Restrict() version limits what flags are shown.
277 bool found_match = false; // stays false iff no dir matches restrict
304 void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict) {
306 if (restrict != NULL && *restrict != '\0') {
307 substrings.push_back(restrict);
388 ShowUsageWithFlagsRestrict(progname, ""); // empty restrict
392 string restrict = "/" + FLAGS_helpon + "."; local
393 ShowUsageWithFlagsRestrict(progname, restrict.c_str());
  /external/wpa_supplicant/
driver_broadcom.c 377 int restrict = (enabled ? 1 : 0); local
380 &restrict, sizeof(restrict)) < 0 ||
382 &restrict, sizeof(restrict)) < 0)
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 382 int restrict = (enabled ? 1 : 0); local
385 &restrict, sizeof(restrict)) < 0 ||
387 &restrict, sizeof(restrict)) < 0)
  /external/v8/src/
messages.js 216 location.restrict();
467 * Restrict source location start and end positions to make the source slice
474 SourceLocation.prototype.restrict = function (opt_limit, opt_before) {
498 // If the [start, end[ interval is too big we restrict
568 location.restrict();
  /prebuilt/common/ant/
ant.jar 

Completed in 199 milliseconds