HomeSort by relevance Sort by last modified time
    Searched refs:parameterList (Results 1 - 7 of 7) sorted by null

  /external/srec/shared/src/
SessionTypeImpl.c 1159 HashMap* parameterList;
1169 CHKLOG(rc, HashMapCreate(&parameterList));
1171 CHKLOG(rc, parameterList->put(parameterList, "cmdline.arbfile", &PLChar));
1172 CHKLOG(rc, parameterList->put(parameterList, "cmdline.bgsniff", &Size_t));
1173 CHKLOG(rc, parameterList->put(parameterList, "cmdline.channel", &PLChar));
1174 CHKLOG(rc, parameterList->put(parameterList, "cmdline.datapath", &PLChar))
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/
generate_debug_in.py 29 parameterList = line[line.find(")(") + 2: line.find(") {")]
35 parameters = parameterList.split(',')
39 externs.append("%s Tracing_%s(%s);" % (returnType, functionName, parameterList))
40 print "%s Tracing_%s(%s)\n{" % (returnType, functionName, parameterList)
42 if parameterList == "void":
generate_api_cpp.py 48 parameterList = line[line.find(")(") + 2: line.find(") {")]
51 # extern = "%s Debug_%s(%s);" % (returnType, functionName, parameterList)
59 parameters = parameterList.split(',')
64 extern = "%s Debug_%s(%s);" % (returnType, functionName, RemoveAnnotation(parameterList))
69 print "%s Debug_%s(%s)\n{" % (returnType, functionName, RemoveAnnotation(parameterList))
72 if parameterList == "void":
generate_caller_cpp.py 34 parameterList = line[line.find(")(") + 2: line.find(") {")]
37 # extern = "%s Debug_%s(%s);" % (returnType, functionName, parameterList)
46 parameters = parameterList.split(',')
62 if parameterList == "void":
  /external/webkit/LayoutTests/storage/
execute-sql-args.js 44 function tryExecuteSql(transaction, parameterList)
47 eval('transaction.executeSql(' + parameterList + ')');
54 function runTransactionTest(transaction, parameterList, expectException)
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");
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
  /external/proguard/src/proguard/ant/
MemberSpecificationElement.java 108 List parameterList = ListUtil.commaSeparatedList(parameters);
111 parameters != null ? ClassUtil.internalMethodDescriptor(type, parameterList) :

Completed in 368 milliseconds