HomeSort by relevance Sort by last modified time
    Searched defs:Validate (Results 26 - 50 of 62) sorted by null

12 3

  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 95 bool FileGenerator::Validate(string* error) {
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 156 // Validate parameters for Filterscript.
288 bool RSCheckAST::Validate() {
  /external/chromium/chrome/browser/autofill/
phone_number.cc 57 if (!Validate(stripped_text))
117 if (!Validate(number))
232 bool PhoneNumber::Validate(const string16& number) const {
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc 62 void Validate(bool pack_start) {
91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i
108 SCOPED_TRACE(testing::Message() << "Validate child " << i
144 ASSERT_NO_FATAL_FAILURE(Validate(pack_start)) << "width = " << width;
157 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
169 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
179 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 58 void Validate(const string& in_word, const string& gold_word) {
79 Validate(word, word + escape_);
87 Validate(string(1, ch), escaped);
160 Validate("mysite.com&x", "mysite.com" + escape_ + "26x" + escape_);
161 Validate("/./", "/" + escape_ + "./" + escape_);
162 Validate("/../", "/" + escape_ + "../" + escape_);
163 Validate("//", "/" + escape_ + "2F" + escape_);
164 Validate("/./leaf", "/" + escape_ + "./leaf" + escape_);
165 Validate("/../leaf", "/" + escape_ + "../leaf" + escape_);
166 Validate("//leaf", "/" + escape_ + "2Fleaf" + escape_)
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_store.cc 114 // Cancel any pending Load/Store/Validate operations.
135 // Cancel any pending Load/Store/Validate operations.
162 // Found policy on disk - need to validate it before it can be used.
165 Validate(cloud_policy.Pass(),
197 // Stop any pending requests to store policy, then validate the new policy
202 Validate(policy_copy.Pass(),
208 void UserCloudPolicyStore::Validate(
221 // Validate the username if the user is signed in (or in the process of
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc 62 void Validate(bool pack_start) {
91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i
108 SCOPED_TRACE(testing::Message() << "Validate child " << i
144 ASSERT_NO_FATAL_FAILURE(Validate(pack_start)) << "width = " << width;
157 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
169 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
179 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
  /external/chromium_org/chrome/common/extensions/
background_info.cc 258 bool BackgroundManifestHandler::Validate(
262 // Validate that background scripts exist.
275 // Validate background page location, except for hosted apps, which should use
manifest_handler.cc 35 bool ManifestHandler::Validate(const Extension* extension,
141 if (!(*iter)->Validate(extension, error, warnings))
manifest_url_handler.cc 231 bool OptionsPageHandler::Validate(const Extension* extension,
234 // Validate path to the options page. Don't check the URL for hosted apps,
272 // Validate that the overrides are all strings
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
shared_module_info.cc 204 bool SharedModuleHandler::Validate(
theme_handler.cc 28 // Validate that the images are all strings.
63 // Validate that the colors are RGB or RGBA lists.
97 // Validate that the tints are all reals.
191 bool ThemeHandler::Validate(const Extension* extension,
194 // Validate that theme images exist.
content_scripts_handler.cc 425 bool ContentScriptsHandler::Validate(
429 // Validate that claimed script resources actually exist,
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 58 void Validate(const string& in_word, const string& gold_word) {
81 Validate(word, word + escape_);
89 Validate(string(1, ch), escaped);
162 Validate("mysite.com&x", "mysite.com" + escape_ + "26x" + escape_);
163 Validate("/./", "/" + escape_ + "./" + escape_);
164 Validate("/../", "/" + escape_ + "../" + escape_);
165 Validate("//", "/" + escape_ + "2F" + escape_);
166 Validate("/./leaf", "/" + escape_ + "./leaf" + escape_);
167 Validate("/../leaf", "/" + escape_ + "../leaf" + escape_);
168 Validate("//leaf", "/" + escape_ + "2Fleaf" + escape_)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 239 bool VideoFrame::Validate(uint32 fourcc, int w, int h,
377 LOG(LS_INFO) << "Validate frame passed."
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
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/chromium_org/v8/tools/
js2c.py 101 def Validate(lines, file):
328 Validate(lines, filename)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
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/v8/tools/
js2c.py 101 def Validate(lines, file):
328 Validate(lines, filename)
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 217 // (AutocompleteMatch::Validate() checks this).
458 void AutocompleteMatch::Validate() const {
autocomplete_result.cc 267 void AutocompleteResult::Validate() const {
269 i->Validate();
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 120 void Validate(int active_index, int max_width) {
148 Validate(j, i);
  /external/chromium_org/chrome/common/
content_settings_pattern.cc 157 is_valid_ = Validate(parts_);
207 bool ContentSettingsPattern::Builder::Validate(const PatternParts& parts) {
321 bool validate) {
322 return new Builder(validate);
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 123 def Validate(self, error_on_unknown_keys=False):
124 """Validate the content of the archive object. Raise an Error if
269 def Validate(self, add_missing_info=False, error_on_unknown_keys=False):
270 """Validate the content of the bundle. Raise an Error if an invalid or
305 # Validate the archives
309 archive.Validate(error_on_unknown_keys)
426 def Validate(self, add_missing_info=False):
427 """Validate the Manifest file and raises an exception for problems"""
428 # Validate the manifest top level
436 # Validate each bundl
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMemory_stdlib.cpp 132 static void Validate()
154 SkBlockHeader::Validate();

Completed in 1059 milliseconds

12 3