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

1 2 3 4 5 6 7 8 91011>>

  /external/perfetto/src/tracing/core/
packet_stream_validator.h 31 // Note that we only validate top-level fields in the trace proto; sub-messages
37 static bool Validate(const Slices&);
sliced_protobuf_input_stream.cc 34 PERFETTO_DCHECK(Validate());
40 PERFETTO_DCHECK(Validate());
47 PERFETTO_DCHECK(Validate());
65 PERFETTO_DCHECK(Validate());
69 PERFETTO_DCHECK(Validate());
72 PERFETTO_DCHECK(Validate());
85 PERFETTO_DCHECK(Validate());
90 PERFETTO_DCHECK(Validate());
102 bool SlicedProtobufInputStream::Validate() const {
packet_stream_validator.cc 29 bool PacketStreamValidator::Validate(const Slices& slices) {
sliced_protobuf_input_stream.h 44 bool Validate() const;
packet_stream_validator_unittest.cc 31 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
41 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
58 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
68 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
78 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
88 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
106 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
125 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
147 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
159 EXPECT_FALSE(PacketStreamValidator::Validate(seq))
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
native_struct_data.cc 14 bool NativeStruct_Data::Validate(const void* data,
17 return Array_Data<uint8_t>::Validate(data, validation_context,
native_enum_data.h 19 static bool Validate(int32_t value,
native_struct_data.h 21 static bool Validate(const void* data, ValidationContext* validation_context);
  /prebuilts/jdk/jdk8/darwin-x86/sample/annotations/Validator/src/
PositiveIntegerSupplier.java 44 @Validate(value = Validator.INTEGER_NUMBER,
46 @Validate(value = Validator.POSITIVE_NUMBER,
SupplierValidator.java 53 public static boolean validate(Supplier<?> supplier) { method in class:SupplierValidator
54 for (Validate annotation
55 : supplier.getClass().getAnnotationsByType(Validate.class)) {
57 annotation.value().validate(supplier);
Validate.java 48 public @interface Validate {
51 * Returns the validator that should validate the annotated class.
53 * @return Validator that should validate annotated class.
66 * A container for the repeatable @Validate annotation.
73 Validate[] value();
  /prebuilts/jdk/jdk8/linux-x86/sample/annotations/Validator/src/
PositiveIntegerSupplier.java 44 @Validate(value = Validator.INTEGER_NUMBER,
46 @Validate(value = Validator.POSITIVE_NUMBER,
SupplierValidator.java 53 public static boolean validate(Supplier<?> supplier) { method in class:SupplierValidator
54 for (Validate annotation
55 : supplier.getClass().getAnnotationsByType(Validate.class)) {
57 annotation.value().validate(supplier);
Validate.java 48 public @interface Validate {
51 * Returns the validator that should validate the annotated class.
53 * @return Validator that should validate annotated class.
66 * A container for the repeatable @Validate annotation.
73 Validate[] value();
  /external/pdfium/xfa/fwl/
cfwl_eventvalidate.cpp 10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {}
cfwl_event.h 34 Validate
  /external/avb/test/
avb_atx_validate_unittest.cc 208 virtual AvbIOResult Validate(bool* is_trusted) {
261 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
295 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
302 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
309 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
317 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
324 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
333 AvbIOResult Validate(bool* is_trusted) override {
346 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
362 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted))
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
pipe_control_message_handler.h 44 bool Validate(Message* message);
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_virtual.h 46 virtual DisplayError Validate(HWLayers *hw_layers);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_virtual.h 46 virtual DisplayError Validate(HWLayers *hw_layers);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_virtual.h 46 virtual DisplayError Validate(HWLayers *hw_layers);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.hpp 113 bool Validate(const std::vector<uint32_t>& binary) const;
115 bool Validate(const uint32_t* binary, size_t binary_size) const;
117 bool Validate(const uint32_t* binary, size_t binary_size,
  /external/pdfium/core/fpdfdoc/
cpdf_aaction.h 31 Validate,
  /external/pdfium/xfa/fxfa/parser/
cxfa_acrobat.cpp 13 {XFA_Element::Validate, 1, 0},
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.h 47 virtual DisplayError Validate(HWLayers *hw_layers);

Completed in 1701 milliseconds

1 2 3 4 5 6 7 8 91011>>