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

  /external/kernel-headers/original/linux/
i2c.h 512 I2C_CLIENT_MODULE_PARM(force_##name, \
547 static unsigned short *forces[] = { force, force_##chip1, NULL }; \
556 static unsigned short *forces[] = { force, force_##chip1, \
557 force_##chip2, NULL }; \
567 static unsigned short *forces[] = { force, force_##chip1, \
568 force_##chip2, force_##chip3, \
580 static unsigned short *forces[] = { force, force_##chip1, \
581 force_##chip2, force_##chip3,
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
212 bool force_; member in class:__anon4013::CacheCreator
238 if (result == net::OK || !force_ || retry_)
    [all...]

Completed in 379 milliseconds