OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testConfig
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/page_cycler/webpagereplay/
start.js
107
var
testConfig
= {};
109
testConfig
['iterations'] = iterations;
112
testConfig
['pageSets'] = pageSets;
115
testConfig
['shouldStart'] = 1;
118
// Write
testConfig
to "json" DOM element for the Chrome extension.
119
document.getElementById('json').textContent = JSON.stringify(
testConfig
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java
117
final FolderConfiguration
testConfig
;
122
public ConfigMatch(@NonNull FolderConfiguration
testConfig
, @NonNull Device device,
124
this.
testConfig
=
testConfig
;
192
FolderConfiguration
testConfig
= new FolderConfiguration();
200
testConfig
.set(DeviceConfigHelper.getFolderConfig(state));
207
testConfig
.setLanguageQualifier(locale.language);
208
testConfig
.setRegionQualifier(locale.region);
210
if (editedConfig.isMatchFor(
testConfig
) &&
211
isCurrentFileBestMatchFor(
testConfig
)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java
219
FolderConfiguration
testConfig
= getConfiguration(
242
ResourceFolderType.LAYOUT,
testConfig
);
Completed in 56 milliseconds