OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testParams
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js
23
var
testParams
;
26
testParams
= {};
27
testParams
.testType = queryParameters["testType"] || "AV";
28
testParams
.useAppendStream = (queryParameters["useAppendStream"] == "true");
29
testParams
.doNotWaitForBodyOnLoad = (queryParameters["doNotWaitForBodyOnLoad"] == "true");
30
testParams
.startOffset = 0;
31
testParams
.appendSize = parseInt(queryParameters["appendSize"] || "65536");
32
testParams
.graphDuration = parseInt(queryParameters["graphDuration"] || "1000");
139
function updateControls(
testParams
) {
143
if (option.value ==
testParams
.testType)
[
all
...]
/external/chromium_org/third_party/libxml/src/
regressions.py
283
self.
testParams
= {} # start with an empty set of params
288
if key not in self.
testParams
:
289
self.
testParams
[key] = data
291
if self.
testParams
[key] != '':
293
self.
testParams
[key] += data
299
if reader.Name() not in self.
testParams
:
300
self.
testParams
[reader.Name()] = ''
309
runTest(self.
testParams
)
324
curClass.
testParams
= {}
/libcore/support/src/test/java/tests/support/
Support_TestWebServer.java
768
if (Support_TestWebData.
testParams
[testNum].testExp > 0) {
770
exp = Support_TestWebData.
testParams
[testNum].testExp;
775
} else if (!Support_TestWebData.
testParams
[testNum].testDir) {
779
psPrint(ps, "Content-length: "+Support_TestWebData.
testParams
[testNum].testLength);
784
Date(Support_TestWebData.
testParams
[testNum].testLastModified)));
787
psPrint(ps, "Content-type: " + Support_TestWebData.
testParams
[testNum].testType);
790
if (Support_TestWebData.
testParams
[testNum].testExp > 0) {
792
exp = Support_TestWebData.
testParams
[testNum].testExp;
Support_TestWebData.java
62
public static Support_TestWebData[]
testParams
= {
/frameworks/base/tests/CoreTests/android/core/
TestWebData.java
84
public static TestWebData[]
testParams
= {
TestWebServer.java
812
if (!TestWebData.
testParams
[testNum].testDir) {
816
psPrint(ps, "Content-length: "+TestWebData.
testParams
[testNum].testLength);
821
Date(TestWebData.
testParams
[testNum].testLastModified)));
824
psPrint(ps, "Content-type: " + TestWebData.
testParams
[testNum].testType);
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
649
Support_TestWebData params = Support_TestWebData.
testParams
[0];
726
Support_TestWebData params = Support_TestWebData.
testParams
[1];
754
Support_TestWebData params = Support_TestWebData.
testParams
[0];
786
Support_TestWebData params = Support_TestWebData.
testParams
[1];
[
all
...]
Completed in 102 milliseconds