Home
last modified time | relevance | path

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

/external/srec/shared/src/
DSessionTypeImpl.c1159 HashMap* parameterList; in ESR_SessionTypeImportParFileImpl() local
1169 CHKLOG(rc, HashMapCreate(&parameterList)); in ESR_SessionTypeImportParFileImpl()
1171 CHKLOG(rc, parameterList->put(parameterList, "cmdline.arbfile", &PLChar)); in ESR_SessionTypeImportParFileImpl()
1172 CHKLOG(rc, parameterList->put(parameterList, "cmdline.bgsniff", &Size_t)); in ESR_SessionTypeImportParFileImpl()
1173 CHKLOG(rc, parameterList->put(parameterList, "cmdline.channel", &PLChar)); in ESR_SessionTypeImportParFileImpl()
1174 CHKLOG(rc, parameterList->put(parameterList, "cmdline.datapath", &PLChar)); in ESR_SessionTypeImportParFileImpl()
1175 CHKLOG(rc, parameterList->put(parameterList, "cmdline.DataCaptureDirectory", &PLChar)); in ESR_SessionTypeImportParFileImpl()
1176 CHKLOG(rc, parameterList->put(parameterList, "cmdline.detail_res", &PLChar)); in ESR_SessionTypeImportParFileImpl()
1177 CHKLOG(rc, parameterList->put(parameterList, "cmdline.lda", &PLChar)); in ESR_SessionTypeImportParFileImpl()
1178 CHKLOG(rc, parameterList->put(parameterList, "cmdline.modelfiles", &PLChar)); in ESR_SessionTypeImportParFileImpl()
[all …]
/external/webkit/LayoutTests/storage/
Dexecute-sql-args.js44 function tryExecuteSql(transaction, parameterList) argument
47 eval('transaction.executeSql(' + parameterList + ')');
54 function runTransactionTest(transaction, parameterList, expectException) argument
56 var exception = tryExecuteSql(transaction, parameterList);
59 log("PASS. executeSql(" + parameterList + ") threw an exception as expected.");
61 log("*FAIL*. executeSql(" + parameterList + ") did not throw an exception");
64 log("*FAIL*. executeSql(" + parameterList + ") threw an exception: " + exception);
66 log("PASS. executeSql(" + parameterList + ") did not throw an exception");
/external/proguard/src/proguard/ant/
DMemberSpecificationElement.java108 List parameterList = ListUtil.commaSeparatedList(parameters); in appendTo() local
111 parameters != null ? ClassUtil.internalMethodDescriptor(type, parameterList) : in appendTo()