Home
last modified time | relevance | path

Searched defs:STATUS (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DMacros.h159 #define TEST_REGISTRAR(TEST_NAME, MODE, STATUS) \ argument
164 #define DATA_TEST_REGISTRAR(TEST_NAME, MODE, STATUS, DATASET) … argument
170 #define TEST_CASE_IMPL(TEST_NAME, MODE, STATUS) \ argument
187 #define DATA_TEST_CASE_IMPL(TEST_NAME, MODE, STATUS, DATASET, ...) … argument
214 #define FIXTURE_TEST_CASE_IMPL(TEST_NAME, FIXTURE, MODE, STATUS) \ argument
238 #define FIXTURE_DATA_TEST_CASE_IMPL(TEST_NAME, FIXTURE, MODE, STATUS, DATASET) … argument
261 #define FIXTURE_DATA_TEST_CASE_NEW_IMPL(TEST_NAME, FIXTURE, MODE, STATUS, DATASET) … argument
284 #define REGISTER_FIXTURE_TEST_CASE_IMPL(TEST_NAME, FIXTURE, MODE, STATUS) \ argument
303 #define REGISTER_FIXTURE_DATA_TEST_CASE_IMPL(TEST_NAME, FIXTURE, MODE, STATUS, DATASET) … argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_requires.h41 #define OP_REQUIRES(CTX, EXP, STATUS) \ argument
60 #define OP_REQUIRES_OK_OR_SET_PAYLOAD(CTX, PAYLOAD_KEY, PAYLOAD_VALUE, STATUS) \ argument
72 #define OP_REQUIRES_ASYNC(CTX, EXP, STATUS, CALLBACK) \ argument
81 #define OP_REQUIRES_OK_ASYNC(CTX, STATUS, CALLBACK) \ argument
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementTables.java116 String STATUS = "status"; field
188 String STATUS = "status"; field
228 String STATUS = "status"; field
271 String STATUS = "status"; field
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconditional_accumulator_base.h165 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \ argument
173 #define OP_REQUIRES_OK_BOOLEAN(CTX, STATUS) \ argument
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java195 final String STATUS = "some information 123"; in testStat() local
212 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java205 final String STATUS = "some information 123"; in testStat() local
222 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java207 final String STATUS = "some information 123"; in testStat() local
224 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java205 final String STATUS = "some information 123"; in testStat() local
222 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java182 final String STATUS = "some information 123"; in testStat() local
199 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java182 final String STATUS = "some information 123"; in testStat() local
199 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetycenter/ui/model/
DStatusUiDataTest.kt259 val STATUS = constant
/aosp_15_r20/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java183 final String STATUS = "some information 123"; in testStat() local
200 final String STATUS = "System name: abc.def\nVersion 3.5.7\nNumber of failed logins: 2"; in testStat_MultilineReplyText() local

12345678910>>...21