HomeSort by relevance Sort by last modified time
    Searched refs:has_type (Results 1 - 25 of 26) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.cc 36 if (!event.has_type() || event.type() != rtclog::Event::RTP_EVENT)
41 if (!rtp_packet.has_type() || rtp_packet.type() != rtclog::AUDIO ||
52 if (!event.has_type() || event.type() != rtclog::Event::AUDIO_PLAYOUT_EVENT)
  /external/nanopb-c/tests/basic_buffer/
decode_buffer.c 38 if (phone->has_type)
  /external/nanopb-c/tests/basic_stream/
decode_stream.c 34 if (phone->has_type)
  /external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc 121 if (!FLAGS_nortp && event.has_type() && event.type() == event.RTP_EVENT) {
126 event.rtp_packet().has_type()) {
162 if (!FLAGS_nortcp && event.has_type() && event.type() == event.RTCP_EVENT) {
164 event.rtcp_packet().has_type() &&
rtc_event_log_unittest.cc 78 if (!event.has_type())
236 ASSERT_TRUE(rtp_packet.has_type());
257 ASSERT_TRUE(rtcp_packet.has_type());
  /external/selinux/checkpolicy/
policy_define.h 37 int define_genfs_context(int has_type);
policy_define.c     [all...]
  /test/vts/drivers/hal/common/fuzz_tester/
FuzzerCallbackBase.cpp 61 if (!message.has_type() || message.type() != TYPE_FUNCTION_POINTER) {
  /external/libtextclassifier/common/
feature-descriptors.h 56 bool has_type() const { return !type_.empty(); } function in class:libtextclassifier::nlp_core::FeatureFunctionDescriptor
  /system/update_engine/payload_generator/
full_update_generator.cc 199 if (!aop.op.has_type())
delta_diff_utils_unittest.cc 188 EXPECT_TRUE(op.has_type());
248 EXPECT_TRUE(op.has_type());
311 EXPECT_TRUE(op.has_type());
359 EXPECT_TRUE(op.has_type());
399 EXPECT_TRUE(op.has_type());
431 EXPECT_TRUE(op.has_type());
inplace_generator.cc 103 CHECK(v.aop.op.has_type());
715 CHECK((*graph)[vertex].aop.op.has_type());
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_finder_unittest.py 58 def has_type(array, browser_type): function
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutateFns.cpp 29 if (var_spec.has_type()) {
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.cpp 74 !func_pt_spec.return_type().has_type() ||
    [all...]
  /test/vts/drivers/hal/common/specification_parser/
SpecificationBuilder.cpp 363 if (func_msg->return_type().has_type()) {
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 914 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 5034 bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor.cc     [all...]
descriptor.pb.h 4743 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4743 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]

Completed in 9572 milliseconds

1 2