Home
last modified time | relevance | path

Searched defs:params (Results 1 – 13 of 13) sorted by relevance

/test/vts/testcases/template/param_test/
Dparam_test.py60 def params(self): member in ParamTestClass
65 def params(self, params): member in ParamTestClass
/test/vts/agents/apps/vts_agent_app/src/com/google/android/vts/
DVtsAgentApp.java43 WindowManager.LayoutParams params = getWindow().getAttributes(); in onCreate() local
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py88 def _SerializeVTSFuzzerParams(params): argument
113 def _SerializeLLVMFuzzerParams(params): argument
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
DDevice.fuzzer.cpp21 FuncFuzzerParams params{ExtractFuncFuzzerParams(*argc, *argv)}; in LLVMFuzzerInitialize() local
DContext.fuzzer.cpp21 FuncFuzzerParams params{ExtractFuncFuzzerParams(*argc, *argv)}; in LLVMFuzzerInitialize() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java424 private static synchronized String readFromCache(String baseUrl, String params) { in readFromCache()
457 private static synchronized void writeToCache(String blString, String baseUrl, String params, in writeToCache()
475 private static File getCachedFile(String baseUrl, String params) { in getCachedFile()
480 private String doPost(String baseUrl, String params) throws IOException { in doPost()
/test/vts-testcase/security/poc/target/
Dpoc_test.h40 std::map<std::string, std::string> params; member
Dpoc_test.cpp59 map<string, string> params; in ExtractParams() local
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp109 ProtoFuzzerParams params; in ExtractProtoFuzzerStaticParams() local
DProtoFuzzerMain.cpp61 static ProtoFuzzerParams params; variable
DProtoFuzzerUtils.cpp122 ProtoFuzzerParams params; in ExtractProtoFuzzerParams() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java225 String[] params = mPreparer.buildRequestParams(mMockDevice, mMockBuildInfo).split("&"); in testBuildRequestString() local
/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab.py214 def CallBuildsvc(self, method, params, account_id): argument