Home
last modified time | relevance | path

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

1234

/external/protobuf/src/google/protobuf/
Dany_test.cc56 google::protobuf::Any any; in TEST() local
73 google::protobuf::Any any; in TEST() local
/external/valgrind/drd/
Ddrd_clientobj.h53 struct any struct
55 Addr a1;
56 ObjType type;
57 void (*cleanup)(union drd_clientobj*);
58 void (*delete_thread)(union drd_clientobj*, DrdThreadId);
59 ExeContext* first_observed_at;
147 struct any any; member
/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/testdata/
Danys.proto44 google.protobuf.Any any = 1; field
/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/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/
Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
Dstrtoull.c55 int neg, any, cutlim; in strtoull() 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/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/toybox/toys/posix/
Dpaste.c38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s; local
/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/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl72 GLM_FUNC_QUALIFIER bool any function
/external/elfutils/libdw/
Ddwarf_aggregate_size.c65 bool any = false; in array_size() local
/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
/external/python/cpython2/Lib/idlelib/
DColorDelegator.py10 def any(name, alternates): function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_vector_relational.inl133 GLM_FUNC_QUALIFIER bool any(vecType<bool, P> const & v) function
/external/autotest/frontend/client/src/autotest/tko/
DFilterSelector.java77 private RadioButton any; field in FilterSelector

1234