HomeSort by relevance Sort by last modified time
    Searched defs:Canonicalize (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
authenticator.cc 27 std::string Authenticator::Canonicalize(const std::string& email_address) {
  /external/chromium/googleurl/src/
url_util.cc 125 // Before extracting scheme, canonicalize the URL to remove any whitespace.
181 // This is the parsed version of the input URL, we have to canonicalize it
247 // Relative, resolve and canonicalize.
256 // Not relative, canonicalize the input.
283 // Canonicalize the new scheme so it is 8-bit and can be concatenated with
413 bool Canonicalize(const char* spec,
422 bool Canonicalize(const char16* spec,
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 99 const bool Canonicalize;
102 Factory(bool canonicalize = true)
103 : Canonicalize(canonicalize) {}
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
106 : F(Alloc), Canonicalize(canonicalize) {}
112 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
117 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
ImmutableSet.h 966 const bool Canonicalize;
969 Factory(bool canonicalize = true)
970 : Canonicalize(canonicalize) {}
972 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
973 : F(Alloc), Canonicalize(canonicalize) {}
989 return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
1001 return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
    [all...]
  /external/v8/src/
interpreter-irregexp.cc 43 typedef unibrow::Mapping<unibrow::Ecma262Canonicalize> Canonicalize;
45 static bool BackRefMatchesNoCase(Canonicalize* interp_canonicalize,
66 static bool BackRefMatchesNoCase(Canonicalize* interp_canonicalize,
hydrogen-instructions.cc 841 HValue* HConstant::Canonicalize() {
846 HValue* HTypeof::Canonicalize() {
851 HValue* HBitwise::Canonicalize() {
869 HValue* HAdd::Canonicalize() {
876 HValue* HSub::Canonicalize() {
883 HValue* HChange::Canonicalize() {
888 HValue* HWrapReceiver::Canonicalize() {
919 HValue* HCheckInstanceType::Canonicalize() {
    [all...]
hydrogen-instructions.h 709 virtual HValue* Canonicalize() { return this; }
    [all...]
jsregexp.cc     [all...]
hydrogen.cc 731 void HGraph::Canonicalize() {
737 HValue* value = instr->Canonicalize();
    [all...]

Completed in 330 milliseconds