Searched refs:Normalize (Results 1 - 25 of 126) sorted by path

123456

/external/ceres-solver/examples/
H A Dbal_problem.cc215 void BALProblem::Normalize() { function in class:ceres::examples::BALProblem
H A Dbal_problem.h59 void Normalize();
H A Dbundle_adjuster.cc314 bal_problem.Normalize();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc76 if (!schema.Normalize(
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc620 SupervisedUserURLFilter::Normalize(url),
642 GURL normalized_url = SupervisedUserURLFilter::Normalize(url);
H A Dsupervised_user_url_filter.cc201 GURL SupervisedUserURLFilter::Normalize(const GURL& url) { function in class:SupervisedUserURLFilter
273 std::map<GURL, bool>::const_iterator url_it = url_map_.find(Normalize(url));
H A Dsupervised_user_url_filter.h56 static GURL Normalize(const GURL& url);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc384 if (Normalize(start, length, word_string)) {
400 bool SpellcheckWordIterator::Normalize(int input_start, function in class:SpellcheckWordIterator
H A Dspellcheck_worditerator.h158 bool Normalize(int input_start,
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc31 base::string16 Normalize(const base::string16& text) { function in namespace:bookmarks::__anon6359
113 ExtractQueryWords(Normalize(node->GetTitle()));
127 ExtractQueryWords(Normalize(node->GetTitle()));
139 const base::string16 query = Normalize(input_query);
212 base::i18n::ToLower(Normalize(node->GetTitle()));
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler.cc374 schema_.Normalize(output->get(), strategy_, &error_path, &error, NULL);
/external/chromium_org/components/policy/core/common/
H A Dschema.cc853 bool Schema::Normalize(base::Value* value, function in class:policy::Schema
895 if (!subschema->Normalize(sub_value,
925 if (!sub_value || !GetItems().Normalize(sub_value,
H A Dschema.h26 // Option flags passed to Schema::Validate() and Schema::Normalize(), describing
28 // Note that in Schema::Normalize() allowed errors will be dropped and thus
34 // list items might be ignored (or dropped in Normalize()) or trigger whole
107 // the bool that |changed| pointed to to false before calling Normalize().
111 bool Normalize(base::Value* value,
H A Dschema_unittest.cc153 // Test that Schema::Normalize() will return the same value as
159 schema.Normalize(cloned_value.get(), strategy, NULL, &error, &touched);
165 // Test that Schema::Normalize() have actually dropped invalid and unknown
172 schema.Normalize(cloned_value.get(), SCHEMA_STRICT, NULL, &error, NULL))
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dgoose.cc154 desired_direction.Normalize();
176 weighted_direction.Normalize();
H A Dvector2.h38 // Normalize this vector in-place. If the vector is degenerate (size 0)
40 void Normalize() { function in class:Vector2
58 Scale(max_mag / mag); // Does Normalize() followed by Scale(max_mag).
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc51 paths_ = Normalize(paths_);
67 paths_ = Normalize(paths);
73 paths_ = Normalize(paths);
104 StringArray_t Path::Normalize(const StringArray_t& paths) { function in class:nacl_io::Path
H A Dpath.h53 static StringArray_t Normalize(const StringArray_t& paths);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
193 void Normalize();
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSubresourceIntegrity.cpp85 StringUTF8Adaptor normalizedSource(source, StringUTF8Adaptor::Normalize, WTF::EntitiesForUnencodables);
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp371 StringUTF8Adaptor normalizedSource(source, StringUTF8Adaptor::Normalize, WTF::EntitiesForUnencodables);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.h79 void Normalize() { function in class:WTF::double_conversion::DiyFp
99 static DiyFp Normalize(const DiyFp& a) { function in class:WTF::double_conversion::DiyFp
101 result.Normalize();
H A Ddouble.h165 DiyFp m_plus = DiyFp::Normalize(DiyFp((v.f() << 1) + 1, v.e() - 1));

Completed in 555 milliseconds

123456