Home
last modified time | relevance | path

Searched defs:any (Results 1 – 25 of 118) sorted by relevance

12345

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-any.hpp51 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/
Dany_test.cc56 google::protobuf::Any any; in TEST() local
73 google::protobuf::Any any; in TEST() local
/external/tensorflow/tensorflow/core/platform/
Dprotobuf_internal.h43 Status ParseAny(const google::protobuf::Any& any, T* message, in ParseAny()
Dlogger.h51 google::protobuf::Any any; in LogProto() local
/external/droiddriver/src/io/appium/droiddriver/finders/
DPredicates.java49 public static <T> Predicate<T> any() { in any() method in Predicates
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc106 bool GetBoolFromAny(const google::protobuf::Any& any) { in GetBoolFromAny()
112 int64 GetInt64FromAny(const google::protobuf::Any& any) { in GetInt64FromAny()
118 double GetDoubleFromAny(const google::protobuf::Any& any) { in GetDoubleFromAny()
124 string GetStringFromAny(const google::protobuf::Any& any) { in GetStringFromAny()
Dprotostream_objectwriter_test.cc1428 AnyOut any; in TEST_P() local
1515 AnyOut any; in TEST_P() local
1533 AnyOut any; in TEST_P() local
1551 AnyOut any; in TEST_P() local
1568 AnyOut any; in TEST_P() local
1587 AnyOut any; in TEST_P() local
1603 AnyOut any; in TEST_P() local
1613 AnyOut any; in TEST_P() local
1724 AnyOut any; in TEST_P() local
1751 AnyOut any; in TEST_P() local
[all …]
Dprotostream_objectwriter.h205 AnyWriter* any() const { return any_.get(); } in any() function
/external/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto44 google.protobuf.Any any = 1; field
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dcng_helpfuns.c19 int16_t any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; in WebRtcCng_K2a16() local
/external/openssh/openbsd-compat/
Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
/external/webrtc/webrtc/common_audio/signal_processing/
Drefl_coef_to_lpc.c22 int16_t any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; in WebRtcSpl_ReflCoefToLpc() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsInstanceOf.java87 public static <T> Matcher<T> any(Class<T> type) { in any() method in IsInstanceOf
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
Dp5-0x.cpp17 struct any { struct
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseaddr_conflict.c21 int open_port(int ipv6, int any) in open_port()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
Dp4.cpp8 void test_cvqual_ref(AnyT any) { in test_cvqual_ref()
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Daddress_v6.hpp180 static address_v6 any() in any() function in asio::ip::address_v6
Daddress_v4.hpp166 static address_v4 any() in any() function in asio::ip::address_v4
/external/toybox/toys/posix/
Dpaste.c38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s; local
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle_test.cc327 auto* any = (*def->mutable_collection_def())[kGraphKey] in TEST_F() local
344 auto* any = (*def->mutable_collection_def())[kGraphKey] in TEST_F() local
361 auto* any = (*def->mutable_collection_def())[kAssetsKey] in TEST_F() local
378 auto* any = (*def->mutable_collection_def())[kAssetsKey] in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DLaneBitmask.h53 constexpr bool any() const { return Mask != 0; } in any() function
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java144 public static <T> T any() { in any() method in ArgumentMatchers
206 public static <T> T any(Class<T> type) { in any() method in ArgumentMatchers
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp5-cxx0x.cpp70 struct any { struct

12345