/aosp_15_r20/prebuilts/misc/common/jacoco/lib/ |
HD | org.jacoco.report-0.8.8.202204050719.jar | ... org/
org/jacoco/
org/jacoco/report/
org/jacoco/report/check/
org |
/aosp_15_r20/external/google-cloud-java/java-service-control/grpc-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/ |
H A D | ServiceControllerGrpc.java | 200 default void check( in check() method 225 default void report( in report() method 292 public void check( in check() method in ServiceControllerGrpc.ServiceControllerStub 318 public void report( in report() method in ServiceControllerGrpc.ServiceControllerStub 369 public com.google.api.servicecontrol.v1.CheckResponse check( in check() method in ServiceControllerGrpc.ServiceControllerBlockingStub 393 public com.google.api.servicecontrol.v1.ReportResponse report( in report() method in ServiceControllerGrpc.ServiceControllerBlockingStub 443 check(com.google.api.servicecontrol.v1.CheckRequest request) { in check() method in ServiceControllerGrpc.ServiceControllerFutureStub 468 report(com.google.api.servicecontrol.v1.ReportRequest request) { in report() method in ServiceControllerGrpc.ServiceControllerFutureStub
|
/aosp_15_r20/external/google-cloud-java/java-service-control/grpc-google-cloud-service-control-v2/src/main/java/com/google/api/servicecontrol/v2/ |
H A D | ServiceControllerGrpc.java | 210 default void check( in check() method 238 default void report( in report() method 315 public void check( in check() method in ServiceControllerGrpc.ServiceControllerStub 344 public void report( in report() method in ServiceControllerGrpc.ServiceControllerStub 402 public com.google.api.servicecontrol.v2.CheckResponse check( in check() method in ServiceControllerGrpc.ServiceControllerBlockingStub 429 public com.google.api.servicecontrol.v2.ReportResponse report( in report() method in ServiceControllerGrpc.ServiceControllerBlockingStub 486 check(com.google.api.servicecontrol.v2.CheckRequest request) { in check() method in ServiceControllerGrpc.ServiceControllerFutureStub 514 report(com.google.api.servicecontrol.v2.ReportRequest request) { in report() method in ServiceControllerGrpc.ServiceControllerFutureStub
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/test/ |
D | test.hpp | 80 inline void check(bool condition, const std::string & description) in check() function 259 std::ostrstream report; in operator ()() local 261 std::ostringstream report; in operator ()() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/samples/legacy/ |
H A D | Makefile | 63 check: $(TARGET) target 67 report: $(TARGET).report target
|
/aosp_15_r20/external/cronet/third_party/icu/source/samples/uresb/ |
H A D | Makefile | 70 check: $(TARGET) $(RESOURCES) target 74 report: $(TARGET).report target
|
/aosp_15_r20/external/google-cloud-java/java-service-control/google-cloud-service-control/src/test/java/com/google/api/servicecontrol/v1/ |
H A D | MockServiceControllerImpl.java | 62 public void check(CheckRequest request, StreamObserver<CheckResponse> responseObserver) { in check() method in MockServiceControllerImpl 82 public void report(ReportRequest request, StreamObserver<ReportResponse> responseObserver) { in report() method in MockServiceControllerImpl
|
/aosp_15_r20/external/google-cloud-java/java-service-control/google-cloud-service-control/src/test/java/com/google/api/servicecontrol/v2/ |
H A D | MockServiceControllerImpl.java | 62 public void check(CheckRequest request, StreamObserver<CheckResponse> responseObserver) { in check() method in MockServiceControllerImpl 82 public void report(ReportRequest request, StreamObserver<ReportResponse> responseObserver) { in report() method in MockServiceControllerImpl
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
H A D | InputHidTestCase.java | 144 boolean check(InputDevice inputDevice); in check() method 220 final String report = testData.reports.get(i); in testInputEvents() local 392 final String report = testData.reports.get(i); in testInputBatteryEvents() local
|
/aosp_15_r20/external/google-cloud-java/java-service-control/google-cloud-service-control/src/main/java/com/google/api/servicecontrol/v1/ |
H A D | ServiceControllerClient.java | 217 public final CheckResponse check(CheckRequest request) { in check() method in ServiceControllerClient 301 public final ReportResponse report(ReportRequest request) { in report() method in ServiceControllerClient
|
/aosp_15_r20/external/google-cloud-java/java-service-control/google-cloud-service-control/src/main/java/com/google/api/servicecontrol/v2/ |
H A D | ServiceControllerClient.java | 228 public final CheckResponse check(CheckRequest request) { in check() method in ServiceControllerClient 319 public final ReportResponse report(ReportRequest request) { in report() method in ServiceControllerClient
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | stackcheck.go | 144 func (sc *stackCheck) check(sym loader.Sym) int { func 363 func (sc *stackCheck) report(sym loader.Sym, depth int, chain *[]stackCheckChain) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | errors.go | 39 check *Checker member 105 func (err *error_) report() { func
|
/aosp_15_r20/external/pytorch/binaries/ |
H A D | compare_models_torch.cc | 87 bool report) { in checkRtol() 258 bool check = checkRtol( in run_check() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | errors.go | 40 check *Checker member 106 func (err *error_) report() { func
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/ |
H A D | PropertiesTest.java | 78 private static void report(String testName) { in report() method in PropertiesTest 91 private static void check(Properties prop1, Properties prop2) { in check() method in PropertiesTest
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/BitSet/ |
H A D | BSMethods.java | 51 private static void check(boolean condition) { in check() method in BSMethods 55 private static void check(boolean condition, String diagnostic) { in check() method in BSMethods 148 private static void report(String testName, int failCount) { in report() method in BSMethods
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/lint/ |
H A D | ApiLint.kt | 216 override fun report( in <lambda>() method 352 private fun report( in <lambda>() method 362 private fun check() { in <lambda>() method 3348 fun check( in <lambda>() method
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | rapid-cxx-test.hpp | 477 check, enumerator 664 void report(test_outcome o) in report() function in rapid_cxx_test::test_reporter
|
/aosp_15_r20/external/apache-xml/test/tools/ |
HD | jtidy-1.0.3.jar | ... VALID_VALUES
public void <init> ()
public void check (org.w3c.tidy.Lexer, org ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lint-api.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 941 Long check = null; in recordPssSampleLPf() local 1005 Long check = null; in recordRssSampleLPf() local 2702 void printCurrentCpuState(StringBuilder report, long time) { in printCurrentCpuState()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | mod.rs | 6 pub(crate) mod check; module 23 pub(crate) mod report; module
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | mod.rs | 6 pub(crate) mod check; module 23 pub(crate) mod report; module
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | mod.rs | 6 pub(crate) mod check; module 23 pub(crate) mod report; module
|