Home
last modified time | relevance | path

Searched defs:hasContext (Results 1 – 25 of 139) sorted by relevance

123456

/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
H A DReactorFlow.kt32 val hasContext = !subscriber.currentContext().isEmpty in asFlux() constant
/aosp_15_r20/hardware/google/aemu/host-common/
DMediaH264DecoderGeneric.cpp387 const int hasContext = (mVideoHelper || mHwVideoHelper) ? 1 : 0; in save() local
419 const int hasContext = stream->getBe32(); in load() local
DMediaH264DecoderFfmpeg.cpp433 const int hasContext = mCodecCtx != nullptr ? 1 : 0; in save() local
469 const int hasContext = stream->getBe32(); in load() local
DMediaH264DecoderCuvid.cpp715 const int hasContext = mCudaContext == nullptr ? 0 : 1; in save() local
754 const int hasContext = stream->getBe32(); in load() local
DMediaH264DecoderVideoToolBox.cpp699 const int hasContext = mDecoderSession != nullptr ? 1 : 0; in save() local
723 const int hasContext = stream->getBe32(); in load() local
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
H A DUpdateContextRequest.java85 public boolean hasContext() { in hasContext() method in UpdateContextRequest
574 public boolean hasContext() { in hasContext() method in UpdateContextRequest.Builder
H A DCreateContextRequest.java152 public boolean hasContext() { in hasContext() method in CreateContextRequest
726 public boolean hasContext() { in hasContext() method in CreateContextRequest.Builder
H A DCreateContextRequestOrBuilder.java78 boolean hasContext(); in hasContext() method
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
H A DUpdateContextRequest.java85 public boolean hasContext() { in hasContext() method in UpdateContextRequest
575 public boolean hasContext() { in hasContext() method in UpdateContextRequest.Builder
H A DCreateContextRequest.java164 public boolean hasContext() { in hasContext() method in CreateContextRequest
769 public boolean hasContext() { in hasContext() method in CreateContextRequest.Builder
H A DCreateContextRequestOrBuilder.java90 boolean hasContext(); in hasContext() method
H A DUpdateContextRequestOrBuilder.java39 boolean hasContext(); in hasContext() method
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DUpdateContextRequest.java88 public boolean hasContext() { in hasContext() method in UpdateContextRequest
632 public boolean hasContext() { in hasContext() method in UpdateContextRequest.Builder
H A DCreateContextRequest.java147 public boolean hasContext() { in hasContext() method in CreateContextRequest
794 public boolean hasContext() { in hasContext() method in CreateContextRequest.Builder
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DUpdateContextRequest.java88 public boolean hasContext() { in hasContext() method in UpdateContextRequest
630 public boolean hasContext() { in hasContext() method in UpdateContextRequest.Builder
H A DCreateContextRequest.java147 public boolean hasContext() { in hasContext() method in CreateContextRequest
793 public boolean hasContext() { in hasContext() method in CreateContextRequest.Builder
/aosp_15_r20/external/google-cloud-java/java-debugger-client/proto-google-devtools-source-protos/src/main/java/com/google/devtools/source/v1/
H A DExtendedSourceContext.java94 public boolean hasContext() { in hasContext() method in ExtendedSourceContext
655 public boolean hasContext() { in hasContext() method in ExtendedSourceContext.Builder
/aosp_15_r20/external/google-cloud-java/java-enterpriseknowledgegraph/proto-google-cloud-enterpriseknowledgegraph-v1/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/
H A DLookupPublicKgResponse.java84 public boolean hasContext() { in hasContext() method in LookupPublicKgResponse
654 public boolean hasContext() { in hasContext() method in LookupPublicKgResponse.Builder
H A DSearchResponse.java84 public boolean hasContext() { in hasContext() method in SearchResponse
646 public boolean hasContext() { in hasContext() method in SearchResponse.Builder
H A DLookupResponse.java84 public boolean hasContext() { in hasContext() method in LookupResponse
646 public boolean hasContext() { in hasContext() method in LookupResponse.Builder
H A DSearchPublicKgResponse.java84 public boolean hasContext() { in hasContext() method in SearchPublicKgResponse
654 public boolean hasContext() { in hasContext() method in SearchPublicKgResponse.Builder
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DCryptoDeterministicConfig.java278 public boolean hasContext() { in hasContext() method in CryptoDeterministicConfig
1393 public boolean hasContext() { in hasContext() method in CryptoDeterministicConfig.Builder
H A DDateShiftConfig.java169 public boolean hasContext() { in hasContext() method in DateShiftConfig
859 public boolean hasContext() { in hasContext() method in DateShiftConfig.Builder
/aosp_15_r20/external/google-cloud-java/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/
H A DErrorEvent.java238 public boolean hasContext() { in hasContext() method in ErrorEvent
1222 public boolean hasContext() { in hasContext() method in ErrorEvent.Builder
H A DReportedErrorEvent.java293 public boolean hasContext() { in hasContext() method in ReportedErrorEvent
1428 public boolean hasContext() { in hasContext() method in ReportedErrorEvent.Builder

123456