Home
last modified time | relevance | path

Searched defs:CONDITION (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/ruy/ruy/
H A Dgtest_wrapper.h28 #define RUY_ASSERT_DEATH(CONDITION, MESSAGE) ASSERT_DEATH(CONDITION, MESSAGE) argument
30 #define RUY_ASSERT_DEATH(CONDITION, MESSAGE) argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dassert_macros.h75 #define TEST_REQUIRE(CONDITION, ARG) ::test_require(CONDITION, #CONDITION, __FILE__, __LINE__, ARG) argument
84 # define TEST_LIBCPP_REQUIRE(CONDITION, ARG) ::test_require(CONDITION, #CONDITION, __FILE__, __LIN… argument
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DCommon.h44 #define FACEBOOK_JNI_THROW_EXCEPTION_IF(CONDITION) \ argument
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/core/auth/policy/internal/
H A DJsonDocumentField.java29 public static final String CONDITION = "Condition"; field in JsonDocumentField
/aosp_15_r20/system/tools/aidl/
Dlogging.h79 #define AIDL_FATAL_IF(CONDITION, CONTEXT) \ argument
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
H A DPolicyV3Test.java56 private static final Condition CONDITION = field in PolicyV3Test
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/dataentries/formatters/medical/
DDisplayNameExtractor.java73 private static final java.lang.String CONDITION = "Condition"; field in DisplayNameExtractor
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp388 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) … in executeStencilDpFailAndPass() argument
403 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) … in executeStencilDpFailAndPass() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dlogging.h148 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dlogging.h148 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dlog.h176 #define CONDITION(cond) ((cond) != 0) macro
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h145 #define CONDITION(cond) ((cond) != 0) macro
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/medical/
DDisplayNameExtractor.kt60 private const val CONDITION = "Condition" in <lambda>() constant
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DConcreteSyntaxModel.java319 child(ObservableProperty.CONDITION), in concreteSyntaxModelByClass.put()
569 child(ObservableProperty.CONDITION), in concreteSyntaxModelByClass.put()
643 child(ObservableProperty.CONDITION), in concreteSyntaxModelByClass.put()
750 child(ObservableProperty.CONDITION), in concreteSyntaxModelByClass.put()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
H A DObservableProperty.java50 CONDITION(Type.SINGLE_REFERENCE), enumConstant
/aosp_15_r20/external/google-cloud-java/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/
H A DLintPolicyRequest.java77 CONDITION(5), enumConstant
H A DLintResult.java104 CONDITION(3), enumConstant
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def_util.cc624 #define VALIDATE(CONDITION, ...) \ in OpDefCompatible() argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/5/frameworks/base/core/proto/android/service/
Dnotification.proto.h578 const uint64_t CONDITION = 0x0000010b00000009LL; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/service/
Dnotification.proto.h578 const uint64_t CONDITION = 0x0000010b00000009LL; variable
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java128 private final Condition CONDITION = new Condition(CONDITION_ID, "", Condition.STATE_TRUE); field in ZenModeConfigTest
/aosp_15_r20/external/google-cloud-java/java-iam-admin/proto-google-iam-admin-v1/src/main/proto/google/iam/admin/v1/
H A Diam.proto1551 CONDITION = 3; enumerator
/aosp_15_r20/external/googleapis/google/iam/admin/v1/
H A Diam.proto1551 CONDITION = 3; enumerator
/aosp_15_r20/external/scapy/scapy/
H A Dautomaton.py245 CONDITION = "Condition" variable in ATMT
/aosp_15_r20/frameworks/av/services/mediametrics/
H A DAudioAnalytics.cpp43 #define CONDITION(INT_VALUE) (INT_VALUE) // allow value macro

1234