Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 45) sorted by relevance

12

/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.vts.h51 …idl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union>& arg1, std::function<void(const ::andr…
66 …const ::android::hardware::hidl_array<int32_t, 15>& arg0, std::function<void(const ::android::hard…
69 std::function<void(const ::android::hardware::hidl_string& arg0)> cb) override;
72 …const ::android::hardware::hidl_vec<int32_t>& arg0, std::function<void(const ::android::hardware::…
93 …::hardware::hidl_array<::android::hardware::hidl_string, 3>& arg0, std::function<void(const ::andr…
96 …const ::android::hardware::hidl_vec<::android::hardware::hidl_string>& arg0, std::function<void(co…
99 …const ::android::hardware::hidl_array<float, 3, 5>& arg0, std::function<void(const ::android::hard…
102 …const ::android::hardware::tests::foo::V1_0::IFoo::MultiDimensional& arg0, std::function<void(cons…
105 …const ::android::hardware::tests::foo::V1_0::IFoo::StringMatrix5x3& arg0, std::function<void(const…
108 …ardware::hidl_array<::android::hardware::hidl_string, 5, 3>& arg0, std::function<void(const ::andr…
[all …]
DMemoryTest.vts.h39 …const ::android::hardware::hidl_memory& arg0, std::function<void(const ::android::hardware::hidl_m…
46 …const ::android::hidl::memory::block::V1_0::MemoryBlock& arg0, std::function<void(const ::android:…
DBar.driver.cpp50 …:tests::foo::V1_0::IFoo::Union>& arg1 __attribute__((__unused__)), std::function<void(const ::andr… in convertToBoolIfSmall()
129 …rdware::hidl_array<int32_t, 15>& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in doSomethingElse()
149 std::function<void(const ::android::hardware::hidl_string& arg0)> cb) { in doStuffAndReturnAString()
160 …const ::android::hardware::hidl_vec<int32_t>& arg0 __attribute__((__unused__)), std::function<void… in mapThisVector()
300 …roid::hardware::hidl_string, 3>& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in haveSomeStrings()
320 …android::hardware::hidl_string>& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in haveAStringVec()
340 …rdware::hidl_array<float, 3, 5>& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in transposeMe()
365 …o::V1_0::IFoo::MultiDimensional& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in callingDrWho()
379 …oo::V1_0::IFoo::StringMatrix5x3& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in transpose()
393 …d::hardware::hidl_string, 5, 3>& arg0 __attribute__((__unused__)), std::function<void(const ::andr… in transpose2()
[all …]
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp24 onload="this.onload=function(){};handleClientLoad()"
29 $(document).ready(function() {
42 $("div.collapsible-header > span.indicator.waves-effect").click(function(evt) {
50 $.post("/api/coverage/data", postData, function() {
64 .done(function() {
68 .fail(function() {
74 function handleClientLoad() {
79 function initClient() {
83 }).then(function () {
91 var gerritLogin = function(element) {
[all …]
Ddashboard_main.jsp29 var addFavorite = function() {
38 $.post('/api/favorites', { testName: test}).then(function(data) {
74 }).always(function() {
79 var toggleNotifications = function() {
91 …', { userFavoritesKey: subscriptionMap[test], muteNotifications: muteStatus}).then(function(data) {
105 self.replaceWith(function() {
108 }).always(function() {
113 var removeFavorite = function() {
126 }).always(function() {
128 }).then(function() {
[all …]
Dshow_table.jsp34 google.charts.setOnLoadCallback(function() {
40 $(document).ready(function() {
69 $('#treeLink').click(function() {
77 function activateLogLinks() {
78 $('.info-btn').click(function(e) {
88 function showLog(logEntries) {
92 var entries = logEntries.reduce(function(acc, entry) {
108 function refresh() {
119 function next() {
132 function prev() {
[all …]
Dshow_profiling_overview.jsp37 $(document).ready(function() {
56 function drawBoxPlot(container, plot) {
59 plot.seriesList.forEach(function(series) {
67 var rows = plot.values.map(function(day) {
69 var statArray = day.values.map(function(stat) {
93 curveType: 'function',
98 'curveType': 'function',
146 function drawAllPlots() {
150 plots.forEach(function(g) {
158 function refresh() {
Dshow_coverage_overview.jsp36 $(document).ready(function() {
40 $(".search-icon-wrapper").click(function() {
46 $("#schBtn").click(function (evt) {
49 $.each(inputIdList, function( index, value ) {
70 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab…
74 // Send the query with a callback function.
77 complete: function() {
82 … $("div.valign-wrapper > h2.center-align:contains('" + no_data_msg + "')").each(function(index){
85 $("span.indicator.badge.blue:contains('Graph')").each(function( index ) {
95 function handleQueryResponse(response) {
[all …]
Dshow_plan_run.jsp32 $(document).ready(function() {
44 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab…
47 var getAjaxList = $.map( urlSafeKeyList, function( urlSafeKey ) {
48 return $.get( "/api/coverage/api/data?key=" + urlSafeKey, function(data) {
51 .fail(function() {
56 $.when.apply($, getAjaxList).then(function() {
57 $.each(halApiInfoList, function( index, data ) {
72 $.map( data.halApi, function( apiName, idx ) {
82 complete: function() {
90 function halApiListTemplate() {
[all …]
Dshow_tree.jsp36 $(document).ready(function() {
65 $('#tableLink').click(function() {
80 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab…
83 var getAjaxList = $.map( urlSafeKeyList, function( urlSafeKey ) {
84 return $.get( "/api/coverage/api/data?key=" + urlSafeKey, function(data) {
87 .fail(function() {
92 $.when.apply($, getAjaxList).then(function() {
93 $.each(halApiInfoList, function( index, data ) {
102 $.map( data.halApi, function( apiName, idx ) {
112 complete: function() {
[all …]
Dshow_graph.jsp38 $(function() {
50 function drawAllGraphs() {
57 graphs.forEach(function(g) {
73 graphs.forEach(function(graph) {
93 function drawLineGraph(lineGraph) {
99 lineGraph.ticks.forEach(function (label, i) {
104 lineGraph.ids.forEach(function(id) {
137 function drawHistogram(hist, min, max) {
142 var histogramData = values.reduce(function(result, d, i) {
210 hist.percentiles.forEach(function(p) {
[all …]
Dshow_gcs_log.jsp29 $(document).ready(function() {
38 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availa…
48 $.get( url, function(data) {
50 $(data.entryList).each(function( index, element ) {
53 }).done(function() {
60 $.get( entryUrl, function(data) {
62 }).done(function() {
67 complete: function(modal) {
Dshow_suite_release.jsp30 $(document).ready(function() {
32 $.deparam = $.deparam || function(uri){
40 function($0, $1, $2, $3) { queryString[$1] = $3; }
45 $("li.tab").each(function( index ) {
46 $(this).click(function() {
51 $(".search-icon-wrapper").click(function() {
52 $(".search-wrapper").slideToggle("fast", function() {
61 $("#searchBtn").click(function(event) {
98 open: function( event, ui ) {
101 close: function( event, ui ) {
[all …]
Dshow_test_acknowledgments.jsp26 $(document).ready(function() {
27 $('#favoritesLink').click(function() {
30 $('#allLink').click(function() {
Dshow_plan_release.jsp31 $(document).ready(function() {
66 function next() {
79 function prev() {
92 function refresh() {
Dshow_release.jsp24 $(document).ready(function() {
25 $("li.tab").each(function( index ) {
26 $(this).click(function() {
Dshow_performance_digest.jsp32 function load() {
45 $(function() {
53 $('.date-label').each(function(i) {
/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerMutator.h32 using BiasedRandomScalarGen = std::function<uint64_t(Random &rand)>;
34 using VarMutateFn = std::function<VarInstance(const VarInstance &)>;
35 using VarRandomGenFn = std::function<VarInstance(const VarSpec &)>;
36 using VarTransformFn = std::function<VariableSpecificationMessage(
/test/vts/proto/
DComponentSpecificationMessage.proto162 // true if for a function call event.
164 // true if for an exit event from a function.
211 // Specifies API function and inputs.
215 // To specify a function.
217 // the function name.
227 // whether the function is inherited from another class.
244 // a specification of the call flows of the function.
306 // To keep the specification and value of a function pointer.
308 // used for a function pointer to keep its function name.
395 // If host side specifies this field, HIDL function calls will retrieve
[all …]
DVtsResourceControllerMessage.proto141 // basic util function return values
143 // function that returns a queue id
187 // read() function in C I/O takes in a size_t,
203 // write() function in C I/O returns a ssize_t,
/test/suite_harness/tools/cts-test-metrics/
DREADME12 The MetricsParser class defines functions to parse a json file. The _Parse function takes a filename
13 as input, reads the json file and adds the json object to json_data. The _PrintJson function
/test/vts-testcase/hal/treble/vintf/
Dutils.h65 using HidlVerifyFn = std::function<void(
68 std::function<void(const std::string& package, const std::string& name,
/test/vts-testcase/vndk/golden/
Dextract_lsdump.py144 functions = {function.linker_set_key for function in lsdump.functions}
/test/vts/utils/python/coverage/
DREADME.md7 Run the code by calling the parse function as follows:
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp96 void *function = dlsym(handle, function_name.c_str()); in Dlsym() local
102 return function; in Dlsym()

12