Home
last modified time | relevance | path

Searched refs:Validate (Results 1 – 25 of 105) sorted by relevance

12345

/external/chromium-trace/catapult/dashboard/dashboard/
Dutils_test.py149 utils.Validate(
154 utils.Validate(int, 'a string')
158 utils.Validate(
164 utils.Validate(
170 utils.Validate(
176 utils.Validate(
181 utils.Validate(None, 'running')
184 utils.Validate(str, 'a string')
187 utils.Validate(
192 utils.Validate(
[all …]
Dutils.py347 def Validate(expected, actual): function
395 Validate(expected[key], actual[key])
Dpost_bisect_results.py80 utils.Validate(_EXPECTED_RESULT_PROPERTIES, results_data)
Dbisect_fyi.py126 utils.Validate(expected_results, job.results_data)
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtblock.h134 virtual int32_t Validate(const CFX_WideString& wsText) const;
153 virtual int32_t Validate(const CFX_WideString& wsText) const;
166 virtual int32_t Validate(const CFX_WideString& wsText) const;
Dfde_txtedtblock.cpp253 int32_t nRet = Validate(wsTemp); in Insert()
286 int32_t nRet = Validate(wsTemp); in Delete()
327 int32_t nRet = Validate(wsTemp); in Replace()
429 int32_t CFDE_TxtEdtField::Validate(const CFX_WideString& wsText) const { in Validate() function in CFDE_TxtEdtField
483 int32_t CFDE_TxtEdtField_Integer::Validate(const CFX_WideString& wsText) const { in Validate() function in CFDE_TxtEdtField_Integer
540 int32_t CFDE_TxtEdtField_Float::Validate(const CFX_WideString& wsText) const { in Validate() function in CFDE_TxtEdtField_Float
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp264 DE_DECLARE_COMMAND_LINE_OPT(Validate, bool);
274 << Option<opt::Validate> ("v", "validate-spv", "Validate generated SPIR-V binaries"); in registerOptions()
316 cmdLine.getOption<opt::Validate>()); in main()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dservice_registry.py39 def Validate(self): member in ServiceRegistry
40 self.__message_registry.Validate()
173 self.Validate()
187 self.Validate()
Dmessage_registry.py93 self.Validate()
98 self.Validate()
105 self.Validate()
110 def Validate(self): member in MessageRegistry
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_file.h64 bool Validate(string* error);
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_file.h64 bool Validate(string* error);
/external/e2fsprogs/tests/progs/
Dtest_icount_cmds.ct34 request do_validate, "Validate the icount structure",
/external/protobuf/src/google/protobuf/compiler/java/
Djava_file.h73 bool Validate(string* error);
Djava_generator.cc107 if (!file_generators[i]->Validate(error)) { in Generate()
/external/autotest/client/site_tests/security_RestartJob/
Dcontrol12 PURPOSE = "Validate that RestartJob will not launch arbitrary processes"
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
Db2PolygonShape.h79 bool Validate() const;
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py166 if self.Validate():
173 if self.Validate():
182 def Validate(self): member in JetOpen
351 if self.Validate():
356 def Validate(self): member in SegEdit
428 if not self.Validate():
444 if not self.Validate():
710 if self.Validate():
715 def Validate(self): member in EventEdit
779 if not self.Validate():
[all …]
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, in Validate() function
204 ret = Validate(dpy, port, surface_type_id, width, height, flags, in XvMCCreateContext()
/external/v8/tools/
Djs2c.py75 def Validate(lines): function
362 Validate,
372 return lambda x: RemoveCommentsAndTrailingWhitespace(Validate(x))
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DDFA.pm3 use Params::Validate qw( :types );
/external/autotest/client/site_tests/power_Standby/
Dcontrol18 1. Validate battery use
/external/v8/test/cctest/
Dtest-asm-validator.cc52 std::string Validate(Zone* zone, const char* source, in Validate() function
75 if (typer.Validate()) { in Validate()
124 CHECK_EQ("", Validate(zone, test_function, &types)); in TEST()
323 Validate(zone, test_function, &types)); in TEST()
339 Validate(zone, test_function, &types)); in TEST()
354 Validate(zone, test_function, &types)); in TEST()
513 CHECK_EQ("", Validate(zone, test_function, &types)); \
550 CHECK_EQ(message, Validate(zone, test_function, &types));
1764 Validate(zone, test_function, &types)); in TEST()
/external/skia/gyp/
Dcommon.gypi21 # Validate the 'skia_os' setting against 'OS', because only certain
/external/webrtc/talk/media/base/
Dvideoframe.h199 static bool Validate(uint32_t fourcc,
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md39 | Valid DescriptorSet | Validate that descriptor set was properly created and is currently valid | …
86 | Verify Image Layouts | Validate correct image layouts for presents, image transitions, command bu…
87 | Verify Memory Access Flags/Memory Barriers | Validate correct access flags for memory barriers | …
88 | Verify Memory Buffer Not Deleted | Validate Command Buffer not submitted with deleted memory buff…
89 | Verify Memory Buffer Destroy | Validate memory buffers are not destroyed more than once | DOUBLE_…
90 | Verify Object Not In Use | Validate that object being freed or modified is not in use | OBJECT_IN…
91 | Verify Get Queries| Validate that that queries are properly setup, initialized and synchronized |…
92 | Verify Fences Not In Use | Validate that that fences are not used in multiple submit calls at the…
93 | Verify Semaphores Not In Use | Validate that the semaphores are not used in multiple submit calls…
94 | Verify Events Not In Use | Validate that that events are not used at the time they are destroyed …
[all …]

12345