HomeSort by relevance Sort by last modified time
    Searched refs:Handles (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/IR/
Value.cpp 516 assert(Entry != 0 && "Value doesn't have any handles?");
521 // Ok, it doesn't have any handles yet, so we must insert it into the
526 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
527 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
529 ValueHandleBase *&Entry = Handles[VP.getPointer()];
530 assert(Entry == 0 && "Value really did already have handles?");
536 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) ||
537 Handles.size() == 1) {
542 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(),
543 E = Handles.end(); I != E; ++I)
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 22 // MigrateHelper handles migration from WebDB to PasswordStore. It runs
43 typedef std::set<WebDataService::Handle> Handles;
53 // Set of handles from requesting data from the WebDB.
54 Handles handles_;
60 for (Handles::const_iterator i = handles_.begin(); i != handles_.end(); ++i)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 66 * Handles the error event, storing the error details for later use, and
proxy_form_controller.js 337 * Handles the respnse from `chrome.extension.isAllowedIncognitoAccess`
356 * Handles the response from 'proxy.settings.get' for regular settings.
373 * Handles the response from 'proxy.settings.get' for incognito settings.
403 * When a `click` event is triggered on the form, this function handles it by
493 * handles errors in user input.
732 * Handles the case in which this extension doesn't have the ability to
763 * Handles response from ProxyErrorHandler
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 48 * Handles a mouse move event, takes care of updating the scrollbars.
125 * Handles a scroll event.
print_preview.js 125 * Handles copies field blur event.
133 * Handles page ranges field blur event.
499 * Handles a click event on the two-sided option.
menu.js 486 // Handles mnemonic.
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
android_3p-bundle.js 207 "||=", "~" /* handles =~ and !~ */,
    [all...]
  /external/v8/test/cctest/
test-api.cc 140 THREADED_TEST(Handles) {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 207 "||=", "~" /* handles =~ and !~ */,
    [all...]

Completed in 1989 milliseconds