Searched refs:force_ (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Di2c.h512 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_##chip
[all...]
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
212 bool force_; member in class:__anon2862::CacheCreator
238 if (result == net::OK || !force_ || retry_)

Completed in 106 milliseconds