Searched refs:_any (Results 1 – 14 of 14) sorted by relevance
/external/iw/ |
D | mesh.c | 24 } _any; typedef 30 int (*nla_put_fn)(struct nl_msg*, int, _any*); 31 uint32_t (*parse_fn)(const char*, _any*); 37 static int _my_nla_put_u8(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u8() 42 static int _my_nla_put_u16(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u16() 47 static int _my_nla_put_u32(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u32() 52 static uint32_t _parse_u8(const char *str, _any *ret) in _parse_u8() 64 static uint32_t _parse_u8_as_bool(const char *str, _any *ret) in _parse_u8_as_bool() 76 static uint32_t _parse_u16(const char *str, _any *ret) in _parse_u16() 88 static uint32_t _parse_u32(const char *str, _any *ret) in _parse_u32() [all …]
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-bind.test | 5 # CHECK:__DATA __data 0x00001028 pointer 0 flat-namespace _any
|
/external/googletest/googlemock/docs/v1_5/ |
D | CheatSheet.md | 145 A method with no `EXPECT_CALL()` is free to be invoked _any number of times_, and the default actio…
|
D | CookBook.md | 2447 You should let `MatchAndExplain()` print _any additional information_
|
/external/googletest/googlemock/docs/v1_6/ |
D | CheatSheet.md | 145 A method with no `EXPECT_CALL()` is free to be invoked _any number of times_, and the default actio…
|
D | CookBook.md | 2598 You should let `MatchAndExplain()` print _any additional information_
|
/external/googletest/googlemock/docs/v1_7/ |
D | CheatSheet.md | 145 A method with no `EXPECT_CALL()` is free to be invoked _any number of times_, and the default actio…
|
D | CookBook.md | 2688 You should let `MatchAndExplain()` print _any additional information_
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 150 A method with no `EXPECT_CALL()` is free to be invoked _any number of times_, and the default actio…
|
D | CookBook.md | 2931 You should let `MatchAndExplain()` print _any additional information_
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 462 _statement_ is expected to match. Note that _statement_ can be _any valid
|
D | AdvancedGuide.md | 537 _statement_ is expected to match. Note that _statement_ can be _any valid
|
D | V1_6_AdvancedGuide.md | 535 _statement_ is expected to match. Note that _statement_ can be _any valid
|
D | V1_7_AdvancedGuide.md | 535 _statement_ is expected to match. Note that _statement_ can be _any valid
|