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

1 2

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.cpp 72 DisplayError HWVirtual::Validate(HWLayers *hw_layers) {
74 return HWDevice::Validate(hw_layers);
hw_hdmi.cpp 350 DisplayError HWHDMI::Validate(HWLayers *hw_layers) {
352 return HWDevice::Validate(hw_layers);
hw_primary.cpp 434 DisplayError HWPrimary::Validate(HWLayers *hw_layers) {
456 return HWDevice::Validate(hw_layers);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 95 bool FileGenerator::Validate(string* error) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 96 bool FileGenerator::Validate(string* error) {
  /system/update_engine/payload_generator/
payload_generation_config.cc 120 bool PayloadVersion::Validate() const {
178 bool PayloadGenerationConfig::Validate() const {
179 TEST_AND_RETURN_FALSE(version.Validate());
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id,
204 ret = Validate(dpy, port, surface_type_id, width, height, flags,
subpicture.c 110 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id)
221 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id);
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 167 bool FileGenerator::Validate(string* error) {
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel/0.3.1/
auto-parcel-0.3.1.jar 
  /art/compiler/optimizing/
register_allocator.h 50 // Validate that the register allocator did not allocate the same register to
52 bool Validate(bool log_fatal_on_failure) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
service_registry.py 39 def Validate(self):
40 self.__message_registry.Validate()
173 self.Validate()
187 self.Validate()
command_registry.py 117 def Validate(self):
118 self.__message_registry.Validate()
message_registry.py 93 self.Validate()
98 self.Validate()
105 self.Validate()
110 def Validate(self):
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 155 // Validate that the kernel attribute is not used with static.
303 bool RSCheckAST::Validate() {
  /development/ndk/sources/android/ndk_helper/
vecmath.h 226 bool Validate()
466 bool Validate()
726 bool Validate()
  /external/chromium-trace/catapult/dashboard/dashboard/
utils.py 347 def Validate(expected, actual):
395 Validate(expected[key], actual[key])
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 166 if self.Validate():
173 if self.Validate():
182 def Validate(self):
351 if self.Validate():
356 def Validate(self):
428 if not self.Validate():
444 if not self.Validate():
    [all...]
  /external/v8/test/cctest/
test-asm-validator.cc 52 std::string Validate(Zone* zone, const char* source,
75 if (typer.Validate()) {
124 CHECK_EQ("", Validate(zone, test_function, &types));
323 Validate(zone, test_function, &types));
339 Validate(zone, test_function, &types));
354 Validate(zone, test_function, &types));
513 CHECK_EQ("", Validate(zone, test_function, &types)); \
550 CHECK_EQ(message, Validate(zone, test_function, &types));
    [all...]
  /external/v8/tools/
js2c.py 75 def Validate(lines):
362 Validate,
372 return lambda x: RemoveCommentsAndTrailingWhitespace(Validate(x))
  /external/webrtc/talk/media/base/
videoframe.cc 243 bool VideoFrame::Validate(uint32_t fourcc,
376 LOG(LS_INFO) << "Validate frame passed."
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h 57 //! \brief Validate one Unicode codepoint from an encoded stream.
63 static bool Validate(InputStream& is, OutputStream& os);
153 static bool Validate(InputStream& is, OutputStream& os) {
281 static bool Validate(InputStream& is, OutputStream& os) {
394 static bool Validate(InputStream& is, OutputStream& os) {
502 static bool Validate(InputStream& is, OutputStream& os) {
572 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) {
574 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) };
597 //! Validate one Unicode codepoint from an encoded stream.
599 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) {
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 253 int32_t nRet = Validate(wsTemp);
286 int32_t nRet = Validate(wsTemp);
327 int32_t nRet = Validate(wsTemp);
429 int32_t CFDE_TxtEdtField::Validate(const CFX_WideString& wsText) const {
483 int32_t CFDE_TxtEdtField_Integer::Validate(const CFX_WideString& wsText) const {
540 int32_t CFDE_TxtEdtField_Float::Validate(const CFX_WideString& wsText) const {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 61 Validate();
417 RTCPUtility::RTCPParserV2::Validate()
    [all...]
  /frameworks/native/vulkan/libvulkan/
driver.cpp 80 VkResult Validate();
221 VkResult CreateInfoWrapper::Validate() {
695 VkResult result = wrapper.Validate();
766 VkResult result = wrapper.Validate();

Completed in 1744 milliseconds

1 2