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

1 2 3 4 5 6 7 8 910

  /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);
validation_util.h 70 return ParamsType::Validate(message->payload(), validation_context);
73 // The following methods validate control messages defined in
80 // The following Validate.*NonNullable() functions validate that the given
135 T::Validate(input.Get(), validation_context, validate_params);
142 T::Validate(input.Get(), validation_context);
148 return T::Validate(&input, validation_context, true);
155 T::Validate(input.Get(), validation_context, false);
pipe_control_message_handler.cc 33 if (!Validate(message))
43 bool PipeControlMessageHandler::Validate(Message* message) {
  /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 183 virtual AvbIOResult Validate(bool* is_trusted) {
237 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
263 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
270 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
277 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
285 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
292 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
301 AvbIOResult Validate(bool* is_trusted) override {
314 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
330 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted))
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
pipe_control_message_handler.h 41 bool Validate(Message* message);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_virtual.h 46 virtual DisplayError Validate(HWLayers *hw_layers);
hw_virtual.cpp 48 DisplayError HWVirtual::Validate(HWLayers *hw_layers) {
50 return HWDevice::Validate(hw_layers);
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_virtual.h 46 virtual DisplayError Validate(HWLayers *hw_layers);
hw_virtual.cpp 48 DisplayError HWVirtual::Validate(HWLayers *hw_layers) {
50 return HWDevice::Validate(hw_layers);
  /external/pdfium/core/fpdfdoc/
cpdf_aaction.h 31 Validate,
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.h 47 virtual DisplayError Validate(HWLayers *hw_layers);
hw_virtual.cpp 72 DisplayError HWVirtual::Validate(HWLayers *hw_layers) {
74 return HWDevice::Validate(hw_layers);
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel/0.3.1/
auto-parcel-0.3.1.jar 
  /system/update_engine/payload_generator/
payload_generation_config.h 123 bool Validate() const;
152 bool Validate() const;
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 40 bool Validate(uint32 width, uint32 height);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 64 bool Validate(string* error);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 66 bool Validate(string* error);
  /frameworks/compile/slang/
slang_rs_check_ast.h 74 bool Validate();
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.h 47 virtual HWC2::Error Validate(uint32_t *out_num_types, uint32_t *out_num_requests);
hwc_display_virtual.h 47 virtual HWC2::Error Validate(uint32_t *out_num_types, uint32_t *out_num_requests);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_external.h 47 virtual HWC2::Error Validate(uint32_t *out_num_types, uint32_t *out_num_requests);

Completed in 205 milliseconds

1 2 3 4 5 6 7 8 910