Home
last modified time | relevance | path

Searched +defs:end +defs:delegate (Results 1 – 25 of 1310) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/rbac/engine/
H A DGrpcAuthorizationEngine.java147 public abstract Matchers.StringMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.AuthenticatedMatcher
153 public static AuthenticatedMatcher create(@Nullable Matchers.StringMatcher delegate) { in create()
180 public abstract Matchers.CidrMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.DestinationIpMatcher
182 public static DestinationIpMatcher create(Matchers.CidrMatcher delegate) { in create()
194 public abstract Matchers.CidrMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.SourceIpMatcher
196 public static SourceIpMatcher create(Matchers.CidrMatcher delegate) { in create()
208 public abstract Matchers.StringMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.PathMatcher
210 public static PathMatcher create(Matchers.StringMatcher delegate) { in create()
222 public abstract Matchers.HeaderMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.AuthHeaderMatcher
224 public static AuthHeaderMatcher create(Matchers.HeaderMatcher delegate) { in create()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/
H A Dtfl_device.c97 fill_operation(struct teflon_delegate *delegate, TfLiteContext *tf_context, TfLiteNode *node, TfLit… in fill_operation()
130 fill_tensor(struct teflon_delegate *delegate, TfLiteContext *tf_context, struct pipe_tensor *tensor… in fill_tensor()
223 struct teflon_delegate *delegate = (struct teflon_delegate *)params->delegate; in partition_init() local
227 long start = 0, end = 0; in partition_init() local
316 struct teflon_delegate *delegate = (struct teflon_delegate *)node->delegate; in partition_invoke() local
320 long start = 0, end = 0; in partition_invoke() local
352 PrepareDelegate(TfLiteContext *context, TfLiteDelegate *delegate) in PrepareDelegate()
409 TfLiteDelegate *delegate, in CopyFromBufferHandle()
418 TfLiteDelegate *delegate, in FreeBufferHandle()
435 struct teflon_delegate *delegate = (struct teflon_delegate *)calloc(1, sizeof(*delegate)); in tflite_plugin_create_delegate() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/
H A Dutils.cc43 int end = path.size(); in StripTrailingSlashes() local
113 new StatefulNnApiDelegate(options), [](TfLiteDelegate* delegate) { in CreateNNAPIDelegate()
162 TfLiteDelegate* delegate = TfLiteHexagonDelegateCreate(options); in CreateHexagonDelegate() local
167 return TfLiteDelegatePtr(delegate, [](TfLiteDelegate* delegate) { in CreateHexagonDelegate()
188 return TfLiteDelegatePtr(xnnpack_delegate, [](TfLiteDelegate* delegate) { in CreateXNNPACKDelegate()
204 TfLiteDelegate* delegate = TfLiteCoreMlDelegateCreate(&coreml_options); in CreateCoreMlDelegate() local
/aosp_15_r20/system/nvram/messages/
H A Dio.cpp77 InputStreamBuffer::InputStreamBuffer(const void* start, const void* end) in InputStreamBuffer()
135 NestedInputStreamBuffer::NestedInputStreamBuffer(InputStreamBuffer* delegate, in NestedInputStreamBuffer()
154 const uint8_t* NestedInputStreamBuffer::ClampEnd(InputStreamBuffer* delegate, in ClampEnd()
165 OutputStreamBuffer::OutputStreamBuffer(void* start, void* end) in OutputStreamBuffer()
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_win.cc98 raw_ptr<PlatformThread::Delegate> delegate; member
106 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc() local
163 PlatformThread::Delegate* delegate, in CreateThreadInternal()
285 const TimeTicks end = subtle::TimeTicksNowIgnoringOverride() + duration; in Sleep() local
320 Delegate* delegate, in CreateWithType()
330 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
336 Delegate* delegate, in CreateNonJoinableWithType()
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DLineWrapper.java145 private final Appendable delegate; field in LineWrapper.RecordingAppendable
149 RecordingAppendable(Appendable delegate) { in RecordingAppendable()
161 @Override public Appendable append(CharSequence csq, int start, int end) throws IOException { in append()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_quic_perftest.cc129 URLRequest::Delegate* delegate) { in CreateRequest()
195 TestDelegate delegate; in TEST_F() local
210 base::TimeTicks end = base::TimeTicks::Now(); in TEST_F() local
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/profiling/
H A DXNNProfiler.cpp25 namespace executorch::backends::xnnpack::delegate::profiling { namespace
70 Error XNNProfiler::end() { in end() function in executorch::backends::xnnpack::delegate::profiling::XNNProfiler
247 Error XNNProfiler::end() { in end() function in executorch::backends::xnnpack::delegate::profiling::XNNProfiler
/aosp_15_r20/external/pdfium/testing/
H A Dembedder_test.cpp53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local
62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local
67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local
72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local
79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local
84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local
93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local
101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local
108 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionWithKeyboardModifierTrampoline() local
850 pdfium::base::CheckedNumeric<size_t> end = pos; in GetBlockFromString() local
/aosp_15_r20/external/caliper/lib/
HDjava-allocation-instrumenter-2.0.jar ... start public final org.objectweb.asm.Label end public final String desc public void <init> ( ...
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DInputConnectionDefaultMethodTest.java202 TestInputConnection(InputConnection delegate) { in TestInputConnection()
247 public boolean setComposingRegion(int start, int end) { in setComposingRegion()
272 public boolean setSelection(int start, int end) { in setSelection()
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java59 public static AppRunner create (final ClassLoader delegate) in create()
722 final long end = System.currentTimeMillis (); in run() local
829 private AppRunner (final ClassLoader delegate) in AppRunner()
/aosp_15_r20/external/icing/icing/index/lite/
H A Dlite-index.h105 explicit PrefixIterator(const IcingDynamicTrie::Iterator& delegate) in PrefixIterator()
266 const_iterator end() const { return const_iterator(); } in end() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dquant_lstm_sup.cc22 namespace delegate { namespace
39 for (uint32_t i = 0, end = submatrix_rows * submatrix_cols; i < end; ++i) { in ExtractQuantLstmWeightsSubmatrix() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dwith.rs109 delegate: D, field
350 fn end(mut self) -> Result<Self::Ok, Self::Error> { in end() function
379 fn end(mut self) -> Result<Self::Ok, Self::Error> { in end() function
644 delegate: D, field
970 delegate: D, field
1215 fn end(self) -> Result<Self::Ok, Self::Error> { in end() function
1235 fn end(self) -> Result<Self::Ok, Self::Error> { in end() function
1255 fn end(self) -> Result<Self::Ok, Self::Error> { in end() function
1285 fn end(mut self) -> Result<Self::Ok, Self::Error> { in end() function
1325 fn end(self) -> Result<Self::Ok, Self::Error> { in end() function
[all …]
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dcolorizer.py132 def setdelegate(self, delegate): argument
318 def _add_tag(self, start, end, head, matched_group_name): argument
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/constraintlayout/constraintlayout-compose-android/1.1.0-beta01/androidx.constraintlayout_constraintlayout-compose/android_common/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/constraintlayout/ androidx/constraintlayout/compose/ androidx/constraintlayout ...
Dandroidx.constraintlayout_constraintlayout-compose.jarMETA-INF/ androidx/ androidx/constraintlayout/ androidx/constraintlayout/compose/ androidx/constraintlayout ...
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DAnnotationVisitorTest.java67 AnnotationVisitor delegate = new AnnotationVisitor(Opcodes.ASM4) {}; in testGetDelegate() local
203 final Label[] end, in visitMethod()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
H A DHttp2xStream.java229 int end = values.indexOf('\0', start); in readSpdy3HeadersList() local
289 public StreamFinishingSource(Source delegate) { in StreamFinishingSource()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttp2xStream.java227 int end = values.indexOf('\0', start); in readSpdy3HeadersList() local
287 public StreamFinishingSource(Source delegate) { in StreamFinishingSource()
/aosp_15_r20/external/perfetto/src/trace_config_utils/
H A Dtxt_to_pb.cc181 const char* end = config_; in ExtractLine() local
575 void Parse(const std::string& input, ParserDelegate* delegate) { in Parse()
790 ParserDelegate delegate(descriptor, message.get(), &reporter, in TraceConfigTxtToPb() local
/aosp_15_r20/external/testng/ant/3rdparty/
HDdoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/aosp_15_r20/packages/services/Telecomm/libs/
Dguava.jar ... .google.common.util.concurrent.ListenableFuture delegate com.google.common.base.Function mapper ...
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12345678910>>...53