| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
| D | rx-any.hpp | 51 struct any struct 53 typedef rxu::decay_t<T> source_value_type; 54 typedef bool value_type; 55 typedef rxu::decay_t<Predicate> test_type; 56 test_type test; 58 any(test_type t) in any() function 64 struct any_observer 110 auto operator()(Subscriber dest) const in operator ()() 121 auto any(AN&&... an) in any() function
|
| /external/protobuf/src/google/protobuf/ |
| D | any_test.cc | 59 google::protobuf::Any any; in TEST() local 71 google::protobuf::Any any; in TEST() local 90 google::protobuf::Any any; in TEST() local 110 google::protobuf::Any any; in TEST() local
|
| /external/protobuf/src/google/protobuf/util/internal/testdata/ |
| D | anys.proto | 71 google.protobuf.Any any = 1; field 105 google.protobuf.Any any = 2; field 109 google.protobuf.Any any = 1; field
|
| /external/libprotobuf-mutator/examples/libfuzzer/ |
| D | libfuzzer_example.proto | 10 optional google.protobuf.Any any = 4; field
|
| D | libfuzzer_example.cc | 32 auto* any = message->mutable_any(); in DEFINE_PROTO_FUZZER() local
|
| D | libfuzzer_bin_example.cc | 32 auto* any = message->mutable_any(); in DEFINE_BINARY_PROTO_FUZZER() local
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | protobuf_internal.h | 43 Status ParseAny(const google::protobuf::Any& any, T* message, in ParseAny()
|
| D | logger.h | 57 google::protobuf::Any any; in LogProto() local
|
| /external/openssh/openbsd-compat/ |
| D | strtoll.c | 55 int neg, any, cutlim; in strtoll() local
|
| D | strtoul.c | 53 int neg, any, cutlim; in strtoul() local
|
| D | strtoull.c | 55 int neg, any, cutlim; in strtoull() local
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
| D | cng_helpfuns.c | 19 int16_t any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; in WebRtcCng_K2a16() local
|
| /external/webrtc/webrtc/common_audio/signal_processing/ |
| D | refl_coef_to_lpc.c | 22 int16_t any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; in WebRtcSpl_ReflCoefToLpc() local
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| D | utility.cc | 100 bool GetBoolFromAny(const google::protobuf::Any& any) { in GetBoolFromAny() 106 int64 GetInt64FromAny(const google::protobuf::Any& any) { in GetInt64FromAny() 112 double GetDoubleFromAny(const google::protobuf::Any& any) { in GetDoubleFromAny() 118 std::string GetStringFromAny(const google::protobuf::Any& any) { in GetStringFromAny()
|
| D | protostream_objectwriter_test.cc | 1844 AnyOut any; in TEST_P() local 2024 AnyOut any; in TEST_P() local 2042 AnyOut any; in TEST_P() local 2060 AnyOut any; in TEST_P() local 2077 AnyOut any; in TEST_P() local 2097 AnyOut any; in TEST_P() local 2113 AnyOut any; in TEST_P() local 2125 AnyOut any; in TEST_P() local 2136 AnyOut any; in TEST_P() local 2247 AnyOut any; in TEST_P() local [all …]
|
| /external/libprotobuf-mutator/src/ |
| D | mutator.cc | 369 const Descriptor* GetAnyTypeDescriptor(const Any& any) { in GetAnyTypeDescriptor() 376 std::unique_ptr<Message> UnpackAny(const Any& any) { in UnpackAny() 398 if (const Any* any = CastToAny(&message)) return UnpackAny(*any); in UnpackIfAny() local 403 if (std::unique_ptr<Message> any = UnpackIfAny(message)) { in UnpackAny() local 433 const UnpackedAny& any, RandomEngine* random) in PostProcessing() 478 if (Any* any = CastToAny(message)) { in Run() local 628 UnpackedAny any; in Mutate() local 648 UnpackedAny any; in CrossOver() local
|
| /external/swiftshader/third_party/marl/include/marl/ |
| D | event.h | 225 Event Event::any(Mode mode, const Iterator& begin, const Iterator& end) { in any() function 239 Event Event::any(const Iterator& begin, const Iterator& end) { in any() function
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
| D | IsInstanceOf.java | 87 public static <T> Matcher<T> any(Class<T> type) { in any() method in IsInstanceOf
|
| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | reuseaddr_conflict.c | 21 int open_port(int ipv6, int any) in open_port()
|
| /external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
| D | p5-0x.cpp | 17 struct any { struct
|
| /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
| D | p4.cpp | 8 void test_cvqual_ref(AnyT any) { in test_cvqual_ref()
|
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ |
| D | address_v6.hpp | 180 static address_v6 any() in any() function in asio::ip::address_v6
|
| /external/toybox/toys/posix/ |
| D | paste.c | 38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s; local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
| D | LaneBitmask.h | 53 constexpr bool any() const { return Mask != 0; } in any() function
|
| /external/mockito/src/main/java/org/mockito/ |
| D | ArgumentMatchers.java | 144 public static <T> T any() { in any() method in ArgumentMatchers 206 public static <T> T any(Class<T> type) { in any() method in ArgumentMatchers
|