/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | DOMFilePath.cpp | 92 Vector<String> canonicalized; in removeExtraParentReferences() local 98 if (canonicalized.size() > 0) in removeExtraParentReferences() 99 canonicalized.removeLast(); in removeExtraParentReferences() 102 canonicalized.append(components[i]); in removeExtraParentReferences() 104 if (canonicalized.isEmpty()) in removeExtraParentReferences() 107 for (size_t i = 0; i < canonicalized.size(); ++i) { in removeExtraParentReferences() 109 result.append(canonicalized[i]); in removeExtraParentReferences()
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
D | managed_user_authenticator.cc | 106 std::string canonicalized = gaia::CanonicalizeEmail(username); in AuthenticateToMount() local 109 canonicalized, password, false)); in AuthenticateToMount() 121 std::string canonicalized = gaia::CanonicalizeEmail(username); in AuthenticateToCreate() local 124 canonicalized, password, false)); in AuthenticateToCreate() 137 std::string canonicalized = gaia::CanonicalizeEmail(username); in AddMasterKey() local 140 canonicalized, password, true)); in AddMasterKey()
|
/external/chromium_org/native_client_sdk/src/tools/ |
D | create_nmf.py | 551 canonicalized = [] 561 canonicalized.append([unquoted[0], 'portable', unquoted[2]]) 569 canonicalized.append([unquoted[0], unquoted[2], unquoted[4]]) 574 return canonicalized 707 canonicalized = ParseExtraFiles(options.extra_files, sys.stderr) 708 if canonicalized is None: 745 extra_files=canonicalized,
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_url_util_dev.idl | 64 * The components pointer, if non-NULL and the canonicalized URL is valid, 74 * will also be canonicalized according to the rules of the browser. 82 * The components pointer, if non-NULL and the canonicalized URL is valid, 131 * The components pointer, if non-NULL and the canonicalized URL is valid, 144 * The components pointer, if non-NULL and the canonicalized URL is valid, 155 * The components pointer, if non-NULL and the canonicalized URL is valid,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | parallel_authenticator.cc | 211 std::string canonicalized = gaia::CanonicalizeEmail(user_context.username); in AuthenticateToLogin() local 215 UserContext(canonicalized, in AuthenticateToLogin() 221 !UserManager::Get()->IsKnownUser(canonicalized))); in AuthenticateToLogin() 234 std::string canonicalized = gaia::CanonicalizeEmail(user_context.username); in CompleteLogin() local 238 UserContext(canonicalized, in CompleteLogin() 241 !UserManager::Get()->IsKnownUser(canonicalized))); in CompleteLogin()
|
D | oauth2_login_manager.cc | 190 std::string canonicalized = gaia::CanonicalizeEmail(user_email); in OnGetUserEmailResponse() local 191 GetTokenService()->UpdateCredentials(canonicalized, refresh_token_); in OnGetUserEmailResponse()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | parallel_authenticator.cc | 73 std::string canonicalized = Authenticator::Canonicalize(username); in AuthenticateToLogin() local 75 new AuthAttemptState(canonicalized, in AuthenticateToLogin() 80 !UserManager::Get()->IsKnownUser(canonicalized))); in AuthenticateToLogin()
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | plugin.cc | 1515 pp::Var canonicalized = in GetUrlScheme() local 1518 if (canonicalized.is_null() || in GetUrlScheme() 1525 static_cast<int>(canonicalized.AsString().size())); in GetUrlScheme() 1527 static_cast<int>(canonicalized.AsString().size())); in GetUrlScheme() 1529 std::string scheme = canonicalized.AsString().substr(comps.scheme.begin, in GetUrlScheme()
|
/external/elfutils/ |
D | ChangeLog | 14 PACKAGE_VERSION canonicalized to four digits of decimal.
|
/external/llvm/test/Transforms/InstCombine/ |
D | vector-casts.ll | 67 ; The sext-and pair is canonicalized to a select.
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_testing_private.idl | 107 * If the canonicalized URL is valid, the method will parse the URL
|
/external/chromium_org/third_party/libphonenumber/src/resources/ |
D | phonenumber.proto | 66 // canonicalized by the library. For example, it could be used to store alphanumerical numbers
|
/external/chromium/googleurl/ |
D | README.txt | 16 canonicalized per second on a modern CPU. It is much faster than, for
|
/external/chromium_org/chrome/common/safe_browsing/ |
D | csd.proto | 24 // canonicalized, converted to a suffix-prefix expression and broadened
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 48 sequences are canonicalized to UNIX-style ``\n`` in all modes.
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 1238 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form. 1265 // setge X, 0 is canonicalized to setgt X, -1
|
/external/llvm/docs/ |
D | Passes.rst | 607 * The exit condition for the loop is canonicalized to compare the induction 859 been canonicalized by the :ref:`indvars <passes-indvars>` pass, allowing it to
|
D | CodeGenerator.rst | 906 optimize the canonicalized code because it is still in the form of a DAG.
|
/external/openssh/ |
D | ssh_config.0 | 47 line (i.e. the name is not converted to a canonicalized host name
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1977 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.
|
D | ARMInstrInfo.td | 3219 // (sub X, imm) gets canonicalized to (add X, -imm). Match this form.
|