/external/chromium-trace/catapult/dashboard/dashboard/ |
D | utils_test.py | 149 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 …]
|
D | utils.py | 347 def Validate(expected, actual): function 395 Validate(expected[key], actual[key])
|
D | post_bisect_results.py | 80 utils.Validate(_EXPECTED_RESULT_PROPERTIES, results_data)
|
D | bisect_fyi.py | 126 utils.Validate(expected_results, job.results_data)
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtblock.h | 134 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;
|
D | fde_txtedtblock.cpp | 253 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/ |
D | vktBuildPrograms.cpp | 264 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/ |
D | service_registry.py | 39 def Validate(self): member in ServiceRegistry 40 self.__message_registry.Validate() 173 self.Validate() 187 self.Validate()
|
D | message_registry.py | 93 self.Validate() 98 self.Validate() 105 self.Validate() 110 def Validate(self): member in MessageRegistry
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_file.h | 64 bool Validate(string* error);
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_file.h | 64 bool Validate(string* error);
|
/external/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 34 request do_validate, "Validate the icount structure",
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.h | 73 bool Validate(string* error);
|
D | java_generator.cc | 107 if (!file_generators[i]->Validate(error)) { in Generate()
|
/external/autotest/client/site_tests/security_RestartJob/ |
D | control | 12 PURPOSE = "Validate that RestartJob will not launch arbitrary processes"
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/ |
D | b2PolygonShape.h | 79 bool Validate() const;
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 166 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/ |
D | context.c | 45 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/ |
D | js2c.py | 75 def Validate(lines): function 362 Validate, 372 return lambda x: RemoveCommentsAndTrailingWhitespace(Validate(x))
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | DFA.pm | 3 use Params::Validate qw( :types );
|
/external/autotest/client/site_tests/power_Standby/ |
D | control | 18 1. Validate battery use
|
/external/v8/test/cctest/ |
D | test-asm-validator.cc | 52 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/ |
D | common.gypi | 21 # Validate the 'skia_os' setting against 'OS', because only certain
|
/external/webrtc/talk/media/base/ |
D | videoframe.h | 199 static bool Validate(uint32_t fourcc,
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 39 | 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 …]
|