Searched refs:cool (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/clap/tests/builder/ |
H A D | arg_aliases.rs | 15 .try_get_matches_from(vec!["", "--new-opt", "cool"]); in single_alias_of_option() 21 "cool" in single_alias_of_option() 139 .aliases(["invisible", "set", "of", "cool", "aliases"]) in multiple_aliases_of_flag() 151 let cool = a.clone().try_get_matches_from(vec!["", "--cool"]); in multiple_aliases_of_flag() 152 assert!(cool.is_ok(), "{}", cool.unwrap_err()); in multiple_aliases_of_flag() 153 let cool = cool.unwrap(); in multiple_aliases_of_flag() 161 assert!(*cool in multiple_aliases_of_flag() [all...] |
/third_party/toybox/toys/other/ |
H A D | acpi.c | 28 int ac, bat, therm, cool; 126 printf("Cooling %d: %s no state information\n", TT.cool++, toybuf); in cool_callback() 127 else printf("Cooling %d: %s %d of %d\n", TT.cool++, toybuf, cur, max); in cool_callback()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | resolveNameWithNamspace.js | 13 export type cool = 'cool'
|
H A D | keyofAndIndexedAccess.js | 648 const cf1 = <T extends { [P in K]: string; } & { cool: string; }, K extends keyof T>(t: T, k: K) => 651 t.cool; 654 const cf2 = <T extends { [P in K | "cool"]: string; }, K extends keyof T>(t: T, k: K) => 657 t.cool; 1093 t.cool;
1097 t.cool;
1433 cool: string;
1435 declare const cf2: <T extends { [P in K | "cool"]: string; }, K extends keyof T>(t: T, k: K) => void;
|
/third_party/toybox/generated/ |
H A D | globals.h | 212 int ac, bat, therm, cool; member
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 517 templates = ["dog_breed are awesome", "dog_breed are cool"] 521 ("Huskies are awesome", "Huskies are cool"), 522 ("Beagles are awesome", "Beagles are cool") 5121 cool: int 5125 cool: int = 0 6277 cool: int 6300 self.assertEqual(tim.cool, 9000) 6302 self.assertEqual(CoolEmployee._fields, ('name', 'cool')) 6304 collections.OrderedDict(name=str, cool=int)) 6311 self.assertEqual(jelle.cool, [all...] |
Completed in 18 milliseconds