/system/core/charger/ |
charger.c | 319 struct power_supply *supply; local 322 supply = node_to_item(node, struct power_supply, list); 323 if (!strncmp(name, supply->name, sizeof(supply->name))) 324 return supply; 333 struct power_supply *supply; local 335 supply = calloc(1, sizeof(struct power_supply)); 336 if (!supply) 339 strlcpy(supply->name, name, sizeof(supply->name)) 422 struct power_supply *supply = NULL; local [all...] |
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
cfinstall.js | 81 // In the case of legacy installation parameters, supply a compatible
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 504 # The set of actions for which it makes sense to supply a value 663 "must not supply a type for action %r" % self.action, self) 669 "must supply a list of choices for type 'choice'", self) 676 "must not supply choices for type %r" % self.type, self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 504 # The set of actions for which it makes sense to supply a value 663 "must not supply a type for action %r" % self.action, self) 669 "must supply a list of choices for type 'choice'", self) 676 "must not supply choices for type %r" % self.type, self) [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
voyager.h | 390 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
voyager.h | 390 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
voyager.h | 390 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
voyager.h | 390 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
voyager.h | 390 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
voyager.h | 407 __u8 supply; member in struct:voyager_psi_subregs
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 34 recommended that you supply at least 'filename', so that TextFile 86 "you must supply either or both of 'filename' and 'file'"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 34 recommended that you supply at least 'filename', so that TextFile 86 "you must supply either or both of 'filename' and 'file'"
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 257 An optional fourth argument can be used to supply a different 285 An optional fourth argument can be used to supply a different 356 An optional fourth argument can be used to supply a different
|
/external/kernel-headers/original/asm-x86/ |
voyager.h | 439 __u8 supply; member in struct:voyager_psi_subregs
|
/external/ceres-solver/jni/ |
Android.mk | 77 # you wish to supply a header only version yourself, then you may
|
/external/chromium_org/chrome/test/chromedriver/js/ |
call_function.js | 195 * @param {!Array.<*>} args The array of arguments to supply to the function,
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
RegExp.js | 31 //shouldBe("RegExp(/x/, 'g').source", "'/x/'"); // can't supply flags when constructing one RegExp from another, says mozilla
|
/external/chromium_org/v8/src/ |
messages.js | 46 regexp_flags: ["Cannot supply flags when constructing one RegExp from another"], [all...] |
/external/v8/src/ |
messages.js | 146 "regexp_flags", ["Cannot supply flags when constructing one RegExp from another"], [all...] |