/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 211 const uint8_t* opt = getOption(OPT_MESSAGE_TYPE, &length); in type() local 220 const uint8_t* opt = getOption(OPT_SERVER_ID, &length); in serverId() local 229 const uint8_t* opt = getOption(OPT_REQUESTED_IP, &length); in requestedIp() local 291 const uint8_t* opt = dhcpData.options + i + 2; in getOption() local
|
/device/generic/trusty/secure_dpu/ |
D | main.cpp | 39 int opt; in parse_device_name() local
|
/device/google/contexthub/util/stm32_flash/ |
D | flash.c | 79 int opt; in main() local
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderLibImpl.cpp | 111 bool RenderLibImpl::getOpt(RenderOpt* opt) { in getOpt()
|
/device/generic/goldfish/dhcp/client/ |
D | dhcpclient.cpp | 329 const uint8_t* opt = options + i + 2; in configureDhcp() local
|
/device/generic/vulkan-cereal/third-party/lz4/ |
D | lz4opt.h | 216 LZ4HC_optimal_t opt[LZ4_OPT_NUM + 1]; in LZ4HC_compress_optimal() local
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 223 int opt; in main() local
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | tqftpserv.c | 205 const char *opt; in handle_rrq() local
|
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | ns.c | 714 int opt; in main() local
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 6301 int opt; local 6370 int opt; local
|
/device/generic/goldfish-opengl/system/profiler/ |
D | perfetto.cpp | 1088 for (const option& opt : opts) { in LookupLongOpt() local 1096 for (const option& opt : opts) { in LookupShortOpt() local 1127 option& opt = res->back(); in ParseOpts() local 1169 const option* opt = LookupLongOpt(opts, arg, len); in getopt_long() local 1222 const option* opt = LookupShortOpt(opts, cur_char); in getopt_long() local 3991 constexpr bool operator==(const Optional<T>& opt, nullopt_t) { in operator ==() 3996 constexpr bool operator==(nullopt_t, const Optional<T>& opt) { in operator ==() 4001 constexpr bool operator!=(const Optional<T>& opt, nullopt_t) { in operator !=() 4006 constexpr bool operator!=(nullopt_t, const Optional<T>& opt) { in operator !=() 4016 constexpr bool operator<(nullopt_t, const Optional<T>& opt) { in operator <() [all …]
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | perfetto.cc | 2503 constexpr bool operator==(const Optional<T>& opt, nullopt_t) { in operator ==() 2508 constexpr bool operator==(nullopt_t, const Optional<T>& opt) { in operator ==() 2513 constexpr bool operator!=(const Optional<T>& opt, nullopt_t) { in operator !=() 2518 constexpr bool operator!=(nullopt_t, const Optional<T>& opt) { in operator !=() 2528 constexpr bool operator<(nullopt_t, const Optional<T>& opt) { in operator <() 2533 constexpr bool operator<=(const Optional<T>& opt, nullopt_t) { in operator <=() 2543 constexpr bool operator>(const Optional<T>& opt, nullopt_t) { in operator >() 2558 constexpr bool operator>=(nullopt_t, const Optional<T>& opt) { in operator >=() 2563 constexpr bool operator==(const Optional<T>& opt, const U& value) { in operator ==() 2568 constexpr bool operator==(const U& value, const Optional<T>& opt) { in operator ==() [all …]
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 6898 SampleOptional<int> opt(1); in TEST() local
|