Home
last modified time | relevance | path

Searched refs:testOption (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/tools/ctestfw/unicode/
Dctest.h111 getTestOption ( int32_t testOption );
121 setTestOption ( int32_t testOption, int32_t value);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dmain.js237 var testOption = document.createElement('option');
238 testOption.value = testName;
243 testOption.innerHTML = '  ' + testDisplayName;
245 testSelector.appendChild(testOption);
/external/icu4c/tools/ctestfw/
Dctest.c1146 getTestOption ( int32_t testOption ) { in getTestOption() argument
1147 switch (testOption) { in getTestOption()
1166 setTestOption ( int32_t testOption, int32_t value) { in setTestOption() argument
1168 value = getTestOption(testOption); in setTestOption()
1171 switch (testOption) { in setTestOption()