Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/netwerk/test/unit/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_cache2-21-anon-storage.js   Sprache: JAVA

 
"use strict";

function run_test() {
  do_get_profile();

  // Create and check an entry anon disk storage
  asyncOpenCacheEntry(
    "http://anon1/",
    "disk",
    Ci.nsICacheStorage.OPEN_NORMALLY,
    Services.loadContextInfo.anonymous,
    new OpenCallback(NEW"an1""an1"function () {
      asyncOpenCacheEntry(
        "http://anon1/",
        "disk",
        Ci.nsICacheStorage.OPEN_NORMALLY,
        Services.loadContextInfo.anonymous,
        new OpenCallback(NORMAL, "an1""an1"function () {
          // Create and check an entry non-anon disk storage
          asyncOpenCacheEntry(
            "http://anon1/",
            "disk",
            Ci.nsICacheStorage.OPEN_NORMALLY,
            Services.loadContextInfo.default,
            new OpenCallback(NEW"na1""na1"function () {
              asyncOpenCacheEntry(
                "http://anon1/",
                "disk",
                Ci.nsICacheStorage.OPEN_NORMALLY,
                Services.loadContextInfo.default,
                new OpenCallback(NORMAL, "na1""na1"function () {
                  // check the anon entry is still there and intact
                  asyncOpenCacheEntry(
                    "http://anon1/",
                    "disk",
                    Ci.nsICacheStorage.OPEN_NORMALLY,
                    Services.loadContextInfo.anonymous,
                    new OpenCallback(NORMAL, "an1""an1"function () {
                      finish_cache2_test();
                    })
                  );
                })
              );
            })
          );
        })
      );
    })
  );

  do_test_pending();
}

Messung V0.5
C=95 H=86 G=90

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.