Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 38) sorted by relevance

12

/test/vti/test_serving/gae/webapp/src/endpoint/
Dendpoint_base.py185 method = _filter["method"]
197 if method == Status.FILTER_METHOD[Status.FILTER_Has]:
209 if method == Status.FILTER_METHOD[Status.FILTER_LessThan]:
213 elif method == Status.FILTER_METHOD[Status.FILTER_GreaterThan]:
221 if method == Status.FILTER_METHOD[Status.FILTER_EqualTo]:
224 elif method == Status.FILTER_METHOD[Status.FILTER_LessThan]:
227 elif method == Status.FILTER_METHOD[Status.FILTER_GreaterThan]:
230 elif method == Status.FILTER_METHOD[
234 elif method == Status.FILTER_METHOD[
238 elif method == Status.FILTER_METHOD[Status.FILTER_NotEqualTo]:
[all …]
Dschedule_info.py35 @endpoints.method(
51 @endpoints.method(
110 @endpoints.method(
125 @endpoints.method(
140 @endpoints.method(
172 @endpoints.method(
188 @endpoints.method(
Dlab_info.py35 @endpoints.method(
50 @endpoints.method(
133 @endpoints.method(
155 @endpoints.method(
169 @endpoints.method(
Dbuild_info.py30 @endpoints.method(
70 @endpoints.method(
83 @endpoints.method(
Dhost_info.py67 @endpoints.method(
107 @endpoints.method(
121 @endpoints.method(
Djob_queue.py39 @endpoints.method(
84 @endpoints.method(
180 @endpoints.method(
194 @endpoints.method(
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py155 method = self.request.POST.get('__method__')
156 if not method: # Backbone's _method parameter.
157 method = self.request.POST.get('_method')
158 if method not in valid:
159 logging.debug('Invalid method %s requested!', method)
160 method = None
162 self.request.route.handler_method, method)
163 self.request.route.handler_method = method
/test/vts-testcase/kernel/ltp/shell_environment/
Dshell_environment.py43 return all([method(*args) for method, args in self._cleanup_jobs])
45 def AddCleanupJob(self, method, *args): argument
47 if (method, args) not in self._cleanup_jobs:
48 self._cleanup_jobs.append((method, args))
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp363 Formatter& out, const FunctionSpecificationMessage& method) { in GenerateProfilerForMethod() argument
365 out << "msg.set_name(\"" << method.name() << "\");\n"; in GenerateProfilerForMethod()
382 out << "if ((*args).size() != " << method.arg().size() << ") {\n"; in GenerateProfilerForMethod()
385 << method.arg().size() in GenerateProfilerForMethod()
386 << ", actual: \" << (*args).size() << \", method name: " << method.name() in GenerateProfilerForMethod()
391 for (int i = 0; i < method.arg().size(); i++) { in GenerateProfilerForMethod()
392 const VariableSpecificationMessage arg = method.arg(i); in GenerateProfilerForMethod()
420 out << "if ((*args).size() != " << method.return_type_hidl().size() in GenerateProfilerForMethod()
424 << method.return_type_hidl().size() in GenerateProfilerForMethod()
425 << ", actual: \" << (*args).size() << \", method name: " << method.name() in GenerateProfilerForMethod()
[all …]
DHalHidlProfilerCodeGen.h97 const FunctionSpecificationMessage& method) override;
/test/app_compat/csuite/
Dpylintrc66 cmp-method,
68 coerce-method,
69 delslice-method,
70 div-method,
77 getslice-method,
79 hex-method,
80 idiv-method,
93 next-method-called,
94 next-method-defined,
102 nonzero-method,
[all …]
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DTestMsgQ.profiler.cpp25 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() argument
43 if (strcmp(method, "configureFmqSyncReadWrite") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
107 if (strcmp(method, "getFmqUnsyncWrite") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
186 if (strcmp(method, "requestWriteFmqSync") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
240 if (strcmp(method, "requestReadFmqSync") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
294 if (strcmp(method, "requestWriteFmqUnsync") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
348 if (strcmp(method, "requestReadFmqUnsync") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
402 if (strcmp(method, "requestBlockingRead") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
448 if (strcmp(method, "requestBlockingReadDefaultEventFlagBits") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
494 if (strcmp(method, "requestBlockingReadRepeat") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
DNfc.profiler.cpp17 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() argument
35 if (strcmp(method, "open") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
89 if (strcmp(method, "write") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
148 if (strcmp(method, "coreInitialized") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
207 if (strcmp(method, "prediscover") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
253 if (strcmp(method, "close") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
299 if (strcmp(method, "controlGranted") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
345 if (strcmp(method, "powerCycle") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DBar.profiler.cpp28 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() argument
46 if (strcmp(method, "convertToBoolIfSmall") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
118 if (strcmp(method, "doThis") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
164 if (strcmp(method, "doThatAndReturnSomething") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
218 if (strcmp(method, "doQuiteABit") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
296 if (strcmp(method, "doSomethingElse") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
360 if (strcmp(method, "doStuffAndReturnAString") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
407 if (strcmp(method, "mapThisVector") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
471 if (strcmp(method, "callMe") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
517 if (strcmp(method, "useAnEnum") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
[all …]
DMemoryTest.profiler.cpp20 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() argument
38 if (strcmp(method, "haveSomeMemory") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
114 if (strcmp(method, "fillMemory") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
179 if (strcmp(method, "haveSomeMemoryBlock") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
233 if (strcmp(method, "set") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
290 if (strcmp(method, "get") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
DNfcClientCallback.profiler.cpp17 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() argument
35 if (strcmp(method, "sendEvent") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
89 if (strcmp(method, "sendData") == 0) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
DNfc.vts.h36 const char* method,
DNfcClientCallback.vts.h34 const char* method,
DMemoryTest.vts.h36 const char* method,
DBar.vts.h46 const char* method,
DTestMsgQ.vts.h34 const char* method,
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py103 def InternalCall(self, method): argument
109 success = method()
112 "failed.") % method.__name__
/test/vti/test_serving/gae/frontend/src/app/shared/filter/
Dfilter.component.ts69 this.currentFilter.method = undefined;
84 return this.filterMethods.find((x) => x.value === filter.method).sign;
/test/vts/utils/python/controllers/
Dandroid.py112 def _rpc(self, method, *args): argument
116 data = {'id': apiid, 'method': method, 'params': args}
/test/vti/test_serving/gae/frontend/src/app/model/
Dfilter_item.ts20 method: FilterCondition; property in FilterItem

12