Home
last modified time | relevance | path

Searched defs:bat (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DclassWithMultipleBaseClasses.ts14 bat(); method
20 bat() { } method in D
DdeclFileForClassWithMultipleBaseClasses.ts16 bat(); method
22 bat() { } method in D
DdestructuredDeclarationEmit.ts10 const { bar: baz, bat, bam: { bork: { bar: ibar, baz: ibaz } } } = foo; constant
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dbat_rw.c19 int write_bat (ppc_bat_t bat, unsigned long upper, unsigned long lower) in write_bat()
122 int read_bat (ppc_bat_t bat, unsigned long *upper, unsigned long *lower) in read_bat()
/third_party/typescript/tests/baselines/reference/
DclassWithMultipleBaseClasses.js21 bat() { } method in D
44 D.prototype.bat = function () { }; method in D
DdeclFileForClassWithMultipleBaseClasses.js21 bat() { } method in D
46 D.prototype.bat = function () { }; method in D
DdestructuredDeclarationEmit.js4 const foo = { bar: 'hello', bat: 'world', bam: { bork: { bar: 'a', baz: 'b' } } }; property
29 var foo = { bar: 'hello', bat: 'world', bam: { bork: { bar: 'a', baz: 'b' } } }; property
40 var baz = foo_1.foo.bar, bat = foo_1.foo.bat, _a = foo_1.foo.bam.bork, ibar = _a.bar, ibaz = _a.baz; variable
DconditionalTypes2.js63 declare function fooBat(x: { foo: string, bat: string }): void; property
/third_party/uboot/u-boot-2020.01/drivers/power/mfd/
Dfg_max77693.c47 static int power_update_battery(struct pmic *p, struct pmic *bat) in power_update_battery()
66 static int power_check_battery(struct pmic *p, struct pmic *bat) in power_check_battery()
/third_party/jerryscript/tests/jerry/es2015/
Dreflect-deleteproperty.js50 var target = {bat: 42}; property
Dreflect-has.js53 var target = {bat: 42}; property
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c266 _gst_mpegts_bat_stream_copy (GstMpegtsBATStream * bat) in _gst_mpegts_bat_stream_copy()
277 _gst_mpegts_bat_stream_free (GstMpegtsBATStream * bat) in _gst_mpegts_bat_stream_free()
289 _gst_mpegts_bat_copy (GstMpegtsBAT * bat) in _gst_mpegts_bat_copy()
301 _gst_mpegts_bat_free (GstMpegtsBAT * bat) in _gst_mpegts_bat_free()
316 GstMpegtsBAT *bat = NULL; in _parse_bat() local
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc86xx/
Dcpu_init.c81 ppc_bat_t bat = DBAT0; in init_addr_map() local
/third_party/uboot/u-boot-2020.01/drivers/power/fuel_gauge/
Dfg_max17042.c193 static int power_update_battery(struct pmic *p, struct pmic *bat) in power_update_battery()
218 static int power_check_battery(struct pmic *p, struct pmic *bat) in power_check_battery()
/third_party/uboot/u-boot-2020.01/drivers/power/battery/
Dbat_trats2.c15 static int power_battery_charge(struct pmic *bat) in power_battery_charge()
Dbat_trats.c16 static int power_battery_charge(struct pmic *bat) in power_battery_charge()
/third_party/toybox/toys/other/
Dacpi.c28 int ac, bat, therm, cool; in GLOBALS() argument
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes2.ts105 bat: B1<A1<T>>; property
109 bat: B1<B1<T>>; property
/third_party/icu/icu4c/source/test/intltest/
Duobjtest.cpp485 UnicodeString bat("bat"); in testIDs() local
/third_party/uboot/u-boot-2020.01/include/power/
Dpmic.h58 struct battery *bat; member
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c967 const GstMpegtsBAT *bat = gst_mpegts_section_get_bat (section); in dump_bat() local
/third_party/toybox/generated/
Dglobals.h209 int ac, bat, therm, cool; member