HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 576 - 600 of 872) sorted by null

<<21222324252627282930>>

  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 300 * used to store details of a specific proxy class in the second tier of the proxy cache. this entry
473 ProxyDetails details; local
478 details = (ProxyDetails)cacheForTheLoader.get(key);
479 if (details != null) {
480 WeakReference reference = details.proxyClass;
487 details = new ProxyDetails(signature, thisClass, factoryWriteReplace);
488 cacheForTheLoader.put(key, details);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 465 .absent h4.jd-details-title,
466 .absent h4.jd-details-title * {
478 .sum-details-links {
483 .sum-details-links a {
487 .sum-details-links a:hover {
608 .jd-details {
617 .jd-details-descr {
663 the details section for constants,
665 h4.jd-details-title {
677 in details sections *
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 112 /* Test cell details */
179 div.details {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc 126 const NotificationDetails& details);
233 const NotificationDetails& details) {
keyword_provider.cc 450 const NotificationDetails& details) {
480 *Details<ExtensionOmniboxSuggestions>(details).ptr();
extension_app_provider.cc 114 const NotificationDetails& details) {
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 363 const NotificationDetails& details) {
365 Details<AuthenticationNotificationDetails> auth_details(details);
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 105 const NotificationDetails& details) {
107 Details<const AccessibilityControlInfo>(details).ptr();
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 381 const NotificationDetails& details) {
384 last_loaded_extension_id_ = Details<const Extension>(details).ptr()->id();
extension_management_browsertest.cc 224 const NotificationDetails& details) {
237 const std::string* id = Details<const std::string>(details).ptr();
398 // See http://crbug.com/57378 for flakiness details.
extension_service.cc 663 Details<const Extension>(extension));
708 Details<UninstalledExtensionInfo>(&uninstalled_extension_info));
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 86 const NotificationDetails& details);
427 const NotificationDetails& details) {
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 35 const NotificationDetails& details);
51 const NotificationDetails& details) {
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 59 const NotificationDetails& details) {
81 AutofillChangeList* changes = Details<AutofillChangeList>(details).ptr();
  /external/chromium/chrome/browser/ui/
browser_list.cc 50 const NotificationDetails& details) {
53 *Details<NavigationController::LoadCommittedDetails>(details).ptr();
105 // See BrowserMatches for details.
108 // See BrowserMatches for details.
144 // |BrowserMatches| for details on the arguments.
252 Source<Browser>(browser), Details<bool>(&closing_last_browser));
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 313 const NotificationDetails& details) {
315 std::string* pref_name = Details<std::string>(details).ptr();
core_options_handler.cc 100 const NotificationDetails& details) {
102 NotifyPrefChanged(Details<std::string>(details).ptr());
personal_options_handler.cc 224 const NotificationDetails& details) {
232 OptionsPageUIHandler::Observe(type, source, details);
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 49 // For each history item, get details on all visits.
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 6 * License. See LICENSE.TXT for details.
  /external/valgrind/main/drd/
drd_load_store.c 15 General Public License for more details.
511 IRDirty* d = st->Ist.Dirty.details;
559 IRCAS* cas = st->Ist.CAS.details;
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 48 .details > div {
  /frameworks/native/opengl/libs/
Android.mk 48 # see Loader.cpp for details
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 30 rem A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  /external/bison/data/
location.cc 15 # GNU General Public License for more details.

Completed in 963 milliseconds

<<21222324252627282930>>